summaryrefslogtreecommitdiffstats
path: root/src/etc
Commit message (Expand)AuthorAgeFilesLines
* Add support for IPsec TFC. Ticket #4688Chris Buechler2016-02-111-0/+9
* Fix IKE version "auto". Ticket #5880Chris Buechler2016-02-111-1/+2
* Fix ddns domain name Ticket #4366Chris Buechler2016-02-111-1/+1
* Return loopback description for friendly interface. noticed as part of Ticket...Chris Buechler2016-02-111-0/+3
* Fix regression with missing 500/4500/ESP rules for IPsec bound to gateway gro...Chris Buechler2016-02-111-1/+14
* Add is_array test and change !empty test to is_array test.NOYB2016-02-101-7/+9
* Fix dyndns breakage after changes on Ticket #4366Chris Buechler2016-02-101-0/+1
* Make RRD lists global, validate graph name using whitelist of known values ra...jim-p2016-02-101-0/+17
* Fixed #5873Stephen Beaver2016-02-101-19/+24
* Remove process_alias_unzip, which never worked because of variable typo (at a...Chris Buechler2016-02-101-37/+0
* Return false if download fails in process_alias_urltable so input validation ...Chris Buechler2016-02-101-0/+2
* Match this to max_input_vars for large aliasesChris Buechler2016-02-091-1/+1
* Correct variable in error logChris Buechler2016-02-091-1/+1
* Don't try to process aliases whose downloads have failed in update_alias_url_...Chris Buechler2016-02-091-1/+4
* Sync up download_file_with_progress_bar with download_file. The former is no ...Chris Buechler2016-02-091-8/+15
* Further revision to service hiding systemStephen Beaver2016-02-091-0/+7
* Fix style issues.Chris Buechler2016-02-098-47/+83
* Add the configuration upgrade code to make sure the existent settings will wo...Luiz Otavio O Souza2016-02-092-1/+103
* Fix get_interface_ip[v6]() to try first the IP from our configuration before ...Luiz Otavio O Souza2016-02-091-0/+17
* Review of CARP uniqid changes.Luiz Otavio O Souza2016-02-0910-523/+211
* Return false in download_file rather than the failed status code when a downl...Chris Buechler2016-02-091-1/+7
* Merge pull request #2600 from NOYB/Firewall_/_Rules_-_Page_Efficiency_UpgradeStephen Beaver2016-02-093-1/+78
|\
| * Make display separators function generic and move to filter.inc.NOYB2016-02-081-1/+16
| * A little tweak for code consistency. No functional change.NOYB2016-02-081-0/+4
| * Bring NAT separators into the fold.NOYB2016-02-081-17/+27
| * Firewall / Rules - Page Efficiency UpgradeNOYB2016-02-083-1/+49
* | Merge pull request #2605 from phil-davis/patch-1Stephen Beaver2016-02-091-4/+4
|\ \
| * | Use IEC KiB MiB GiB TiB unitsPhil Davis2016-02-091-4/+4
* | | Merge pull request #2604 from NewEraCracker/illegal-offset-fixStephen Beaver2016-02-091-0/+4
|\ \ \ | |_|/ |/| |
| * | This should prevent the possibility of illegal offsetsNewEraCracker2016-02-081-0/+4
* | | get_failover_interface returns the parent physical NIC for _lloc interfaces, ...Chris Buechler2016-02-081-0/+3
| |/ |/|
* | Add support for TB when reporting bytesPhil Davis2016-02-071-1/+3
|/
* Don't include 127.0.0.0/8 in unbound.conf in forward mode. Ticket #5750Chris Buechler2016-02-061-1/+3
* Merge pull request #2587 from davidjwood/preserve-sshd-parentChris Buechler2016-02-061-1/+6
|\
| * Don't kill an sshd parent process on exit from /etc/rc.initialDavid Wood2016-02-061-1/+6
* | Merge pull request #2588 from davidjwood/rrd-ntp-offsetChris Buechler2016-02-061-1/+1
|\ \
| * | Tell rrd that ntpd offset can be negative as well as positiveDavid Wood2016-02-061-1/+1
* | | Handle start/stop of OpenVPN client instances bound to gateway groups using C...Chris Buechler2016-02-062-2/+26
* | | clean up textChris Buechler2016-02-062-4/+4
* | | Fix get_interface_ip to return correct IP for CARP VIPs. Ticket #4858Chris Buechler2016-02-061-0/+4
|/ /
* | Fix find_interface_ip for gateway groups with VIPs. Ticket #4858Chris Buechler2016-02-051-3/+3
|/
* Merge pull request #2585 from k-paulius/patch-pkg-syslog-v2Chris Buechler2016-02-041-1/+2
|\
| * Adding ability to run dhcp6c in debug mode.k-paulius2016-02-041-1/+2
* | Set gif interface MTU in interface_gif_configure if it's not already correct....Chris Buechler2016-02-041-0/+14
|/
* Return blank rather than 0ms/0% for unmonitored gateways latency and loss. Sh...Chris Buechler2016-02-041-2/+2
* Remove rc.restore_full_backup, remainder of full backup components were remov...Chris Buechler2016-02-042-20/+1
* Enable gzip compression in nginx.Chris Buechler2016-02-041-0/+3
* Allow gateway weights up to 30, and add a check in filter.inc to prevent crea...Chris Buechler2016-02-041-0/+8
* Fix multi-session time counting for the FreeRADIUS start/stop case. Ticket #2164jim-p2016-02-041-1/+8
* Merge pull request #2584 from schinken/radvd-lifetime-defaultsRenato Botelho2016-02-041-0/+4
|\
OpenPOWER on IntegriCloud