| Commit message (Expand) | Author | Age | Files | Lines |
* | 255 is not a valid skew value. Fixed bug #2012 (http://redmine.pfsense.org/is... | briantist | 2012-06-07 | 1 | -4/+4 |
* | show dhcp/dhcp6/static/staticv6 along with descriptions in console | Darren Embry | 2012-06-07 | 1 | -2/+27 |
* | show real interface names | Darren Embry | 2012-06-07 | 1 | -2/+3 |
* | minor variable name change. | Darren Embry | 2012-06-07 | 1 | -4/+4 |
* | actually display webconfigurator port numbers on console | Darren Embry | 2012-06-07 | 1 | -3/+3 |
* | setting $config['interfaces']['wan']['ipaddrv6'] to 'dhcp6' *should* work now. | Darren Embry | 2012-06-07 | 1 | -1/+1 |
* | If radvd is already running, reload, otherwise start one. | smos | 2012-06-07 | 1 | -8/+12 |
* | now shows ipv6 webConfigurator URLs (#2413) | Darren Embry | 2012-06-07 | 1 | -2/+20 |
* | fix for bug #2469 ("WAN -> LAN -> OPT10") | Darren Embry | 2012-06-07 | 1 | -2/+2 |
* | Add better protection for unknown rapriority | smos | 2012-06-07 | 1 | -4/+4 |
* | Make sure we still start on older configs where the setting is still called m... | smos | 2012-06-07 | 1 | -0/+6 |
* | We need to define the default route here, not the advertised prefix. | smos | 2012-06-07 | 1 | -3/+3 |
* | Correct the syntax, the RemoveRoute needs to end up in route statement | smos | 2012-06-07 | 1 | -4/+12 |
* | Remove duplicate prefix line | smos | 2012-06-07 | 1 | -1/+0 |
* | Prevent radvd from telling the clients to remove the route to itself. | smos | 2012-06-07 | 1 | -2/+5 |
* | Do not send DeprecatePrefix messages for CARP announcements, it causes client... | smos | 2012-06-07 | 1 | -0/+7 |
* | Sync missing code from interface.inc to newwanip script | Ermal | 2012-06-07 | 1 | -4/+12 |
* | Actually do not try to reload everything during bootup since it will be done ... | Ermal | 2012-06-07 | 1 | -1/+1 |
* | Bye, bye olsrd back to packages. | Ermal | 2012-06-07 | 2 | -291/+1 |
* | Get rid of carpdev, it will never be | Ermal | 2012-06-07 | 5 | -135/+4 |
* | Catch up with multiple events sending. Also do not blindly startup check_relo... | Ermal | 2012-06-07 | 1 | -3/+16 |
* | Surely this cannot work a fit | Ermal | 2012-06-07 | 1 | -58/+0 |
* | Someone needs to ask before breaking stuff like this! | Ermal | 2012-06-07 | 1 | -0/+49 |
* | Only add openvpn acl script lines if it's a server mode that does user auth | jim-p | 2012-06-06 | 1 | -2/+7 |
* | Changeover to the new multiple command pfSctl | smos | 2012-06-06 | 1 | -2/+2 |
* | Reverse the arguments, i got them wrong. | smos | 2012-06-06 | 1 | -2/+2 |
* | Trigger dyndns and ipsecdns updates through check_reload_status. IpsecDNS alr... | smos | 2012-06-06 | 1 | -2/+2 |
* | Eject duplicate script, we already have a script specifically for this. | smos | 2012-06-06 | 1 | -49/+0 |
* | This script update the Dynamic DNS registration when called by apinger if a g... | smos | 2012-06-06 | 1 | -0/+58 |
* | When advertising on a CARP vip, pick the CARP ipv6 address as the RDNSS address | smos | 2012-06-06 | 1 | -1/+1 |
* | Make sure that both the Carp vip interface and the parent interface are in th... | smos | 2012-06-06 | 1 | -0/+1 |
* | Extra safetynet to prevent duplicate static entries with broken config.xml | smos | 2012-06-06 | 1 | -2/+6 |
* | Make lock files availble to all users for usage from php process | Ermal | 2012-06-06 | 1 | -1/+3 |
* | Change the DHCPv6 services page into a RA and DHCPv6 section, move some of th... | smos | 2012-06-06 | 1 | -6/+24 |
* | Correct upgrade code from report of http://forum.pfsense.org/index.php/topic,... | Ermal | 2012-06-06 | 1 | -5/+14 |
* | Always use the uppercase description | smos | 2012-06-05 | 1 | -1/+2 |
* | Use preg_match instead, we should probably make this a function so we can add... | smos | 2012-06-05 | 1 | -2/+2 |
* | Correct the variable to the modem device output. | smos | 2012-06-05 | 1 | -2/+2 |
* | Remove left-over from copy-pasto | Ermal | 2012-06-05 | 1 | -1/+0 |
* | Import OpenVPN cisco style radius attributes applying policy to logged in use... | Ermal | 2012-06-05 | 1 | -0/+186 |
* | Import OpenVPN cisco style radius attributes applying policy to logged in use... | Ermal | 2012-06-05 | 4 | -4/+48 |
* | Make sure to return the Null route gateways too for looking up a gateway entry | smos | 2012-06-05 | 1 | -3/+3 |
* | Also include gwlb.inc in interfaces.inc | smos | 2012-06-04 | 1 | -0/+1 |
* | Some minor enhancements from renaming the Gathering Data to Pending. | smos | 2012-06-04 | 1 | -2/+2 |
* | Fix Typo, although the host might indeed be loca. We'll just keep it local in... | smos | 2012-06-04 | 1 | -1/+1 |
* | Allow for Null routes | smos | 2012-06-04 | 2 | -2/+18 |
* | Always add a link-local of fe80::1:1 when the interface is set to track6. Thi... | smos | 2012-06-04 | 1 | -0/+10 |
* | Teach rc.initial.ping at least a little bit about ipv6. | jim-p | 2012-06-03 | 1 | -2/+7 |
* | Unbreak php errors on login form | jim-p | 2012-06-03 | 1 | -0/+1 |
* | Include the gateway functions in rc.banner to prevent throwing a error | smos | 2012-06-03 | 1 | -0/+1 |