Commit Graph

18195 Commits

Author SHA1 Message Date
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
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
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
Scott Ullrich
4bb99603d3 Add chosen js library (mit lic). Modify interface multiple select box to use. 2011-07-23 18:51:32 -04:00
Scott Ullrich
8c5bf3d799 Add hook for bottom icon row 2011-07-23 18:36:12 -04:00
Scott Ullrich
5fec5fe4c3 Add hook and fix style for anti lockout 2011-07-23 18:25:00 -04:00
Scott Ullrich
7c1e7572b7 Add missing ; 2011-07-23 18:04:57 -04:00
Scott Ullrich
afabae93ea Adding pre_id_tablerow hook 2011-07-23 18:02:47 -04:00
Chris Buechler
4b891efde0 Revert "fix text"
This reverts commit 423023b6df.
2011-07-23 17:20:50 -04:00
Chris Buechler
423023b6df fix text 2011-07-23 17:01:35 -04:00
Scott Ullrich
1a700ea631 Adding apply hooks 2011-07-22 20:09:50 -04:00
Chris Buechler
1ee5815c75 make the tab character limit 92, leaves plenty of room and prevents some custom builds from unnecessarily turning tabs into a drop down 2011-07-22 18:34:57 -04:00
Scott Ullrich
e099a6710a Bump to 1.7 2011-07-22 17:17:24 -04:00
Ermal
e75be7fc01 Switch back to the default gateway configured when possible when gateway switching is active 2011-07-22 21:03:31 +00:00
Ermal
73481ad33b Correct check for the gif mtu during an interface readdition to bridge. 2011-07-22 20:38:08 +00:00
jim-p
17c98ba974 Only apply remote_network setting for p2p modes, since it is not valid for remote access modes. Fixes #1707 2011-07-22 16:20:12 -04:00
Ermal
53a3755807 Clear \r from these files to be readble 2011-07-22 17:34:30 +00:00
Ermal
8fd84f8778 Ticket #749. Make the rules of the traffic shaper wizard select the wan side of the interfaces to not make the intra-lan traffic classifible in this way. 2011-07-22 17:27:51 +00: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
Ermal
739e227a98 Plug a security risk on CP where a user can login by submitting a special request 2011-07-21 21:10:22 +00:00
Ermal
adbb495cd6 Fix redirurl collection so after login the user can be redirected correctly 2011-07-21 21:09:56 +00:00
Ermal
006f5f164d Correct the check for mtu 1500 to inlcude it. Also add the check on bridge_add_member function 2011-07-20 22:39:55 +00:00
Ermal
bbcc16cb0d Fix php behaviour on xmlrpc sync and vouchers starting with a number. Apparently php uses that to deduce the type of var and gets confused. 2011-07-20 21:16:41 +00:00
Evgeny Yurchenko
51cd7a1e31 Bug#1688. DHCP server subnet input validation needs to check config.xml, not ifconfig. 2011-07-19 21:01:54 -04:00
jim-p
d58b93d2e4 Fix label for SMTP server. Hostnames work fine. 2011-07-19 16:32:39 -04:00
jim-p
41fa9c9743 Extend this script to also add an ipv6 rule. 2011-07-19 11:30:42 -04:00
Scott Ullrich
810a11bc76 Adding dashboard hook 2011-07-18 18:22:06 -04:00
Scott Ullrich
173d8e756f Adding hook to pre_table for aliases 2011-07-18 18:17:23 -04:00
Scott Ullrich
193716d076 Add alias edit hook 2011-07-18 18:12:54 -04:00
Scott Ullrich
2a74593eee Add pre_input_errors hook to interfaces assign 2011-07-18 18:07:51 -04:00
Vinicius Coque
343d49817a Merge remote-tracking branch 'mainline/master' into inc 2011-07-18 16:39:30 -03:00
Scott Ullrich
48fc39a3c0 Adding pre_input_errors hook 2011-07-18 15:25:29 -04:00