summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Expand)AuthorAgeFilesLines
* Make sure captiveportal section of config is an array, reported on ticket #2838Renato Botelho2013-02-252-5/+7
* Remove leading spaces from DYNDNS_PROVIDER_DESCRIPTIONSPhil Davis2013-02-241-1/+1
* Add common DynDNS constants and codePhil Davis2013-02-241-0/+21
* Cleanup code handling 25 day dyndns updatePhil Davis2013-02-241-8/+8
* Whitespace and text typos dyndns.classPhil Davis2013-02-231-97/+98
* Fix is_altq_capablephildd2013-02-231-1/+1
* simplify logic a bitRenato Botelho2013-02-221-2/+4
* Set pfsync0 as down when it's not being usedRenato Botelho2013-02-221-1/+1
* Fixes on HA setup:Renato Botelho2013-02-221-1/+3
* Set if interface is enable before try to configure static arp. Fixes #1988Renato Botelho2013-02-211-1/+1
* find_interface_ipv6 should return the first configured address, not the last oneRenato Botelho2013-02-211-0/+1
* Teach is_ipaddr_configured to check ipv6 for single IPs. While I'm here, redu...Renato Botelho2013-02-211-5/+9
* Remove unused function remove_numbers()Renato Botelho2013-02-211-6/+0
* A nic family name can contain numbers on it, remove only the index in the end...Renato Botelho2013-02-211-2/+6
* CARP IPs were being checked twice in some cases. Fixes #2823Renato Botelho2013-02-181-10/+10
* Avoid Warning: Invalid argument supplied for foreach() in /etc/inc/system.incJean Cyr2013-02-171-3/+5
* Revert "Merge pull request #417 from miken32/cp-database-fix"Renato Botelho2013-02-172-108/+108
* Fix test for enabling upnp anchor. Unbreaks upnp for many.jim-p2013-02-171-1/+1
* Remove #2760 workaroundbcyrill2013-02-171-7/+0
* Fix #2818. Last change didn't work, it needs to be one more step out of the l...Renato Botelho2013-02-161-2/+2
* Fix #2818. Save information about all phase1 on ipsecpinghosts instead of onl...Renato Botelho2013-02-151-2/+2
* Treat openvpn tunnel IPs as local IPs and prevent warning on login page when ...Renato Botelho2013-02-151-0/+13
* Merge pull request #417 from miken32/cp-database-fixrbgarga2013-02-152-108/+108
|\
| * self-explanatory now, no comments neededMichael Newton2013-02-141-41/+41
| * while we're here, send named termination causesMichael Newton2013-02-141-11/+11
| * use associative array for captive portal to prevent confusion, messiness, and...Michael Newton2013-02-142-98/+98
* | only send Accounting-On at boot; can't tell if CP's being newly enabled or notMichael Newton2013-02-141-4/+4
* | whitespace fixesMichael Newton2013-02-141-7/+7
* | add support for RADIUS NAS accounting, fixes redmine feature request 2143Michael Newton2013-02-143-1/+92
|/
* Add privileges to CP 'Allowed hostnames' and fix a typo on edit IPsWarren Baker2013-02-141-1/+13
* Keep Unbound here for syslog messagesWarren Baker2013-02-141-2/+2
* Backout Unbound for now bring back in 2.2. Fixes #2817Warren Baker2013-02-144-571/+3
* Set $interfacegw properly and avoid losing default route in some circumstancesRenato Botelho2013-02-141-0/+2
* Also do checks for ipv6 on is_ipaddr_configuredErmal2013-02-142-6/+14
* Check for the right function name since the previous was present in util.inc ...Ermal2013-02-141-2/+1
* Restore require_once(interfaces.inc) on get_configured_ip_addresses(), it's r...Renato Botelho2013-02-131-0/+1
* Two interfaces, carp, ip aliases might be on the same subnet as their parent....Ermal2013-02-132-14/+18
* Remove dead codeErmal2013-02-131-11/+0
* During bootup do not try to resolve hostnames filterdns will handle thoseErmal2013-02-131-3/+8
* Add a knob in the GUI to set the RADIUS authentication timeout. Previous defa...jim-p2013-02-131-2/+5
* Use full path to nohupErmal2013-02-131-1/+1
* Assign the output of exec to a var to avoid any issuesErmal2013-02-131-1/+2
* Remove redundant variablebcyrill2013-02-121-1/+0
* Merge pull request #410 from bcyrill/patch-1Jim P2013-02-121-1/+1
|\
| * Update etc/inc/services.incbcyrill2013-02-121-1/+1
* | Fix these tests, they will never succeed the way we set these variables using...jim-p2013-02-121-5/+5
|/
* Resolves #1284. Merge patch submitted a bit differentelyErmal2013-02-121-14/+14
* Ticket #1629 Another round of fixes related to state clearingErmal2013-02-122-1/+6
* Correct value extactionErmal2013-02-121-1/+1
* Merge pull request #406 from miken32/nas-identifierErmal Luçi2013-02-122-20/+11
|\
OpenPOWER on IntegriCloud