Commit Graph

17866 Commits

Author SHA1 Message Date
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
Scott Ullrich
ac429b4257 Unlink last msg cache for growl when sending test messagws 2011-08-29 18:43:43 -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
Warren Baker
f067d92479 Give the Layer7 patterns page some much needed love. 2011-08-29 15:57:11 +02:00
Scott Ullrich
7e982e0a37 Log when XMLRPC auth fails so that the brute force lockout will kick in. 2011-08-28 13:07:10 -04:00
jim-p
e6eb0fcba0 Add a couple more mobile browser detection strings (BlackBerry, Opera Mini/Mobi) 2011-08-25 09:15:19 -04:00
Chris Buechler
4296485156 fix text 2011-08-24 21:55:20 -04:00
lgcosta
ba35e0de1b force a set path for ioncube loader 2011-08-24 18:13:12 -03:00
jim-p
196dafe90e Make sure this does not operate on empty parameters, and also log when removing states. 2011-08-24 12:59:29 -04: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
Warren Baker
2299007e80 These html tags are not required since they are used in head.inc which is included. 2011-08-24 14:01:34 +02:00
jim-p
a5308b81ad Simplify this code a bit, should be the same test in both locations since this should be either/or, and with the other code it can apparently fall into a trap where it shows neither. 2011-08-23 16:38:35 -04:00
jim-p
9debac940d Fix field name label. 2011-08-22 08:37:45 -04:00
Chris Buechler
b51960fe42 remove dead link, no equivalent exists, will add info on that page's help 2011-08-20 01:39:06 -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
d5f25de65a Put rw/ro calls on pkg_edit.php on POST to avoid packages having to do these calls. 2011-08-19 17:42:00 +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
Chris Buechler
356274920c fix text 2011-08-17 22:28:51 -04: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
Ermal
c63630f0ef Comment out code that seems to not be anymore useful. Remove later on if no complaints in sight. 2011-08-17 09:01:48 +00: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
aeb6ffe256 Populate pconfig in all cases with user info, or else when you delete a privilege, the list disappears until you go back and edit the user again. (Certs too) 2011-08-11 14:04:06 -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