Go to file
Andy Teijelo Pérez 9318123556 Typo in the README 2017-09-05 15:39:54 -04:00
static Show lease information in the IP page 2016-07-05 14:54:06 -04:00
templates Show lease information in the IP page 2016-07-05 14:54:06 -04:00
README.md Typo in the README 2017-09-05 15:39:54 -04:00
dhcp-hosts.dpto2 Saving without touching anything reset color to black 2015-11-08 12:41:32 -05:00
dhcp-opts.dpto2 Delete older backups of config files 2015-11-08 12:27:37 -05:00
main.py Show lease information in the IP page 2016-07-05 14:54:06 -04:00
new_guest_password.py Update new_guest_password 2015-11-10 13:55:10 -05:00
sendhup.cpp Security fix: sendhup could be exploited 2016-09-30 09:04:38 -04:00
users.dpto2 delete_user was leaving the created by comment behind 2015-11-08 17:04:11 -05:00
wsgi.py Initial commit 2015-11-02 18:08:11 -05:00

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