summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Use the -s ident option of mpd to send the logs for the PPPoE/PPTP/L2TP ↵Ermal2010-03-233-3/+21
| | | | servers to syslogs appropriate files. Create the files for these vpn's as for the others. Logs can be viewed in the VPN tab of the system log.
* Unbreak ACBScott Ullrich2010-03-231-0/+3
|
* Resolve problems with dns server setup when allow override is set. Also add ↵Ermal2010-03-231-11/+7
| | | | static routes for all nameservers to be friendly with multiwan.
* Remove duplicate proxy entryErmal2010-03-231-1/+0
|
* The user owner of /dev/pf is root the group will be left to proxy to allow ↵Ermal2010-03-231-1/+1
| | | | packages to become member of this group to modify firewall.
* Adding alias updaterScott Ullrich2010-03-191-0/+41
|
* Add unzip support if unzip binary existsScott Ullrich2010-03-191-0/+21
|
* Add alias data url option. This code existed but lacked a backend daemon to ↵Scott Ullrich2010-03-192-1/+73
| | | | update the data every 24 hours. Adding this as well.
* Add needed includes.Ermal2010-03-191-0/+2
|
* Unbreak aliases generation in the ruleset. Yesterday fixing large aliases ↵Ermal2010-03-191-0/+1
| | | | broke shorter ones.
* Fix parsign of packages xml.Ermal2010-03-191-1/+4
|
* Use alias style when creating aliases in wizards.Ermal2010-03-191-1/+0
|
* Ticket #434. Do not die when parsing config since we know how to recover. ↵Ermal2010-03-193-8/+13
| | | | Only die during packages.
* Ticket #435. Correct command.Ermal2010-03-191-1/+1
|
* Fix editing large aliases. Suhosin patch has by default a limit of 64 variables.Ermal2010-03-181-0/+12
|
* Propperly handle large aliases and properly generate it on the config file ↵Ermal2010-03-181-4/+7
| | | | so it does not error out.
* Enable shmop module now that is needed.Ermal2010-03-181-1/+1
|
* get_pkg_depends must return the whole paths of dependency files in orderScott Ullrich2010-03-171-3/+3
| | | | | | | | to enable sync_package to check for files which are not installed in the standard pkg location (i.e. outside of /usr/local/pkg). Ticket #431 Submitted-by: Lorenz Schori
* Ticket #417. Fix installation on embedded by using a refcount system for the ↵Ermal2010-03-172-25/+13
| | | | mount command.
* Generalize.Ermal2010-03-171-3/+3
|
* Restore attribute support, but with some extra checks in the function that ↵Erik Fonnesbeck2010-03-163-163/+41
| | | | uses it.
* Needs a little more testing; revert attribute support in xmlparse.inc for now.Erik Fonnesbeck2010-03-163-36/+163
| | | | This reverts commit 2843a3ec5d4a160646e496f3922266415151902a.
* Add optional support for reading attributes to xmlparse.inc and move ↵Erik Fonnesbeck2010-03-163-163/+36
| | | | regdomain.xml parsing from regdomain.inc to xmlparse.inc.
* Use the ipfw(4) list functionality to reduce rules even more. Add allow ↵Ermal2010-03-171-28/+38
| | | | rules for accessing pfSense webgui to not lock out operators behind the CP. Remove redundant rule regarding dns. Probably every dns request should be forwarded to the local dns server to not force clients to use the pfSense forwarder!
* Add code for applying wireless regulatory configuration and some extra notes ↵Erik Fonnesbeck2010-03-161-1/+71
| | | | about the regulatory settings.
* Add configuration options for wireless regulatory settings. Still needs ↵Erik Fonnesbeck2010-03-162-1/+163
| | | | code for applying the settings.
* Enable tso now that pf(4) problems with it are solved. Remove duplicate ↵Ermal2010-03-161-3/+1
| | | | icmplim entry created by myself in a previous commit.
* Ticket #20. Disable icmp limiting.Ermal2010-03-161-1/+2
|
* Ticket #430. Give a none option to allow for roadwarriors configs.Ermal Luçi2010-03-162-8/+14
|
* We need mpd5.Ermal2010-03-151-1/+1
|
* Ticket #428. Remove double included include.Ermal2010-03-151-2/+1
|
* Remove uneeded line because openssl module will be already loaded.Ermal2010-03-151-2/+0
|
* Ticket #161. Fix creation of certificates and the webgui one. This was a ↵Ermal2010-03-151-2/+2
| | | | problem on php API docs.
* Create resolv.conf whenever a new ip comes in to have it ready for vpn ↵Ermal2010-03-151-9/+8
| | | | reloads. Also restart packages in background.
* Refactor the Easy Rule code a bit. Add a CLI version.jim-p2010-03-141-4/+75
|
* fix textChris Buechler2010-03-131-1/+1
|
* fix textChris Buechler2010-03-131-1/+1
|
* Fix local and nobind for client settingsErmal2010-03-121-1/+2
|
* Enable loading extension.Ermal2010-03-121-1/+1
|
* Add includes needed. Fix typo.Ermal2010-03-121-1/+1
|
* Remove whitespce and do less concat operations.Ermal2010-03-121-7/+0
|
* Only fetch inet family routes.Ermal2010-03-122-2/+2
|
* Disable incoming pppoe requests.Ermal2010-03-121-0/+2
|
* Do not require the caller to define getNasIP explicitly, intead try to ↵Ermal2010-03-121-3/+11
| | | | gracefully handle the case.
* Use pgrep/pkill to save a bit of cpu.thompsa2010-03-126-13/+11
|
* Use procatat instead of ps as the latter always prints a header, alsothompsa2010-03-122-2/+2
| | | | use full paths.
* '\b' is not the word boundary on BSD, its actually '[[:<:]]' and '[[:>:]]',thompsa2010-03-122-3/+3
| | | | change these functions to use better syntax and not grep at all.
* This may break booting so try only 100 times and fail gracely in case of error.Ermal Luçi2010-03-111-1/+9
|
* Fix console auto-login.Erik Fonnesbeck2010-03-111-2/+4
|
* Fix EasyRule port check so it is only tested when the protocol is TCP or ↵jim-p2010-03-111-3/+3
| | | | | | UDP. Resolves #412 While I'm here, make EasyRule put a description in when writing the config so it shows up properly in the config history.
OpenPOWER on IntegriCloud