Commit Graph

9476 Commits

Author SHA1 Message Date
Ermal
b574807e44 Correct behaviour of switching from console from any ppp type device to other type. This has been broken since new ppp code. 2011-09-12 11:46:13 +00:00
Ermal
7c7d856ccb Show friendly interface names 2011-09-08 17:48:52 +00:00
Ermal
7bc6d62b7e Remove references to undeclared table 2011-09-07 13:03:51 +00:00
jim-p
7179d00e0b Match pftop page exatly with privilege, there is no other page that glob would catch. Fixes #1845 2011-09-06 18:38:29 -04:00
Ermal
20a35f9272 Revert "If a user's browser does not support cookies, print an error on the login form telling them so."
This reverts commit a2e90569ab.
2011-09-02 16:20:09 +00:00
Ermal
47397d8662 Unlink the failed downloaded file if present. Since it might contain harmful and not expected content 2011-09-01 19:53:38 +00:00
jim-p
4fef024276 Check/set array for $config['staticroutes']['route'] as well, fixes deleting of the last static route not syncing to secondary unit. 2011-09-01 14:13:46 -04:00
jim-p
a2e90569ab If a user's browser does not support cookies, print an error on the login form telling them so. 2011-08-31 14:37:44 -04:00
Ermal
716fc5a0cc Revert "Make the webConfigurator lockout rule to catch even edp protocol so that xmlrpc bruteforce is caught as well."
This reverts commit cde671805c.
2011-08-30 16:33:30 +00:00
Ermal
cde671805c Make the webConfigurator lockout rule to catch even edp protocol so that xmlrpc bruteforce is caught as well. 2011-08-30 16:18:29 +00:00
Ermal
fcf07bb76f Fix several issues in pppoe code and remove duplicated code. 2011-08-30 16:11:22 +00:00
jim-p
1f2f60240c Fixup OpenVPN status a bit to properly handle SSL servers using a /30 (no server directive) and also be a little more verbose about what is happening, if we can tell. 2011-08-30 09:44:20 -04:00
Ermal
737dbc05c1 Fixes #1666. Check if the interface needs to be added to a bridge during rc.newwanip as well. 2011-08-29 19:32:48 +00:00
lgcosta
ba35e0de1b force a set path for ioncube loader 2011-08-24 18:13:12 -03:00
Warren Baker
defe335cd3 DNSMasq was generating the error 'Socket operation on non-socket' and using 100% of the CPU, changing it to mwexec_bg() resolves the issue. 2011-08-24 17:20:13 +02:00
jim-p
52e21fa190 Fix VPN network listing for OpenVPN, and also add tunnel networks to this list. 2011-08-24 10:14:00 -04:00
jim-p
3de1a999ce 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-19 18:45:48 -04:00
Ermal
b881a921e3 Compensate some more occurencies of write_config() during the path 2011-08-19 19:33:04 +00:00
Ermal
2add8ea772 Make update_status and update_output_window consistent on checking for console version or not. 2011-08-19 19:02:53 +00:00
Ermal
23fc1ae82d Show the package name that are geing downloaded even during console update 2011-08-19 19:01:57 +00:00
Ermal
582934a927 Compenstate for the write_config calls sending the filesystem to ro during pacakge installation. 2011-08-19 18:22:54 +00:00
Ermal
8420f4fe87 Prevent negative references to be used for the refcount API. This should help with misusage of it as may occur in mount rw/ro calls. 2011-08-19 17:12:45 +00:00
Ermal
595ddf1bc2 start packages script is called after rc.bootup so the filesystem is makred RO already. Put the script around the mount rw-ro calls to avoid problems. 2011-08-19 17:10:29 +00:00
Andrew Thompson
237ac19868 Fix copy paste error which cleared args 2011-08-19 09:18:07 +12:00
Ermal
e1b068d70b Ticket #1279. Decrease the refcount even though we're in booting phase. This helps the refcount to work as intended and help in making filesystem read only correctly on embedded platfroms. While here put some exceptions to refcount API and silent any related errors that might trigger. Also take not of the NOTE on the php manual that after a share memory is opened further references to it for size and access mode should be 0. 2011-08-17 20:09:09 +00:00
jim-p
86e1405de4 Include the rate output in the privilege for the traffic graph. 2011-08-17 13:15:13 -04:00
Andrew Thompson
3c6d704a43 Revert "Make initial changes to allow pfSense to work in a jail."
This reverts commit a26d95383a.
2011-08-17 14:12:27 +12:00
Andrew Thompson
a26d95383a Make initial changes to allow pfSense to work in a jail.
This mostly avoids starting things that will not work and gets the
initial config. Most of the pfSense functionality will not work
(pf rules, routing, etc) but it can be used for testing.
2011-08-17 14:07:20 +12:00
Andrew Thompson
487830da86 Allow custom dnsmasq options so ppl can set SRV records and such for xmpp/kerberos 2011-08-17 10:05:43 +12:00
Ermal
24a682d3b6 Resolves #1731. Correctly handle nested alias that have hostnames. While here prevent putting duplicated dns hostnames under the same table to prevent possible hickups and save double work. 2011-08-15 20:16:54 +00:00
Ermal
619e42295a Revert "Feature#1603. URL table aliases should be usable within network type aliases."
This reverts commit ae660b3ce7.
2011-08-15 19:36:26 +00:00
Ermal
df58fd4680 Revert "Feature #1603. Correct nested urltable alias code to be more fullproof to errors and does not break the ruleset on large lists of urltables. Though this needs a revisit to work properly since it breaks urltable alias property of reloading contents."
This reverts commit 3a26fb7f03.
2011-08-15 19:32:29 +00:00
Ermal
6dd45e0ddf Another roll at fixing the voucher sync problems. 2011-08-15 19:20:56 +00:00
jim-p
6a4ec785e8 Also only add 127.0.0.1 as a DNS server if dnsmasq (DNS Forwarder) is enabled. 2011-08-12 10:31:44 -04:00
Ermal
704143f525 Correct the link generation. Reported-by: http://forum.pfsense.org/index.php/topic,39855.0.html 2011-08-12 11:57:05 +00:00
Ermal
14f62733b1 Remove a slipped in text that confuses people 2011-08-12 11:53:08 +00:00
Ermal
892898536f Allow disabling having localhost in resolv.conf. There are some special setups that might need this. 2011-08-12 11:46:58 +00:00
Ermal
401869ec32 Resolves #1193. Properly warn about duplicate default queue 2011-08-11 21:39:22 +00:00
jim-p
30696466b7 Fix description 2011-08-11 15:48:52 -04:00
jim-p
9a26f34231 Move these permissions to user.priv.inc so they don't get blasted when priv.defs.inc is automatically regenerated. 2011-08-11 15:25:55 -04:00
jim-p
d6c311d3cf Fix missing $ on variable. 2011-08-11 15:25:36 -04:00
jim-p
5574e74214 Sort user privileges so dashboard/index.php come first, so if a user has those permissions, they get redirected there first and not to another page. 2011-08-11 14:04:00 -04:00
jim-p
72f7c83768 Add Dashboard privilege which is a collection of all required pages for the dashboard. Partial fix for ticket #620 - may do something more for 2.1 2011-08-11 11:59:32 -04:00
jim-p
3f655b442c Fix privilege matching so that it respects wildcards better, especially when leading. 2011-08-11 11:44:20 -04:00
Ermal
a020b6387e Syncrhonize the information with the wizards xml. Reported-by: http://forum.pfsense.org/index.php/topic,39176.msg205359.html#msg205359 2011-08-11 10:42:38 +00:00
jim-p
dd7d1178f5 Fix priv name 2011-08-10 11:10:27 -04:00
jim-p
9a08ea7110 Add privilege to directly access dashboard widgets if needed for ajax. 2011-08-10 11:05:52 -04:00
jim-p
8fa9b3e7a5 If a user has access to RRD graphs, also let them access the actual RRD graph images. 2011-08-10 10:54:25 -04:00
jim-p
3d2ec65e15 Log when a user tries to access an unauthorized page. 2011-08-10 10:41:36 -04:00
lgcosta
3bb423f005 fixed corrected name of ioncube module 2011-08-09 18:13:38 -03:00