| Commit message (Expand) | Author | Age | Files | Lines |
* | Commit the backend function that writes out the racoon.conf | Seth Mos | 2011-03-14 | 1 | -7/+21 |
* | Extend the IPsec configuration with a protocol family for the phase 1 | Seth Mos | 2011-03-14 | 1 | -4/+11 |
* | Make sure to note the limitations to gethostbyname, it does not work for Quad... | Seth Mos | 2011-03-14 | 3 | -2/+3 |
* | Allow port 547 to the filter rules for DHCP to work | Seth Mos | 2011-03-14 | 1 | -0/+1 |
* | Properly configure lighty with the configured port when attached to the v6 so... | Seth Mos | 2011-03-14 | 1 | -9/+8 |
* | Add IPv6 support to the DNS rebinding attack function | Seth Mos | 2011-03-14 | 1 | -2/+9 |
* | Add the ability to differentiate between v4 and v6 tunnels. Bill says he can ... | Seth Mos | 2011-03-11 | 1 | -1/+2 |
* | Add the IPv6 tag to the version so that BSD perimeter can seen these installs... | Seth Mos | 2011-03-09 | 1 | -1/+1 |
* | Merge remote branch 'upstream/master' | Seth Mos | 2011-03-09 | 1 | -0/+27 |
|\ |
|
| * | Automatically add a multicast allow rule for miniupnpd so that the Xbox 360 w... | smos | 2011-03-09 | 1 | -0/+27 |
| * | Possible double RRD process fix. | smos | 2011-03-09 | 1 | -1/+3 |
* | | Merge remote branch 'upstream/master' | Seth Mos | 2011-03-09 | 2 | -5/+6 |
|\ \
| |/ |
|
| * | Add localhost to be natted automagically from auto-generated nat rules. This ... | Ermal | 2011-03-08 | 1 | -0/+1 |
| * | Fix javascript errors reported by: http://forum.pfsense.org/index.php/topic,3... | Ermal | 2011-03-08 | 1 | -5/+5 |
* | | unbreak the broken merge | Seth Mos | 2011-03-09 | 1 | -8/+0 |
* | | Merge the config upgrade code, there was a mismatch, the one who merged this ... | Seth Mos | 2011-03-09 | 2 | -1/+9 |
* | | Merge remote branch 'upstream/master' | Seth Mos | 2011-03-08 | 2 | -42/+49 |
|\ \
| |/ |
|
| * | Keep the output in a variable before passing it to rrdtool in case we also wa... | jim-p | 2011-03-08 | 1 | -4/+6 |
| * | Only run pfctl once per interface for stats, rather than four times. | jim-p | 2011-03-08 | 1 | -4/+7 |
| * | Use foreach here to be sure we do not reference unexisting results. | Ermal | 2011-03-08 | 1 | -42/+41 |
* | | Merge remote branch 'upstream/master' | Scott Ullrich | 2011-03-08 | 4 | -24/+22 |
|\ \
| |/ |
|
| * | Do a proper test otherwise a override of the total_minutes var might happen. | Ermal | 2011-03-08 | 1 | -2/+2 |
| * | Properly do testing of voucher existing or not rather than relying on an obsc... | Ermal | 2011-03-08 | 1 | -12/+12 |
| * | Use racoonctl now that ipsec-0.8 is back to reload the config. | Ermal | 2011-03-07 | 1 | -3/+1 |
| * | Add cas(4) | jim-p | 2011-03-07 | 1 | -1/+1 |
| * | When doing conf_mount_ro/rw on NanoBSD, pass sync,noatime to mount to preserv... | jim-p | 2011-03-07 | 1 | -6/+6 |
* | | Resolve merge conflict | Scott Ullrich | 2011-03-06 | 11 | -119/+142 |
|\ \
| |/ |
|
| * | Add missing pages to the authentication system. | Ermal | 2011-03-04 | 1 | -1/+13 |
| * | Be smart and remove the needs package sync toggle since the begining otherwis... | Ermal | 2011-03-04 | 1 | -0/+2 |
| * | Oops more make code correct. | Ermal | 2011-03-04 | 1 | -2/+2 |
| * | Oops make code correct. | Ermal | 2011-03-04 | 1 | -1/+1 |
| * | * Prevent concurrent logins on CP to not be recorded on the DB. | Ermal | 2011-03-04 | 1 | -90/+83 |
| * | If the interface triggering rc.newwanip is not assigned just reload packages ... | Ermal | 2011-03-04 | 1 | -5/+16 |
| * | Check if the protocol is empty, not just if it's set. Fixes #1323 | jim-p | 2011-03-04 | 1 | -1/+1 |
| * | Only change protocol if it's set and not empty. | jim-p | 2011-03-04 | 1 | -1/+2 |
| * | Add upgrade code to ensure rule protocols are all lower case. | jim-p | 2011-03-03 | 2 | -1/+8 |
| * | Make this lowercase before checking, or people who ended up with TCP or UDP i... | jim-p | 2011-03-03 | 1 | -0/+1 |
| * | Not needed anymore. | Ermal | 2011-03-03 | 1 | -5/+1 |
| * | lower limit to 101 MB | Chris Buechler | 2011-03-03 | 1 | -1/+1 |
| * | Simplify is_macaddr regex. | Erik Fonnesbeck | 2011-03-02 | 1 | -1/+1 |
| * | Slight regex fix on is_macaddr - the previous regex was letting through a mac... | jim-p | 2011-03-02 | 1 | -1/+1 |
| * | Attempt to mitigate fork bombs of rc.newipsecdns. Alternatively we should pro... | smos | 2011-03-02 | 1 | -0/+4 |
| * | Always write out the filterdns-ipsec.hosts file, otherwise deleted tunnels wi... | smos | 2011-03-02 | 1 | -15/+15 |
* | | More fixes to differentiate between v4 and v6 gateways on the same interface. | Seth Mos | 2011-03-06 | 1 | -2/+9 |
* | | First stab at generating a link local address for the bridge interface if it'... | Seth Mos | 2011-03-06 | 1 | -1/+7 |
* | | Correct one more variable in the process | Seth Mos | 2011-03-04 | 1 | -3/+3 |
* | | Fix broken gateway logic that mixed up v4 and v6 | Seth Mos | 2011-03-04 | 1 | -5/+5 |
* | | Merge remote branch 'upstream/master' | Seth Mos | 2011-03-02 | 7 | -19/+19 |
|\ \
| |/ |
|
| * | Make it possible to turn off successful login messages, this should quiet the... | smos | 2011-03-02 | 1 | -1/+3 |
| * | Add a check that should prevent configuration of racoon with duplicate phase ... | smos | 2011-03-02 | 1 | -1/+4 |