summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Restore attribute support, but with some extra checks in the function that ↵Erik Fonnesbeck2010-03-164-175/+57
| | | | uses it.
* Needs a little more testing; revert attribute support in xmlparse.inc for now.Erik Fonnesbeck2010-03-164-51/+175
| | | | This reverts commit 2843a3ec5d4a160646e496f3922266415151902a.
* Add optional support for reading attributes to xmlparse.inc and move ↵Erik Fonnesbeck2010-03-164-175/+51
| | | | 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-162-1/+73
| | | | about the regulatory settings.
* Add configuration options for wireless regulatory settings. Still needs ↵Erik Fonnesbeck2010-03-163-2/+223
| | | | 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
|
* Since 0 is not allowed clarify comment.Ermal2010-03-161-1/+1
|
* Resolves #401. Fix the ... display on aliases description.Ermal2010-03-161-2/+3
|
* Ticket #430. Give a none option to allow for roadwarriors configs.Ermal Luçi2010-03-163-8/+19
|
* Add note about the auto channel setting.Erik Fonnesbeck2010-03-161-1/+1
|
* We need mpd5.Ermal2010-03-151-1/+1
|
* Ticket #428. Remove double included include.Ermal2010-03-151-2/+1
|
* Ticket #414. Fix wizard framework to properly display this. Not sure how it ↵Ermal2010-03-151-7/+8
| | | | actually worked before!
* Ticket #423. Remove priv.inc/priv.defs.inc from files. They used require() ↵Ermal2010-03-159-20/+0
| | | | instead of required once so produced errors or redefinitions of functions. These includes are now included on authgui.inc.
* 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.
* Default to 3650 days. Requested-by: cmb@Ermal2010-03-151-0/+1
|
* Fix permissions.jim-p2010-03-141-0/+0
|
* Refactor the Easy Rule code a bit. Add a CLI version.jim-p2010-03-143-68/+219
|
* fix textChris Buechler2010-03-131-4/+3
|
* fix textChris Buechler2010-03-131-3/+3
|
* fix textChris Buechler2010-03-131-1/+1
|
* fix textChris Buechler2010-03-131-1/+1
|
* fix textChris Buechler2010-03-131-1/+1
|
* fix textChris Buechler2010-03-131-1/+1
|
* Combine "802.11g only" and "802.11n only" into a single option.Erik Fonnesbeck2010-03-121-19/+31
|
* Fix local and nobind for client settingsErmal2010-03-121-1/+2
|
* Fix alias importing. Resolves #422jim-p2010-03-121-5/+10
|
* fix textChris Buechler2010-03-121-4/+4
|
* Remove debugging leftoverErmal2010-03-121-1/+0
|
* Enable loading extension.Ermal2010-03-121-1/+1
|
* Add includes needed. Fix typo.Ermal2010-03-122-1/+3
|
* Show radius too.Ermal2010-03-121-2/+0
|
* Remove whitespce and do less concat operations.Ermal2010-03-121-7/+0
|
* Only fetch inet family routes.Ermal2010-03-122-2/+2
|
* Make the certificate table look better.Ermal2010-03-121-1/+1
|
* Allow user certificate to be created with the user.Ermal2010-03-121-3/+128
|
* 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.
* Add my copyright.Ermal2010-03-121-0/+1
|
* The Openvpn rule does not need proto.Ermal2010-03-111-1/+1
|
* Fix rule creation.Ermal2010-03-111-1/+0
|
* Add a function that allows to show/hide fields. Also correct the ↵Ermal2010-03-111-2/+44
| | | | enable/disable function.
* Remove the special char from the name it makes the xml parser bail.Ermal2010-03-111-1/+1
|
OpenPOWER on IntegriCloud