You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Andy Teijelo Pérez 9318123556 Typo in the README 6 years ago
static Show lease information in the IP page 7 years ago
templates Show lease information in the IP page 7 years ago
README.md Typo in the README 6 years ago
dhcp-hosts.dpto2 Saving without touching anything reset color to black 7 years ago
dhcp-opts.dpto2 Delete older backups of config files 7 years ago
main.py Show lease information in the IP page 7 years ago
new_guest_password.py Update new_guest_password 7 years ago
sendhup.cpp Security fix: sendhup could be exploited 7 years ago
users.dpto2 delete_user was leaving the created by comment behind 7 years ago
wsgi.py Initial commit 7 years ago

README.md

Smallnet

A very simple UI for managing a small /24 network. More info at this blog post

Sendhup

For security reasons Smallnet delegates the task of reloading the configuration of freeradius and dnsmasq to a small setuid binary.

To compile it, run:

g++ -o sendhup sendhup.cpp

And make it owned by root and setuid like this:

sudo chown root: sendhup
sudo chmod 4755 sendhup