summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Only make gateway changes if we have been given a new gateway IP.jim-p2011-02-281-18/+20
|
* Setup gateway monitoring since we just altered a gateway.jim-p2011-02-281-0/+1
|
* Fix gateway handling in setup wizard.jim-p2011-02-281-2/+29
|
* Only display gitsync settings on supported platforms.Erik Fonnesbeck2011-02-281-1/+1
|
* Only show the you can monitor the filter reload process for filter related ↵Scott Ullrich2011-02-271-2/+9
| | | | changes
* Flush the bufferScott Ullrich2011-02-271-0/+2
|
* Do a more strict check on the return value of the download function. Fixes #1309jim-p2011-02-262-2/+2
|
* 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.
* 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
* 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.
* Try again, a little cleaner: Prevent GUI from giving error for freeDNS ↵gnhb2011-02-241-6/+7
| | | | 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.
* 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.
* Move all functions from index.php for captiveportal.inclgcosta2011-02-221-406/+0
|
* Add Global reply-to disable checkbox, resolves the issue #1137lgcosta2011-02-221-0/+17
|
* reversal of accidentally deleted fileslgcosta2011-02-221-20/+0
| | | | | | 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-211-0/+20
|
* 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
|
* Correct indentationWarren Baker2011-02-211-1/+1
|
* Make sure it is an array before foreach.Warren Baker2011-02-211-8/+10
|
* fix default password displayChris Buechler2011-02-201-1/+1
|
* Enforce FreeBSD's max username length of 16 chars. ↵jim-p2011-02-171-1/+4
| | | | http://forum.pfsense.org/index.php/topic,33410.0.html
* Fix whitespace formatting.jim-p2011-02-171-181/+184
|
* Allow sorting of DNS forwarder entries.jim-p2011-02-171-3/+16
|
* Add IPsec and OpenVPN to packet capture. Ticket #1032jim-p2011-02-161-2/+12
|
* Fix wordingjim-p2011-02-161-2/+2
|
* Change this form to a POST instead of using GET with button inputs. For some ↵jim-p2011-02-161-4/+6
| | | | reason using the GET method was causing things to be invoked twice, which led to two concurrent XMLRPC syncs, which can cause issues.
* Use a better regex here, sometimes ad devices can be numbered >=10.jim-p2011-02-161-1/+1
|
* Break on 'You can also monitor the reload progress' instead of letting it ↵Scott Ullrich2011-02-152-2/+2
| | | | wrap into a newline.
* Pass $notices to print_notices(), since it requires a parameter.jim-p2011-02-151-1/+1
|
* Fix start/end test for an IP in DHCP pool. Resolves #1280jim-p2011-02-131-2/+2
|
* Fix update check fix. Skipped a parameter.jim-p2011-02-132-2/+2
|
* Add alias support for source and destination ports on outbound NAT.Erik Fonnesbeck2011-02-133-8/+14
|
* Make update check a little more robust. Timeout after a few seconds, and if ↵jim-p2011-02-132-5/+4
| | | | we get a non-200 http code, ignore the response.
* Check for aliases in 1:1 and outbound NAT rules, too.Erik Fonnesbeck2011-02-132-0/+16
|
* Use autocomplete='off' like all other fields that accept aliases, to prevent ↵Erik Fonnesbeck2011-02-132-2/+2
| | | | web browser auto-complete from covering up the alias list popup.
* Simply code for determining whether an alias is currently in use.Erik Fonnesbeck2011-02-131-74/+49
|
* In update_alias_names_upon_change function add capability to access more ↵Erik Fonnesbeck2011-02-132-20/+17
| | | | deeply nested sections and fields.
* Use alias style and add AutoSuggestControl for source and destination ↵Erik Fonnesbeck2011-02-131-2/+37
| | | | address fields.
* The doubled "$rule = array();" lines are probably a copy/paste error. ↵Erik Fonnesbeck2011-02-131-4/+4
| | | | Probably meant to paste the line that sets the rule type to the match action like the rest of what was added in the affected commit.
* Correctly verify the input on bandwith at voip step for traffic shaper ↵Ermal2011-02-125-55/+123
| | | | wizards. Reported-by: http://forum.pfsense.org/index.php/topic,32833.0.html
* Remove any previous file with the same name as the one that will be ↵Ermal2011-02-121-0/+1
| | | | downloaded. This avoid the gui to always show update availble even though the site could not be reached.
* Remove any previous file with the same name as the one that will be ↵Ermal2011-02-122-0/+2
| | | | downloaded. This avoid the gui to always show update availble even though the site could not be reached.
* Convert the shapers to the match action so the generated rules do not impact ↵Ermal2011-02-114-0/+28
| | | | the filtering policy implemented.
OpenPOWER on IntegriCloud