Commit Graph

19848 Commits

Author SHA1 Message Date
jim-p
ed6df99ca0 Use a better link here. 2012-09-12 12:45:36 -04:00
jim-p
0066932f89 Print a nice large warning on the PPTP page about it no longer being considered secure. 2012-09-12 12:18:42 -04:00
jim-p
1a6f52660b Bail here so we don't make invalid rules for IPsec if this is empty. 2012-09-12 11:44:10 -04:00
Jim P
8736e7a1f5 Merge pull request #221 from j-white/master
Fixed the rendering in IE for the password management page.
2012-09-11 09:47:29 -07:00
Jesse White
fa6a3d4da3 Fixed the rendering in IE. Moved the head section out of the body. 2012-09-11 11:03:45 -04:00
Jim P
2643df8d78 Merge pull request #220 from PiBa-NL/master
firewall log, allowing the showing of applied rule description with optional setting
2012-09-10 11:45:17 -07:00
PiBa-NL
32f8552e8a Show/hide toggle 2012-09-10 17:32:52 +02:00
PiBa-NL
52b2726831 Added a setting for configuring the firewall log to either:
-Not load descriptions
-Show descriptions in a column
-Show descriptions on a second row (after a click on 'show descriptions')

'fixed' a few html validation issues..
2012-09-10 16:32:28 +02:00
Chris Buechler
18be4037b5 remove bunk input validation 2012-09-09 20:55:15 -05:00
PiBa-NL
a6d5e0439d Changed firewall log to show the applied rule description directly on screen, also layout optimization for "Show raw filter logs". 2012-09-08 14:41:30 +02:00
Darren Embry
c184fa273f fix imbalanced HTML tags
hopefully continues to fix #2625 but no guarantees.
2012-09-06 14:47:01 -04:00
Darren Embry
00ad21b9d7 fix more imbalanced HTML tags.
hopefully continues to fix #2625 but no guarantees.
2012-09-06 14:47:00 -04:00
Darren Embry
59167b10fb fix some imbalanced HTML tags
hopefully this will fix #2625 but this needs to be done anyway.
2012-09-06 14:47:00 -04:00
Darren Embry
d329d5872c a few coding indentation/style fixes. 2012-09-06 14:46:59 -04:00
jim-p
b91440888e Correct this function call, OpenVPN client killing works again, fixes #2554 2012-09-06 14:27:02 -04:00
Darren Embry
17c0bb50f8 Inconsistent behavior with Alias info popup
hopefully fixes #2625

