summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove 0x, really isn't neededjim-p2011-09-201-1/+1
|
* Improve duid parsing. Still some work to be done but should avoid the ↵jim-p2011-09-201-14/+39
| | | | infinite loop it hit in some cases previously.
* Properly dispaly CP status page with the multi instance CPErmal2011-09-171-1/+1
|
* To avoid any possible issues during the different paths of the workflow ↵Ermal2011-09-151-0/+5
| | | | create the zone since its first step
* Do not try to add mac passthrough to a not loaded ipfw since the macs might ↵Ermal2011-09-151-11/+13
| | | | be added to the wrong zone.
* Unbreak the firewall rules, I accidentally reset the variable.smos2011-09-151-1/+1
|
* Fixes #1874. Correctly error out when the user or the pass is not posted ↵Ermal2011-09-131-6/+9
| | | | during login of CP.
* Check if a widget is null before testing a property. Fixes skipped updates ↵jim-p2011-09-131-1/+1
| | | | on certain widgets (like the gateway widget) if someone doesn't have the cpu widget file on their fs (which a clean install does not).
* Revert "Another try at prventing panic on reconfig of ppp type wans. Ticket ↵jim-p2011-09-121-12/+13
| | | | | | #1696" This reverts commit afe88d69235f84530ed6386b22cfc9c488bf94c5.
* Revert "Be correct on teh variable scope"jim-p2011-09-121-3/+3
| | | | This reverts commit 106646b4204b2850ec7f41547079cf00cc374f6f.
* Be correct on teh variable scopeErmal2011-09-121-3/+3
|
* Another try at prventing panic on reconfig of ppp type wans. Ticket #1696Ermal2011-09-121-13/+12
|
* If we are coming from a PPPoE/PPTP WAN type, grab the old physical interface ↵jim-p2011-09-121-8/+14
| | | | first to avoid assigning a ppp interface to itself. Fixes pppoe->pppoe wizard run as well as changing pppoe->dhcp. Fixes #1696
* Check in intel license files, required for compliance. The copy.list alone ↵jim-p2011-09-123-0/+456
| | | | wasn't grabbing them.
* Add no cache headerScott Ullrich2011-09-121-0/+6
|
* Fixes #1696. Do not store temporary information under interfaces section ↵Ermal2011-09-121-26/+23
| | | | during wizards since this might generate a message to netgraph that triggers a panic.
* 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.
* Don't try to unset this variable if it isn't set to begin with. Fixes #1865jim-p2011-09-091-1/+1
|
* fix firewall_nat_out to not auto-generate outbound NAT rules with one too ↵Chris Buechler2011-09-091-1/+2
| | | | many IPs
* Show friendly interface namesErmal2011-09-081-2/+2
|
* Move filter box up to the top, so it is more easily accessibleWarren Baker2011-09-081-10/+13
|
* Correct checkErmal2011-09-071-1/+1
|
* Add support for multiple radius server to be used during authenticationErmal2011-09-073-42/+178
|
* 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-0726-794/+1432
| | | | different properties on different interfaces.
* Show the hexadecimal value of the integer for readabilitysmos2011-09-071-1/+1
|
* Match pftop page exatly with privilege, there is no other page that glob ↵jim-p2011-09-062-2/+2
| | | | 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 show queues on limiter info page, so that the child queues of limiter ↵jim-p2011-09-061-0/+6
| | | | pipes can be viewed. (See ticket #1843)
* Remove the gateway field from view since it is not a valid option for now.smos2011-09-031-0/+2
|
* 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.
* Merge pull request #12 from marcelloc/patch-1Chris Buechler2011-09-021-1/+1
|\ | | | | load balance monitor type send/expect must have a '' when using more then
| * load balance monitor type send/expect must have a '' when using more then ↵marcelloc2011-09-021-1/+1
|/ | | | one argument.
* 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 empty dhcp6c client control socket filesmos2011-09-011-0/+0
|
* 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
OpenPOWER on IntegriCloud