summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* tighten overly broad regexes for SMART monitoringDaniel Becker2013-07-302-2/+2
|
* Catch adaX here toojim-p2013-07-301-2/+2
|
* Check if hostname is valid, it fixes #3117Renato Botelho2013-07-301-0/+2
|
* 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.
* 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-2813-16/+16
|
* 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
* Mark input_errors as reference at do_input_validation declaration, it fixes ↵Renato Botelho2013-07-251-1/+1
| | | | #3108
* 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-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
* Implement an option to allow using the IPv4 connectivity interface for ↵Ermal2013-07-231-0/+11
| | | | sending the dhcpv6 information. Usually useful for ppp[oe] type links and some ISP
* 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
|
* 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
* 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.
* 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
* 3652 days worth is a too much. Scale it back to more reasonable 1.25 x ↵N0YB2013-07-191-1/+1
| | | | maximum used data (2284 days).
* 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-181-0/+37
| | | | 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.
* This is not a percentagejim-p2013-07-171-1/+1
|
* Remove remaining hardcoded theme namesRenato Botelho2013-07-1711-30/+30
|
* Add LDAP server options to control UTF8-encoding of parameters. Fixes #2227. ↵jim-p2013-07-171-0/+41
| | | | While I'm here, add a checkbox to prevent the stripping of @ from the LDAP username if the user wants the full name transmitted.
* Some more tweaks to state and mbuf update/output on dashboard widget.jim-p2013-07-163-9/+17
|
* Use some easier to distinguish colors for mbuf graphjim-p2013-07-169-9/+9
|
* Add a meter for states, toojim-p2013-07-163-3/+21
|
* Fixup mbuf stats functionjim-p2013-07-161-1/+2
|
* Make mbufs update via ajaxjim-p2013-07-162-0/+17
|
* Fix idsjim-p2013-07-161-1/+1
|
* Fix an occasional "blank" cpu freq printing that shouldn't happen.jim-p2013-07-161-1/+1
|
* Make mbuf usage a meter, too.jim-p2013-07-161-2/+4
|
* Show totals for memory, swap, and disk usage.jim-p2013-07-161-3/+3
|
* Add an RRD graph for MBUFs under system. Tweaks welcome.jim-p2013-07-169-0/+53
|
* If an account has SSH keys, show them, don't show the checkbox to add keys. ↵jim-p2013-07-161-2/+2
| | | | Fixes #2729
* Substitute Product name in privilegesWarren Baker2013-07-121-1/+1
|
* properly handle custom-v6 dyndns entries in web interfaceDaniel Becker2013-07-111-2/+3
|
* Change separator as per JimP's request.Daniel Becker2013-07-101-1/+1
|
* Add front-end support for dyndns AAAA updatesDaniel Becker2013-07-101-0/+11
|
* Add support for protocol 41 in rules. Fixes #3007.Daniel Becker2013-07-102-2/+2
|
* Add independent logging choices to disable logging of bogon network rules ↵jim-p2013-07-091-8/+39
| | | | 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.
* Fix the "use ICMP" function for traceroute.jim-p2013-07-091-1/+1
|
* Fix #3079, add a section for DHCPv6 Server backupRenato Botelho2013-07-081-0/+1
|
OpenPOWER on IntegriCloud