http://redmine.pfsense.org/issues/2625
2012-09-06 13:46:30 -04:00
Darren Embry
73567959ef never call parseInt without a radix. 2012-09-06 13:08:50 -04:00
jim-p
9500537d51 Don't add ldapcfg to racoon.conf since we're not using racoon's built-in LDAP support now. Moving to external script-based auth, see ticket #1112 2012-09-06 08:22:15 -04:00
jim-p
b16d666db3 No need for these other lines on nanobsd, and it can interfere with booting on some devices. 2012-09-05 14:52:06 -04:00
jim-p
4c9e22b9bb Add another test here for Nano+VGA to preserve the console selection. 2012-09-04 16:38:20 -04:00
jim-p
744306c6bd Fix up tcpdump for pflog stop/start a little, consolodate code, and restart tcpdump for pflog when saving log settings. 2012-09-04 11:58:38 -04:00
Ermal
daa06fb79f Simplify schedules code and some styly nits 2012-08-30 06:46:23 +00:00
Ermal Luçi
f68a7f7146 Merge pull request #217 from phildd/master
Month matching for scheduler rules
2012-08-29 23:36:02 -07:00
phildd
50b3fc5a0e Month matching for scheduler rules
Fix some obvious things in the firewall scheduled rules code. If a user has some rules with a month specified and some without, then this will make a difference. Might fix bug #2614?
2012-08-30 07:56:17 +05:45
jim-p
0649859138 Try to remove old states when a DHCP IP changes, might be related to ticket #1629 and also "unable to allocate llinfo" messages from states through an old gateway. 2012-08-29 13:30:30 -04:00
Ermal
56178d9a78 Correct filter tdr install_cron function 2012-08-29 17:28:51 +00:00
jim-p
58d9e380a7 Don't skip over wrap_vga here. 2012-08-29 11:44:39 -04:00
Ermal
6ab59b35ec Add check for local port being set before testing. Fixes #2606 2012-08-28 18:41:36 +00:00
jim-p
0d0558195e Don't put this rule in if $carp_int is empty, it makes an invalid rule. Fixes #2605 2012-08-28 08:22:45 -04:00
jim-p
e3df974bd8 Restructure these IP/subnet tests so they don't break transport mode. 2012-08-27 14:41:48 -04:00
Jim P
ca929de862 Merge pull request #216 from bcyrill/patch-8
Fix bug reported in http://forum.pfsense.org/index.php/topic,53000.0.htm...
2012-08-27 07:33:01 -07:00
bcyrill
2ef160144f Fix bug reported in http://forum.pfsense.org/index.php/topic,53000.0.html 2012-08-27 16:25:58 +02:00
Jim P
82c41ba19d Merge pull request #215 from phildd/master
Tidy console package install progress percentage
2012-08-26 17:03:55 -07:00
phildd
e961bd677b Tidy console package install progress percentage
This makes the file download percentage progress come out at the end of the line. New values are updated by using backspaces to rub out the previous value.
2012-08-27 01:21:21 +05:45
jim-p
d9c72958e3 Fix ntp config syntax for the version we're using 2012-08-25 13:15:20 -04:00
jim-p
0300d9ecbc Try harder to determine hostname when sending e-mail. 2012-08-24 08:47:31 -04:00
Seth Mos
7fca58c602 Merge pull request #214 from phildd/master
Fix IPv6 remote_network typo
2012-08-24 01:53:54 -07:00
phildd
062fe17da3 Fix IPv6 remote_network typo
The IPv4 remote network was being displayed in both the IP4 and IPv6 input fields. Then whatever value was in the IPv6 field ended up in the config as the IPv4 remote network.
Just a couple of missing "v6" on variable names.
2012-08-24 14:31:03 +05:45
Jim P
627fa5a911 Merge pull request #213 from bcyrill/patch-5
Test for an array before using it like one.
2012-08-23 14:45:15 -07:00
bcyrill
cf74d3a80c Test for an array before using it like one. 2012-08-24 00:40:06 +03:00
jim-p
5a429ed6a2 Fix another typo 2012-08-22 14:50:55 -04:00
jim-p
c14069434a Fix typo 2012-08-22 00:15:36 -04:00
jim-p
18080a2158 This file won't exist at bootup yet, drop it from the sanity test. 2012-08-21 16:47:44 -04:00
jim-p
5c8843d5fb Teach ntpd how to get its time from a local GPS on serial. 2012-08-21 16:23:33 -04:00
jim-p
73815007a4 Test for an array before using it like one. 2012-08-19 14:17:28 -04:00
jim-p
be9c20c7a1 Use REQUEST_URI here so the GET parameters are preserved (makes the links work better for things like interfaces.php?if=wan, and packages. 2012-08-17 10:43:12 -04:00
smos
dc3e3acb9b Disable Execution timeout for this script. 2012-08-17 07:15:06 +02:00
Ermal
59b97df1a8 Correct carp rules and a weird nat rule on carp so they actually generate what they are meant for 2012-08-16 17:53:59 +00:00
jim-p
391abfcfe4 Extend the shortcuts code and link back from Status > Services also. 2012-08-15 22:18:53 -04:00
jim-p
7468a29fa0 Fix secondary auth source to reference the zone like everything else in this section does, which is where the gui stores the value. 2012-08-15 08:36:53 -04:00