summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ignore minfree fileScott Ullrich2011-02-061-0/+2
|
* fix url for jumptoScott Ullrich2011-02-061-1/+1
|
* If product name == pfSense show a link to redmine / bug databaseScott Ullrich2011-02-061-1/+3
|
* Crash reporter is now working.Scott Ullrich2011-02-061-12/+9
|
* Correctly detect amount of files in /var/crashScott Ullrich2011-02-062-5/+15
|
* Set textarea sizeScott Ullrich2011-02-061-1/+1
|
* Redirect to crash reporter if a crash exists for processing. The crash ↵Scott Ullrich2011-02-061-0/+8
| | | | reporter will either upload the data per the operators consent and or delete the data afterwards and redirect back.
* gettext()Scott Ullrich2011-02-061-3/+4
|
* fix NTP server IPs in openvpn configChris Buechler2011-02-061-2/+2
|
* at least don't touch rrd here, that rrd won't exist anywayChris Buechler2011-02-061-1/+1
|
* Revert "the only thing ping_hosts.sh is used for is pinging IPsec hosts. ↵Chris Buechler2011-02-061-50/+50
| | | | | | comment out all this complexity that makes it do way more than it needs to (and was throwing an error on rrd, it shouldn't be touching rrd)" this is used by at least the DNS server pkg This reverts commit 9fcf15773caa87261314bfe6e8a33a3f0d1d18bd.
* need config.inc here, otherwise it fails to reload, config arrays are blank ↵Chris Buechler2011-02-051-0/+1
| | | | in vpn_ipsec*. Actual issue and fix for bug #1254
* the only thing ping_hosts.sh is used for is pinging IPsec hosts. comment out ↵Chris Buechler2011-02-051-50/+50
| | | | all this complexity that makes it do way more than it needs to (and was throwing an error on rrd, it shouldn't be touching rrd)
* fix textChris Buechler2011-02-041-1/+1
|
* Display the source subnet bits as 32 rather than 0 if it is empty.Erik Fonnesbeck2011-02-041-0/+2
|
* Allow aliases to be entered for source and destination addresses of outbound ↵Erik Fonnesbeck2011-02-041-2/+6
| | | | NAT rules.
* Add backend support for aliases on source and destination address of ↵Erik Fonnesbeck2011-02-041-4/+7
| | | | outbound NAT rules.
* Display the last used repository and branch and add a couple more descriptions.Erik Fonnesbeck2011-02-041-1/+36
|
* Change destination back to the field type for fields that allow an alias - ↵Erik Fonnesbeck2011-02-041-1/+1
| | | | they appear to work there (or at least doesn't say it is an error?).
* Remove redundant input validation for source port that also prevents use of ↵Erik Fonnesbeck2011-02-041-3/+0
| | | | port ranges.
* After finishing the installation clear the flag for package sync.Ermal2011-02-041-0/+1
|
* Fix urlScott Ullrich2011-02-031-2/+2
|
* Remove formatting in between textareaScott Ullrich2011-02-031-3/+1
|
* Set priv infoScott Ullrich2011-02-031-15/+16
|
* Adding a page that will allow uploading of crash (panic) data. Once the ↵Scott Ullrich2011-02-031-0/+126
| | | | server piece is in place we will detect crash data in php and redirect to this page to prompt if the operator would like to upload the data. Remove the crash data after upload or if the operator does not want to upload the crash data.
* Ticket #259. Actually kill dhlient when the interface type changes before ↵Ermal2011-02-031-0/+5
| | | | going through apply changes otherwise the information would be lost and dhclient will remain running.
* Ticket #1248. Do not set this higher since the slave will take more time to ↵Ermal2011-02-031-1/+0
| | | | detect a switch needs to be done.
* Note reinit will disconnect folksScott Ullrich2011-02-021-0/+1
|
* Correctly grab the hostname from config for filterdns.Ermal2011-02-021-4/+4
|
* Do not call true here according to ErmalScott Ullrich2011-02-021-1/+1
|
* Reinit rules after editScott Ullrich2011-02-021-13/+2
|
* Do not use references here when building a ca_chain_array. Really fixes ↵jim-p2011-02-011-2/+2
| | | | #1231 - CAs are no longer lost when a config write happens at bootup.
* Test for arrach before foreach'ing. Reported-by: ↵Ermal2011-02-011-3/+5
| | | | http://forum.pfsense.org/index.php/topic,32865.0.html
* Allow ipalias with carp as parent interface to be synchronized.Ermal2011-02-012-3/+11
|
* Show PPPoE tab if any of the PPPoE server instances are enabled. Fixes #1243jim-p2011-01-311-3/+3
|
* Catch the OpenVPN widget up to the status page code for killing clients.jim-p2011-01-311-8/+17
|
* Don't save CA/Cert for a PSK IPsec tunnel.jim-p2011-01-311-0/+8
|
* Fix typo (swapped parameters)jim-p2011-01-311-1/+1
|
* Fix copypastojim-p2011-01-311-1/+1
|
* Fix typojim-p2011-01-311-1/+1
|
* Fix display of these pages on Opera. ↵jim-p2011-01-314-4/+4
| | | | http://forum.pfsense.org/index.php/topic,32773.0.html
* Missing colour for RRD would have caused errors in creating the graphs.Warren Baker2011-01-296-0/+6
|
* Correct configuration file name.Ermal2011-01-291-1/+1
|
* Exclude loader.conf from being update during kernel updateScott Ullrich2011-01-281-4/+4
|
* Added Captive Portal RRD graphs, there are two graphs one for the number of ↵Warren Baker2011-01-285-1/+247
| | | | logged in users since last rrd poll, and concurrent number of users logged in.
* When setting the ip from the console also enable the interface otherwise the ↵Ermal2011-01-281-1/+2
| | | | HTTP_REFERER checks will not let you use the GUI.
* Make this actually work as it should. The warnings about default queue ↵Ermal2011-01-281-8/+8
| | | | should be ok now.
* Don't pass these by reference. Might be related to ticket #1231jim-p2011-01-271-3/+3
|
* At least bring the interface up. Sometimes even though the linkup is ↵Ermal2011-01-261-0/+1
| | | | reported interfaces like em(4) do not come up.
* Ups actually single quotes are needed when / is the first char of a command. ↵Ermal2011-01-261-4/+4
| | | | Requirment enforced by the parser.
OpenPOWER on IntegriCloud