Commit Graph

18264 Commits

Author SHA1 Message Date
Ermal
d560b783c5 Syncrhonize the information with the wizards xml. Reported-by: http://forum.pfsense.org/index.php/topic,39176.msg205359.html#msg205359 2011-08-11 10:43:00 +00:00
jim-p
7189306318 Fix priv name 2011-08-10 11:10:48 -04:00
jim-p
422ea9a866 Add privilege to directly access dashboard widgets if needed for ajax. 2011-08-10 11:06:27 -04:00
jim-p
675b5fa637 Make this box much bigger, it's hard to find things in the tiny window with a long list. 2011-08-10 11:04:52 -04:00
jim-p
b1e10d63ca If a user has access to RRD graphs, also let them access the actual RRD graph images. 2011-08-10 10:54:59 -04:00
jim-p
0d4f348f17 Log when a user tries to access an unauthorized page. 2011-08-10 10:40:36 -04:00
lgcosta
277ee8580e fixed corrected name of ioncube module 2011-08-09 18:08:38 -03:00
Ermal
d78df7b98c Make the checks during step4 and step5 actually work. 2011-08-09 21:00:50 +00:00
Ermal
ae21b28914 Correct world of wordcraft rule description array. Reported-by: http://forum.pfsense.org/index.php/topic,39176.0.html 2011-08-09 18:01:21 +00:00
Ermal
a92276d224 Start NTPd after dns since its a requirment and latest changes should help with delays people are reporting. Reminded-by: Jim 2011-08-08 17:55:34 +00:00
Ermal
8e8662170a When clicked allow overriding of dns servers by dynamic WANs still configure the other dns servers so in multi-WAN environments dns has a chance to work still. 2011-08-08 17:19:27 +00:00
Ermal
8ac329daa0 Tell the local system to use the locally running dns forwarder as a primary source. This should help ticket #1407 2011-08-08 17:16:07 +00:00
Ermal
a7702ed5db Correct array key typo mistake. Ticket #1052 2011-08-08 16:24:20 +00:00
jim-p
b48b79c2e5 Show the CP User count in the page title, as on 1.2.3. 2011-08-08 09:37:13 -04:00
jim-p
8a85ab907d Apparently RFC 1123 overrides RFC 952 and hostnames can start with digits these days. 2011-08-06 21:20:58 -04:00
jim-p
5b0f2653ba Remove GUI code to enable fast routing. The backend code was removed back in December in 4f76b144b0 2011-08-05 10:20:27 -04:00
Scott Ullrich
6ebf709538 Remove trailing newline 2011-08-04 10:58:46 -04:00
Ermal
5781119249 Move seting up of tabs/menus/service entries after custom php commands. Seems there is something tripping config vars that make these steps not work. 2011-08-03 20:50:11 +00:00
Ermal
f3a274b70a Correct the ambiguity caused by missing curlies 2011-08-03 20:19:13 +00:00
Ermal
05ca39d93d Remove this write_config call seems to be causing grief. 2011-08-03 17:29:48 +00:00
jim-p
c5ce839829 Work around the fact that get_configured_interface_list re-parses the config and kills the reference made before it, which was making it impossible to delete a pppoe instance. 2011-08-03 12:38:47 -04:00
Ermal
27018d3cc4 Add yet another intermediate config write during pacakge processing which breaks some installation steps. 2011-08-03 14:30:31 +00:00
jim-p
dd40d6641d USB slices are under-reported even more than CF slices when viewed directly, instead of when looking at the entire disk. Compensate by adding a few MB. Fixes NanoBSD upgrades when installed on USB thumbdrives. (Imaged after this fix, someone can apply this fix locally and then upgrade as well.) 2011-08-03 09:52:29 -04:00
Ermal
e9df45f074 Oops fix variable name 2011-08-02 21:25:30 +00:00
Ermal
e56a730636 Blacklist lan as being used as default gateway when auto switching is on. This prevents some problems in general functionality with services. 2011-08-02 21:25:23 +00:00
Ermal
b0d088eb6f Correctly check the values for VoIP on multi_lan traffic shaper wizard. Reported-by: http://forum.pfsense.org/index.php/topic,32833.15.html. Ticket #1728 2011-08-02 21:17:30 +00:00
Ermal
ea858be08a Correct the link to index.php so it always works correctly. 2011-08-02 20:31:51 +00:00
jim-p
233e2af1f4 If no pppoe service name is configured, send a null service name. Seems to help clients especially when reconnecting. 2011-08-02 15:59:11 -04:00
Ermal
eea89a5c1b Declare the arrays as global since that is what they are. Correct the name of asterisk in the global defniition. 2011-08-02 08:00:13 +00:00
Ermal
b3795cb988 Correct battlenet data to not be overriden. Reported-by: http://forum.pfsense.org/index.php/topic,39176.0.html 2011-08-02 07:47:33 +00:00
Scott Ullrich
1fd3fe31ff Start hostid 2011-08-01 14:15:24 -04:00
Scott Ullrich
43086fae24 Max procs should be 1 when using an op code cacher 2011-07-29 20:19:32 -04:00
Scott Ullrich
02edeac599 Silence pfctl -d errors 2011-07-29 12:47:34 -04:00
Chris Buechler
738000134b fix text 2011-07-29 03:17:36 -04:00
Chris Buechler
32363c2efd Merge branch 'master' of github.com:bsdperimeter/pfsense 2011-07-29 03:14:58 -04:00
Ermal
f720398561 Add an override for default interval to send icmp 2011-07-28 20:56:38 +00:00
jim-p
6d1ae23c9e Clarify notes for pptp "Server address" 2011-07-28 16:45:13 -04:00
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