| Commit message (Expand) | Author | Age | Files | Lines |
* | Add option to RFC2136 to find/use the public IP if the interface IP is privat... | jim-p | 2013-07-02 | 1 | -0/+3 |
* | Add cached IP support to RFC2136, add GUI button to force update for single h... | jim-p | 2013-07-02 | 1 | -19/+59 |
* | Correct variable used to delete symlinks and files delete from CP filemanager... | Ermal | 2013-07-02 | 1 | -12/+3 |
* | Repect global conf_path | Renato Botelho | 2013-07-02 | 1 | -1/+1 |
* | Add a checkbox that can be used to request only a IPv6 prefix without a IPv6 ... | smos | 2013-07-02 | 1 | -5/+11 |
* | Merge pull request #686 from Klaws--/master | Ermal Luçi | 2013-07-02 | 1 | -2/+13 |
|\ |
|
| * | Added previously missing class selectors cs1-cs7 plus VA (voice-admit), plus ... | Klaws-- | 2013-07-02 | 1 | -2/+13 |
* | | Fix the RRD RRA’s to collect the correct amount of data for the Previous Pe... | N0YB | 2013-07-02 | 1 | -92/+92 |
* | | Merge pull request #671 from wrboyce/master | Renato Botelho | 2013-06-30 | 1 | -4/+7 |
|\ \ |
|
| * | | allow defining dhcp static mappings using dhcp-client-identifier | Will Boyce | 2013-06-16 | 1 | -4/+7 |
* | | | Merge branch 'Advanced_DHCP_Client_Options' of https://github.com/N0YB/pfsens... | Renato Botelho | 2013-06-30 | 1 | -0/+300 |
|\ \ \ |
|
| * | | | Config file formating: | N0YB | 2013-03-03 | 1 | -2/+2 |
| * | | | Advanced DHCP Client Options & Config File Override | N0YB | 2013-02-23 | 1 | -0/+300 |
* | | | | Handle comma-separated list arg to rc.openvpn | Phil Davis | 2013-06-29 | 1 | -23/+29 |
| |_|/
|/| | |
|
* | | | Be a lot more verbose in the logs during package reinstallation. | jim-p | 2013-06-28 | 1 | -4/+19 |
* | | | If the script_name is blank, try another method to locate what our filename i... | jim-p | 2013-06-28 | 1 | -0/+4 |
* | | | DynDns Euro Dns Provider | John Byron | 2013-06-27 | 2 | -2/+34 |
* | | | Update services.inc | plinss | 2013-06-24 | 1 | -2/+1 |
* | | | Add option and code to sync Auth servers with XMLRPC. | jim-p | 2013-06-24 | 1 | -0/+5 |
* | | | Add AAAA support to RFC2136 updates. Based on http://forum.pfsense.org/index.... | jim-p | 2013-06-24 | 1 | -3/+12 |
* | | | Fix #2887, based on NAT states that will be killed, also kill firewall states... | Renato Botelho | 2013-06-24 | 1 | -0/+18 |
* | | | Correct the comments describing the error with correct values | Ermal | 2013-06-19 | 1 | -3/+3 |
* | | | Use the name of the interface (lan, opt1, etc) rather than a loop-derived num... | jim-p | 2013-06-18 | 1 | -7/+2 |
* | | | Add an option to force IPsec to reload on failover, which is needed in some c... | jim-p | 2013-06-18 | 1 | -2/+6 |
* | | | Add a brief description about bandwidth vs bursting. | jim-p | 2013-06-18 | 1 | -0/+1 |
* | | | Add a field to allow rejecting DHCP leases from a specific upstream DHCP server. | jim-p | 2013-06-18 | 1 | -0/+10 |
* | | | A better fix for conditionally including burst. | jim-p | 2013-06-18 | 1 | -2/+2 |
* | | | Burst of 0 is also valid | jim-p | 2013-06-18 | 1 | -2/+2 |
* | | | Only add burst if a burst is defined | jim-p | 2013-06-18 | 1 | -2/+4 |
* | | | No need for this block of code, it will always have flags by this point if th... | jim-p | 2013-06-18 | 1 | -4/+0 |
* | | | Ensure that we only add a state type on pass, and that we only add flags to a... | jim-p | 2013-06-18 | 1 | -2/+3 |
* | | | Fix #3049, set $config as global to it can be read | Renato Botelho | 2013-06-18 | 1 | -1/+1 |
* | | | Allow user to set interval between attempts to resolve hostnames configured o... | Renato Botelho | 2013-06-17 | 1 | -1/+5 |
* | | | Include the burst size in the limiter. Submitted-by: http://forum.pfsense.org... | Ermal | 2013-06-17 | 1 | -4/+27 |
* | | | Add warning comment about missing IPv6 implementation | Ermal | 2013-06-17 | 1 | -0/+1 |
* | | | Add used binary | Ermal | 2013-06-17 | 1 | -1/+1 |
* | | | Remove referenced binary not used anymore | Ermal | 2013-06-17 | 1 | -1/+1 |
* | | | Remove unused code and spurious alert | Ermal | 2013-06-17 | 1 | -16/+0 |
* | | | Use file_put_contents for simplicity and readbility | Ermal | 2013-06-17 | 1 | -3/+1 |
* | | | * Use when needed the family for get_real_interface | Ermal | 2013-06-17 | 2 | -18/+17 |
* | | | Use family parameter for v6 to get correct interface | Ermal | 2013-06-17 | 1 | -2/+2 |
* | | | Remove useless variable and also correct some style | Ermal | 2013-06-17 | 1 | -10/+10 |
* | | | Do not do the same tricks here that are done on get_real_interface but just c... | Ermal | 2013-06-17 | 1 | -4/+1 |
* | | | Get interface from inet6 domain | Ermal | 2013-06-17 | 1 | -1/+1 |
* | | | Use trim rather than str_replace. Also no need to sleep anymore since dhcp wi... | Ermal | 2013-06-17 | 1 | -4/+1 |
* | | | Remove unreferenced binaries. correct some formatting and also to make functi... | Ermal | 2013-06-17 | 1 | -16/+14 |
* | | | Provide full path to route binary | Ermal | 2013-06-17 | 1 | -2/+2 |
* | | | Provide full path to route binary | Ermal | 2013-06-17 | 1 | -3/+3 |
* | | | Don't flip the IPv6 allow setting just because people are upgrading. Just upg... | Chris Buechler | 2013-06-17 | 1 | -3/+1 |
| |/
|/| |
|
* | | TCP flags are valid on any type of rule, don't skip them on block or reject r... | Chris Buechler | 2013-06-14 | 1 | -29/+29 |