summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Collapse)AuthorAgeFilesLines
* Add independent logging choices to disable logging of bogon network rules ↵jim-p2013-07-094-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 addressesRenato Botelho2013-07-083-6/+18
|
* Fix typo in filter.inc. Fixes #3028.Daniel Becker2013-07-071-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 optionEvan Susarret2013-07-061-1/+1
| | | Should be 'leases', not 'mappings'.
* DHCP also update Dynamic DNS for static leasesEvan Susarret2013-07-061-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 ↵Ermal2013-07-051-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 #3074jim-p2013-07-051-1/+2
|
* Use download_file() and check ssl certificatesRenato Botelho2013-07-051-1/+3
|
* Remove useless codeRenato Botelho2013-07-051-3/+0
|
* Create a function to download a file using curlRenato Botelho2013-07-051-0/+35
|
* Resolves #2910. Make apinger write its status file just after starting so ↵Ermal2013-07-051-0/+2
| | | | that thing work as expected
* Add a new alias type, URLs containing PortsRenato Botelho2013-07-041-2/+2
|
* Add group_ports()Renato Botelho2013-07-041-0/+48
|
* Remove duplicated line that makes dhcp6c not run correctlyErmal2013-07-041-1/+0
|
* Omit IP warning if HTTP_REFERER check is disabled.Matt Smith2013-07-031-1/+1
|
* modified radius function to release the pinenofalbertopl2013-07-021-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 checkjim-p2013-07-021-0/+16
|
* Include RFC2136 hosts in DNS rebinding checks.jim-p2013-07-021-0/+7
|
* Add option to RFC2136 to find/use the public IP if the interface IP is ↵jim-p2013-07-021-0/+3
| | | | private. (Off by default)
* Add cached IP support to RFC2136, add GUI button to force update for single ↵jim-p2013-07-021-19/+59
| | | | host.
* Correct variable used to delete symlinks and files delete from CP ↵Ermal2013-07-021-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_pathRenato Botelho2013-07-021-1/+1
|
* Add a checkbox that can be used to request only a IPv6 prefix without a IPv6 ↵smos2013-07-021-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--/masterErmal Luçi2013-07-021-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-021-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 ↵N0YB2013-07-021-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/masterRenato Botelho2013-06-301-4/+7
|\ \ | | | | | | allow defining dhcp static mappings using dhcp-client-identifier
| * | allow defining dhcp static mappings using dhcp-client-identifierWill Boyce2013-06-161-4/+7
| | |
* | | Merge branch 'Advanced_DHCP_Client_Options' of ↵Renato Botelho2013-06-301-0/+300
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | https://github.com/N0YB/pfsense into N0YB-Advanced_DHCP_Client_Options Conflicts: usr/local/www/interfaces.php
| * | Config file formating:N0YB2013-03-031-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 OverrideN0YB2013-02-231-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-p2013-06-281-4/+19
| | |
* | | If the script_name is blank, try another method to locate what our filename ↵jim-p2013-06-281-0/+4
| | | | | | | | | | | | is so we don't log an empty script name.
* | | DynDns Euro Dns ProviderJohn Byron2013-06-272-2/+34
| | | | | | | | | | | | Add Dyn Dns Euro Dns Provider
* | | Update services.incplinss2013-06-241-2/+1
| | | | | | | | | Turn on AdvManagedFlag and AdvOtherConfigFlag for both 'managed' and 'assist' ramodes.
* | | Add AAAA support to RFC2136 updates. Based on ↵jim-p2013-06-241-3/+12
| | | | | | | | | | | | http://forum.pfsense.org/index.php/topic,50164.msg269138.html#msg269138
* | | Correct the comments describing the error with correct valuesErmal2013-06-191-3/+3
| | |
* | | Use the name of the interface (lan, opt1, etc) rather than a loop-derived ↵jim-p2013-06-181-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-p2013-06-181-0/+1
| | |
* | | Add a field to allow rejecting DHCP leases from a specific upstream DHCP server.jim-p2013-06-181-0/+10
| | |
* | | A better fix for conditionally including burst.jim-p2013-06-181-2/+2
| | |
* | | Burst of 0 is also validjim-p2013-06-181-2/+2
| | |
* | | Only add burst if a burst is definedjim-p2013-06-181-2/+4
| | |
* | | No need for this block of code, it will always have flags by this point if ↵jim-p2013-06-181-4/+0
| | | | | | | | | | | | they are needed.
* | | Ensure that we only add a state type on pass, and that we only add flags to ↵jim-p2013-06-181-2/+3
| | | | | | | | | | | | a TCP reject rule if they were not added previously. Fixes #3050
* | | Fix #3049, set $config as global to it can be readRenato Botelho2013-06-181-1/+1
| | |
* | | Allow user to set interval between attempts to resolve hostnames configured ↵Renato Botelho2013-06-171-1/+5
| | | | | | | | | | | | on aliases
* | | Include the burst size in the limiter. Submitted-by: ↵Ermal2013-06-171-4/+27
| | | | | | | | | | | | http://forum.pfsense.org/index.php/topic,62470.0.html
* | | Add warning comment about missing IPv6 implementationErmal2013-06-171-0/+1
| | |
* | | Add used binaryErmal2013-06-171-1/+1
| | |
OpenPOWER on IntegriCloud