Commit Graph

9354 Commits

Author SHA1 Message Date
Seth Mos
69be9601ac Merge remote branch 'upstream/master'
Conflicts:
	etc/inc/vslb.inc
	etc/version
2011-05-13 13:43:37 +02:00
jim-p
2b094d211c This function takes two parameters, fix PHP error. Reported at http://forum.pfsense.org/index.php/topic,36648.0.html 2011-05-12 13:26:05 -04:00
jim-p
1031c9ea76 Make autocomplete on the login form optional. 2011-05-12 10:45:30 -04:00
jim-p
a1bad14197 Fix IPsec descr trimming for rule labels. Ticket #1426 2011-05-11 17:03:00 -04:00
jim-p
4bc2c6766e Test for array/size before foreach 2011-05-11 16:12:29 -04:00
jim-p
728003c893 Various CRL fixes, handle empty internal CRLs better. 2011-05-11 16:10:49 -04:00
sullrich
00c3620146 version bump to rc2 2011-05-11 15:02:37 -04:00
Seth Mos
4edbcf6d38 fix accidental linebreak to cause the pid to always return 0 2011-05-11 12:20:45 +00:00
Seth Mos
9eafb7e2bb Properly kill the dhcp6 client 2011-05-10 12:51:33 +00:00
Seth Mos
9d15846737 Save the IPv6 DNS server and search domain to /var/etc/ so that system resolv conf picks it up. 2011-05-10 12:46:50 +00:00
Seth Mos
c65d30519a Correct the dhcp6c function name, accept router advertisements 2011-05-10 08:46:39 +00:00
Seth Mos
1a0b04df2f Add the new rc.newwanipv6 script. Needs more work. Dhcp6c client does not pass a argument. Always assuming WAN for no 2011-05-10 08:42:23 +00:00
Seth Mos
0d6dedb9ef Prevent incorrect rtadvd.conf generation if the prefix is not yet set on the LAN interface 2011-05-10 08:40:30 +00:00
Seth Mos
bfb3e7174a Add a prefix pool for prefix delegation. Doesn't work yet. ISC dhcpd complaining about the network mask being too short. 2011-05-09 23:23:16 +02:00
Chris Buechler
9c04a8c079 passive should always be on for mobile clients per racoon man page 2011-05-06 22:51:52 -04:00
jim-p
6f5ed6f028 Reorder where inetd gets started to after where the package rules are generated, so that a package can add a line to inetd.conf using that process. 2011-05-06 15:36:16 -04:00
Seth Mos
de06b5b7ce Enable debugging for the dhcp6c client so we can better track if it's working right 2011-05-06 14:19:42 +00:00
Seth Mos
ed3956405e Add DHCP-PD support if the WAN interface is set to DHCP.
Select a DHCP-PD prefix length in correspondence with your ISP. If set to "none" it will not be requested and normal DHCPv6 is performed.
You can set a link local IPv6 address on the LAN interface and select a DHCP-PD Prefix number from the drop down.
When the dhcp-pd request is succesful, a global IPv6 address from the prefix pool with the corresponding prefix number will be configured on that interface. We then start a rtadvd daemon for this interface.
2011-05-06 12:09:57 +00:00
jim-p
a59831e799 If we have deleted the last cert from the CRL, blank out the text. 2011-05-05 16:27:24 -04:00
Charlie
85936586cf Enable accidentally commented out dhclient command for ipv4 2011-05-05 19:56:12 +00:00
Seth Mos
7149c4e737 Add backend support for the dhcp v6 client 2011-05-05 19:29:50 +00:00
Seth Mos
e7230cb32e Add firewall rules so that the DHCPv6 replies can come back in 2011-05-05 13:50:35 +02:00
Ermal
5fd3cb92a0 Ticket #CZH-831780. If gif(4) is part of a bridge and its mtu is smaller than 1500(ethernet standard) do not consider it in finding the smaller mtu because we have a patch to allow gif(4) be member of a bridge with smaller mtu. See 67d3135722 for details. 2011-05-05 10:23:17 +00:00
Seth Mos
c495f88b3c Add the dhcp6 client into the backend code. Needs scripts for up down events also. 2011-05-05 09:07:54 +02:00
Warren Baker
4a916dc89b Timeout is either a global option and/or a table stanza option. For now made it a global option.
For the future each pool should probably have a configurable timeout.
2011-05-05 01:39:28 +02:00
Ermal
56da23dc5f Fixes #1394. Create a function get_itnerface_default_mtu and use it for resetting the mtu of a interface to default when needed. This adds the overhead of fetching the interface mtu and comparing with the default one every interface configuration run. 2011-05-04 21:31:53 +00:00
jim-p
131f3a5048 Disable this log message, as it can be extremely spammy in the logs. 2011-05-04 13:58:21 -04:00
Seth Mos
cfd2ca3cfd Remove stray debugging lines in VPN 2011-05-04 12:07:56 +02:00
Seth Mos
776603cdb4 Remove debugging 2011-05-04 12:06:52 +02:00
Seth Mos
2fb056d81a More DHCPv6 server fixes, split the function out into seperate v4 and v6. Make the router advertisement stand alone on the dhcp server page. 2011-05-04 10:58:40 +02:00
Seth Mos
ab1047d46d Make sure to send both the managed and other config flags. 2011-05-03 21:20:25 +02:00
Warren Baker
0130b7568c Some more whitespace fixes. 2011-05-03 10:12:03 +02:00
Seth Mos
dcb846e3cd Merge remote branch 'upstream/master'
Conflicts:
	usr/local/www/status_rrd_graph_img.php
