| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't write a rule out of the natlocal_subnet is blank. | jim-p | 2012-10-05 | 1 | -1/+1 |
* | Safety belt | jim-p | 2012-10-05 | 1 | -1/+2 |
* | show true/false in logged message instead of 1/<nothing> | Bill Marquette | 2012-10-05 | 1 | -2/+1 |
* | Rather use the system constants as defined | Ermal | 2012-10-04 | 1 | -4/+4 |
* | Use integer rather than hex to put these values. AMD64 builds do rather awkwa... | Ermal | 2012-10-04 | 1 | -4/+4 |
* | Add a NAT entry for configuring NAT on ipsec phase2. It will add nat rules on... | Ermal | 2012-10-04 | 2 | -3/+50 |
* | Add restrict lines to limit what local clients are allowed to do to the ntp s... | jim-p | 2012-10-03 | 1 | -0/+2 |
* | Merge pull request #233 from bcyrill/rfc3168_flags | Jim P | 2012-10-01 | 2 | -5/+15 |
|\ |
|
| * | Fix typo | bcyrill | 2012-10-01 | 1 | -1/+1 |
| * | Add ECE and CWR TCP flags as defined in RFC 3168 | bcyrill | 2012-10-01 | 2 | -5/+15 |
* | | Fixup processing of IPv6 IPs for EasyRule. Fixes #2649 | jim-p | 2012-10-01 | 1 | -0/+7 |
* | | Allow for changing OpenVPN TUN to TAP device mode without reboot. | PiBa-NL | 2012-10-01 | 1 | -1/+6 |
* | | Merge branch 'master' of git://github.com/bsdperimeter/pfsense | PiBa-NL | 2012-10-01 | 9 | -74/+112 |
|\ \
| |/ |
|
| * | Revert "Allow for changing OpenVPN TUN to TAP device mode without reboot." --... | jim-p | 2012-09-30 | 1 | -6/+1 |
| * | Add forgotten part of the IPsec split dns fix from yesterday | jim-p | 2012-09-27 | 1 | -1/+8 |
| * | Some more state killing refinements. | jim-p | 2012-09-27 | 1 | -0/+6 |
| * | Due to the DHCP pool tag needing to be an array, rename the old LB "pool" var... | jim-p | 2012-09-26 | 3 | -9/+26 |
| * | Separate default gateway switching code to its own function, fix it to only o... | jim-p | 2012-09-26 | 1 | -50/+54 |
| * | Ticket #2635: during ipsec reload, do not generate spd for disabled ph1 | Pierre POMES | 2012-09-25 | 1 | -8/+10 |
| * | Update etc/inc/priv.defs.inc | bcyrill | 2012-09-24 | 1 | -0/+6 |
| * | Don't die silently if the time is too far off. Fix from: dhatz | jim-p | 2012-09-23 | 1 | -0/+1 |
* | | Firewall log, allow filtering by interface. | PiBa-NL | 2012-10-01 | 1 | -5/+8 |
* | | CARP notifications show vip description, 'Virtual IP Addresses' page shows in... | PiBa-NL | 2012-09-29 | 2 | -2/+4 |
* | | while booting do not let carp wait for pfsync synchronization if pfsync is no... | PiBa-NL | 2012-09-25 | 1 | -4/+9 |
|/ |
|
* | Allow for changing OpenVPN TUN to TAP device mode without reboot. | PiBa-NL | 2012-09-22 | 1 | -1/+6 |
* | We should also resync openvpn clients since they can use gateway groups too. | jim-p | 2012-09-19 | 1 | -1/+5 |
* | don't log here, users can define their own logging rules if they want logging | Chris Buechler | 2012-09-18 | 1 | -2/+2 |
* | Merge pull request #223 from PiBa-NL/master | Jim P | 2012-09-18 | 1 | -1/+1 |
|\ |
|
| * | (line endings UNIX format..) | PiBa-NL | 2012-09-16 | 1 | -1/+1 |
* | | gitsync: Improve parameter handling to allow hyphenated options anywhere in t... | Erik Fonnesbeck | 2012-09-17 | 1 | -32/+54 |
* | | gitsync: Add --minimal parameter that installs only the updated files. | Erik Fonnesbeck | 2012-09-17 | 2 | -3/+25 |
* | | Fix special build_commit tag that was broken from previous change to how it r... | Erik Fonnesbeck | 2012-09-17 | 1 | -1/+1 |
* | | Add support for multiple DHCP pools within the interface's subnet, and allow ... | jim-p | 2012-09-16 | 3 | -42/+122 |
* | | Force resync of vpns and dns even if the IP doesn't change in rc.newwanip, si... | jim-p | 2012-09-14 | 1 | -7/+14 |
* | | Add note about mac matching and media type. | jim-p | 2012-09-14 | 1 | -0/+1 |
* | | Add some safety checks against empty entries | jim-p | 2012-09-14 | 1 | -0/+6 |
* | | Allow/deny access to DHCP by partial MAC matching. | jim-p | 2012-09-13 | 2 | -2/+21 |
* | | Make the openvpn resync less intrusive, only trigger this if the OpenVPN inte... | smos | 2012-09-13 | 1 | -2/+7 |
* | | Make the gateway group member check a boolean, might convert to something els... | smos | 2012-09-13 | 2 | -5/+8 |
* | | Always prepend the hostname we are working on | smos | 2012-09-13 | 1 | -116/+116 |
* | | Make sure we process dyndns interfaces that use a failover group when process... | smos | 2012-09-13 | 1 | -5/+6 |
* | | Add function that checks if the interface is part of a gateway group. | smos | 2012-09-13 | 1 | -0/+22 |
* | | Reference the correct variable here, it was broken before and could never hav... | smos | 2012-09-13 | 1 | -1/+1 |
* | | Remove the filter configure call as this could otherwise lead to a recursive ... | smos | 2012-09-12 | 2 | -5/+3 |
* | | Bail here so we don't make invalid rules for IPsec if this is empty. | jim-p | 2012-09-12 | 1 | -0/+2 |
|/ |
|
* | Added a setting for configuring the firewall log to either: | PiBa-NL | 2012-09-10 | 2 | -7/+6 |
* | Changed firewall log to show the applied rule description directly on screen,... | PiBa-NL | 2012-09-08 | 1 | -0/+35 |
* | Don't add ldapcfg to racoon.conf since we're not using racoon's built-in LDAP... | jim-p | 2012-09-06 | 1 | -24/+27 |
* | No need for these other lines on nanobsd, and it can interfere with booting o... | jim-p | 2012-09-05 | 1 | -8/+1 |
* | Add another test here for Nano+VGA to preserve the console selection. | jim-p | 2012-09-04 | 1 | -2/+8 |