Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-30 | use HOST_NAME_MAX from limits.h | Christian Hesse | 1 | -2/+2 | |
2016-03-15 | add built in config for fallback | Christian Hesse | 1 | -20/+19 | |
2016-02-01 | add padding to output | Christian Hesse | 1 | -6/+12 | |
2016-01-04 | update copyright for 2016 | Christian Hesse | 1 | -1/+1 | |
2015-12-22 | add missing quote | Christian Hesse | 1 | -1/+1 | |
2015-07-03 | add --version option | Christian Hesse | 1 | -4/+18 | |
2015-06-04 | divide network into smaller chunks and provide pools | Christian Hesse | 1 | -42/+52 | |
2015-06-03 | clean up comments | Christian Hesse | 1 | -7/+3 | |
2015-06-03 | introduce a struct address to store the information | Christian Hesse | 1 | -25/+23 | |
2015-05-31 | move actual replace to a function | Christian Hesse | 1 | -36/+24 | |
2015-05-27 | remove extra blank line | Christian Hesse | 1 | -1/+0 | |
2015-05-27 | rework template code | Christian Hesse | 1 | -61/+58 | |
2015-05-27 | rename variables | Christian Hesse | 1 | -20/+22 | |
2015-01-04 | update copyright for 2015 | Christian Hesse | 1 | -1/+1 | |
2014-10-21 | introduce dyndhcpd.h | Christian Hesse | 1 | -17/+1 | |
2014-10-21 | use ISO C11 standard | Christian Hesse | 1 | -0/+2 | |
2014-08-09 | allow to use long command line arguments | Christian Hesse | 1 | -1/+12 | |
2014-07-02 | do not send output to syslog AND stderr | Christian Hesse | 1 | -2/+2 | |
This resulted in syslog receiving logs twice when started from systemd. | |||||
2014-06-07 | allow to use different template | Christian Hesse | 1 | -4/+13 | |
2014-06-07 | fix error handling in case execlp() fails | Christian Hesse | 1 | -2/+3 | |
2014-06-07 | check if dhcpd exists and is executable | Christian Hesse | 1 | -1/+7 | |
2014-05-06 | use getopt for command line parsing | Christian Hesse | 1 | -24/+13 | |
2014-05-06 | add a verbose option | Christian Hesse | 1 | -4/+14 | |
2014-05-06 | check existence of leaes file | Christian Hesse | 1 | -0/+4 | |
2014-05-06 | start dhcpd with different pid and leases file | Christian Hesse | 1 | -1/+13 | |
2014-05-05 | add some comments | Christian Hesse | 1 | -2/+33 | |
2014-05-05 | more useful behavior for up/down and connected/disconnected | Christian Hesse | 1 | -2/+11 | |
2014-05-05 | add output about link down | Christian Hesse | 1 | -1/+1 | |
2014-01-02 | write version to header file | Christian Hesse | 1 | -0/+1 | |
2014-01-02 | update copyright year | Christian Hesse | 1 | -5/+4 | |
2013-11-15 | do not fail but goto out | Christian Hesse | 1 | -1/+1 | |
2013-11-15 | need at lease 30 bit netmask, fix error message | Christian Hesse | 1 | -1/+1 | |
2013-11-14 | bail on small networks, serve complete range and exclude self | Christian Hesse | 1 | -6/+6 | |
2013-10-31 | log to stdout | Christian Hesse | 1 | -1/+1 | |
2013-10-31 | handle return value of fread | Christian Hesse | 1 | -2/+5 | |
2013-10-31 | initial commit | Christian Hesse | 1 | -0/+244 | |