summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Optimized all images using Yahoo Smush.it service.root2011-03-231119-0/+0
| | | | | | | | | | | Savings: ------------------------------------- Total images uploaded - 1432 Total images smushed - 575 Total uploaded images size - 4507518 bytes Total smushed image size - 3928995 bytes Percentage saving - 14.724452% -------------------------------------
* Fix rc.shutdownroot2011-03-221-1/+1
|
* Actually remove the pid file before starting a new miniupnpd since it seems ↵Ermal2011-03-221-2/+5
| | | | to not like it. Log provided on:http://forum.pfsense.org/index.php/topic,33371.msg180084.html#msg180084
* Unbreak adding subqueues to queues also. This has happened after allowing ↵Ermal2011-03-221-1/+3
| | | | renaming, oops.
* Unbreak adding subqueues to limiters. Correct some text in the way.Ermal2011-03-222-7/+7
|
* Add all to the reserved keywordsScott Ullrich2011-03-221-1/+1
|
* Workaround for conf_mount_rw/ro during boot to only allow it to change at ↵Erik Fonnesbeck2011-03-223-10/+13
| | | | the start and end. Fixes #1279
* Merge branch 'master' of rcs.pfsense.org:pfsense/mainlinegnhb2011-03-227-47/+67
|\
| * Ticket #1374. Actually test the right field name.Ermal2011-03-211-2/+4
| |
| * Select the device mode to tun if variable device_mode not exist in the ↵lgcosta2011-03-211-3/+8
| | | | | | | | configuration
| * Added option to select the type of device for use in the tunnel openvpnlgcosta2011-03-212-4/+23
| |
| * fix textChris Buechler2011-03-201-1/+1
| |
| * Generate the config file in a variable then write it as a whole to a file.Ermal2011-03-182-21/+15
| |
| * Read data into variables before passing to rrdtool, so it's easier to extend ↵jim-p2011-03-181-19/+19
| | | | | | | | this to store data elsewhere in addition to (or instead of) rrdtool. Also, switch to using cpustats for CPU statistics instead of top.
* | Update GUI to enable L2TP client configuration.gnhb2011-03-221-5/+34
| |
* | Add missing "Connect/Disconnect" button to GUI for L2TP client connections.gnhb2011-03-221-0/+15
|/
* Up the number of packets that gets sent to divert consumers since this count ↵Ermal2011-03-171-1/+1
| | | | includes for tcp even the 2way handshake count which might hurt the matching. This should possibly fix layer 7 Ticket #636.
* Log the configuration is not the same error message only when this is true. ↵Ermal2011-03-171-19/+18
| | | | This message would have been shown even when a communication error would occur.
* Add Total number of CP users graphWarren Baker2011-03-172-3/+62
|
* Ticket #1356 use locking here rather than ps to serialize execution.Ermal2011-03-161-4/+3
|
* Fix ticket #1126smos2011-03-161-6/+6
|
* Change wordingsmos2011-03-161-2/+2
|
* Hopefully improve the useless ipsec logs with highlightingsmos2011-03-161-2/+16
|
* Fix ticket #1354smos2011-03-161-1/+1
|
* Fix the IPsec ping hosts file generation. This only worked for the lastsmos2011-03-161-1/+1
| | | | tunnel
* Keep a table of gateways we added for static routes to prevent us from ↵smos2011-03-161-1/+8
| | | | making multiple entries to the same IP address
* Add code to allow custom upgrade code to run after the pfSense upgrade code ↵Ermal2011-03-151-1/+6
| | | | for the same version switching(Just the custom upgrade functions should have _custom at the end of their name.
* ipfw is not referenced here.Ermal2011-03-151-1/+0
|
* Make sure we have an ip to kill sessions from.Ermal2011-03-151-10/+11
|
* Do more strict checking if an ppp type interface is assigned before starting ↵Ermal2011-03-152-23/+22
| | | | the mpd process behind it. Trigered-by: http://forum.pfsense.org/index.php/topic,34377.0.html
* Remove comment since the service is not started anymore after installation ↵Ermal2011-03-141-1/+0
| | | | in 2.0
* Prevent the command wol for being called without propper ip information. ↵Ermal2011-03-121-13/+15
| | | | Reported-by: http://forum.pfsense.org/index.php/topic,34314.0.html
* Make sure we do not write stale data during prunning periods.Ermal2011-03-121-6/+10
|
* Fix typojim-p2011-03-101-2/+2
|
* Clarify text on outbound NAT page.jim-p2011-03-101-8/+12
|
* Correctly generate the interface.Ermal2011-03-101-2/+2
|
* Define only one loginterface since that is what pf(4) allows. This prevents ↵Ermal2011-03-101-9/+4
| | | | a memory leak from pfctl(1) which may lead to memory depletion if the utility is run frequently with the pfSense generated ruleset.
* Remove extra unmatched conf_mount_ro for a potential race condition ↵Erik Fonnesbeck2011-03-101-2/+0
| | | | preventing writes when generating ssh keys in the background. Ticket #673
* Remove quick from the filter rule by request of Erik.smos2011-03-101-1/+1
|
* Correct the config path to the upnp array, this prevented the filter rule ↵smos2011-03-101-1/+1
| | | | from being generated
* Correctly use the WAN macro definition for the interface on 2.0. Though i ↵Ermal2011-03-091-2/+2
| | | | still insist that people should do this themselves rather than relying on some obscure gui option.
* Add {} around foreach contents. Fixes occasional duplication of the easyrule ↵jim-p2011-03-091-1/+2
| | | | block alias.
* Add block rule to the top of the firewall rules.jim-p2011-03-091-1/+1
|
* If PPTP is set for redir, actually add the NAT rules to rdr.jim-p2011-03-091-0/+10
|
* Only delete files in /tmp, not directories. Fixes rm errors on shutdown. ↵jim-p2011-03-091-1/+1
| | | | (Doing rm -rf might cause it to go across filesystem boundaries again, which we're trying to avoid.)
* Teach the console update by url about the default auto update url.jim-p2011-03-091-1/+23
|
* Correct firewall rule, remove flags anysmos2011-03-091-1/+1
|
* Automatically add a multicast allow rule for miniupnpd so that the Xbox 360 ↵smos2011-03-091-0/+27
| | | | works.
* Add the 95th percentile line to the traffic graphssmos2011-03-097-1/+18
|
* Possible double RRD process fix.smos2011-03-091-1/+3
|
OpenPOWER on IntegriCloud