| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge pull request #1395 from wagonza/RELENG_2_2 | Renato Botelho | 2014-12-24 | 1 | -2/+0 |
|\ |
|
| * | Remove option that has now been merged into infra-host-ttl. | Warren Baker | 2014-12-19 | 1 | -2/+0 |
* | | Allow dot at end of FQDN for a host | Phil Davis | 2014-12-23 | 1 | -2/+7 |
* | | Pass src dst IP port through to firewall log | Phil Davis | 2014-12-23 | 1 | -1/+1 |
* | | Prevent resolvconf(8) from stomping all over our newly generated | Warren Baker | 2014-12-22 | 1 | -0/+9 |
* | | Add config upgrade code to validate changes made on c2fe67eb and d269747b. It... | Renato Botelho | 2014-12-22 | 2 | -1/+17 |
* | | Correct ipsec status page to make connect button work | Ermal LUÇI | 2014-12-22 | 1 | -0/+16 |
* | | Manually merge vpn.inc from master since cherry-picking is very messy to perf... | Ermal LUÇI | 2014-12-22 | 1 | -588/+613 |
* | | Correct issue with not reloading CP properly on calling interface configure. | Ermal LUÇI | 2014-12-22 | 2 | -2/+20 |
* | | Fix issue reported on https://forum.pfsense.org/index.php?topic=85737.0 | Ermal LUÇI | 2014-12-22 | 1 | -1/+1 |
* | | Do not apply bw limits if the setting is not enabled in CP. Though still resp... | Ermal LUÇI | 2014-12-22 | 1 | -4/+10 |
* | | Correct the leftsubnet specification for transport mode. | Ermal LUÇI | 2014-12-19 | 1 | -1/+1 |
* | | Ooops fix this identation on final config | Ermal LUÇI | 2014-12-19 | 1 | -1/+1 |
|/ |
|
* | Remove unused function | Ermal LUÇI | 2014-12-19 | 1 | -83/+0 |
* | Enforce some more checking to avoid https://forum.pfsense.org/index.php?topic... | Ermal LUÇI | 2014-12-19 | 1 | -4/+4 |
* | include $myid in these PSK lines. Ticket #4126 | Chris Buechler | 2014-12-18 | 1 | -3/+3 |
* | Simplify logic using a proper function as spotted by Ermal | Renato Botelho | 2014-12-18 | 1 | -8/+5 |
* | Replace ; by newlines when upgrading custom_options from unbound packages, it... | Renato Botelho | 2014-12-18 | 1 | -0/+3 |
* | Add openvpn interfaces to group when they are created, it should fix #4110 | Renato Botelho | 2014-12-18 | 1 | -0/+9 |
* | Check if interface exist before try to add it to group | Renato Botelho | 2014-12-18 | 1 | -2/+3 |
* | Bump latest_config version that I forgot on previous commit. Spotted by Jim P... | Renato Botelho | 2014-12-17 | 1 | -1/+1 |
* | syslogd can't just be HUPed to pick up its new config, as many of those | Chris Buechler | 2014-12-17 | 1 | -3/+3 |
* | Add a cron item to expire items from webConfiguratorlockout, also add config ... | Renato Botelho | 2014-12-17 | 1 | -0/+14 |
* | Check if interface is disabled when configuring DHCP server. It fixes #4119 | Renato Botelho | 2014-12-17 | 1 | -2/+5 |
* | Give the proper value for the logging level since even 0 is the correct value... | Ermal LUÇI | 2014-12-17 | 1 | -1/+1 |
* | Make logic more visible as suggested by Ermal | Renato Botelho | 2014-12-16 | 1 | -1/+6 |
* | Teach interface_vip_bring_down() to deal with IP Alias over CARP | Renato Botelho | 2014-12-16 | 1 | -1/+7 |
* | Use newline to separate unbound custom options during config upgrade, it shou... | Renato Botelho | 2014-12-15 | 1 | -4/+4 |
* | Where binding Unbound to *:53, set "interface-automatic: yes" so replies are ... | Chris Buechler | 2014-12-13 | 1 | -0/+1 |
* | Split ICMP and ICMPv6 types on Firewall Rules | Renato Botelho | 2014-12-11 | 1 | -0/+61 |
* | Make sure this message is only displayed on console | Renato Botelho | 2014-12-10 | 1 | -1/+2 |
* | get_failover_interface() is already called inside get_interface_ip(v6), no ne... | Renato Botelho | 2014-12-10 | 1 | -4/+2 |
* | Use exit instead of return here, otherwise script's return code is always 0 a... | Renato Botelho | 2014-12-08 | 1 | -4/+4 |
* | Disable RC4 ciphers in lighttpd | Chris Buechler | 2014-12-05 | 1 | -2/+2 |
* | dyn.dns.he.net uses a self-signed cert, disable verification for it. | Chris Buechler | 2014-12-04 | 1 | -0/+1 |
* | Don't try to launch 3gstats unless it's on a valid device. | Chris Buechler | 2014-12-04 | 1 | -2/+4 |
* | Proper CA certificates are in place to validate SSL in these cases where it p... | Chris Buechler | 2014-12-04 | 1 | -22/+3 |
* | replace spaces with tabs | Chris Buechler | 2014-12-04 | 1 | -2/+2 |
* | After discussion with Ermal, remove this to force consumers to send things | Chris Buechler | 2014-12-04 | 1 | -7/+0 |
* | Don't include link-locals as unbound interface candidates | Jean Cyr | 2014-12-04 | 1 | -1/+1 |
* | Fix update url since now we have RELENG_2_2 | Renato Botelho | 2014-12-04 | 1 | -1/+1 |
* | Proper fix was put on f658bac | Ermal LUÇI | 2014-12-04 | 1 | -1/+2 |
* | change the ordering of dhcpd_configure and unbound_configure here, claims on ... | Chris Buechler | 2014-12-04 | 1 | -3/+3 |
* | Merge pull request #1360 from jean-m-cyr/master | Chris Buechler | 2014-12-03 | 1 | -5/+7 |
|\ |
|
| * | Link local interfaces don't have subnet.. don't create access-control statement | Jean Cyr | 2014-12-03 | 1 | -5/+7 |
* | | Can't skip this if booting, ends up breaking config. Ticket #4071 | Chris Buechler | 2014-12-03 | 1 | -2/+1 |
|/ |
|
* | fix IPv6 static routes, is_ipaddrv6 returns true for strings including a | Chris Buechler | 2014-12-03 | 1 | -3/+2 |
* | Change our default resolv-retry back to OpenVPN's default. Changing this | Chris Buechler | 2014-12-03 | 1 | -1/+1 |
* | Merge pull request #1357 from DasTestament/patch-1 | Chris Buechler | 2014-12-02 | 1 | -1/+1 |
|\ |
|
| * | Update filter.inc | Dmitriy K. | 2014-12-01 | 1 | -1/+1 |