Scott Ullrich
ccca3418cb
Merge remote branch 'upstream/master'
2011-02-16 16:39:47 -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
a8f9f07e61
Comment out the "config write on bootup" error. This is normal now with the package reinstall, and the known issues with it should be OK now. The error is just confusing people.
2011-02-16 13:53:16 -05:00
Ermal
a3bac4cea1
Do not rely on php new foreach by reference and use the old method of chaning array members by using full path. This fixes nat 1:1 upgrades.
2011-02-16 18:19:04 +00: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
72377228a6
Add automatic rules to pass DHCP failover traffic if a failover peer is defined. See http://forum.pfsense.org/index.php/topic,32731.msg172839.html#msg172839
2011-02-16 12:15:37 -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
jim-p
2d816c1357
silence the music.
2011-02-16 08:07:11 -05:00
Seth Mos
f698b26293
Merge remote branch 'upstream/master'
2011-02-16 09:11:05 +01: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
c10dbf9284
Add snort2c table back in for now.
2011-02-15 15:16:56 -05:00
jim-p
efe8fa7884
Pass $notices to print_notices(), since it requires a parameter.
2011-02-15 11:03:30 -05:00
Scott Ullrich
ee21b73607
Adding support for snortsam from Robert Z
2011-02-14 16:57:25 -05:00
Seth Mos
bd40781aaa
add a ipprotocol variable to the easy add rules
2011-02-14 22:27:46 +01:00
Scott Ullrich
ad67f6af4b
Back to beta5
2011-02-14 10:08:55 -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
Scott Ullrich
a42e5d2518
Get ready for tomorrow.
2011-02-13 13:11:00 -05:00
jim-p
4c37209a3b
Suppress curl errors (if we get a 404 it tosses its own error if there is no response body, just a 404 code.)
2011-02-13 11:37:48 -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
Scott Ullrich
ac5eb23ba8
Catch up
2011-02-12 01:31:32 -05: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
Ermal
a39c7dae5c
Allow action match to be passed down to pf.
2011-02-11 17:18:36 +00:00
Seth Mos
d610946897
Delay resolving dynamic DNS tunnels during boot
2011-02-11 09:28:11 +01:00
Seth Mos
1d56414377
Merge remote branch 'upstream/master'
2011-02-11 09:13:00 +01:00
Seth Mos
07dfd12159
Add a IPv6 enable option in the mpd5 config
2011-02-11 09:09:06 +01:00
smos
d03994109f
Do not resolve the dyndns hostnames during boot. With many tunnels that have a hostname this can
...
cause huge boot issues if the DNS server is slow or not responding at all. By skipping those but
adding them to the DNS watchlist it should reload these later. This should allow the box to start
up and forward packets.
2011-02-11 08:25:17 +01:00
Chris Buechler
554d3bc22d
fix text
2011-02-10 20:10:08 -05:00
Ermal
e35d6cda60
There is no need to call the script to reconfigure CP here. Even more when it breaks all kind of things.
2011-02-10 21:36:55 +00:00
jim-p
8c5df70558
Also fix easyrule and auto->manual nat switch code. Ticket #1243
2011-02-10 11:16:13 -05:00
jim-p
93c2c1e620
Generalize pppoe server enabled check and use it elsewhere in the GUI that needed fixed. Still needs changes in filter.inc - Ticket #1243
2011-02-10 10:58:16 -05:00
Seth Mos
2c1b25d681
Merge remote branch 'upstream/master'
2011-02-10 16:08:07 +01:00
Seth Mos
9103d9ee6c
Fix static routes, typo in the variable name
2011-02-10 16:05:27 +01:00
jim-p
0fc6be3f54
Allow autocomplete on login form (Fixes saving password on Firefox and Chrome)
2011-02-10 09:44:00 -05:00
jim-p
b6a1d96074
Add the 1.2.3 dashboard package's /usr/local/www/filter_log.inc to the obsoleted files list. (It's in /etc/inc/ now)
2011-02-10 09:04:14 -05:00
jim-p
bda131b275
Fix a date compare bug, resolves #1273
2011-02-10 08:34:23 -05:00
Seth Mos
6715c2a295
Fix the IP address check to allow for interfaces that just have a IPv6 address but no IPv4
2011-02-10 11:18:28 +01:00
Ermal
30ef6f8dd0
Allow renaming even shaper queues as an improvement.
2011-02-09 22:06:37 +00:00