summaryrefslogtreecommitdiffstats
path: root/etc/inc/services.inc
Commit message (Expand)AuthorAgeFilesLines
* Since its only called during bootup there is no need to do conditionals here....Ermal2011-03-021-10/+5
* Pass the -a parameters to pgrep to be certain we search ancestors as well. Th...Ermal2011-03-011-2/+2
* Do not put a config entry for dhcpd if we cannot determine the subnet address...Ermal2011-01-181-2/+5
* Ensure log directory exists before invoking syslogdScott Ullrich2010-12-181-1/+0
* Touch log file so it can be created on livecdScott Ullrich2010-12-181-0/+1
* Show when disk is encrypted. Do not uppercase .eliScott Ullrich2010-12-171-1/+1
* Nuke trailing c/rScott Ullrich2010-11-241-1/+1
* * Call get_configured_interface_* functions only once in the codeErmal2010-11-101-0/+1
* Small improvement no functional change.Ermal2010-11-101-8/+8
* Remove trailing carriage returnScott Ullrich2010-11-101-1/+1
* Add a setting for the data type of values used with DHCP option numbers and i...Erik Fonnesbeck2010-11-091-2/+9
* Change the dhcpd startup for isc dhcpd server 4.1smos2010-11-031-1/+1
* Make this more strict checking.Ermal2010-10-251-2/+1
* move dhcpd.conf authoritative; so it's only there once, not once per interface.Chris Buechler2010-10-201-4/+4
* Resolves #957. Correct the code to reflect what its supposed to do.Ermal2010-10-161-1/+1
* Wording fix.Warren Baker2010-10-131-1/+1
* Ticket #942. Try to prevent empty entries and use implode to avoid problems.Ermal2010-10-121-2/+8
* revert miniupnpd -d changeScott Ullrich2010-10-111-1/+1
* Be more verbose with miniupnpd logs. otherwise practically nothing is logged.Scott Ullrich2010-10-111-1/+1
* Fixup multiple dyndns updates with interface parameter passed. Reported-by: B...Ermal2010-09-221-4/+1
* Use pkill to avoid an error if the process isn't already running. This was a ...jim-p2010-09-221-1/+1
* Reload cron after changes. Submitted-by: robiscoolScott Ullrich2010-09-091-2/+5
* Revert "Restart dnsmasq on change in case of dns rebinding changes"Scott Ullrich2010-08-301-1/+0
* Restart dnsmasq on change in case of dns rebinding changesScott Ullrich2010-08-301-0/+1
* Fixes #764. Import the patch in the ticket to allow per-host netboot file on ...Ermal2010-08-241-0/+2
* Don't try to configure (or unconfigure) static arp on an interface if the phy...jim-p2010-08-211-0/+3
* Include myself in the copyrights i have changed this files more than enough.Ermal2010-08-191-0/+1
* Make dhcrelay GUI be simple and easy to use by collapsing the interface tabs ...Ermal2010-08-191-67/+64
* Ticket #725. Add checking the routing table as a last resort to find the corr...Ermal2010-08-191-6/+21
* 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
OpenPOWER on IntegriCloud