Commit Graph

8646 Commits

Author SHA1 Message Date
jim-p
d7b4e38faa Setup gateway monitoring since we just altered a gateway. 2011-02-28 12:21:22 -05:00
jim-p
e121bebdce Fix gateway handling in setup wizard. 2011-02-28 12:16:10 -05:00
Erik Fonnesbeck
2d539f4004 Only display gitsync settings on supported platforms. 2011-02-28 09:12:24 -07:00
Scott Ullrich
cfaf6e69bd Only show the you can monitor the filter reload process for filter related changes 2011-02-27 15:50:06 -05:00
Scott Ullrich
58b4b246a8 Flush the buffer 2011-02-27 15:43:40 -05:00
jim-p
4ed69f3394 Do a more strict check on the return value of the download function. Fixes #1309 2011-02-26 14:20:00 -05:00
jim-p
072bc34c97 Correct the test which displays an error if someone chose to save+test but doesn't have an ldap backend. Also, fix a typo. 2011-02-24 13:20:49 -05:00
smos
563b47bfd3 Make sure to resolve the gateway name before passing it off to the IPsec reload function 2011-02-24 14:10:57 +01:00
smos
3acab378e8 Correct variable name. This could never have deleted the static route for IPsec vpns on multi wan 2011-02-24 14:10:06 +01:00
gnhb
0030036fe1 Don't forget to clear username field so it doesn't show up on next edit.
And if for some reason user enters a username, store it for them.
2011-02-24 00:14:32 +07:00
gnhb
d9cc4b24d0 Try again, a little cleaner: Prevent GUI from giving error for freeDNS service since username and password 2011-02-24 00:05:17 +07:00
gnhb
1f9d17ef8d Revert "Prevent GUI from giving error for freeDNS service since username and password"
This reverts commit 740f745922.

This is a little ugly. Let's do it a little differently.
2011-02-23 23:54:21 +07:00
gnhb
740f745922 Prevent GUI from giving error for freeDNS service since username and password
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.
2011-02-23 22:00:38 +07:00
lgcosta
b877803194 Add a check if the configuration of dhcpd exists for wan before unset, resolves #1303 2011-02-22 23:32:30 -03:00
Ermal
c54c9d15d3 Remove direction from traffic shaper generated rules now that the match action is present to correctly put packets on proper queues. Before it was not possible since this would have also open firewall ports/holes. 2011-02-22 22:31:29 +00:00
jim-p
2d1298ce83 Reset this var before this test, otherwise if the test is skipped, it will carry over the value from the previous run. 2011-02-22 14:29:57 -05:00
lgcosta
ac631bba8e Move all functions from index.php for captiveportal.inc 2011-02-22 16:27:15 -03:00
lgcosta
f1beeba5d1 Add Global reply-to disable checkbox, resolves the issue #1137 2011-02-22 10:30:37 -03:00
lgcosta
196440c8b8 reversal of accidentally deleted files
Revert "Add Global reply-to disable checkbox, resolves the issue #1137"

