summaryrefslogtreecommitdiffstats
path: root/etc/inc/services.inc
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Resolves #155. Replace space characters with underscore ones.Ermal Luçi2009-11-161-2/+4
|
* * Convert carp/vips code to behave the same as other interfaces.Ermal Luçi2009-10-011-52/+2
| | | | | | | | * Make optimizations around it. * Make sure when we reload teh underlying interface we reload carp too. * Some fixes around the code. Reviewed-by: scott@ and billm@
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additionsScott Ullrich2009-09-121-1/+9
|
* Minor header touchupsScott Ullrich2009-08-231-1/+2
|
* remove stray fScott Ullrich2009-08-231-1/+1
|
* Remove leading spaceScott Ullrich2009-08-231-2/+2
|
* Add rowhelper field which allows defining custom dhcp option numbers. ↵Scott Ullrich2009-08-201-4/+32
| | | | Sponsored-by: BSD Perimeter Commercial Support
* Remove filter_configure from dhcrelay_configure.Ermal Luçi2009-06-181-6/+1
|
* Ooops, clear-on-reload is preenting dnsmasq from starting.Scott Ullrich2009-05-281-1/+1
|
* Adding --clear-on-reload:Scott Ullrich2009-05-281-1/+1
| | | | | | | --clear-on-reload Whenever /etc/resolv.conf is re-read, clear the DNS cache. This is useful when new nameservers may have different data than that held in cache.
* Use --all-servers:Scott Ullrich2009-05-281-8/+7
| | | | | | | | | --all-servers By default, when dnsmasq has more than one upstream server available, it will send queries to just one server. Setting this flag forces dnsmasq to send all queries to all available servers. The reply from the server which answers first will be returned to the original requestor.
* Create /var/run in chroot for dhcpdScott Ullrich2009-04-251-0/+3
|
* * Hide interfaces internals to other code and use the propper interfaces.Ermal Luçi2009-03-301-11/+14
| | | | | | | Basically use get_interface*() functions instead of accessing fields like 'ipaddr'/'descr' etc... * Make get_interfaces_with_gateway less heavyweight by getting information from the configuration stored in config.xml * Some other missed custom interface list building and substituing with propper get_configured_interface*() NOTE: This should give indipendce on dynamic interfaces on some services that before could not be used on top of this type of interfaces.
* move killall dhcpd above section that exits if no DHCP servers are enabled, ↵Chris Buechler2009-03-101-4/+4
| | | | | | and configure dhcpd if it's disabled by option #2 at the console. Ticket #1867 (cvstrac)
* Add the GUI part for IGMPproxy that has been on the snapshots for a while.Ermal Luci2009-01-281-0/+55
|
* Pass down the friendly interface to dyndns to correct problems with find the ↵Ermal Luçi2008-12-251-4/+1
| | | | interface ip and binding of curl.
* Fix services_dyndns_reset to be useful.Ermal Luçi2008-12-071-4/+16
|
* Try to use where possible filter_configure so upcoming event modifications ↵Ermal Luçi2008-11-081-1/+1
| | | | can be easily integrated.
* Use existing functions to not duplicate code.Ermal Luçi2008-11-081-17/+5
|
OpenPOWER on IntegriCloud