| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | Since its only called during bootup there is no need to do conditionals here.... | Ermal | 2011-03-02 | 1 | -10/+5 |
| * | Pass the -a parameters to pgrep to be certain we search ancestors as well. Th... | Ermal | 2011-03-01 | 5 | -7/+7 |
* | | Merge remote branch 'upstream/master' | Scott Ullrich | 2011-02-27 | 2 | -3/+10 |
|\ \
| |/ |
|
| * | Declare $g a global here. | jim-p | 2011-02-26 | 1 | -0/+1 |
| * | Ensure the pkg staging area exists on nanobsd before trying to use it. | jim-p | 2011-02-26 | 2 | -3/+9 |
* | | Merge remote branch 'upstream/master' | Scott Ullrich | 2011-02-25 | 10 | -19/+43 |
|\ \
| |/ |
|
| * | missing $ | Scott Ullrich | 2011-02-25 | 1 | -1/+1 |
| * | missing $ | Scott Ullrich | 2011-02-25 | 1 | -1/+1 |
| * | misc whitespace cleanups | Scott Ullrich | 2011-02-25 | 1 | -3/+1 |
| * | Give this another shot | Scott Ullrich | 2011-02-25 | 1 | -1/+1 |
| * | Fix admins group permission setting when upgrading from 1.2.3. | jim-p | 2011-02-25 | 1 | -1/+1 |
| * | Correct IPsec carp interface upgrade code, off by one | smos | 2011-02-25 | 1 | -1/+1 |
| * | Use full path to pw | jim-p | 2011-02-24 | 1 | -2/+2 |
| * | Add missing _relayd group, and when upgrading from 1.2.3, add _relayd group a... | jim-p | 2011-02-24 | 2 | -0/+3 |
| * | Fix find again... apparently -xdev is depreciated and tosses errors, replaced... | jim-p | 2011-02-24 | 1 | -1/+1 |
| * | Move this code up a bit and also use /root/tmp to fetch packages instead of /... | jim-p | 2011-02-24 | 1 | -5/+10 |
| * | If we're on nanobsd, pass -t to pkg_add to specify a different "staging area"... | jim-p | 2011-02-24 | 2 | -4/+8 |
| * | Correct the vlan upgrade code to continue when we fixed up the interface | smos | 2011-02-24 | 1 | -2/+4 |
| * | Correct the find command, pipe into xargs | smos | 2011-02-24 | 1 | -1/+1 |
| * | And one more place for PKG_TMPDIR... just in case. | jim-p | 2011-02-23 | 1 | -1/+3 |
| * | Set PKG_TMPDIR here too, to help nanobsd pkg installs. | jim-p | 2011-02-23 | 1 | -1/+3 |
| * | Allow queues on top of bridge. Though more investigation is needed on its cor... | Ermal | 2011-02-23 | 1 | -1/+1 |
| * | Set PKG_TMPDIR for embedded/nano because it will fill up /var trying to downl... | jim-p | 2011-02-23 | 1 | -0/+2 |
| * | Merge branch 'master' of rcs.pfsense.org:pfsense/mainline | gnhb | 2011-02-24 | 2 | -5/+11 |
| |\ |
|
| | * | Correct the config path to the vip array | smos | 2011-02-23 | 1 | -1/+1 |
| | * | Attempted fix that should convert the old carp[$i] naming to vip[$vhid] | smos | 2011-02-23 | 1 | -0/+5 |
| | * | Make sure we iterate by the vlan number lest we end up with a empty variable?... | smos | 2011-02-23 | 1 | -3/+4 |
| | * | Correct the gateway group member name to the correct GW_". strtoupper($if) up... | smos | 2011-02-23 | 1 | -1/+1 |
| | * | Do not cross filesystem boundaries when removing files lest we empty Seth' US... | smos | 2011-02-23 | 1 | -1/+1 |
| * | | Try again, a little cleaner: Prevent GUI from giving error for freeDNS servic... | gnhb | 2011-02-24 | 1 | -1/+1 |
| |/ |
|
| * | Update "Last Tested" date for freeDNS in comments | gnhb | 2011-02-23 | 1 | -1/+1 |
* | | Merge remote branch 'upstream/master' | Seth Mos | 2011-02-23 | 7 | -14/+440 |
|\ \
| |/ |
|
| * | Don't consider a cert as in use by the GUI if it's in HTTP mode. Fixes #1171 | jim-p | 2011-02-22 | 1 | -1/+2 |
| * | Move all functions from index.php for captiveportal.inc | lgcosta | 2011-02-22 | 1 | -1/+412 |
| * | Add Global reply-to disable checkbox, resolves the issue #1137 | lgcosta | 2011-02-22 | 1 | -1/+1 |
| * | reversal of accidentally deleted files | lgcosta | 2011-02-22 | 1 | -4/+17 |
| * | Add Global reply-to disable checkbox, resolves the issue #1137 | Luiz Gustavo S. Costa | 2011-02-21 | 1 | -17/+4 |
| * | Trigger a VPN tunnel reload after configuring IPsec, it will handle all the h... | smos | 2011-02-21 | 1 | -0/+2 |
| * | Don't forget to include $g, otherwise the check will fail and still perform a... | smos | 2011-02-21 | 1 | -0/+1 |
| * | Hold off on resolve_retry during boot. The rest of the IPsec config is alread... | smos | 2011-02-21 | 1 | -3/+4 |
| * | Add more safeguards and IP address checks | smos | 2011-02-21 | 1 | -4/+4 |
| * | Do not resolve the hostname during boot, also make really sure we have a IP a... | smos | 2011-02-21 | 1 | -2/+3 |
| * | Resolves #1288. Add alc(4) to altq(4) supported list. | Ermal | 2011-02-21 | 1 | -1/+1 |