summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak the firewall rules, I accidentally reset the variable.smos2011-09-151-1/+1
|
* Correct behaviour of switching from console from any ppp type device to ↵Ermal2011-09-121-3/+26
| | | | other type. This has been broken since new ppp code.
* Show friendly interface namesErmal2011-09-081-2/+2
|
* Add support for multiple radius server to be used during authenticationErmal2011-09-071-29/+71
|
* Remove duplicated occurence during mergingErmal2011-09-071-1/+0
|
* Remove references to undeclared tableErmal2011-09-071-4/+2
|
* Add the multi instance CP to master branch. This allows to define CP with ↵Ermal2011-09-077-352/+469
| | | | different properties on different interfaces.
* Match pftop page exatly with privilege, there is no other page that glob ↵jim-p2011-09-061-1/+1
| | | | would catch. Fixes #1845
* Add proper validation to the services_rtadvd_configure() to only pick up the ↵Seth Mos2011-09-061-11/+24
| | | | | | IPv6 nameservers if any Ticket #1836
* Also add the new RDNSS fields to the rtadvd config for prefix delegation cases.Seth Mos2011-09-031-1/+8
|
* Now that our rtadvd binary supports RDNSS we can tack the search domain and ↵Seth Mos2011-09-031-1/+18
| | | | | | DNS servers onto the stack. Ticket #1836
* Encapsulate in curlies for safetysmos2011-09-031-1/+1
|
* Unbreak system_routing_configure();smos2011-09-031-2/+2
|
* Only add the Interface scope on link local addressessmos2011-09-031-2/+4
|
* Add a / for the prefix length value. As suggested onsmos2011-09-031-1/+1
| | | | http://forum.pfsense.org/index.php/topic,40377.msg209028.html#msg209028
* Only do cookie check if the form has already been posted. The cookie check ↵jim-p2011-09-021-1/+1
| | | | is not accurate for the first page load after a browser has been opened, has to be at least one refresh/post first.
* Unlink the failed downloaded file if present. Since it might contain harmful ↵Ermal2011-09-011-0/+1
| | | | and not expected content
* Check/set array for $config['staticroutes']['route'] as well, fixes deleting ↵jim-p2011-09-011-0/+2
| | | | of the last static route not syncing to secondary unit.
* Add a find_interface_ipv6_ll() to find the link local address of a interface.smos2011-09-012-1/+48
| | | | | Use this link local address for the apinger srcip otherwise we might try using the DHCP6 /128 address which will fail. We need to extend apinger or any replacement thereoff to understand the %{$realif} scope suffix for link local addresses so that these are always correct. This is important since link local gateway addresses are a normal thing and FreeBSD will complain otherwise.
* fix unknown-clients on DHCPv6Chris Buechler2011-09-011-1/+1
|
* Fix system_routing_configure() so that that it also passes the interface ↵smos2011-09-011-6/+3
| | | | scope with the IPv6 address on route changes. This is required for link local gateways to work.
* Remove stray print_r debugging from the dhcp6 client functionsmos2011-09-011-4/+0
|
* If a user's browser does not support cookies, print an error on the login ↵jim-p2011-08-311-1/+11
| | | | | | | | form telling them so. Conflicts: etc/inc/authgui.inc
* Further fix up the DHCPv6 client support, launch rtsol to figure out our ↵smos2011-08-311-3/+33
| | | | | | gateway and add this into the interface router file in /tmp. This will then be picked up by the rest of the system. My testlab happens to block ping showing it down but should otherwise work.
* Do not send reconfigure events in the rc.newwanipv6 until we figure out a ↵smos2011-08-311-10/+9
| | | | | | way to not step on the v4 configure too. Correct some variable names
* Revert "Make the webConfigurator lockout rule to catch even edp protocol so ↵Ermal2011-08-301-1/+1
| | | | | | that xmlrpc bruteforce is caught as well." This reverts commit 8a4f3015e44007dad22a6e1821f678293cf703a4.
* Make the webConfigurator lockout rule to catch even edp protocol so that ↵Ermal2011-08-301-1/+1
| | | | xmlrpc bruteforce is caught as well.
* Fix several issues in pppoe code and remove duplicated code.Ermal2011-08-301-2/+2
|
* Disable the rtsol command for now until we have a proper script to handle this.smos2011-08-301-2/+4
|
* Correct the path to rtsolsmos2011-08-301-1/+1
|
* Accept router advertisments for DHCP6 WAN interfaces. Also launch a rtsol ↵smos2011-08-301-1/+4
| | | | process.
* Fixup OpenVPN status a bit to properly handle SSL servers using a /30 (no ↵jim-p2011-08-301-3/+23
| | | | server directive) and also be a little more verbose about what is happening, if we can tell.
* Fixes #1666. Check if the interface needs to be added to a bridge during ↵Ermal2011-08-291-0/+5
| | | | rc.newwanip as well.
* renable IPv6 rc.newwanipv6 but comment out reconfigure($if) until we track ↵Seth Mos2011-08-291-1/+1
| | | | | | down how to best handle this. Dhclient does not pass the interface as a argument which makes this really hard.
* Unbreak the services.inc Ticket #1663Seth Mos2011-08-291-1/+1
|
* Added blind coded DHCPv6 relay backend code. Needs to be tested, basic ↵Seth Mos2011-08-291-0/+116
| | | | adaption to IPv6 implemented, only works on IPv6 interfaces. Checks inet6 route tables. Adds distinct PID file for dhcrelay -6. Adds to Ticket #1663
* Add DHCPv6 relay pages for the DHCPv6 relay. Ticket #1663Seth Mos2011-08-291-0/+6
|
* Another address family check for dynamic gateways, v4 has dynamic, v6 has ↵Seth Mos2011-08-291-0/+9
| | | | dynamic6 as string.
* Add a possible "dynamic6 type to differentiate between IPv6 and IPv4 dynamic ↵Seth Mos2011-08-291-4/+7
| | | | connections"
* Added extended query possibility (for example, group membership)namezero1111112011-08-281-2/+13
|
* Add a interface_has_gatewayv6() function to determine if a interface has a ↵Seth Mos2011-08-262-4/+25
| | | | | | IPv6 gateway. Implement that function return_gateways_array() to prevent ghost entries
* Add the IP protocol to the configured gateway list to prevent duplicate ↵Seth Mos2011-08-261-1/+6
| | | | entries on dynamic interfaces
* Remove stray echo statementSeth Mos2011-08-251-2/+0
|
* Remove stray print_r()Seth Mos2011-08-251-2/+0
|
* Automatically pick up on dynamic IPv6 interfaces. For Example dhcp6.Seth Mos2011-08-251-7/+56
|
* Implement correct gen_subnetv6_max function that you can throw random prefix ↵Seth Mos2011-08-251-21/+28
| | | | lengths in. Fixes Ticket #1725
* force a set path for ioncube loaderlgcosta2011-08-241-4/+4
|
* DNSMasq was generating the error 'Socket operation on non-socket' and using ↵Warren Baker2011-08-241-1/+1
| | | | 100% of the CPU, changing it to mwexec_bg() resolves the issue.
* Fix VPN network listing for OpenVPN, and also add tunnel networks to this list.jim-p2011-08-241-2/+5
|
* Update the system.inc code that sets up the static routes for DNS servers to ↵Seth Mos2011-08-241-5/+10
| | | | reflect the interface to gateway name conversion
OpenPOWER on IntegriCloud