Commit Graph

7983 Commits

Author SHA1 Message Date
jim-p
c3b13d6082 Load cpufreq on nanobsd when enabling powerd. It's in the kernel on full installs. Fixes #704 2010-06-29 11:26:31 -04:00
jim-p
929a1b15cc Use the real interface list in setup_microcode() Fixes #705 2010-06-29 10:36:48 -04:00
jim-p
9e3aadbe90 Add checkboxes to disable TSO and LRO since some drivers will misbehave with them set. Resolves #703 2010-06-28 15:59:03 -04:00
jim-p
2708e3997d Remove some redundant code and make sure admin's home directory is /root - Fixes #218 2010-06-25 13:08:47 -04:00
Erik Fonnesbeck
4c9a23db7d Label for 1:1 NAT reflection rules in rules.debug. 2010-06-25 10:36:33 -06:00
Erik Fonnesbeck
dabc766919 Check for tcp/udp in the protocol specified for outbound NAT rules, since tcp/udp itself is not a valid protocol choice in pf. Fixes #696 2010-06-25 10:25:56 -06:00
Ermal
56c9163122 Pass correct argument to killbyname and correctly check for sshdkeyonly toggle. Ticket #691 2010-06-23 18:35:49 +00:00
Ermal
dbe8c19217 Be more strict when doing checks for empty values. 2010-06-22 20:03:13 +00:00
Ermal
6bd0fc103c Actually apinger can be reloaded and this is not doing its job apparently. 2010-06-22 16:03:28 +00:00
Ermal
e879fc815e Fixes #613. Add correctly users to all users group. 2010-06-22 14:29:45 +00:00
jim-p
b009b15330 Add build-time comparison also. 2010-06-22 02:53:10 -04:00
jim-p
4c4b068c1f Fix ssh key existence test. 2010-06-22 02:38:32 -04:00
jim-p
e5d8408b9e Fix NanoBSD snapshot URL default. 2010-06-21 16:51:53 -04:00
Ermal
4f0606164f Actually send the HUP signal to tell apinger that a new config file is to be loaded! This should solve a lot of issues with apinger monitoring. 2010-06-21 17:58:19 +00:00
jim-p
2d402f570b Do a more thorough check for missing sshd key files. Should fix #673 2010-06-21 11:13:30 -04:00
Ermal
bf02c78434 Fixes #480. Correctly upgrade config for monitorip. When a gateway exists save there the monitorip instead of the interface. 2010-06-21 16:33:26 +00:00
Ermal
eade409a42 Use proper locking. 2010-06-21 11:06:50 +00:00
Ermal
1d9e9ccac4 Do not flush all tables unless Save was hit on webgui. This avoids flushing the tables that keep logged in users. 2010-06-21 11:02:35 +00:00
Ermal
f31ab121f5 Make an extra check for monitor to be explicitly an ip otherwise apinger breaks. 2010-06-18 21:17:40 +00:00
Ermal
6f77aca537 Properly find gateway ip. The code before did not match for dynamic gateways. 2010-06-18 21:15:46 +00:00
Ermal
3a9eb3c908 If packages are reinstalled during bootup than there is no need to reinstall them again during GUI login. 2010-06-18 21:05:36 +00:00
Ermal
fb0f242b1e Propperly check for down state. 2010-06-18 18:57:00 +00:00
Ermal
1ea67f2ef9 Also teach system_routing_configure to have an interface as parameter so to reload only routes related to this interface when an interface is reconfigured. 2010-06-18 18:46:06 +00:00
Ermal
769e254ee1 Do not reconfigure CP on every event of interfaces or while reloading the webGUI. Create 2 new function to just rewrite rules and restart the webserver for CP repctively for interface events and webGUI restart events. 2010-06-18 18:35:57 +00:00
Ermal
e00ec007cf Remove unused script and add it to obsolete list. 2010-06-18 17:46:48 +00:00
jim-p
e28f5b9343 Silence 2010-06-18 10:47:03 -04:00
Ermal
d499c12bc0 Silence. 2010-06-18 16:19:25 +00:00
Ermal
36ff7f81ca Ooops curly missing. 2010-06-17 22:10:01 +00:00
Ermal
4a756e9be7 Actually correctly handle some vip types ips for getNasIP. 2010-06-17 22:09:00 +00:00
Ermal
64c0462bec Teach even getNasIP for the new callingstation ip setting. 2010-06-17 21:57:39 +00:00
Ermal
80b292f3d8 Do not include functions.inc just for pfSenseHeader which is not really the best place to use! 2010-06-17 21:54:10 +00:00
Ermal
f23e63638a Fixes #660. Simplify some code and correctly do an exit after a redirect is issued. Thanks-to: Efonne for analysis. 2010-06-17 21:44:53 +00:00
Chris Buechler
7af53acecd fix text 2010-06-17 12:31:50 -04:00
Chris Buechler
ffcf81bbb7 correct the limiter, it reversed up/down before 2010-06-16 22:21:59 -04:00
Scott Ullrich
60e014fe99 Save log file and give better output of what is happening 2010-06-16 19:44:05 -04:00
gnhb
4a1779a90e Merge branch 'master' of rcs.pfsense.org:pfsense/mainline 2010-06-16 22:13:23 +07:00
Ermal
53824804f4 Fixes #665. Optimize and correctly check for the gateways on static routes to be included on $tonatsubnets macro. 2010-06-16 17:02:36 +00:00
Ermal
ca94282988 Actually it needs choparp_ prepended. 2010-06-16 16:36:32 +00:00
Ermal
962fd68551 Fixes #632. When bringing down a vip of proxyarp use the new pidfile introduced. Also teach about interface argument to proxyarp function so it can start only a instance of an interface. 2010-06-16 16:07:16 +00:00
gnhb
59db783acd Modify pfsense-utils and status_interfaces.php so Uptime is shown for all PPPx type links. 2010-06-16 22:11:31 +07:00
Ermal
096ee9c22d Make some non functional changes, mostly to keep up with latest gw changes. Related to Ticket #666 2010-06-16 11:24:00 +00:00
Ermal
a138f4fbc0 Fixes #667. Do not bring down mpd5 if the interface is configured for dial on-demand. 2010-06-16 11:01:24 +00:00
jim-p
1e357c00bd Add a safety check to prevent packets like those in #479 from breaking the filter log in the GUI. 2010-06-15 16:26:58 -04:00
Ermal
3bb6bfd2f2 Remove gif creation/deletion in ipsec code it seems unlikely and unused for a long time. This also removes the risk of doing damages on gifs configured through the GUI. 2010-06-15 19:27:04 +00:00
Ermal
0dc7b4aa54 Reduce XXX's. 2010-06-15 17:16:56 +00:00
jim-p
e52ba50c58 Remove stray ). Fixes #661. 2010-06-15 09:17:21 -04:00
gnhb
765664a41c Fix comments to work better. 2010-06-15 12:53:52 +07:00
gnhb
3de9ca1ccf Merge branch 'master' of rcs.pfsense.org:pfsense/mainline 2010-06-15 12:30:47 +07:00
gnhb
5d9d443a41 Comment out log suppression. No front end control implemented yet. 2010-06-15 12:29:30 +07:00
jim-p
bd414316c1 Fix typo. Ticket #632 2010-06-14 19:45:42 -04:00