Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add independent logging choices to disable logging of bogon network rules ↵ | jim-p | 2013-07-09 | 4 | -11/+36 |
| | | | | and private network rules. Add upgrade code to obey the existing behavior for users (if default block logging was disabled, so is bogon/private rule blocking). Also add a checkbox to disable the lighttpd log for people who don't want their system log spammed by lighty. | ||||
* | Implement URL Table aliases for ports instead of IP addresses | Renato Botelho | 2013-07-08 | 3 | -6/+18 |
| | |||||
* | Fix typo in filter.inc. Fixes #3028. | Daniel Becker | 2013-07-07 | 1 | -1/+1 |
| | | | | | | Due to the typo, FilterIfList never got a 'track6-interface' entry, which in turn prevented the DHCP6-related pass rules from being generated for the LAN interface. | ||||
* | Typo in configuration option | Evan Susarret | 2013-07-06 | 1 | -1/+1 |
| | | | Should be 'leases', not 'mappings'. | ||||
* | DHCP also update Dynamic DNS for static leases | Evan Susarret | 2013-07-06 | 1 | -0/+2 |
| | | | | | Previously, Dynamic DNS is only updated for clients that get addresses from the DHCP address pool. Static mappings are ignored. Adding this line updates Dynamic DNS for both static-mapped and dynamic DHCP clients. | ||||
* | Fixes #2495. On trigering of rc.newwanip remove all ipaliases from the ↵ | Ermal | 2013-07-05 | 1 | -0/+15 |
| | | | | interface since they will be readded later on. This will also make sure to have the correct address order | ||||
* | Correct DHCPv6 rules test to also include a check for DHCPv6 relay. Fixes #3074 | jim-p | 2013-07-05 | 1 | -1/+2 |
| | |||||
* | Use download_file() and check ssl certificates | Renato Botelho | 2013-07-05 | 1 | -1/+3 |
| | |||||
* | Remove useless code | Renato Botelho | 2013-07-05 | 1 | -3/+0 |
| | |||||
* | Create a function to download a file using curl | Renato Botelho | 2013-07-05 | 1 | -0/+35 |
| | |||||
* | Resolves #2910. Make apinger write its status file just after starting so ↵ | Ermal | 2013-07-05 | 1 | -0/+2 |
| | | | | that thing work as expected | ||||
* | Add a new alias type, URLs containing Ports | Renato Botelho | 2013-07-04 | 1 | -2/+2 |
| | |||||
* | Add group_ports() | Renato Botelho | 2013-07-04 | 1 | -0/+48 |
| | |||||
* | Remove duplicated line that makes dhcp6c not run correctly | Ermal | 2013-07-04 | 1 | -1/+0 |
| | |||||
* | Omit IP warning if HTTP_REFERER check is disabled. | Matt Smith | 2013-07-03 | 1 | -1/+1 |
| | |||||
* | modified radius function to release the pineno | falbertopl | 2013-07-02 | 1 | -3/+5 |
| | | | modified radius function to release the pinene if the client is not authenticated properly, and modified function captiveportal_get_next_dn_ruleno to initially takes the value 2000 for the first pipeno. | ||||
* | Include both dyndns and rfc2136 hosts in referer check | jim-p | 2013-07-02 | 1 | -0/+16 |
| | |||||
* | Include RFC2136 hosts in DNS rebinding checks. | jim-p | 2013-07-02 | 1 | -0/+7 |
| | |||||
* | Add option to RFC2136 to find/use the public IP if the interface IP is ↵ | jim-p | 2013-07-02 | 1 | -0/+3 |
| | | | | private. (Off by default) | ||||
* | Add cached IP support to RFC2136, add GUI button to force update for single ↵ | jim-p | 2013-07-02 | 1 | -19/+59 |
| | | | | host. | ||||
* | Correct variable used to delete symlinks and files delete from CP ↵ | Ermal | 2013-07-02 | 1 | -12/+3 |
| | | | | filemanager. Reported-by: http://forum.pfsense.org/index.php/topic,64016.0/topicseen.html. While here reduce some uneeded extra operations | ||||
* | 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 |
| | | | | | | | | address. Some ISPs DHCP6 servers will fail the request if both are requested and only a Prefix is allowed. Conflicts: usr/local/www/interfaces.php | ||||
* | 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 the TOS values which still work with DSCP | ||||
| * | Added previously missing class selectors cs1-cs7 plus VA (voice-admit), plus ↵ | Klaws-- | 2013-07-02 | 1 | -2/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | the TOS values which still work with DSCP Definitely requires my patches to the kernel patches to work (dscp.RELENG_*.diff). OTOH, it is currently broken anyway, so wahtever happens, it cannot get more broken. ;-) Reasons for inclusion of the missing classes into filter.inc (and not the kernel): 1.I wanted to keep kernel changes to a minimum. 2.This approach provides a clear point if users need to add their own DSCPs. Yup, two of the DSCP pools are reserved for experimental and internal use...didn't want to add 'em all (2*16 DSCPs) to the list. http://forum.pfsense.org/index.php/topic,63580.0.html Redmine entry: http://redmine.pfsense.org/issues/2998 | ||||
* | | Fix the RRD RRA’s to collect the correct amount of data for the Previous ↵ | N0YB | 2013-07-02 | 1 | -92/+92 |
| | | | | | | | | | | | | | | | | | | | | | | Period view for each resolution. Applied when RRD's are created. RRA:AVERAGE:0.5:1:1200 = 20 hours of 1 minute data RRA:AVERAGE:0.5:5:720 = 2.5 days of 5 minute data RRA:AVERAGE:0.5:60:1860 = 2.5 months of 1 hour data RRA:AVERAGE:0.5:1440:3652 = 10 years of 1 day data | ||||
* | | Merge pull request #671 from wrboyce/master | Renato Botelho | 2013-06-30 | 1 | -4/+7 |
|\ \ | | | | | | | allow defining dhcp static mappings using dhcp-client-identifier | ||||
| * | | allow defining dhcp static mappings using dhcp-client-identifier | Will Boyce | 2013-06-16 | 1 | -4/+7 |
| | | | |||||
* | | | Merge branch 'Advanced_DHCP_Client_Options' of ↵ | Renato Botelho | 2013-06-30 | 1 | -0/+300 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | https://github.com/N0YB/pfsense into N0YB-Advanced_DHCP_Client_Options Conflicts: usr/local/www/interfaces.php | ||||
| * | | Config file formating: | N0YB | 2013-03-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | FIX - Add new line after comment so first option statement is on uncommented line. Prefix send host-name with tab. | ||||
| * | | Advanced DHCP Client Options & Config File Override | N0YB | 2013-02-23 | 1 | -0/+300 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DHCP v4: Protocol Timing Send Options Request Options Require Options Option Modifiers DHCP v6: Interface Statement Identity Association Statement Prefix Interface Statement Authentication Statement Keyinfo Statement DHCP v4 & v6: Config Override File | ||||
* | | | 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 ↵ | jim-p | 2013-06-28 | 1 | -0/+4 |
| | | | | | | | | | | | | is so we don't log an empty script name. | ||||
* | | | DynDns Euro Dns Provider | John Byron | 2013-06-27 | 2 | -2/+34 |
| | | | | | | | | | | | | Add Dyn Dns Euro Dns Provider | ||||
* | | | Update services.inc | plinss | 2013-06-24 | 1 | -2/+1 |
| | | | | | | | | | Turn on AdvManagedFlag and AdvOtherConfigFlag for both 'managed' and 'assist' ramodes. | ||||
* | | | Add AAAA support to RFC2136 updates. Based on ↵ | jim-p | 2013-06-24 | 1 | -3/+12 |
| | | | | | | | | | | | | http://forum.pfsense.org/index.php/topic,50164.msg269138.html#msg269138 | ||||
* | | | 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 ↵ | jim-p | 2013-06-18 | 1 | -7/+2 |
| | | | | | | | | | | | | number for the DHCP failover peer name. This should be more accurate in cases where DHCP changes for interfaces happen out of order on CARP clusters, or when somehow an interface's configuration exists on one but not the other. | ||||
* | | | 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 ↵ | jim-p | 2013-06-18 | 1 | -4/+0 |
| | | | | | | | | | | | | they are needed. | ||||
* | | | Ensure that we only add a state type on pass, and that we only add flags to ↵ | jim-p | 2013-06-18 | 1 | -2/+3 |
| | | | | | | | | | | | | a TCP reject rule if they were not added previously. Fixes #3050 | ||||
* | | | 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 ↵ | Renato Botelho | 2013-06-17 | 1 | -1/+5 |
| | | | | | | | | | | | | on aliases | ||||
* | | | Include the burst size in the limiter. Submitted-by: ↵ | Ermal | 2013-06-17 | 1 | -4/+27 |
| | | | | | | | | | | | | http://forum.pfsense.org/index.php/topic,62470.0.html | ||||
* | | | Add warning comment about missing IPv6 implementation | Ermal | 2013-06-17 | 1 | -0/+1 |
| | | | |||||
* | | | Add used binary | Ermal | 2013-06-17 | 1 | -1/+1 |
| | | |