summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* If gzsig does not exist then return 1Scott Ullrich2009-09-271-1/+4
|
* Do not process empty tags in the config as this breaks the code.Ermal Luçi2009-09-251-1/+3
|
* Rename ttyd -> ttyuScott Ullrich2009-09-231-4/+4
|
* Nuke sorting it apparently changed the ID associationScott Ullrich2009-09-231-3/+0
|
* Merge remote branch 'mainline/master'Eirik Oeverby2009-09-241-1/+1
|\
| * Forward all udp request to port 53(DNS) to our local server. This allows ↵Ermal Luçi2009-09-231-1/+1
| | | | | | | | people with other dns configured other than the one in pfSense to still be able to authenticate in the CP.
* | Filter rules for interface-subnet rules fixed.Eirik Oeverby2009-09-231-2/+4
| |
* | Merge remote branch 'mainline/master'Eirik Oeverby2009-09-237-96/+69
|\ \ | |/
| * Uncomment safety-belt checks that are required to avoid filter errors. Not ↵Scott Ullrich2009-09-234-92/+55
| | | | | | | | sure why they are uncommented? Unfinished testing is my first guess.
| * Only create a rdr for local interfaces which is destined for the actual ↵Seth Mos2009-09-231-2/+12
| | | | | | | | | | | | | | address we have a portforward for. This prevents people from ending up in our netcat code for reflection when trying to access other websites. Should fix Issue #99
| * Axe the s in developers. Capitalize accordingly. Suggested by JimPScott Ullrich2009-09-221-1/+1
| |
| * Rename PHP Shell to developers shellScott Ullrich2009-09-221-1/+1
| |
| * Clarify that the URL should be a RCS url and that it should be HTTPScott Ullrich2009-09-221-1/+1
| |
* | More IPSec, filter.inc changesEirik Oeverby2009-09-232-10/+19
| |
* | Here we go again .. IPSec stuffEirik Oeverby2009-09-231-1/+1
| |
* | WIP: IPSec changesEirik Oeverby2009-09-221-1/+1
| |
* | WIP: fixing IPSec screens/configEirik Oeverby2009-09-222-2/+2
|/
* Pass origname instead of relying on a globalScott Ullrich2009-09-213-14/+14
|
* Add neccessary include.Ermal Luçi2009-09-211-0/+1
|
* Only unload ipfw.ko if it is loaded. DohScott Ullrich2009-09-211-1/+2
|
* Revert "Properly send mpd logs to vpn.log. Filtering needs to be done in the ↵Scott Ullrich2009-09-211-2/+1
| | | | | | file itself. Some trimming of what gets logged in the daemon itself needs to be done but that to a future review. This should partially fix Feature #73." This reverts commit f441ab6809cdf358c321144bb74da1f550136b17.
* Check for interfaces with same name as alias. Ticket #92sullrich2009-09-213-31/+49
|
* Test if dhcpd is enabled not if configs are preset. Reported-by: ↵Ermal Luçi2009-09-211-1/+1
| | | | http://forum.pfsense.org/index.php/topic,19271.0.html
* Rename all Help area itemsScott Ullrich2009-09-201-4/+4
|
* s/Doc Site/Documentation/Scott Ullrich2009-09-201-1/+1
|
* Add target support which allows launching links in a new window/tab, etc for ↵Scott Ullrich2009-09-201-3/+5
| | | | help menu area
* Squeeze help menu inScott Ullrich2009-09-202-2/+2
|
* Squeeze help menu inScott Ullrich2009-09-201-2/+1
|
* Squeeze help menu inScott Ullrich2009-09-201-2/+1
|
* Rename Commercial Support to Support so it appears correctly in all themes. ↵Scott Ullrich2009-09-201-1/+1
| | | | Need to find the font weight for the drop downs and lower that a bit.
* Squeeze Help area inScott Ullrich2009-09-201-1/+1
|
* Adding new 'Help' menu area with common areas. These items call pfSense ↵Scott Ullrich2009-09-205-8/+21
| | | | jumptos such as http://www.pfsense.org/j.php?jumpto=book
* Fix rdr generation, fix by ltningChris Buechler2009-09-201-1/+1
|
* set 2/3 are no more used with ipfw.Ermal Luçi2009-09-201-2/+0
|
* Move the allowed ips to set 1 as well.Ermal Luçi2009-09-201-4/+4
|
* Forward everything to the CP portal page since some people might have ↵Ermal Luçi2009-09-201-1/+1
| | | | proxies in between.
* Remove the anti lockout rule on captive portal ruleset this opens a can of ↵Ermal Luçi2009-09-201-10/+0
| | | | worms.
* With latest improvements to ipfw(4) we do not need ipfw on layer3 everything ↵Ermal Luçi2009-09-201-2/+2
| | | | is done on layer2 now.
* Teach captiveportal code to use the mac in tables functionality. Change the ↵Ermal Luçi2009-09-202-18/+21
| | | | default ruleset to reflect this.
* Generate FilterIflist members if not generated before. This function is ↵Ermal Luçi2009-09-201-1/+3
| | | | supposed to be private to filter.inc but seems some other code depends on it.
* Remove unecessary calls to semaphores, will try again with them with 8 builds!Ermal Luçi2009-09-181-4/+2
|
* Update locking to use Ermals non semaphore patch. I just beat the holy heck ↵Scott Ullrich2009-09-171-44/+18
| | | | out of it with the CP torture scripts and all seems OK
* Set max children to same amount as max procsScott Ullrich2009-09-171-11/+3
|
* It seems upon captive portal startup the captiveportal.db file is not ↵Scott Ullrich2009-09-171-0/+3
| | | | written out until the /etc/rc.prunecaptiveportal script is run. If the Operator decides to visit status -> captive portal right after enabling the service they will be greated with some nasty nasty errors. Silence this nonsense by creating a blank captiveportal.db file right after nuking it.
* Return NULL when captive portal is not enabledScott Ullrich2009-09-171-1/+1
|
* Do not process IPFW rules if captive portal is disabled.Scott Ullrich2009-09-171-1/+2
|
* Cap max requests at 500Scott Ullrich2009-09-171-7/+0
|
* Adding PHP_FCGI_MAX_REQUESTS => 500. This problem seems to stem from a ↵Scott Ullrich2009-09-171-9/+11
| | | | little-known issue with PHP: PHP stops accepting new FastCGI connections after handling 500 requests; unfortunately, there is a potential race condition during the PHP cleanup code in which PHP can be shutting down but still have the socket open, so lighty can send request number 501 to PHP and have it accepted, but then PHP appears to simply exit, causing a 500 return from lighty.
* Adding PHP_FCGI_MAX_REQUESTS => 500. This problem seems to stem from a ↵Scott Ullrich2009-09-171-0/+8
| | | | little-known issue with PHP: PHP stops accepting new FastCGI connections after handling 500 requests; unfortunately, there is a potential race condition during the PHP cleanup code in which PHP can be shutting down but still have the socket open, so lighty can send request number 501 to PHP and have it accepted, but then PHP appears to simply exit, causing a 500 return from lighty.
* Add necessary include. Reported-by: ↵Ermal Luçi2009-09-171-0/+1
| | | | http://forum.pfsense.org/index.php/topic,19193.0.html
OpenPOWER on IntegriCloud