summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Correct checkErmal2012-11-211-1/+1
|
* The pppoe handle scriptErmal2012-11-211-68/+60
|
* Well seems its useful at list for bringing a link up with a phone call :)Ermal2012-11-211-0/+1
| | | | | | Revert "Ringback is a feature only for listening on incoming calls which is not supported for now." This reverts commit f459427fcf104776fbb59a4d2231f289855d2787.
* Fix typoErik Fonnesbeck2012-11-211-1/+1
|
* Wrap dir creation for openvpn in a function to reduce duplication, and use ↵jim-p2012-11-211-13/+14
| | | | the function before places that could potentially write in the dir.
* Create directory if it does not existsErmal2012-11-211-2/+4
|
* Presence of a directory does not mean anthing. Just continue up. Pointy-hat: ↵Ermal2012-11-211-5/+4
| | | | myself
* Add unsetErmal2012-11-211-0/+6
|
* Add unsetErmal2012-11-211-0/+1
|
* Unbreak install_cron_job function so it is actually usable when ↵Ermal2012-11-211-2/+5
| | | | config['cron'] has no entry. This should remove all those package hand rolled copy/paste functions
* Sprinkle some unsets and s/fopen,fwrite,fclose/file_put_contents/ where it ↵Ermal2012-11-211-14/+16
| | | | makes sense
* Fix location of banner file for ipsec and also sprinkle some unset to avoid ↵Ermal2012-11-211-6/+22
| | | | php keeping data in memory
* Unset config varErmal2012-11-211-0/+1
|
* Remoev spurious \r used hereErmal2012-11-211-1/+1
|
* Ringback is a feature only for listening on incoming calls which is not ↵Ermal2012-11-211-1/+0
| | | | supported for now.
* Unbreak the openvpn reading of configs. A dir needs to be executable to be ↵Ermal2012-11-211-2/+2
| | | | searchable and readble inside. Reported-by: http://forum.pfsense.org/index.php/topic,55934.0/topicseen.html
* Honor /var/run path specified in globals.inc. Probably this needs a bit ↵Ermal2012-11-201-10/+10
| | | | better handling
* Remove openvpn setups since they do not belong here. Also check before ↵Ermal2012-11-201-9/+3
| | | | removing newsyslog.conf
* Create necessary dir and unset conf string after writing to fileErmal2012-11-201-1/+6
|
* Remove sasyncd related code from rcErmal2012-11-201-9/+0
|
* Remove newsyslog.conf seems its responsible for overrideing ppp.log and ↵Ermal2012-11-201-0/+1
| | | | gives warnings on bootup
* Remove all previous configurations stored on /var/etc during a bootup to ↵Ermal2012-11-201-0/+6
| | | | avoid confusion
* Cleanup a bit the syslog generationErmal2012-11-201-16/+11
|
* Its useless to write the debug file always. Put it under g['debug'] beltErmal2012-11-201-1/+5
|
* Correct path even for generated certs for ipsecErmal2012-11-201-3/+3
|
* Fix numberingjim-p2012-11-201-1/+1
|
* Remove other potential places where someone could select a kernel we no ↵jim-p2012-11-201-11/+3
| | | | longer ship. Try to improve kernel detection a little more.
* Remove exec_raw.php since its gone and add browser.php to the list of ↵Ermal2012-11-201-6/+2
| | | | matches for Edit File Page
* No need to do this here - we have a System > Advanced option that already ↵jim-p2012-11-201-1/+1
| | | | | | controls this. Revert "Do not allow autocomplete of the password field to avoid security issues:" This reverts commit 3dc69d374dcfa39094b0332e2516d3ae68467cfa.
* Up post and upload max sizes for php.iniWarren Baker2012-11-201-2/+2
|
* Do not process ip options by default this is 2012Ermal2012-11-201-1/+2
|
* Do not allow autocomplete of the password field to avoid security issues:Ermal2012-11-201-1/+1
|
* Merge pull request #244 from bcyrill/ovpn-aliasChris Buechler2012-11-191-3/+2
|\ | | | | Fix: Use specified IP if available
| * Fix: Use specified IP if availablebcyrill2012-11-031-3/+2
| |
* | Put these logs under debug since that's their purposeErmal2012-11-191-1/+2
| |
* | Put these logs under debug since that's their purposeErmal2012-11-191-2/+4
| |
* | Correct checking for privileges.Ermal2012-11-191-4/+7
| |
* | Fixup gettext/printf call.jim-p2012-11-191-1/+1
| |
* | Switch to is_array() check and add curlysmos2012-11-191-2/+3
| |
* | Add correct rules for IPv6 tunnel endpoints which differ from the default route.smos2012-11-191-23/+31
| |
* | Add IPv6 support to this function so that IPv6 carp vips can be foundsmos2012-11-191-16/+28
| |
* | Do not return here, else we end without any IPsec endoint rules if just one ↵smos2012-11-191-2/+4
| | | | | | | | fails.
* | Add missing $Ermal2012-11-191-1/+1
| |
* | Correct check to required functionErmal2012-11-191-1/+1
| |
* | Merge pull request #259 from PiBa-NL/ipsecNATErmal Luçi2012-11-191-1/+5
|\ \ | | | | | | ipsec binat rule not possible if using a subnet together with a single ip so use nat
| * | ipsec binat rule not possible if using a subnet together with a single ip so ↵PiBa-NL2012-11-181-1/+5
| | | | | | | | | | | | use nat
* | | Merge pull request #261 from PiBa-NL/gatewayErmal Luçi2012-11-181-4/+4
|\ \ \ | | | | | | | | gateway monitoring, notifications generated tell affected gateway/group
| * | | gateway monitoring, make the notifications generated clear to tell which ↵PiBa-NL2012-11-181-4/+4
| |/ / | | | | | | | | | gateway/group they are about
* | | Merge pull request #257 from PiBa-NL/authErmal Luçi2012-11-182-4/+4
|\ \ \ | | | | | | | | authentication, don't log 'errors' on normal procedure
| * | | code comment typo ('log_error' should have been 'log_auth')PiBa-NL2012-11-181-1/+1
| | | |
OpenPOWER on IntegriCloud