Commit Graph

19862 Commits

Author SHA1 Message Date
Erik Fonnesbeck
147b2be1c2 gitsync: Add --minimal parameter that installs only the updated files. 2012-09-17 07:47:01 -06:00
Erik Fonnesbeck
c578fb0fc6 Fix special build_commit tag that was broken from previous change to how it read the file with the commit ID. 2012-09-17 06:33:24 -06:00
jim-p
cba980f6a4 Add support for multiple DHCP pools within the interface's subnet, and allow most of the settings for the main range to be set specific inside the pool. (e.g. it allows setting different gateways and DNS for different pools). Still needs improved input validation to prevent overlapping ranges/pools. 2012-09-16 19:33:49 -04:00
jim-p
611b65a8ab Force resync of vpns and dns even if the IP doesn't change in rc.newwanip, since we could be doing failover/failback for these services. 2012-09-14 12:36:22 -04:00
jim-p
140f30ea44 Add note about mac matching and media type. 2012-09-14 12:36:03 -04:00
jim-p
80d30a8346 Add some safety checks against empty entries 2012-09-14 08:10:23 -04:00
jim-p
1f1a08c85b Allow/deny access to DHCP by partial MAC matching. 2012-09-13 21:15:43 -04:00
smos
e288ddb111 Make the openvpn resync less intrusive, only trigger this if the OpenVPN interface is actually a gateway group name. Otherwise we skip. 2012-09-13 18:52:24 +02:00
smos
017817c25d Make the gateway group member check a boolean, might convert to something else at a later time so we could check group memberships.
Also launch the dyndns configure if the dyndns interface is a gateway group name, could check membership later if we wanted.
2012-09-13 18:49:51 +02:00
smos
2223aa954e Always prepend the hostname we are working on 2012-09-13 18:49:12 +02:00
smos
768eb89c42 Make sure we process dyndns interfaces that use a failover group when processed from rc.newwanip, which just passes a interface. 2012-09-13 07:18:28 +02:00
smos
cdb0df65b7 Add function that checks if the interface is part of a gateway group. 2012-09-13 07:04:57 +02:00
smos
1be0e2da02 Reference the correct variable here, it was broken before and could never have worked. 2012-09-13 07:02:36 +02:00
smos
c832f6bf7c Remove the filter configure call as this could otherwise lead to a recursive filter configure. 2012-09-12 18:23:51 +02:00
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