summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix indent whitespacesRenato Botelho2014-08-261-39/+54
* Fix phase2 removal, p2index points to unique ide and not to array indexRenato Botelho2014-08-251-1/+1
* Alias name cannot have more than 31 chars, add maxlength here just as an extr...Renato Botelho2014-08-251-1/+1
* Fix #3807:Renato Botelho2014-08-251-2/+17
* Merge pull request #1267 from CharlieMarshall/fixTrafficGraphRenato Botelho2014-08-251-9/+1
|\
| * fix display of traffic graphCharlieMarshall2014-08-251-9/+1
* | Remove 'reject' action from filter logs since reject and block are the same o...Renato Botelho2014-08-251-3/+1
* | Merge pull request #1265 from CharlieMarshall/switchRenato Botelho2014-08-251-19/+38
|\ \ | |/ |/|
| * move if/else to switch for readabilityCharlieMarshall2014-08-251-19/+38
|/
* fix typoChris Buechler2014-08-221-1/+1
* Take virtual IPs into consideration for automatic outbound NAT rules, it shou...Renato Botelho2014-08-221-0/+18
* pgrep parameters are out of order and it also needs -a to find sshd. While I'...Renato Botelho2014-08-221-2/+1
* delete the dhcpd.pid file before starting dhcpd. Fixes bug where on rare occa...Chris Buechler2014-08-221-0/+8
* use pgrep here instead, previous way could wrongly show SSH as enabled where ...Chris Buechler2014-08-221-3/+3
* Fix text description for interface mismatch, fixes #3820Renato Botelho2014-08-211-1/+1
* Revert "improve/tidy up interfaces widget"Renato Botelho2014-08-201-8/+14
* Merge pull request #1259 from CharlieMarshall/improveInterRenato Botelho2014-08-201-14/+8
|\
| * improve/tidy up interfaces widgetCharlieMarshall2014-08-201-14/+8
* | Add missing s to solve the issue reported on https://forum.pfsense.org/index....Ermal2014-08-201-1/+1
* | Remove extra noise from rc.shutdownRenato Botelho2014-08-201-1/+1
* | Simplify a bit ppp-linkup syntaxRenato Botelho2014-08-201-36/+37
* | Fix awk syntax, it fixes #3813Renato Botelho2014-08-201-4/+4
|/
* Move the fetching of a package's config file and additional files to separate...jim-p2014-08-192-63/+118
* fix gold alignment and redirectJared Dillard2014-08-194-4/+4
* Revert "make gold link more visable"Jared Dillard2014-08-1915-29/+21
* make gold link more visableJared Dillard2014-08-1815-21/+29
* Do this check now that hash algos can be emptyErmal2014-08-181-4/+6
* Correct the ipsec status pages to show proper information as needed.Ermal2014-08-183-35/+41
* Correct processing and assignment on ikeid variable so it does the right thingErmal2014-08-181-5/+5
* Use proper path to setkey now that ipsec-tools are not used anymoreErmal2014-08-183-8/+8
* Correct the functions for returning tunnel status to use strongswan status re...Ermal2014-08-182-29/+17
* Allow HASH algorithms to be empty for phase2 in case the encryption one is AE...Ermal2014-08-182-12/+43
* Add filter.so to list of extensions loaded for 2.2Matt Smith2014-08-181-0/+2
* Do not allow duplicate subnet entries on left|rightsubnet specification since...Ermal2014-08-181-6/+14
* Do not accept proposal out of that configured even for IKEv2 even though ther...Ermal2014-08-181-2/+1
* Restore behaviour as with racoon to trigger tunnel startup from traffic that ...Ermal2014-08-181-1/+2
* Do not show errors from trying to delete a socket or similarErmal2014-08-151-1/+1
* Ensure this is always an array to avoid a PHP error from foreach.jim-p2014-08-151-1/+5
* rightsourceip must be used with PSK+Xauth.Chris Buechler2014-08-141-2/+3
* This is required for PSK+Xauth. I'll commit that clarification in a bit.Chris Buechler2014-08-131-1/+6
* Revert "Fix assignment of tunnel IPs to mobile clients."Ermal2014-08-131-6/+1
* Actually disable this plugin for now. It was not really needed for solving th...Ermal2014-08-121-3/+0
* Do not reset source and destination port range values when it's an associated...Renato Botelho2014-08-111-5/+9
* Move dhcp6c log to dhcpd.log, it fixes #3799Renato Botelho2014-08-111-2/+2
* Remove double defined 'localhost' on the list of networks to create outbound ...Renato Botelho2014-08-111-1/+1
* Do not create automatic outbound NAT rule for disabled openvpn servers and cl...Renato Botelho2014-08-111-2/+2
* Fix assignment of tunnel IPs to mobile clients.Chris Buechler2014-08-111-1/+6
* Fix #3798 - 'IPsec phase 2 pinghost is not used if the source IP should be a ...Matt Smith2014-08-081-5/+17
* Avoid a "Cannot use string offset as an array" error if the packages section ...jim-p2014-08-081-4/+7
* Require click-through POST confirmation when restoring or deleting a configua...jim-p2014-08-081-17/+46
OpenPOWER on IntegriCloud