summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * fix typoMichael Newton2013-02-111-2/+2
| * check for configured NAS ID otherwise use default hostnameMichael Newton2013-02-111-6/+11
| * remove unsed getNasID functionMichael Newton2013-02-111-14/+0
* | Check interfaces and VIP IP address overlapRenato Botelho2013-02-112-11/+45
* | Use the actual openvpn restart routine when starting/stopping from services r...jim-p2013-02-111-0/+31
|/
* Commit missed globalErmal2013-02-111-1/+1
* Bump latest_config to 9.4 to match recent version bump in the default config.jim-p2013-02-111-1/+1
* Test that timeout value is bigger than 0Ermal2013-02-111-1/+1
* Optimize get_real_itnerface to avoid a loop of doing a convertion from real b...Ermal2013-02-111-5/+3
* Enter missed text neededErmal2013-02-111-1/+1
* Try to use standard interface to find the source for connecting a tunnel. Als...Ermal2013-02-111-3/+4
* Properly generate all address data based on configuration selectedErmal2013-02-112-23/+30
* Make function return correct address info for respective familyErmal2013-02-111-42/+59
* Use full path to commandsErmal2013-02-111-17/+17
OpenPOWER on IntegriCloud