summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* correct icmptypes so CP IP can be pingedChris Buechler2010-02-211-3/+3
|
* Fix the check for whether the bridge is assigned.Erik Fonnesbeck2010-02-211-3/+3
|
* Description is not requiredChris Buechler2010-02-201-1/+1
|
* Three fixes:pierrepomes2010-02-171-8/+6
| | | | | | | - ipsec-tools 0.8 ignores 'adminsock' directive, so until upstream is fixed, we need to use the default /var/db/racoon/racoon.sock - Fix spd files reloading in /tmp - Revert initial patch from Scott Ticket #137
* Use the pfSense module function to get mtu and subnetbits in CIDR format.Ermal Luçi2010-02-171-7/+4
|
* Add statistics for OpenVPN client instancespierrepomes2010-02-162-3/+151
|
* Fix setting unsetting of disable option for OpenVPN.Ermal Luçi2010-02-161-3/+4
|
* Fix typojim-p2010-02-151-1/+1
|
* Change variable name to avoid clobbering one by the same name in the ↵jim-p2010-02-151-43/+43
| | | | Dashboard. Fixes all kinds of fun Dashboard issues. Any widget directly after the Services Status one would mess up in some way.
* Fix typojim-p2010-02-151-1/+1
|
* clarify textChris Buechler2010-02-151-1/+1
|
* Clean up some formatting while I'm here.jim-p2010-02-151-8/+8
|
* Fix Easy Rule for OpenVPN interfaces. Resolves #349jim-p2010-02-151-0/+3
|
* Fix bug where the last line of the filter log wasn't displayed in WebGUI.jim-p2010-02-151-0/+2
|
* Fix copypasta error. Had the wrong colors.jim-p2010-02-151-2/+2
|
* Fix double printing of log entriesjim-p2010-02-151-1/+3
|
* Missing counter variable initialization.jim-p2010-02-151-0/+1
|
* Fix memory graph for the_wall theme.jim-p2010-02-151-0/+1
|
* Fix RRD colors in Code Red theme. Resolves #330jim-p2010-02-151-4/+4
|
* Note full directoryScott Ullrich2010-02-141-1/+1
|
* Minor formattingScott Ullrich2010-02-141-1/+2
|
* Include globals.incScott Ullrich2010-02-141-1/+2
|
* SyncScott Ullrich2010-02-141-1/+1
|
* Add var/empty to excludes listScott Ullrich2010-02-141-0/+1
|
* Add var/empty to excludes listScott Ullrich2010-02-141-1/+1
|
* Add var/empty to excludes listScott Ullrich2010-02-142-2/+9
|
* Use safe_write_file() like RELENG_1_2 does. Not sure how this diverged?!Scott Ullrich2010-02-141-17/+4
|
* Adding from RELENG_1_2: safe_write_file() Writes a file out atomically by ↵Scott Ullrich2010-02-141-1/+40
| | | | first writing to a temporary file of the same name but ending with the pid of the current process, them renaming the temporary file over the original.
* Ignore root/*Scott Ullrich2010-02-141-1/+1
|
* Adding backup script that can be run before upgrading which backs up ↵Scott Ullrich2010-02-141-0/+8
| | | | everything including config.xml. Script gives instructions on how to restore a specific file as well.
* Write out config.xml.tmp first and then move into place after it is written ↵Scott Ullrich2010-02-141-13/+17
| | | | trying to avoid half written files during panic or livelock situations
* fix call to undefined function.Chris Buechler2010-02-131-29/+2
| | | | remove old PPP bits that are no longer used
* Ensure carriage returns exist to avoid run-on directivesScott Ullrich2010-02-131-0/+3
|
* Go ahead and add other wireless devices to this list, so if/when they are ↵jim-p2010-02-131-1/+1
| | | | added, they should work.
* Add mwl to list of wireless cardsjim-p2010-02-131-1/+1
|
* Sync bogons listjim-p2010-02-131-6/+0
|
* Adding 802.1X Authentication supportScott Ullrich2010-02-122-2/+42
|
* Revert find_interface_subnet() because it need to return numbers and not ↵Ermal Luçi2010-02-121-2/+5
| | | | netmask in dotted format.
* Ticket #353. Add neccessary include.Ermal Luçi2010-02-121-0/+1
|
* Use the pfSense module calls for getting interface mac. Improves speed and ↵Ermal Luçi2010-02-121-1/+1
| | | | correctnes.
* Ticket #255. Return only ip address not aliases. Also improve speed by using ↵Ermal Luçi2010-02-121-14/+7
| | | | pfSense php module call.
* Ticket #352. Allow 0 mask in remote network bits.Ermal Luçi2010-02-121-7/+8
|
* Remove comment to avoid creating 2 entries in php.ini for no apparent reason ↵Ermal Luçi2010-02-121-1/+0
| | | | but have not time to investigate further.
* fix textChris Buechler2010-02-111-2/+2
|
* Ticket #255. Activate pfSense module to get the helper functions.Ermal Luçi2010-02-111-0/+2
|
* Ticket #351. Add exec bit to rc.savevoucherErmal Luçi2010-02-111-0/+0
|
* Ticket #351. Prevent wrong config.xml creation.Ermal Luçi2010-02-111-1/+3
|
* Ticket #193. Reduce number of lines created for reflection in inetd and ↵Ermal Luçi2010-02-111-99/+103
| | | | lines of rdr created on ruleset. Hints-from: Erik Fonnesbeck
* Ticket #161. Seems this does the trick for firefox.Ermal Luçi2010-02-101-3/+3
|
* Ticket #14. Implement an advanced option to allow disabling autogenerated ↵Ermal Luçi2010-02-102-1/+10
| | | | reply-to. Submitted-by: Dan Swartzendruber
OpenPOWER on IntegriCloud