summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Try to send the xmlrpc errors to the system logErmal2011-09-291-0/+2
|
* Check that we have user password otherwise strange things happen if tehre is ↵Ermal2011-09-281-0/+5
| | | | nothing stored in the config
* Correctly check if it is a valid object or notErmal2011-09-281-1/+1
|
* Combine is_subnet to check for both v4 and v6 subnetsWarren Baker2011-09-291-1/+12
|
* Add is_subnetv6 for checking of IPv6 subnetsWarren Baker2011-09-291-1/+18
|
* Add relayd to Status > Services and widget. Add capability to kill when ↵jim-p2011-09-281-3/+8
| | | | restarting instead of a simple reload. Implements #1913
* install/remove packages using PBIVinicius Coque2011-09-281-44/+10
|
* Fixup relayd to handle DNS load balancing as well as standard TCP load ↵jim-p2011-09-271-41/+63
| | | | balancing.
* Add global to hide download tabScott Ullrich2011-09-261-0/+1
|
* Add option to not restore config.xmlScott Ullrich2011-09-251-1/+7
|
* Add option to perform full backup prior to upgrade. First commit of 2011 ↵Scott Ullrich2011-09-251-0/+6
| | | | pfSense hackathon!
* 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"
OpenPOWER on IntegriCloud