summaryrefslogtreecommitdiffstats
path: root/etc/inc/services.inc
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to set a periodic RRD and DHCP leases backup from Diagnostics...jim-p2010-08-091-0/+42
* Restore DHCP leases on boot if they have been backed up.jim-p2010-08-061-0/+15
* Only delete arp entries for a given interface, otherwise we can clobber the s...jim-p2010-08-051-2/+2
* Fix this test.jim-p2010-08-041-1/+1
* Ensure static ARP is configured each time the DHCP service is configured. Pre...jim-p2010-08-021-0/+2
* Check if this variable is empty before using, since if it's null/empty, it wi...jim-p2010-07-301-1/+1
* Add micro optimization.Ermal2010-07-271-0/+1
* Ticket #725. Before falling back to the default gw interface search even stat...Ermal2010-07-271-4/+26
* fix path to nsupdateChris Buechler2010-07-241-1/+1
* Honor the System -> Advanced -> DNS Rebinding flag and disable for dnsmasq if...Scott Ullrich2010-07-181-4/+9
* duplicate logicScott Ullrich2010-07-061-1/+1
* Allow forwarded domains to be queried.Scott Ullrich2010-07-061-7/+8
* Adding back --rebind-localhost-ok now that dnsmasq version is bumped.Scott Ullrich2010-07-021-1/+1
* Do not include --rebind-localhost-ok it appears to not be in our version. W...Scott Ullrich2010-07-011-1/+2
* Adding --rebind-localhost-ok Suggested-by: BillMScott Ullrich2010-07-011-1/+1
* Do not allow dns rebindingScott Ullrich2010-07-011-1/+1
* Don't perform these multiple times as they do not change on each loop iterati...jim-p2010-06-101-3/+3
* Fixes #374. Actually reload teh dhcpleases utility whenever the hosts files i...Ermal2010-06-041-23/+0
* Ticket #499. Create custom options propperly for each interface. This solutio...Ermal2010-04-141-8/+4
* Move checking if dyndns is enabled to the proper place.Ermal2010-04-131-3/+3
* Use new arguments passing style for dhcpleases. Ticket #374.Ermal2010-03-311-1/+1
* Fix hosts file generation.Ermal2010-03-291-2/+1
* Make sure we do not error out and silence some errors.Ermal2010-03-291-1/+4
* Send signal to the dhcpleases daemon using its pidfile if it is running to re...Ermal2010-03-261-2/+10
* Actually pass the parameter to the dnsmasq where to read its hosts file from.Ermal2010-03-261-4/+3
* Fix parametersErmal2010-03-261-2/+2
* Use the new tool to monitor active leases.Ermal2010-03-261-5/+4
* Catch up with php5Ermal2010-03-251-1/+1
* Use pgrep/pkill to save a bit of cpu.thompsa2010-03-121-1/+1
* Do not test for booting in here for mount points.Ermal Luçi2010-03-081-2/+1
* Catch up with php5.Ermal Luçi2010-03-081-0/+4
* Ticket #400. Commit partial patch from this ticket.Ermal Luçi2010-03-041-6/+6
* use local-ttl 1. No reason not to, and it works around issue with Snow LeopardChris Buechler2010-03-011-1/+1
* A couple fixes for DHCP lease parsing. Ticket #374jim-p2010-02-271-0/+1
* fix DHCP relayChris Buechler2010-01-211-5/+5
* Replace some occurrence of /tmp with the propper global variable in attempt t...Ermal Luçi2009-12-281-2/+2
* Change this include to a require_once(), it was causing an error on boot.jim-p2009-12-271-1/+1
* Make dnsupdate runnable per interface. Update the calls on interface_configur...Ermal Luçi2009-12-211-35/+8
* Do not pass option -l to dnsmasq any longer. Only launch the registration he...sullrich2009-12-161-6/+9
* Touch up some comments and error messages. Teach dydns_configure to update on...Ermal Luçi2009-12-111-1/+7
* Only kill processes if they are runningsullrich2009-12-071-1/+3
* fix typosChris Buechler2009-12-071-1/+1
* Do not include grepsullrich2009-12-061-1/+1
* Restart parser after changessullrich2009-12-061-0/+3
* Adding script to parse dhcpd log file and populate /etc/hosts so that we can ...sullrich2009-12-061-1/+4
* dnsmasq defaults to 150 concurrent lookups. For some environments (large) th...sullrich2009-12-031-1/+1
* Do not dedicate 16 characters to interface namesullrich2009-11-281-9/+10
* Fix hostname checking when entering a dhcp static mapping and replace "." wit...pierrepomes2009-11-271-0/+1
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-1/+0
* Resolves #155. Replace space characters with underscore ones.Ermal Luçi2009-11-161-2/+4
OpenPOWER on IntegriCloud