summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Expand)AuthorAgeFilesLines
* find_dhclient_process() returns an int, not stringRenato Botelho2014-09-092-2/+2
* Some device names are bigger now (eg vtnet, ixgbe, cxgbe)Renato Botelho2014-09-091-1/+1
* Be more explicitErmal2014-09-091-1/+1
* Correct log prepending valueErmal2014-09-091-1/+1
* Correct generating loglevels for startup through ipsec.confErmal2014-09-091-2/+2
* Fix guess_interface_from_ip() to account for differences in netstat output. F...jim-p2014-09-091-4/+4
* Blah unconditionally set rightsourceip per https://forum.pfsense.org/index.ph...Ermal2014-09-091-3/+4
* As pointed out by Ermal, VIPs should go first in the list since NAT is first ...Renato Botelho2014-09-091-2/+2
* igmpproxy param -d doesn't like the space before optarg. Fixes #3852Renato Botelho2014-09-081-2/+2
* Fixes #3664, actually make sense of this function to work properlyErmal2014-09-081-5/+3
* Fixes #3823 Properly parse auth tags as variablesErmal2014-09-081-1/+1
* Add more services and reorderTyler Turner2014-09-041-123/+319
* Fix subnet display for IPsec status. Ticket #3826Renato Botelho2014-09-021-0/+16
* Hide FreeBSD version from sshd banner. It fixes #3840Renato Botelho2014-08-291-0/+2
* Merge pull request #1258 from yarick123/masterRenato Botelho2014-08-292-0/+41
|\
| * cherry pic from 'hotfix/3347-Certificate_Authority_SAN_names_not_working':yarick1232014-08-142-0/+41
* | Fix match for help pages privileges, it fixes #3777Renato Botelho2014-08-281-1/+1
* | Do not use regex to check filetype to avoid being wrong since . is a regex me...Renato Botelho2014-08-271-0/+1
* | Merge pull request #1255 from leleobhz/masterRenato Botelho2014-08-261-1/+1
|\ \
| * | * Fix a typo mismatch in /etc/inc/dyndns.class for CloudFlare URL entry.Leonardo Amaral2014-08-121-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
* | | Remove extra noise from rc.shutdownRenato Botelho2014-08-201-1/+1
* | | Move the fetching of a package's config file and additional files to separate...jim-p2014-08-191-63/+116
* | | Correct the ipsec status pages to show proper information as needed.Ermal2014-08-181-6/+2
* | | 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-181-3/+3
* | | Correct the functions for returning tunnel status to use strongswan status re...Ermal2014-08-181-25/+14
* | | Allow HASH algorithms to be empty for phase2 in case the encryption one is AE...Ermal2014-08-181-9/+27
* | | 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
* | | 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
|/
* 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
* Correct this so the dpdaction is created properly as restartErmal2014-08-081-1/+1
* Do a reload on the cofniguration which is better than update. Also let the ke...Ermal2014-08-071-2/+1
* Change the logic of the vpn config generation to make connectivity more stabl...Ermal2014-08-071-161/+166
* Move the rekey to yes always to avoid issues.Ermal2014-08-071-1/+1
OpenPOWER on IntegriCloud