summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tighten overly broad regexes for SMART monitoringDaniel Becker2013-07-302-2/+2
|
* Show the name of the unresolvable alias name as well as the rule description ↵jim-p2013-07-301-4/+6
| | | | to avoid ambiguity.
* Catch adaX here toojim-p2013-07-301-2/+2
|
* Check if hostname is valid, it fixes #3117Renato Botelho2013-07-301-0/+2
|
* Merge pull request #746 from razzfazz/dhcp-domain-releng-2-1Ermal Luçi2013-07-301-2/+10
|\ | | | | use correct domain names when registering static DHCP entries in DNS
| * use correct domain names when registering static DHCP entries in DNSDaniel Becker2013-07-291-2/+10
|/ | | | | | When registering static DHCP entries in DNS, we first try to use the domain name configured for the static entry (if any), then the domain name configured in the DHCP server settings for the corresponding interface (if any), and as a last resort the system domain name. This change was proposed by user TechSmurf on the pfSense boards; see <http://forum.pfsense.org/index.php/topic,64934.msg352331.html#msg352331>.
* Use full pathjim-p2013-07-291-1/+1
|
* Show full process arguments in system activity output, but limit output to ↵jim-p2013-07-291-1/+1
| | | | 105 chars wide so it does not spill out of its background area.
* Make NAT port forward data entry error message match GUI textPhil Davis2013-07-291-1/+1
| | | | The GUI has "Redirect target IP" and "Redirect target port". But the error message when validating "Redirect target port" refers to it as "local port". I was just confused when I forgot to type in the "Redirect target port", the error told me I had to enter a valid local port. I looked down the GUI page for "local port" and it is not there.
* Bumpitty bump bumpjim-p2013-07-291-1/+1
|
* Update pt_BR translation filesRenato Botelho2013-07-292-403/+2406
|
* Update translation templateRenato Botelho2013-07-291-1780/+2424
|
* Fix testjim-p2013-07-291-1/+1
|
* Fix exec bits.jim-p2013-07-281-0/+0
|
* Fix #3113, fix multiple english spell errors s/seperet/separat/Renato Botelho2013-07-2817-25/+25
|
* Merge pull request #738 from N0YB/patch-3Renato Botelho2013-07-281-1/+1
|\ | | | | Update services_dyndns_edit.php
| * Update services_dyndns_edit.phpN0YB2013-07-281-1/+1
|/ | | Setting $pconfig['ttl'] to isset result causes the ttl value to be set to 1 (true) upon subsequent saves.
* fix typosCharlie Marshall2013-07-271-2/+2
|
* Also catch adaX Fixes #3112jim-p2013-07-271-1/+1
|
* revert part of commit 4cfcbd3 - removes blank option on firewall log widget ↵Charlie Marshall2013-07-261-2/+2
| | | | drop down menu
* Optimization has nothing to do with limitsErmal2013-07-251-1/+1
|
* Mark input_errors as reference at do_input_validation declaration, it fixes ↵Renato Botelho2013-07-251-1/+1
| | | | #3108
* Fix #3106, parse 'not' rules right on destination for port forward + ↵Renato Botelho2013-07-251-4/+5
| | | | reflection proxy rules
* Fix #3103, cleanup ports fields when protocol changesRenato Botelho2013-07-242-3/+9
|
* Close tdRenato Botelho2013-07-241-1/+1
|
* Allow advanced options state-related parameters to be used for TCP, UDP and ICMPPhil Davis2013-07-241-16/+22
| | | | Allows the state-related parameters to be specified for UDP and ICMP as well as TCP. Discussed in forum http://forum.pfsense.org/index.php/topic,64653.0.html
* Allow advanced options state-related parameters to be used for TCP, UDP and ICMPPhil Davis2013-07-241-13/+16
| | | | Allows the state-related parameters to be specified for UDP and ICMP as well as TCP. Discussed in forum http://forum.pfsense.org/index.php/topic,64653.0.html
* Merge pull request #726 from N0YB/patch-2Jim P2013-07-231-1/+1
|\ | | | | Update rrd.inc
| * Update rrd.incN0YB2013-07-231-1/+1
|/ | | | Fix this error php: rc.bootup: The command '/usr/bin/nice -n20 /usr/local/bin/rrdtool update /var/db/rrd/system-mbuf.rrd N:U:U:U:U:U' returned exit code '1', the output was 'ERROR: expected 4 data source readings (got 5) from N:U:U:U:U:U'
* Implement an option to allow using the IPv4 connectivity interface for ↵Ermal2013-07-232-4/+19
| | | | sending the dhcpv6 information. Usually useful for ppp[oe] type links and some ISP
* Merge pull request #723 from phil-davis/RELENG_2_1Ermal Luçi2013-07-231-2/+2
|\ | | | | Fix error in 2.1 branch dhcp6prefixonly implementation
| * Fix error in 2.1 branch dhcp6prefixonly implementationPhil Davis2013-07-221-2/+2
|/ | | The Main branch code was in the correct place, but the version applied to 2.1 branch had this code in the wrong place.
* Fixes #3100. Fix spell and spaces issuesRenato Botelho2013-07-221-2/+2
|
* Merge pull request #721 from phil-davis/RELENG_2_1Renato Botelho2013-07-221-0/+45
|\ | | | | Validate firewall rule advanced options requirements (2.1 branch)
| * Validate firewall rule advanced options requirementsPhil Davis2013-07-221-0/+45
|/ | | | | Checks that the user has selected a TCP Pass rule etc when using the state-related advanced options. Validates as per the checks that are applied in filter.inc when generating the actual pf rules. Forum discussion: http://forum.pfsense.org/index.php/topic,64653.15.html Bug report #3098
* Merge pull request #719 from phil-davis/RELENG_2_1Warren Baker2013-07-221-3/+3
|\ | | | | When adding Port or URL alias default the alias type (2.1 version)
| * When adding Port or URL alias default the alias type (2.1 version)Phil Davis2013-07-211-3/+3
| | | | | | | | When viewing the Port or URL aliases tab, and pressing "+" (add), make the default alias type match the Port or URL tab from which the user pressed "+". This is a version for the 2.1 branch.
* | Add missing backup of gettytabWarren Baker2013-07-221-0/+225
|/
* Fix editing saving dhcp6prefixonly statePhil Davis2013-07-211-1/+1
| | | | Reported in redmine #3097 and forum http://forum.pfsense.org/index.php/topic,64483.msg350255.html#msg350255
* Merge pull request #715 from N0YB/RRD_RRA_Sized_for_Previous_PeriodRenato Botelho2013-07-192-27/+27
|\ | | | | 3652 days worth is a too much. Scale it back to more reasonable 1.25 x maximum used data (2284 days).
| * 3652 days worth is a too much. Scale it back to more reasonable 1.25 x ↵N0YB2013-07-192-27/+27
|/ | | | maximum used data (2284 days).
* Handle IPv6 in ip_in_interface_alias_subnet()jim-p2013-07-191-1/+2
|
* Minimize inclusion of bogonsv6Phil Davis2013-07-191-3/+18
| | | | | If "Allow IPv6" is on, but actually there is no enabled interface with "Block bogon networks" enabled, then we also do not need to include the bogonsv6 table into pf. This allows some more flexibility for users to leave "Allow IPv6" checked, but still not use up memory for bogonsv6.
* Use default RRD colors that are a little more visually distinct. Add some ↵jim-p2013-07-189-172/+478
| | | | better comments/labels to make it easier for people to help customize and tweak the colors. Suggestions welcome.
* Disable the BEAST protection by default because the GUI *will* break if you ↵jim-p2013-07-182-2/+58
| | | | use this and have a Hifn card installed. Others may break similarly. Change it into a checkbox option, off by default, and automatically disable it if a conflicting card has been detected.
* Sync p0f database for OS detection w/current file from FreeBSDjim-p2013-07-171-3/+11
|
* This is not a percentagejim-p2013-07-171-1/+1
|
* Remove remaining hardcoded theme namesRenato Botelho2013-07-1711-30/+30
|
* Don't blow up the config if someone enters int'l chars in an LDAP ↵jim-p2013-07-171-2/+14
| | | | attribute/DN field. Ticket #2227
* Add LDAP server options to control UTF8-encoding of parameters. Fixes #2227. ↵jim-p2013-07-172-5/+60
| | | | While I'm here, add a checkbox to prevent the stripping of @ from the LDAP username if the user wants the full name transmitted.
OpenPOWER on IntegriCloud