summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Swap if statement, add fields into ipsecpinghosts fileSeth Mos2011-03-161-1/+1
|
* Correct ping hosts functionality for > 1 tunnel. Add v6 functionalitySeth Mos2011-03-161-11/+13
|
* Merge remote branch 'upstream/master'Seth Mos2011-03-162-2/+14
|\
| * 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.
* | Enable the IPv6 allow toggle, otherwise the other IPv6 rules do not work.Seth Mos2011-03-152-1/+7
| |
* | Try to make IPv6 feature complete for IPv6 support. Looks like ipsec-tools ↵Seth Mos2011-03-152-34/+84
| | | | | | | | was built without v6 support, make sure you have a newer build
* | Merge remote branch 'upstream/master'Seth Mos2011-03-152-20/+25
|\ \ | |/
| * 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-151-10/+14
| | | | | | | | the mpd process behind it. Trigered-by: http://forum.pfsense.org/index.php/topic,34377.0.html
* | Merge remote branch 'upstream/master'Seth Mos2011-03-157-25/+54
|\ \ | |/
| * Remove comment since the service is not started anymore after installation ↵Ermal2011-03-141-1/+0
| | | | | | | | in 2.0
| * Make sure we do not write stale data during prunning periods.Ermal2011-03-121-6/+10
| |
| * 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
| |
* | Commit the backend function that writes out the racoon.confSeth Mos2011-03-141-7/+21
| |
* | Extend the IPsec configuration with a protocol family for the phase 1Seth Mos2011-03-141-4/+11
| |
* | Make sure to note the limitations to gethostbyname, it does not work for ↵Seth Mos2011-03-143-2/+3
| | | | | | | | Quad A records. Fix resolve_retry in the process, use that.
* | Allow port 547 to the filter rules for DHCP to workSeth Mos2011-03-141-0/+1
| |
* | Properly configure lighty with the configured port when attached to the v6 ↵Seth Mos2011-03-141-9/+8
| | | | | | | | socket. It was previously hardcoded to https
* | Add IPv6 support to the DNS rebinding attack functionSeth Mos2011-03-141-2/+9
| |
* | Add the ability to differentiate between v4 and v6 tunnels. Bill says he can ↵Seth Mos2011-03-111-1/+2
| | | | | | | | test
* | Add the IPv6 tag to the version so that BSD perimeter can seen these ↵Seth Mos2011-03-091-1/+1
| | | | | | | | installs from a mile away
* | Merge remote branch 'upstream/master'Seth Mos2011-03-091-0/+27
|\ \ | |/ | | | | | | | | Conflicts: usr/local/www/status_rrd_graph_img.php usr/local/www/themes/pfsense_ng/rrdcolors.inc.php
| * Automatically add a multicast allow rule for miniupnpd so that the Xbox 360 ↵smos2011-03-091-0/+27
| | | | | | | | works.
| * Possible double RRD process fix.smos2011-03-091-1/+3
| |
* | Merge remote branch 'upstream/master'Seth Mos2011-03-092-5/+6
|\ \ | |/
| * Add localhost to be natted automagically from auto-generated nat rules. This ↵Ermal2011-03-081-0/+1
| | | | | | | | simplifies loadbalancing from the host itself.
| * Fix javascript errors reported by: ↵Ermal2011-03-081-5/+5
| | | | | | | | http://forum.pfsense.org/index.php/topic,34139.0.html
* | unbreak the broken mergeSeth Mos2011-03-091-8/+0
| |
* | Merge the config upgrade code, there was a mismatch, the one who merged this ↵Seth Mos2011-03-092-1/+9
| | | | | | | | wrong should get a pointy hat.
* | Merge remote branch 'upstream/master'Seth Mos2011-03-082-42/+49
|\ \ | |/ | | | | | | Conflicts: etc/inc/rrd.inc
| * Keep the output in a variable before passing it to rrdtool in case we also ↵jim-p2011-03-081-4/+6
| | | | | | | | want to pass it to something else.
| * Only run pfctl once per interface for stats, rather than four times.jim-p2011-03-081-4/+7
| |
| * Use foreach here to be sure we do not reference unexisting results.Ermal2011-03-081-42/+41
| |
* | Merge remote branch 'upstream/master'Scott Ullrich2011-03-084-24/+22
|\ \ | |/
| * Do a proper test otherwise a override of the total_minutes var might happen.Ermal2011-03-081-2/+2
| |
| * Properly do testing of voucher existing or not rather than relying on an ↵Ermal2011-03-081-12/+12
| | | | | | | | obscure feature of php. Also do exclusive locking rather than shared one when writing dbs.
| * Use racoonctl now that ipsec-0.8 is back to reload the config.Ermal2011-03-071-3/+1
| |
| * Add cas(4)jim-p2011-03-071-1/+1
| |
OpenPOWER on IntegriCloud