summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Merge pull request #682 from CharlieMarshall/pfsense_ng_fsRenato Botelho2013-07-15240-14/+5557
|\ | | | | new theme "pfsense_ng_fs" & allow themes to add / delete additional widget columns
| * change css & jquery to allow for multiple columns for themes ending in _fsCharlie Marshall2013-06-301-14/+33
| |
| * update loader.js - add jquery to display additional column button and ↵Charlie Marshall2013-06-301-0/+114
| | | | | | | | create/delete columns
| * update css to fit full screenCharlie Marshall2013-06-301-52/+13
| |
| * clone pfsense_ng themeCharlie Marshall2013-06-30239-0/+5449
| |
* | Substitute Product name in privilegesWarren Baker2013-07-121-1/+1
| |
* | properly handle custom-v6 dyndns entries in web interfaceDaniel Becker2013-07-111-2/+3
| |
* | Merge pull request #703 from razzfazz/dyndns_custom_v6Ermal Luçi2013-07-101-0/+11
|\ \ | | | | | | Add support for HE.net AAAA record updates. Fixes #1825.
| * | Change separator as per JimP's request.Daniel Becker2013-07-071-1/+1
| | |
| * | Add front-end support for dyndns AAAA updatesDaniel Becker2013-07-071-0/+11
| | |
* | | 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
| | |
* | | Implement URL Table aliases for ports instead of IP addressesRenato Botelho2013-07-087-13/+44
| | |
* | | fix descriptionChris Buechler2013-07-081-1/+1
| | |
* | | touch up textChris Buechler2013-07-081-1/+1
| | |
* | | Add support for protocol 41 in rules. Fixes #3007.Daniel Becker2013-07-072-2/+2
|/ /
* | Make dashboard update check respect nanobsd-vga, probably fixes #3078jim-p2013-07-071-1/+5
| |
* | Correct month, quarter (3 months), and 4 year RRD graphs length.N0YB2013-07-071-3/+3
| | | | | | | | | | | | Longest possible month is 31 days, not 32. Longest possible quarter (3 months) is 92 days (30+31+31), not 93 (31+31+31). 4 Years is 1461 days (365 x 4 + 1), not 1464 (366 x 4). Except about once every century or so when leap year is skipped 4 years is then 1460 days. But that is not going to happen again for a very long time. Unfortunately pfSense, nor anyone alive today will probably still be alive by then.
* | Remove unecessary variableRenato Botelho2013-07-061-4/+2
| |
* | Fix #2962, allow to remove VIP if gateway IP is on the interface's subnetRenato Botelho2013-07-061-3/+12
| |
* | fix typoChris Buechler2013-07-061-2/+2
| |
* | Remove unecessary var initializationRenato Botelho2013-07-051-1/+0
| |
* | Fix a small issue when disable a boolean option and save, it shows option as ↵Renato Botelho2013-07-051-1/+1
| | | | | | | | enabled
* | Fix whitespacesRenato Botelho2013-07-051-16/+16
| |
* | Remove extra { wrongly added on last commitRenato Botelho2013-07-051-1/+1
| |
* | Fix whitespacesRenato Botelho2013-07-051-26/+26
| |
* | Fix set/unset of checkaliasesurlcertRenato Botelho2013-07-051-3/+3
| |
* | Process zipped aliases listRenato Botelho2013-07-051-0/+2
| |
* | Use download_file() and check ssl certificatesRenato Botelho2013-07-051-1/+3
| |
* | Remove useless codeRenato Botelho2013-07-051-3/+0
| |
* | Add an option to check certificate for https URL aliasesRenato Botelho2013-07-051-0/+16
| |
* | Add a new alias type, URLs containing PortsRenato Botelho2013-07-046-14/+37
| |
* | Remove errant double quote.N0YB2013-07-031-1/+1
| |
* | Add server IP column and cached IP display to RFC2136 host list.jim-p2013-07-021-4/+51
| |
* | Add option to RFC2136 to find/use the public IP if the interface IP is ↵jim-p2013-07-021-0/+9
| | | | | | | | private. (Off by default)
* | Fix double click row to edit for rfc2136jim-p2013-07-021-1/+1
| |
* | Add cached IP support to RFC2136, add GUI button to force update for single ↵jim-p2013-07-021-2/+6
| | | | | | | | host.
* | Correct variable used to delete symlinks and files delete from CP ↵Ermal2013-07-021-3/+3
| | | | | | | | filemanager. Reported-by: http://forum.pfsense.org/index.php/topic,64016.0/topicseen.html. While here reduce some uneeded extra operations
* | Add the interface's descr after the pool name.jim-p2013-07-021-1/+2
| |
OpenPOWER on IntegriCloud