summaryrefslogtreecommitdiffstats
path: root/etc/inc/services.inc
Commit message (Expand)AuthorAgeFilesLines
* Respect the product name here.jim-p2013-03-211-0/+2
* use a custom sysDescr for snmp similar to m0n0wall's format. Fixes #2893jim-p2013-03-211-0/+6
* Use propper variable for is_ipaddrv6 testErmal2013-03-191-1/+1
* Correct typo that prevents dhcpv6 to generate proper subnet info. Also use al...Ermal2013-03-191-3/+2
* Do not do useless work before neededErmal2013-03-191-5/+5
* Correct get_interface_subnetv6 and use get_interface_ipv6 during dhcp config ...Ermal2013-03-181-1/+3
* Add the ability for full installs to optionally use RAM disks for /tmp and /v...jim-p2013-03-111-10/+12
* Add DNS Forwarder option to not forward private reverse lookupsPhil Davis2013-03-061-0/+13
* DNS Forwarder allow null forwarding addressPhil Davis2013-03-051-1/+3
* Merge pull request #436 from phil-davis/masterChris Buechler2013-03-041-2/+2
|\
| * Add DynDNS No-IP Free account supportPhil Davis2013-02-241-2/+2
* | Avoid DynDNS timeout delay when gateway is downphildd2013-02-261-0/+6
|/
* Remove leading spaces from DYNDNS_PROVIDER_DESCRIPTIONSPhil Davis2013-02-241-1/+1
* Add common DynDNS constants and codePhil Davis2013-02-241-0/+21
* Backout Unbound for now bring back in 2.2. Fixes #2817Warren Baker2013-02-141-47/+1
* Update etc/inc/services.incbcyrill2013-02-121-1/+1
* Use full path to commandsErmal2013-02-111-17/+17
* Small fixes to make code readble and error log more usefulErmal2013-02-101-11/+4
* Teach dhcpd_configure about family optional parameter and use it to properly ...Ermal2013-02-091-4/+8
* Revert "Require util.inc necessary for sigkillbypid()"Renato Botelho2013-02-071-2/+0
* Correct mtu for track interfaces as well. Aslo cleanup some codeErmal2013-02-071-11/+15
* Require util.inc necessary for sigkillbypid()Renato Botelho2013-02-071-0/+2
* Make gen_subnetv6 return a compressed form IPv6 address/net representation. T...Ermal2013-02-071-2/+2
* Services: DNS ForwarderN0YB2013-02-041-0/+8
* Silence error. Maybe the command should be removed completely!Ermal2013-01-301-1/+1
* Fixes #2674. Use the interface mtu rather than hardcoded 1280. Needs to be se...Ermal2013-01-301-1/+5
* Remove missed line and also improve code for bridge casesErmal2013-01-271-7/+7
* Correct real interface assignmentErmal2013-01-271-5/+5
* Correctly generate dhcpleases file to avoid issues with dhcpleases. Also whil...Ermal2013-01-261-74/+70
* Mostly for testing name relation in github. No functional changeCharlie2013-01-241-1/+0
* Allow set DHCP options per reservationRenato Botelho2013-01-231-3/+48
* Fix some DHCP per pool options that will never be considered because of a wro...Renato Botelho2013-01-231-3/+3
* Fix spellingbcyrill2013-01-061-1/+1
* Add some backend support for writing out a config so that the dhcp6 server ca...smos2013-01-061-76/+24
* Handle null parameter to services_dyndns_configurephildd2012-12-261-8/+2
* Add a couple more (small, optional) snmp modules.jim-p2012-11-291-1/+12
* Fix typoErik Fonnesbeck2012-11-211-1/+1
* Unbreak install_cron_job function so it is actually usable when config['cron'...Ermal2012-11-211-2/+5
* Sprinkle some unsets and s/fopen,fwrite,fclose/file_put_contents/ where it ma...Ermal2012-11-211-14/+16
* Fix reference to gateway in pool configjim-p2012-10-051-1/+1
* Add support for multiple DHCP pools within the interface's subnet, and allow ...jim-p2012-09-161-40/+120
* Add note about mac matching and media type.jim-p2012-09-141-0/+1
* Add some safety checks against empty entriesjim-p2012-09-141-0/+6
* Allow/deny access to DHCP by partial MAC matching.jim-p2012-09-131-0/+18
* Make the gateway group member check a boolean, might convert to something els...smos2012-09-131-2/+5
* Make sure we process dyndns interfaces that use a failover group when process...smos2012-09-131-5/+6
* Construct the arguments to dhcrelay -6 correctlyMichael Tharp2012-07-301-10/+13
* Do not try to start igmpproxy when there's no igmpentries configured.bcyrill2012-06-231-1/+1
* Make sure this check is reversed, that way we only pick up the legacy field i...smos2012-06-131-1/+1
* Shorter version of the fix to always set the radvd interface.smos2012-06-081-4/+2
OpenPOWER on IntegriCloud