2011-05-03 10:09:06 +02:00
Warren Baker
327ef8eb32 Use correct config variable and fix some whitespaces. 2011-05-03 10:07:47 +02:00
Ermal
8c218e1d01 Give time to filterdns to exit gracefully and after that start a new process. 2011-05-02 22:26:56 +00:00
Ermal
9b0ddd8cf3 Resolves #1486. When sticky option is selected under advanced->misc honor it even in the relayd.conf setting. 2011-05-02 22:04:56 +00:00
Ermal
0b1321e2dc Bring back the optimization on max-packets at pf(4) level now that the issues with daemon have been identified. 2011-05-02 20:57:50 +00:00
Ermal
81e14406ba Bring back the optimization on max-packets at pf(4) level now that the issues with daemon have been identified. 2011-05-02 20:57:50 +00:00
Ermal
2dc14ea286 Now that layer7 daemon issues are resolved bring back this optimization.
Revert "Do not write ont rules anymore max-packets. This apparently was done by me in a previous commit, it helps with Ticket #636."

This reverts commit c8703797e5.
2011-05-02 20:57:50 +00:00
Ermal
3bae60be17 Add a newline to the igmpproxy config to resolve issues of it not parsing correctly the file. Reported-by: http://forum.pfsense.org/index.php/topic,36279.0.html 2011-05-02 16:53:38 +00:00
Ermal
9cf46050fc Correct saving of qinq specified members and also correctly destroy parent vlan when deleteing the interfaces. Also take care of attaching to netgraph now that we detach by default. 2011-04-28 21:21:11 +00:00
Ermal
a7ee577720 Remove rndtest sysctl since the kernel module is not anymore part of our kernels. Leftover noticed by: Jim 2011-04-28 20:44:31 +00:00
Ermal
2d14181b91 Remove rndtest sysctl since the kernel module is not anymore part of our kernels. 2011-04-28 20:31:28 +00:00
Ermal
27dfd84846 Bring comment up-to-date 2011-04-28 19:53:41 +00:00
Ermal
65531b4bc8 Make sure that openvpn tunnels are not impacted by hitting 'Save' on the Interface->Configuration page when assigned. 2011-04-28 19:33:18 +00:00
Ermal
d1ae97052d Use the needed variable here so hitting 'Save' from Interface->Configuration section does not leave the assigned gif interfaces without tunnel addresses. 2011-04-28 19:29:10 +00:00
Ermal
d7f1891bf6 Some configurations might have gre/gif on top of carp. Make sure to handle this configurations and to bring the tunnel correctly up. 2011-04-28 19:09:00 +00:00
Seth Mos
03f824a5e5 Remove the quotes, these break the advertisement 2011-04-28 16:25:35 +02:00
Seth Mos
61fbafc2d7 Hopefully fix the router advertisement 2011-04-28 15:27:27 +02:00
Seth Mos
fcdc894353 Merge remote branch 'upstream/master'
Conflicts:
	etc/inc/pfsense-utils.inc
2011-04-28 11:33:48 +02:00