Commit Graph

18223 Commits

Author SHA1 Message Date
Ermal
db07cc25af Fix status page of gateways to show gateways with monitoring disabled as up. 2011-07-28 20:35:16 +00:00
Ermal
33c06ef791 Add a new option to allow disabling of gateway monitoring. This gateways will always be reported as up. 2011-07-28 20:31:57 +00:00
Ermal
4c41b62653 Use route change here as well to avoid leaving the routing table without a destination for a short period. 2011-07-28 19:58:16 +00:00
jim-p
0124456b0c Rework rc.stop_packages a little. Fixes #1564 2011-07-28 15:44:46 -04:00
Ermal
e151744e90 Just break states based on the remote host ip and not with localip. The later might be the same as address used by other services and might interrupt them 2011-07-28 19:35:13 +00:00
jim-p
778772383b Move the textarea displaying packet capture outside of the form tag, or else a browser will try to submit the contents of the textarea when hitting a button. If you were viewing a large capture, that can be quite a long time it's wasting on uploading data that serves no purpose. 2011-07-28 14:33:13 -04:00
jim-p
89fae3e74c Fix whitespace formatting 2011-07-28 14:33:05 -04:00
jim-p
d3347fdf2b Fix display of ssh port on anti-lockout rule display in GUI. 2011-07-28 14:24:46 -04:00
jim-p
4222087e90 Also escape \ in pptp passwords. 2011-07-28 08:24:27 -04:00
Ermal
1f33a7128b Correct priority number to not have clashes with PRIQ which do not allow same priority numbers for two different queues. 2011-07-28 08:17:01 +00:00
Ermal
f829cd3573 Do not add any reply-to information to rules with action match. Reported-by: http://forum.pfsense.org/index.php/topic,39247.msg202728.html#msg202728 2011-07-28 07:57:48 +00:00
Scott Ullrich
b22bf161fd Adding hook 2011-07-27 19:24:01 -04:00
Scott Ullrich
439cc13f26 Add hooks 2011-07-27 19:03:48 -04:00
Ermal
6968b356b9 Correct check as per http://forum.pfsense.org/index.php/topic,39155.0.html 2011-07-27 20:39:56 +00:00
Ermal
9626710723 Correct whitespace and some problems in the just merged ldap auth sorce for racoon 2011-07-27 20:31:30 +00:00
Ermal Luçi
5d6bade495 Merge pull request #8 from ninja76/master
IPSec xAuth allowing LDAP to be used as a backend
2011-07-27 13:19:14 -07:00
Bryan Haase
f9199cd3ac Check for null Array and move option system to top 2011-07-27 14:41:55 -05:00
Ermal
1fb8d31406 Prevent php from coring if the wrong parameters are passed to ip2long 2011-07-27 17:40:13 +00:00
jim-p
4cf82d5294 Relax PPTP password restrictions, just prevent starting with a !, and limit to common printable/keyboard characters so it doesn't result in invalid xml. Fixes #1720 2011-07-27 12:54:12 -04:00
Ermal
9140006bc3 Correct issue with adding IPv6 default gateway reported http://forum.pfsense.org/index.php/topic,39344.0/topicseen.html 2011-07-27 16:19:26 +00:00
jim-p
94efbf8b2a Shift OpenVPN require, it was causing CRLs to not save changes properly. 2011-07-27 12:05:48 -04:00
jim-p
e6af6518c1 Fix variable so CSC/Overrides for OpenVPN are actually deleted from the fs when deleted from the GUI. 2011-07-27 11:50:16 -04:00
jim-p
95305736ab Rework OpenVPN status, show status for shared key servers. 2011-07-27 11:37:18 -04:00
Bryan Haase
2c189c8cb1 Improved ipsec ldap xauth 2011-07-27 08:47:10 -05:00
Ermal
6b2dcac596 Resolves #1719. Prevent disabled client/servers from being displayed on the widget. 2011-07-26 21:30:38 +00:00
Ermal
320bba6494 Always send the route delete command even if it fails its ok. This avoids having to dump the routing table. 2011-07-25 21:10:47 +00:00
Ermal
6390cdac26 Use the new change to be less distuptive 2011-07-25 19:42:22 +00:00
Ermal
8ff6b72c27 Use the new change to be less distuptive 2011-07-25 19:39:07 +00:00
Ermal
74dafdec2b Use change here to be cleaner and less disruptive. 2011-07-25 19:36:18 +00:00
Ermal
073cd52e58 Resolves #1703. Correct array key value. 2011-07-25 19:05:47 +00:00
Ermal
b368b35a67 Resolve issues that made php core dump or eat a lot of memory when big routing tables are present. 2011-07-25 17:56:25 +00:00
Scott Ullrich
6813d6e7cf Add a flag that defaults to on allowing the control of delete states from external callers such as pfCenter 2011-07-25 11:09:36 -04:00
jim-p
0165616618 Run on CD-ROM, too, it should be writable after rc.cdrom 2011-07-25 11:01:15 -04:00
jim-p
ca3537ba31 Sync password database right after mount, in case it is corrupt. (Except on CD-ROM platform). 2011-07-25 10:58:21 -04:00
Bryan Haase
e3d357047c format error 2011-07-22 09:20:14 -05:00
Bryan Haase
e9ccd9b1cb More sanity checking 2011-07-22 09:18:20 -05:00
Bryan Haase
64f3141f5f Ipsec xAuth patch 2011-07-22 08:18:55 -05:00
Evgeny Yurchenko
9ee5069a07 Revert wrong fix of Bug #1711. 2011-07-22 08:29:08 -04:00
jim-p
90c386ba15 Revert "Already doing this no need to duplicate" <- no, we aren't 100% duplicating this. This commit breaks fully reconfiguring assigned gif interfaces.
This reverts commit 87f0f42c32.
2011-07-24 12:28:58 -04:00
Scott Ullrich
b733ce0d13 Adding hook for first tr 2011-07-23 22:53:47 -04:00
Scott Ullrich
e5c6bd247d Load chosen but do not use it (for pkgs) 2011-07-23 21:56:19 -04:00
Scott Ullrich
20246b9377 Move hook up some 2011-07-23 21:51:27 -04:00
Ermal
cdfd39e2b9 Resolves #1703. Correctly delete a interface group members when the group is deleted. 2011-07-22 11:04:17 +00:00
Ermal
3ad667cd28 Correctly restart the SSL lighty instance when running. 2011-07-22 10:05:55 +00:00
Ermal
d73da773ca Correctly restart the SSL lighty instance when running. 2011-07-22 10:05:36 +00:00
Ermal
8818c188b5 Remove 'maxproc' since its unused in the code and correctly use maxprocperip to allow the GUI setting to be actually usable. Reported-by: http://forum.pfsense.org/index.php/topic,39155.0.html 2011-07-22 08:55:28 +00:00
Evgeny Yurchenko
ee0617fa75 Bug #1711. Acct-x-Octets are always 0 in Captive Portal -> Radius acct messages. 2011-07-21 22:53:26 -04:00
Scott Ullrich
3a4ca65e81 Adding hooks that will be used for filtering plugins 2011-07-23 21:06:10 -04:00
Scott Ullrich
4a6cf823f3 Move hook code up a few lines 2011-07-23 20:03:26 -04:00
Scott Ullrich
7a7ec6f4a8 Add hook for overriding interfaces 2011-07-23 19:14:15 -04:00