Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More removal of racoon from referenced in sources | Ermal | 2014-03-12 | 2 | -10/+7 |
| | |||||
* | Remove remeants of racoon | Ermal | 2014-03-12 | 1 | -13/+0 |
| | |||||
* | Generate nat rules for ipsec when needed | Ermal | 2014-03-12 | 1 | -6/+5 |
| | |||||
* | Be more efficient, and ordered about thae tags and also syncrhonize tags ↵ | Ermal | 2014-03-12 | 2 | -35/+51 |
| | | | | with xmlreader | ||||
* | Make this a bit more smart rather having the penalty going over explode | Ermal | 2014-03-12 | 1 | -14/+21 |
| | |||||
* | Try a different strategy for fixing #3514 just send a HUP to dhcp6 to get it ↵ | Ermal | 2014-03-12 | 1 | -1/+4 |
| | | | | to reload. | ||||
* | Make this a bit more efficient | Ermal | 2014-03-11 | 1 | -3/+5 |
| | |||||
* | Merge pull request #1018 from florian-asche/patch-3 | Renato Botelho | 2014-03-11 | 1 | -3/+5 |
|\ | | | | | Update services.inc | ||||
| * | Update services.inc | Florian Asche | 2014-03-10 | 1 | -0/+2 |
| | | | | | | Added CURL setops from dyndns.class | ||||
| * | Update services.inc | Florian Asche | 2014-03-10 | 1 | -0/+1 |
| | | | | | | IPv4 ONLY | ||||
| * | Update services.inc | Florian Asche | 2014-03-10 | 1 | -3/+2 |
| | | | | | | Prepared to make $hosttocheck configureable | ||||
* | | Do not delete linklocal address | Renato Botelho | 2014-03-11 | 1 | -3/+4 |
| | | |||||
* | | Update dyndns.class | Florian Asche | 2014-03-10 | 1 | -0/+1 |
| | | | | | | IPv4 ONLY? YEAH ;) | ||||
* | | Merge pull request #1012 from florian-asche/patch-1 | Renato Botelho | 2014-03-10 | 1 | -5/+6 |
|\ \ | |/ |/| | Update services.inc | ||||
| * | Update services.inc | Florian Asche | 2014-03-10 | 1 | -5/+0 |
| | | |||||
| * | Update services.inc | Florian Asche | 2014-03-10 | 1 | -1/+7 |
| | | | | | | Added missing usepublicip with dyndnsCheckIP | ||||
* | | Fix for now 'IPv6 - LAN looses Prefix after link event'(forums) with a not ↵ | Ermal | 2014-03-10 | 1 | -3/+14 |
| | | | | | | | | elegant solution but works. Probably dhcpv6 client should solve this by itself and generate and event for it. For now just bump dhcpv6 client again to have the prefix interface reconfigured. | ||||
* | | pfSense_interface_deladdress() only knows how to delete an ip address, not a ↵ | Renato Botelho | 2014-03-10 | 1 | -2/+8 |
|/ | | | | subnet. It should fix #3513 | ||||
* | Make the voucher auth through xmlrpc work. | Ermal | 2014-03-07 | 1 | -1/+4 |
| | |||||
* | default openssl to 2048 | Chris Buechler | 2014-03-06 | 1 | -1/+1 |
| | |||||
* | Better just use start here seems to be more reliable | Ermal | 2014-03-06 | 1 | -1/+1 |
| | |||||
* | Correct the step for phase2 algos as well | Ermal | 2014-03-06 | 1 | -1/+1 |
| | |||||
* | Correct the generation of the config for mobile tunnels as well | Ermal | 2014-03-06 | 1 | -4/+3 |
| | |||||
* | Merge pull request #995 from ayvis/master-syntax-errors | Renato Botelho | 2014-03-06 | 2 | -2/+2 |
|\ | | | | | syntax errors correction | ||||
| * | syntax errors corrected | ayvis | 2014-03-04 | 2 | -2/+2 |
| | | |||||
* | | update link for 2.2 | Chris Buechler | 2014-03-06 | 1 | -1/+1 |
| | | |||||
* | | Remove not needed anymore function | Ermal | 2014-03-06 | 2 | -8/+0 |
| | | |||||
* | | Use a step of 64 here too to comply with what the daemon can parse/understand | Ermal | 2014-03-06 | 1 | -1/+1 |
| | | |||||
* | | bring up appropriate interface for GRE/GIF. Ticket #3281 | Chris Buechler | 2014-03-06 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #984 from phil-davis/master | Renato Botelho | 2014-03-04 | 1 | -8/+10 |
|\ | | | | | Return GWG IP protocol (version) when no gateway IP | ||||
| * | Return GWG IP protocol (version) when no gateway IP | Phil Davis | 2014-02-27 | 1 | -8/+10 |
| | | | | | | This is a resubmit of an older pull request I had closed. It came up again in the forum, with a user setting up a VM environment and wondering why he cannot make policy-routing rules to a gateway group. The gateway group names did not display because all his WANs were down at the time and so the existing code was too dumb to determine the IP protocol (version 4 or 6) when none of the WANs in the gateway group actually have an IP address yet. | ||||
* | | Merge pull request #992 from Doncuppjr/master | Renato Botelho | 2014-03-04 | 1 | -2/+11 |
|\ \ | | | | | | | Add UEFI support to Network Boot options. | ||||
| * | | Put added option in dhcp config instead of dhcpv6 config. | Donald A. Cupp Jr | 2014-03-03 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | Use empty function instead of <> "" for null test in dhcp network booting config section. modified: etc/inc/services.inc | ||||
| * | | Add missing option code for uefi booting | Donald A. Cupp Jr | 2014-03-02 | 1 | -0/+1 |
| | | | | | | | | | | | | modified: etc/inc/services.inc | ||||
| * | | Merge branch 'master' of https://github.com/Doncuppjr/pfsense | Donald A. Cupp Jr | 2014-03-02 | 2 | -9/+11 |
| |\ \ | |||||
| * | | | Added support for UEFI booting to Network Booting configuration. | Charlie Root | 2014-03-02 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | modified: conf.default/config.xml modified: etc/inc/services.inc modified: usr/local/www/services_dhcp.php | ||||
* | | | | Fix syntax | Renato Botelho | 2014-03-03 | 1 | -1/+1 |
| | | | | |||||
* | | | | s/unlink/unlink_if_exists/ | Renato Botelho | 2014-03-03 | 1 | -2/+2 |
| | | | | |||||
* | | | | Remove broken 'dynamic6' gateway, we already have ipprotocol to tell us the ↵ | Renato Botelho | 2014-03-03 | 2 | -8/+8 |
| | | | | | | | | | | | | | | | | IP version, leave it more simple using only 'dynamic'. It helps #3484 | ||||
* | | | | Fix typo on var name | Renato Botelho | 2014-03-03 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | sync up ALTQ-capable interfaces list | Chris Buechler | 2014-03-01 | 1 | -6/+6 |
| | | | |||||
* | | | Wrap this in an is_array() test, or else if you have no manually configured ↵ | jim-p | 2014-03-01 | 1 | -3/+5 |
|/ / | | | | | | | DNS servers, saving the DHCP settings produces a PHP error. | ||||
* | | Merge pull request #986 from andrespetralli/master | Renato Botelho | 2014-02-28 | 1 | -0/+1 |
|\ \ | | | | | | | Re-enabling static lease updates | ||||
| * | | Re-enabling static lease updates | Andres Petralli | 2014-02-28 | 1 | -0/+1 |
| | | | |||||
* | | | Small correction for clear code | Ermal | 2014-02-28 | 1 | -2/+2 |
| | | | |||||
* | | | Ticket #3484 Correct the case for GRE tunnels as well since they behave the ↵ | Ermal | 2014-02-28 | 2 | -4/+8 |
| | | | | | | | | | | | | same. GRE seems to need the prefixlen 128 specified all the time so do it explicitly to be on safe side | ||||
* | | | Ticket #3484 Note that for now prefixlen is useless in ipv6 tunnels. IPv4 ↵ | Ermal | 2014-02-28 | 1 | -1/+3 |
| | | | | | | | | | | | | accepts them | ||||
* | | | Fixes #3484. Provide a dynamic gateway for gif v6 tunnels so it can be used ↵ | Ermal | 2014-02-28 | 2 | -0/+4 |
| | | | | | | | | | | | | on firewall rules etc. The guide for setting up this tunnels on docs need to change to leave the gif interface as none type. People upgrading need to fix this themselves with a not on release notes. This can be fixed if the kernel condition is relaxed to allow setting the prefixlen on the tunnel as ipv4 | ||||
* | | | Make the IPSec status page work with strongswan | Ermal | 2014-02-27 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Oops forgot the query message | Ermal | 2014-02-26 | 1 | -0/+3 |
| | |