summaryrefslogtreecommitdiffstats
path: root/etc/inc/services.inc
Commit message (Collapse)AuthorAgeFilesLines
...
* Ticket #725. Add checking the routing table as a last resort to find the ↵Ermal2010-08-191-6/+21
| | | | correct interface before falling back to the default one.
* Add the ability to set a periodic RRD and DHCP leases backup from ↵jim-p2010-08-091-0/+42
| | | | Diagnostics > NanoBSD.
* 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 ↵jim-p2010-08-051-2/+2
| | | | static arp entries. Ticket #782
* Fix this test.jim-p2010-08-041-1/+1
|
* Ensure static ARP is configured each time the DHCP service is configured. ↵jim-p2010-08-021-0/+2
| | | | Previously, it was not enabled after bootup, but was if saved from the GUI. Fixes #782
* Check if this variable is empty before using, since if it's null/empty, it ↵jim-p2010-07-301-1/+1
| | | | will come back true when we don't want that.
* Add micro optimization.Ermal2010-07-271-0/+1
|
* Ticket #725. Before falling back to the default gw interface search even ↵Ermal2010-07-271-4/+26
| | | | static routes. Also catch up with routing code on how to find the default gw.
* fix path to nsupdateChris Buechler2010-07-241-1/+1
|
* Honor the System -> Advanced -> DNS Rebinding flag and disable for dnsmasq ↵Scott Ullrich2010-07-181-4/+9
| | | | if it is checked
* 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. ↵Scott Ullrich2010-07-011-1/+2
| | | | Will re-add it once the binary is in place
* 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 ↵jim-p2010-06-101-3/+3
| | | | iteration. Having them inside the loop can also generate an invalid DHCP config file, instead of just warning that there is no CARP VIP defined.
* Fixes #374. Actually reload teh dhcpleases utility whenever the hosts files ↵Ermal2010-06-041-23/+0
| | | | is regenerated to avoid problems.
* Ticket #499. Create custom options propperly for each interface. This ↵Ermal2010-04-141-8/+4
| | | | solution binds the option name to the interface name so it is even easier to distinguish.
* 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 ↵Ermal2010-03-261-2/+10
| | | | reload.
* 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 ↵Ermal Luçi2009-12-281-2/+2
| | | | to minimize the search for what changes /tmp permissions.
* 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 ↵Ermal Luçi2009-12-211-35/+8
| | | | interface_configure to per interface. Remove unused dyndns_reset function.
* Do not pass option -l to dnsmasq any longer. Only launch the registration ↵sullrich2009-12-161-6/+9
| | | | helper daemon if the option is enabled
* Touch up some comments and error messages. Teach dydns_configure to update ↵Ermal Luçi2009-12-111-1/+7
| | | | only one interface.
* 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
| | | | move to a newer dnsmasq. in addition, the current dnsmasq isc parsing is broken so there is not a choice to move either way. Ticket #79
* dnsmasq defaults to 150 concurrent lookups. For some environments (large) ↵sullrich2009-12-031-1/+1
| | | | this is not enough. Increase to 5000
* Do not dedicate 16 characters to interface namesullrich2009-11-281-9/+10
|
* Fix hostname checking when entering a dhcp static mapping and replace "." ↵pierrepomes2009-11-271-0/+1
| | | | with "_" when writing "host-name" option in dhcpd.conf. Resolves #159
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-1/+0
| | | | Simplify get_memory(). Tested on mips/i386
OpenPOWER on IntegriCloud