summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Expand)AuthorAgeFilesLines
...
* Need global $ipsec_idhandling here.Chris Buechler2015-03-101-2/+2
* Don't enable interfaces_use by default. Add checkbox to enable on AdvancedChris Buechler2015-03-101-3/+8
* Check if it's an array before call foreach(). TicketRenato Botelho2015-03-061-1/+1
* Stop trying to fix dns_split during strongswan config generation, we have an ...Renato Botelho2015-03-061-8/+0
* dns_split was a comma separated list and moved to use space as separator, pro...Renato Botelho2015-03-062-1/+14
* Use get_failover_interface here to find appropriate interface. Ticket #4482Chris Buechler2015-03-061-3/+4
* same change as previous commit, for IPv6. Ticket #4482Chris Buechler2015-03-061-1/+7
* Use the parent interface, not the _vip for interfaces_use. Part of Ticket #4482Chris Buechler2015-03-061-2/+11
* Destroy stf interface when 6rd or 6to4 tunnel is disabled. Fixes #4471Chris Buechler2015-03-051-45/+59
* Be nicer when checking if alias is numericPhil Davis2015-03-051-6/+6
* Remove the harden-glue option entirely and hard code it to yes. Ticket #4402Chris Buechler2015-03-051-2/+1
* Skip any numeric-only aliases in the ruleset to prevent errors from thoseChris Buechler2015-03-042-0/+9
* Add missing comma. Fixes #4485jim-p2015-03-041-1/+1
* Enable UnicastOnly in radvd for ovpn* interfaces. Ticket #4455Chris Buechler2015-03-031-0/+3
* Tweak the carp demotion factors slightly to avoid CARP transitions that are m...jim-p2015-03-031-0/+2
* Be safe use require_once in zeromqPhil Davis2015-03-031-1/+1
* Remove "Prefer old SA" option, and ignore it in all existing configurations. ...Chris Buechler2015-03-031-10/+0
* Ancient bug on upgrade_014_to_015Phil Davis2015-03-021-1/+1
* Fix type (trime->trim)jim-p2015-02-261-1/+1
* interface_netgraph_needed can miss setting found equals truePhil Davis2015-02-261-1/+2
* remove unused legacy codeChris Buechler2015-02-261-6/+0
* Log ifconfig commands used to setup wireless interfacesChris Buechler2015-02-261-0/+7
* Put the bits to use the new reset utilityErmal LUÇI2015-02-251-0/+4
* Ticket #4418 Actually make each entry a clear token to strongswan parser for ...Ermal LUÇI2015-02-251-2/+3
* Ticket #4418 make sure the dns_split is separated with spaces rather than spa...Ermal LUÇI2015-02-251-7/+0
* Ticket #4418 Make the DNS names attr 28675 space separated as identified by J...Ermal LUÇI2015-02-251-1/+16
* remove old, unused codeChris Buechler2015-02-251-2/+0
* Initialize var and move unset outside the loopRenato Botelho2015-02-241-1/+3
* Do not request prefix delegation if no tracking interfaces are setup tok-paulius2015-02-241-14/+17
* Handle reverse lookup domain overridesPhil Davis2015-02-241-6/+22
* Fix PTR records for aliases in host overridesLorenz Schori2015-02-241-2/+2
* Preserve "add routers" value across loop for each interfacePhil Davis2015-02-231-2/+3
* fix Net_IPv6::compress() to properly handle all-zeros addressDaniel Becker2015-02-231-0/+6
* add dhcp6.name-servers option with DHCPD-PD regardless of PD lengthDaniel Becker2015-02-231-2/+2
* Do not add PTR records for aliases in host overridesLorenz Schori2015-02-231-1/+5
* Modified DynDns -> Eurodns urljohnbyronent2015-02-231-1/+1
* Don't hard code harden-referral-path. It defaults to no, so no behavior chang...Chris Buechler2015-02-181-1/+0
* Add GUI control for MOBIKE. Hide it when IKEv1 selected. Enable toggling of N...Chris Buechler2015-02-181-0/+6
* Wait a bit after sending a TERM to syslogd as in some instances it can take t...Chris Buechler2015-02-171-1/+10
* Surrond the some mobile clients attributes with " ( quote ) to help the stron...Ermal LUÇI2015-02-131-5/+5
* DHCPv6 client rules MUST come before bogons. Add a comment that hopefullyChris Buechler2015-02-111-14/+14
* Fixes #4390 Properly return the vip subnet now that the CARP might not match ...Ermal LUÇI2015-02-112-10/+8
* Fixes #4389 The VIP interfaces cannot be assigned since they are just an iden...Ermal LUÇI2015-02-111-8/+2
* Check if notification is disabledPhil Davis2015-02-111-2/+5
* Random text typosPhil Davis2015-02-115-23/+23
* Remove unset variable, spotted by phil-davisRenato Botelho2015-02-111-1/+0
* rrset-cache-size should == 2 * msg-cache-size. Ticket #4367Chris Buechler2015-02-111-3/+5
* Fixes #4370 Use the curlies to not confuse phpErmal LUÇI2015-02-101-2/+2
* Actually fix even the openvpn auth user script with proper checks. I thought ...Ermal LUÇI2015-02-101-6/+6
* Fixes #4329, Fix even tls.auth script by using proper isset() test as the fix...Ermal LUÇI2015-02-101-3/+3
OpenPOWER on IntegriCloud