summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* handle descriptions correctlyScott Ullrich2008-04-272-6/+6
|
* Integrate patch sent to m0n0wall-dev by Peter Allgeyer:Scott Ullrich2008-04-271-0/+25
| | | | | | | | | | | | | | | we have configured the captive portal to authenticate users against a Radius server with reauthentication every minute. When using the MAC Pass-Through feature, we have problems reaching hosts on the WAN side on other ports then port 80. The log says, that the connections passes the filter, but tcpdump tells me that the packet never reaches the next hop router. I've found some messages in the captive portal log, which make me believe, that it has something to do with radius reauthentication: Apr 22 18:18:20 RADIUS_DISCONNECT: unauthenticated, 00:02:a5:fa:b9:35, 192.168.1.198
* Bump config version to 4.4Scott Ullrich2008-04-271-1/+1
|
* Record the CERTNAME instead of using the certkey which gets modifiedScott Ullrich2008-04-272-1/+7
| | | | by config xml handling code.
* update my (c) year.Scott Ullrich2008-04-271-1/+1
|
* fix tabsChris Buechler2008-04-271-1/+2
|
* Rename description to caexpires and output the expiration date as opposedScott Ullrich2008-04-271-2/+7
| | | | to a half implemented "Nothing".
* clean up textChris Buechler2008-04-271-8/+8
|
* fix fieldsChris Buechler2008-04-271-23/+10
|
* Remove pki check, this form IS pki.Scott Ullrich2008-04-271-3/+3
|
* remove shared key from hereChris Buechler2008-04-271-21/+0
|
* Reverse if check.Scott Ullrich2008-04-271-1/+1
|
* s/canme/caname/Scott Ullrich2008-04-271-1/+1
|
* Correctly create a certificate now that the shared key option has beenScott Ullrich2008-04-271-36/+35
| | | | removed.
* change default value, fix white spaceChris Buechler2008-04-271-2/+2
|
* Correctly show Users tab.Scott Ullrich2008-04-271-1/+1
|
* shared key needs to be input fieldChris Buechler2008-04-271-1/+1
|
* fix wordingChris Buechler2008-04-271-3/+3
|
* Return OpenVPN IP addresses when the alias type is openvpn.Scott Ullrich2008-04-271-4/+21
|
* Correctly handle OpenVPN case.Scott Ullrich2008-04-271-5/+10
|
* Set php.ini max execution and input to 180 seconds as a default. Conserves ↵Mark Crane2008-04-271-2/+2
| | | | resources. If more time is needed set an override directly in the PHP code. http://forum.pfsense.org/index.php/topic,8878.msg49975.html#msg49975
* Set php max execution and input to 3600 seconds. See: ↵Mark Crane2008-04-272-0/+8
| | | | http://forum.pfsense.org/index.php/topic,8878.msg49975.html#msg49975
* Do not hard code tab numbersScott Ullrich2008-04-261-5/+5
|
* Add missing Users tabScott Ullrich2008-04-261-2/+3
|
* Really do not allow editing of existing certsScott Ullrich2008-04-261-89/+89
|
* reverse add argumentScott Ullrich2008-04-261-2/+2
|
* * Do not allow editing of existing CA'sScott Ullrich2008-04-262-30/+28
| | | | * Remove shard key mode, it does not belong here
* Correct csc page urlScott Ullrich2008-04-261-1/+1
|
* s/Configuration/overrides/Scott Ullrich2008-04-261-1/+1
|
* * Correct HTML attributesScott Ullrich2008-04-261-3/+3
| | | | * Add missing "
* Update frequecy stringScott Ullrich2008-04-261-1/+2
|
* Update OpenVPN textScott Ullrich2008-04-261-3/+6
|
* Add OpenVPN Users optionScott Ullrich2008-04-261-0/+20
|
* Begin adding OpenVPN users feature.Scott Ullrich2008-04-265-16/+39
|
* Disable this rules alltogether with the note that tap(4) devices do not need ↵Ermal Luçi2008-04-231-1/+3
| | | | | | | | any special treatment other than get exposed to the GUI of OpenVPN. This will come incrementally. For rules a note would be added to the OpenVPN page as it is currently for PPTP/PPPoE to create filter rules themselves to allow traffic to flow. NOTE: This is as a code cleanup as a security fix since it opened people firewalls under their hood.
* Merge other missed fixes regarding FAIRQ.Ermal Luçi2008-04-221-8/+10
|
* Missed commit to make FAIRQ visible on the GUI.Ermal Luçi2008-04-221-6/+10
|
* Set limit of queue name to 15 chars.Ermal Luçi2008-04-211-1/+1
|
* Copy correct parameters when cloning queue.Ermal Luçi2008-04-211-1/+2
|
* Make FAIRQ visible in the GUI.Ermal Luçi2008-04-211-0/+3
|
* Provide backend support for FAIRQ and apply some style to whitespacesErmal Luçi2008-04-211-8/+256
|
* fix whitespaceChris Buechler2008-04-211-14/+14
|
* don't prompt to remove LAN config if booting (you likely never assigned one, ↵Chris Buechler2008-04-211-9/+33
| | | | | | just remove it) fix error when unset config items don't exist
* add space to not errpr out while starting ftpseasameErmal Luçi2008-04-171-2/+2
|
* First try to cope with the new ability of mpd to rename its interfaces.Ermal Luçi2008-04-163-11/+15
| | | | | | | This is just a s/ng0/typeof connection0/ for now. The major work should be done to allow all optX and lan to be pppoe or pptp interafaces and take just assign the network interface accordingly. It simplifies a lot o things but this has to be done. This would propperly identifying interfaces and not hardcoding names around.
* Only iterate variable if it is an array to silence error.Scott Ullrich2008-04-161-4/+6
|
* Allow staticroutes to be backed up or restored individually.Scott Ullrich2008-04-151-0/+1
| | | | Suggested-by: DoctorIT via Forum
* Tune PHP_FCGI_CHILDREN and PHP_FCGI_MAX_REQUESTS depending on how muchScott Ullrich2008-04-151-3/+16
| | | | | | | | ram is installed for the captive portal operations. Idea semi taken from http://forum.pfsense.org/index.php/topic,8861.new.html#new NOTE: The forumula could probably be revised a bit but this is a good start.
* * Fix helpScott Ullrich2008-04-141-0/+8
| | | | * Fix exit/quit
* Make the wizards up to date.Ermal Luçi2008-04-144-155/+1
|
OpenPOWER on IntegriCloud