summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Also only add 127.0.0.1 as a DNS server if dnsmasq (DNS Forwarder) is enabled.jim-p2011-08-121-1/+1
|
* Correct the link generation. Reported-by: ↵Ermal2011-08-121-2/+2
| | | | http://forum.pfsense.org/index.php/topic,39855.0.html
* Remove a slipped in text that confuses peopleErmal2011-08-121-1/+1
|
* Allow disabling having localhost in resolv.conf. There are some special ↵Ermal2011-08-121-1/+2
| | | | setups that might need this.
* Resolves #1193. Properly warn about duplicate default queueErmal2011-08-111-43/+38
|
* Fix descriptionjim-p2011-08-111-2/+2
|
* Move these permissions to user.priv.inc so they don't get blasted when ↵jim-p2011-08-112-18/+18
| | | | | | | | priv.defs.inc is automatically regenerated. Conflicts: etc/inc/priv.defs.inc
* Fix missing $ on variable.jim-p2011-08-111-1/+1
|
* Sort user privileges so dashboard/index.php come first, so if a user has ↵jim-p2011-08-111-0/+9
| | | | those permissions, they get redirected there first and not to another page.
* Add Dashboard privilege which is a collection of all required pages for the ↵jim-p2011-08-111-0/+12
| | | | dashboard. Partial fix for ticket #620 - may do something more for 2.1
* Fix privilege matching so that it respects wildcards better, especially when ↵jim-p2011-08-111-2/+4
| | | | leading.
* Syncrhonize the information with the wizards xml. Reported-by: ↵Ermal2011-08-111-2/+2
| | | | http://forum.pfsense.org/index.php/topic,39176.msg205359.html#msg205359
* Fix priv namejim-p2011-08-101-5/+5
|
* Add privilege to directly access dashboard widgets if needed for ajax.jim-p2011-08-101-0/+6
|
* If a user has access to RRD graphs, also let them access the actual RRD ↵jim-p2011-08-101-0/+1
| | | | graph images.
* Log when a user tries to access an unauthorized page.jim-p2011-08-101-0/+6
|
* fixed corrected name of ioncube modulelgcosta2011-08-091-2/+2
|
* Correct world of wordcraft rule description array. Reported-by: ↵Ermal2011-08-091-1/+1
| | | | http://forum.pfsense.org/index.php/topic,39176.0.html
* Start NTPd after dns since its a requirment and latest changes should help ↵Ermal2011-08-081-5/+5
| | | | with delays people are reporting. Reminded-by: Jim
* When clicked allow overriding of dns servers by dynamic WANs still configure ↵Ermal2011-08-081-12/+4
| | | | the other dns servers so in multi-WAN environments dns has a chance to work still.
* Tell the local system to use the locally running dns forwarder as a primary ↵Ermal2011-08-081-0/+2
| | | | source. This should help ticket #1407
* Correct array key typo mistake. Ticket #1052Ermal2011-08-081-3/+3
|
* Remove trailing newlineScott Ullrich2011-08-041-1/+1
|
* Move seting up of tabs/menus/service entries after custom php commands. ↵Ermal2011-08-031-27/+27
| | | | Seems there is something tripping config vars that make these steps not work.
* Correct the ambiguity caused by missing curliesErmal2011-08-031-6/+6
|
* Remove this write_config call seems to be causing grief.Ermal2011-08-031-2/+1
|
* Add yet another intermediate config write during pacakge processing which ↵Ermal2011-08-032-3/+8
| | | | breaks some installation steps.
* USB slices are under-reported even more than CF slices when viewed directly, ↵jim-p2011-08-031-1/+4
| | | | 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.)
* Oops fix variable nameErmal2011-08-021-1/+1
|
* Blacklist lan as being used as default gateway when auto switching is on. ↵Ermal2011-08-021-1/+2
| | | | This prevents some problems in general functionality with services.
* If no pppoe service name is configured, send a null service name. Seems to ↵jim-p2011-08-021-2/+4
| | | | help clients especially when reconnecting.
* Declare the arrays as global since that is what they are. Correct the name ↵Ermal2011-08-021-2/+2
| | | | of asterisk in the global defniition.
* Correct battlenet data to not be overriden. Reported-by: ↵Ermal2011-08-021-5/+1
| | | | http://forum.pfsense.org/index.php/topic,39176.0.html
* Start hostidScott Ullrich2011-08-011-0/+2
|
* Max procs should be 1 when using an op code cacherScott Ullrich2011-07-291-1/+1
|
* Silence pfctl -d errorsScott Ullrich2011-07-291-1/+1
|
* Add an override for default interval to send icmpErmal2011-07-281-0/+2
|
* Add a new option to allow disabling of gateway monitoring. This gateways ↵Ermal2011-07-281-5/+11
| | | | will always be reported as up.
* Use route change here as well to avoid leaving the routing table without a ↵Ermal2011-07-281-3/+2
| | | | destination for a short period.
* Rework rc.stop_packages a little. Fixes #1564jim-p2011-07-282-2/+5
|
* Also escape \ in pptp passwords.jim-p2011-07-281-1/+2
|
* Do not add any reply-to information to rules with action match. Reported-by: ↵Ermal2011-07-281-1/+1
| | | | http://forum.pfsense.org/index.php/topic,39247.msg202728.html#msg202728
* Correct check as per http://forum.pfsense.org/index.php/topic,39155.0.htmlErmal2011-07-271-1/+1
|
* Correct whitespace and some problems in the just merged ldap auth sorce for ↵Ermal2011-07-272-24/+25
| | | | racoon
* Merge pull request #8 from ninja76/masterErmal Luçi2011-07-272-2/+26
|\ | | | | IPSec xAuth allowing LDAP to be used as a backend
| * Improved ipsec ldap xauthBryan Haase2011-07-271-2/+3
| |
| * format errorBryan Haase2011-07-221-2/+2
| |
| * More sanity checkingBryan Haase2011-07-221-9/+16
| |
| * Ipsec xAuth patchBryan Haase2011-07-222-1/+17
| |
* | Prevent php from coring if the wrong parameters are passed to ip2longErmal2011-07-272-3/+15
| |
OpenPOWER on IntegriCloud