summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Ensure the pkg staging area exists on nanobsd before trying to use it.jim-p2011-02-262-3/+9
|
* missing $Scott Ullrich2011-02-251-1/+1
|
* missing $Scott Ullrich2011-02-251-1/+1
|
* misc whitespace cleanupsScott Ullrich2011-02-251-3/+1
|
* Give this another shotScott Ullrich2011-02-251-1/+1
|
* Fix admins group permission setting when upgrading from 1.2.3.jim-p2011-02-251-1/+1
|
* Correct IPsec carp interface upgrade code, off by onesmos2011-02-251-1/+1
|
* Use full path to pwjim-p2011-02-241-2/+2
|
* Add missing _relayd group, and when upgrading from 1.2.3, add _relayd group ↵jim-p2011-02-242-0/+3
| | | | and user.
* Correct the test which displays an error if someone chose to save+test but ↵jim-p2011-02-241-4/+5
| | | | doesn't have an ldap backend. Also, fix a typo.
* Fix find again... apparently -xdev is depreciated and tosses errors, ↵jim-p2011-02-241-1/+1
| | | | replaced by -x
* Move this code up a bit and also use /root/tmp to fetch packages instead of ↵jim-p2011-02-241-5/+10
| | | | /tmp so it won't fill up.
* If we're on nanobsd, pass -t to pkg_add to specify a different "staging ↵jim-p2011-02-242-4/+8
| | | | area" path.
* Correct the vlan upgrade code to continue when we fixed up the interfacesmos2011-02-241-2/+4
|
* Correct the find command, pipe into xargssmos2011-02-241-1/+1
|
* Make sure to resolve the gateway name before passing it off to the IPsec ↵smos2011-02-241-1/+2
| | | | reload function
* Correct variable name. This could never have deleted the static route for ↵smos2011-02-241-1/+1
| | | | IPsec vpns on multi wan
* And one more place for PKG_TMPDIR... just in case.jim-p2011-02-231-1/+3
|
* Set PKG_TMPDIR here too, to help nanobsd pkg installs.jim-p2011-02-231-1/+3
|
* Allow queues on top of bridge. Though more investigation is needed on its ↵Ermal2011-02-231-1/+1
| | | | correct meaning.
* Set PKG_TMPDIR for embedded/nano because it will fill up /var trying to ↵jim-p2011-02-231-0/+2
| | | | download packages otherwise. (From sullrich)
* Don't forget to clear username field so it doesn't show up on next edit.gnhb2011-02-241-2/+5
| | | | And if for some reason user enters a username, store it for them.
* Merge branch 'master' of rcs.pfsense.org:pfsense/mainlinegnhb2011-02-242-5/+11
|\
| * Correct the config path to the vip arraysmos2011-02-231-1/+1
| |
| * Attempted fix that should convert the old carp[$i] naming to vip[$vhid]smos2011-02-231-0/+5
| |
| * Make sure we iterate by the vlan number lest we end up with a empty ↵smos2011-02-231-3/+4
| | | | | | | | variable? Hopefully fix new vlan name not being assigned to interfaces section
| * Correct the gateway group member name to the correct GW_". strtoupper($if) ↵smos2011-02-231-1/+1
| | | | | | | | | | | | uppercase. This fixes outbound load balancer pools upgraded from 1.2.3 not working
| * Do not cross filesystem boundaries when removing files lest we empty Seth' ↵smos2011-02-231-1/+1
| | | | | | | | USB stick
* | Try again, a little cleaner: Prevent GUI from giving error for freeDNS ↵gnhb2011-02-242-7/+8
| | | | | | | | service since username and password
* | Revert "Prevent GUI from giving error for freeDNS service since username and ↵gnhb2011-02-231-11/+0
|/ | | | | | | | password" This reverts commit 740f745922549283e29d3d964c7a60266d7dbf0a. This is a little ugly. Let's do it a little differently.
* Update "Last Tested" date for freeDNS in commentsgnhb2011-02-231-1/+1
|
* Prevent GUI from giving error for freeDNS service since username and passwordgnhb2011-02-231-0/+11
| | | | | | | | aren't required. Also add a note for freeDNS users to enter "Authentication Token" in Hostname field. Zero out fake username and password before writing to config so they don't show up in the GUI when you edit the record again.
* Add a check if the configuration of dhcpd exists for wan before unset, ↵lgcosta2011-02-221-1/+1
| | | | resolves #1303
* Remove direction from traffic shaper generated rules now that the match ↵Ermal2011-02-224-28/+0
| | | | action is present to correctly put packets on proper queues. Before it was not possible since this would have also open firewall ports/holes.
* Reset this var before this test, otherwise if the test is skipped, it will ↵jim-p2011-02-221-0/+1
| | | | carry over the value from the previous run.
* Don't consider a cert as in use by the GUI if it's in HTTP mode. Fixes #1171jim-p2011-02-221-1/+2
|
* Move all functions from index.php for captiveportal.inclgcosta2011-02-222-407/+412
|
* Add Global reply-to disable checkbox, resolves the issue #1137lgcosta2011-02-222-1/+18
|
* reversal of accidentally deleted fileslgcosta2011-02-222-24/+17
| | | | | | Revert "Add Global reply-to disable checkbox, resolves the issue #1137" This reverts commit c646776871dacebcaa4225b083aa0789dc0bfba6.
* Add Global reply-to disable checkbox, resolves the issue #1137Luiz Gustavo S. Costa2011-02-212-17/+24
|
* Fix typo/spacing issue. Resolves #1300jim-p2011-02-211-1/+1
|
* Add the diag_ipsec_xml.php page, this provides a XML interface to thesmos2011-02-211-0/+83
| | | | tunnel status built for a Coltex BV monitoring system
* Prevent empty remote endpoints from skewing the log outputsmos2011-02-211-0/+2
|
* Trigger a VPN tunnel reload after configuring IPsec, it will handle all the ↵smos2011-02-211-0/+2
| | | | hostname tunnels after boot finishes
* Don't forget to include $g, otherwise the check will fail and still perform ↵smos2011-02-211-0/+1
| | | | a DNS resolve
* Hold off on resolve_retry during boot. The rest of the IPsec config is ↵smos2011-02-211-3/+4
| | | | already delayed during boot for tunnels with hostnames
* Add more safeguards and IP address checkssmos2011-02-211-4/+4
|
* Do not resolve the hostname during boot, also make really sure we have a IP ↵smos2011-02-211-2/+3
| | | | address here.
* Resolves #1288. Add alc(4) to altq(4) supported list.Ermal2011-02-211-1/+1
|
* Prevent a empty remote gateway IP from ending up in the configsmos2011-02-211-0/+2
|
OpenPOWER on IntegriCloud