This reverts commit c646776871.
2011-02-22 09:25:10 -03:00
Luiz Gustavo S. Costa
c646776871 Add Global reply-to disable checkbox, resolves the issue #1137 2011-02-21 23:43:46 -03:00
jim-p
95938fae08 Fix typo/spacing issue. Resolves #1300 2011-02-21 16:45:25 -05:00
smos
4661598e4c Add the diag_ipsec_xml.php page, this provides a XML interface to the
tunnel status built for a Coltex BV monitoring system
2011-02-21 19:23:48 +01:00
smos
9e05007223 Prevent empty remote endpoints from skewing the log output 2011-02-21 15:46:23 +01:00
Warren Baker
b85f245143 Correct indentation 2011-02-21 11:42:19 +02:00
Warren Baker
7c50552db5 Make sure it is an array before foreach. 2011-02-21 11:40:30 +02:00
Chris Buechler
75bf4f143c fix default password display 2011-02-20 17:31:35 -05:00
jim-p
94d455da18 Enforce FreeBSD's max username length of 16 chars. http://forum.pfsense.org/index.php/topic,33410.0.html 2011-02-17 14:45:39 -05:00
jim-p
70edf50df8 Fix whitespace formatting. 2011-02-17 12:54:49 -05:00
jim-p
98776e04b1 Allow sorting of DNS forwarder entries. 2011-02-17 12:35:35 -05:00
jim-p
0aba3822cf Add IPsec and OpenVPN to packet capture. Ticket #1032 2011-02-16 16:22:11 -05:00
jim-p
3395ba20dd Fix wording 2011-02-16 15:32:56 -05:00
jim-p
ed187b41a2 Change this form to a POST instead of using GET with button inputs. For some reason using the GET method was causing things to be invoked twice, which led to two concurrent XMLRPC syncs, which can cause issues. 2011-02-16 13:04:08 -05:00
jim-p
3e8b3cccab Use a better regex here, sometimes ad devices can be numbered >=10. 2011-02-16 11:31:21 -05:00
Scott Ullrich
b807a16192 Break on 'You can also monitor the reload progress' instead of letting it wrap into a newline. 2011-02-15 17:59:33 -05:00
jim-p
efe8fa7884 Pass $notices to print_notices(), since it requires a parameter. 2011-02-15 11:03:30 -05:00
jim-p
49e4ebf834 Fix start/end test for an IP in DHCP pool. Resolves #1280 2011-02-13 19:19:39 -05:00
jim-p
b5993a0205 Fix update check fix. Skipped a parameter. 2011-02-13 16:54:25 -05:00
Erik Fonnesbeck
ca640261f3 Add alias support for source and destination ports on outbound NAT. 2011-02-13 09:27:51 -07:00
jim-p
d164643a35 Make update check a little more robust. Timeout after a few seconds, and if we get a non-200 http code, ignore the response. 2011-02-13 11:14:26 -05:00
Erik Fonnesbeck
b43b761391 Check for aliases in 1:1 and outbound NAT rules, too. 2011-02-13 08:08:48 -07:00
Erik Fonnesbeck
43f2eca799 Use autocomplete='off' like all other fields that accept aliases, to prevent web browser auto-complete from covering up the alias list popup. 2011-02-13 07:44:52 -07:00
Erik Fonnesbeck
c769f9834c Simply code for determining whether an alias is currently in use. 2011-02-13 07:25:40 -07:00
Erik Fonnesbeck
f1ac173336 In update_alias_names_upon_change function add capability to access more deeply nested sections and fields. 2011-02-13 06:44:22 -07:00
Erik Fonnesbeck
b0aa7413df Use alias style and add AutoSuggestControl for source and destination address fields. 2011-02-13 05:38:39 -07:00
Erik Fonnesbeck
97bc0bcc31 The doubled "$rule = array();" lines are probably a copy/paste error. 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. 2011-02-13 01:15:46 -07:00
Ermal
bd25957187 Correctly verify the input on bandwith at voip step for traffic shaper wizards. Reported-by: http://forum.pfsense.org/index.php/topic,32833.0.html 2011-02-12 21:07:36 +00:00
Ermal
bd2b98c9b0 Remove any previous file with the same name as the one that will be downloaded. This avoid the gui to always show update availble even though the site could not be reached. 2011-02-12 18:34:32 +00:00
Ermal
5ee6a4571f Remove any previous file with the same name as the one that will be downloaded. This avoid the gui to always show update availble even though the site could not be reached. 2011-02-12 18:33:09 +00:00
Ermal
b3205cc39e Convert the shapers to the match action so the generated rules do not impact the filtering policy implemented. 2011-02-11 17:32:10 +00:00
Ermal
a391d0ab12 Allow match action on Floating rules and exposed it with name Queue. More validation is needed. 2011-02-11 17:26:38 +00:00