summaryrefslogtreecommitdiffstats
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
|
* Call interface_ipalias_cleanup() after $interface is initialized, and get ↵Renato Botelho2013-07-161-4/+8
| | | | current IP after it
* 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-1610-0/+92
|
* If an account has SSH keys, show them, don't show the checkbox to add keys. ↵jim-p2013-07-161-2/+2
| | | | Fixes #2729
* Don't generate reflection rules if reflection is disabled for that rule.jim-p2013-07-161-13/+14
|
* Do not break ppp type interfaces on v6Ermal2013-07-161-0/+9
|
* For ppp interfaces the real interface is not present anymore in the xml ↵Ermal2013-07-161-4/+18
| | | | config section of the interface. Due to this do some more work on extracting the real interface when ipv4 is pppoe/ppp/... and ipv6 configuration files will use the wrong interface to request information from provider. Reported-by: http://forum.pfsense.org/index.php/topic,64483.0.html
* Enable filtering on ipfw sysctl not dependent on ipfw module otherwise issue ↵Ermal2013-07-151-2/+2
| | | | reported here http://forum.pfsense.org/index.php/topic,64412.0.html happens
* Ignore errors/warnings from these callsErmal2013-07-151-6/+6
|
* 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
| |
* | support mitigating BEAST attackdhatz2013-07-141-1/+2
| | | | | | | | | | | | | | | | | | | | According to http://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_30 "...by setting ssl.cipher-list = "ECDHE-RSA-AES256-SHA384:AES256-SHA256:RC4-SHA:RC4:HIGH:!MD5:!aNULL:!EDH:!AESGCM" you can mitigate BEAST attacks."
* | Merge pull request #712 from phil-davis/masterJim P2013-07-141-6/+1
|\ \ | | | | | | Correctly decide if dhcrelay (v4) is enabled
| * | Correctly decide if dhcrelay is enabledPhil Davis2013-07-141-6/+1
| | |
* | | Merge pull request #711 from phil-davis/masterJim P2013-07-132-1/+26
|\ \ \ | |/ / | | | Teach services code about start stop restart of dhcrelay6
| * | Teach service start stop restart about dhcrelay6Phil Davis2013-07-131-0/+25
| | |
| * | Consistent dhcrelay6 pid file locationPhil Davis2013-07-131-1/+1
| | |
* | | Merge pull request #710 from phil-davis/masterErmal Luçi2013-07-132-1/+4
|\ \ \ | |/ / | | | Start DHCrelay6 on boot
| * | Start DHCrelay6 on bootPhil Davis2013-07-131-0/+3
| | |
| * | services_dhcrelay6_configure developerspew debug text fixPhil Davis2013-07-131-1/+1
| | |
* | | Fix #3091, fix bad var assignmentRenato Botelho2013-07-131-1/+1
|/ /
* | Substitute Product name in privilegesWarren Baker2013-07-121-1/+1
| |
* | Merge pull request #708 from razzfazz/masterErmal Luçi2013-07-111-2/+3
|\ \ | | | | | | properly handle custom-v6 dyndns entries in web interface
| * | properly handle custom-v6 dyndns entries in web interfaceDaniel Becker2013-07-111-2/+3
|/ /
* | Move variable declaration to the top, declare it global before defining. ↵jim-p2013-07-111-11/+13
| | | | | | | | Fixes #3090
* | Remove irrelevant comment.jim-p2013-07-111-15/+0
| |
* | Fix copy/pasto introduced in previous commit.Ermal Luçi2013-07-111-2/+2
| |
* | Don't automatically add hidden rules to pass all IPv6 traffic to/from ↵jim-p2013-07-101-18/+0
| | | | | | | | delegated prefixes. Default IPv6 from LAN -> any rule covers outbound properly as-is, and WAN rules shouldn't pass in that permissively. Also the prefix length calculation was off and the LAN rule(s) would be too permissive anyhow.
* | Implement proper releasing of pipes allocated based on CPzone. Keep track of ↵Ermal2013-07-101-5/+25
| | | | | | | | which zone a pipe is and release those pipes during disabling/deleting of zone. Ticket #3062, Pull request #698
* | Use empty to cover all needed cases as suggested on #3062. Suggested from ↵Ermal2013-07-101-1/+2
| | | | | | | | pull request #698
* | Merge pull request #703 from razzfazz/dyndns_custom_v6Ermal Luçi2013-07-103-21/+83
|\ \ | | | | | | Add support for HE.net AAAA record updates. Fixes #1825.
| * | Add support for custom IPv6 DDNS.Daniel Becker2013-07-072-3/+10
| | |
| * | Change separator as per JimP's request.Daniel Becker2013-07-072-4/+4
| | |
| * | Merge branch 'master' into dyndns_custom_v6Daniel Becker2013-07-071-1/+1
| |\ \
| * | | Add front-end support for dyndns AAAA updatesDaniel Becker2013-07-071-0/+11
| | | |
| * | | Clean up HE.net AAAA backend support.Daniel Becker2013-07-071-122/+51
| | | |
| * | | Add backend support for HE.net AAAA record updates.Daniel Becker2013-07-072-3/+118
| | | | | | | | | | | | | | | | | | | | Defines a new DynDNS provider 'he-net-v6' for updating AAAA entries on dns.he.net.
* | | | Add independent logging choices to disable logging of bogon network rules ↵jim-p2013-07-095-19/+75
| | | | | | | | | | | | | | | | 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