aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* We make use of libevent so up these default valuesWarren Baker2013-06-132-11/+4
|
* Work out the recommended *-slabs setting dynamically. Kudos to Reiner030 on ↵Warren Baker2013-06-131-13/+9
| | | | the forum
* Make sure virtual IPs are skipped as they would be covered in the interfaces ↵Warren Baker2013-06-131-4/+6
| | | | access list
* only display 128 subnet if v6 function is availableWarren Baker2013-06-131-1/+2
|
* Trim here to avoid an error from output containing a newlinejim-p2013-06-111-1/+1
|
* And fix this bracketingjim-p2013-06-111-1/+1
|
* Escape this $ here.jim-p2013-06-111-1/+1
|
* add a couple of newlines here for spacing.jim-p2013-06-111-0/+2
|
* Add another carp status check to quagga package.jim-p2013-06-112-1/+14
|
* Add LDAP search patch from http://forum.pfsense.org/index.php/topic,59246.0.htmljim-p2013-06-104-15/+110
|
* Merge pull request #456 from N0YB/masterErmal Luçi2013-06-093-27/+69
|\ | | | | Add Proxy Type Option
| * Add Proxy Type OptionN0YB2013-06-061-10/+12
| | | | | | | | Allow UPD protocol with socks proxy
| * Add Proxy Type OptionN0YB2013-06-061-1/+1
| |
| * Add Proxy Type OptionN0YB2013-06-061-14/+31
| |
| * Add Proxy Type OptionN0YB2013-06-052-7/+30
| |
* | Fixed edit report logs bug in status_mail_report_edit.phpDavid Lee2013-06-081-1/+1
| | | | | | status_mail_report_edit.php had an incorrect entry for editing the log report. This is a small changed that simply replaces status_mail_report_add_cmd.php with status_mail_report_add_log.php where appropriate.
* | Fixed incorrect limit on number of processes of smtpd in generated master.confPetr Tichy2013-06-071-1/+1
| |
* | Merge pull request #455 from bmeeks8/masterErmal Luçi2013-06-076-110/+142
|\ \ | | | | | | Snort Pkg 2.5.8 Fix for User-Reported Bug and a few minor updates
| * | Fix SELECT ALL to not add all Snort rules when IPS Policy is set.bmeeks82013-06-051-56/+69
| | |
| * | Fix HTML rendering issues found in cross-browser testing.bmeeks82013-06-043-6/+6
| | |
| * | Fix it so we return to selected category after page edits.bmeeks82013-06-041-28/+32
| | |
| * | Remove some extraneous pass-by-reference tags to stop "copy on write"bmeeks82013-06-041-4/+4
| | |
| * | Fix PHP out-of-memory error with large rule sets and IPS Policy displaybmeeks82013-06-031-12/+17
| | |
| * | Fix it so Select All also gets Snort GPLv2 Community Rules.bmeeks82013-06-031-3/+3
| | |
| * | Add a rule counter for display at the bottom of page.bmeeks82013-06-031-1/+6
| | |
| * | Save and restore state of "$pkg_interface" variable on exit.bmeeks82013-06-031-0/+5
| |/
* / squid3-dev - remove obsolete ignore_expect_100 option and include info on ↵Marcello Coutinho2013-06-072-2/+5
|/ | | | gui for owa ssl offload
* Add check to verify existence of array item before we use it.bmeeks82013-06-011-6/+10
|
* Add HTML markup to wrap IPv6 address in Alert and Blocked tabs.bmeeks82013-06-012-1/+8
|
* Minor HTML code edits for styles and tag closure.bmeeks82013-05-313-20/+13
|
* Incorporate Ermal's comments from 2.5.8 pkg review.bmeeks82013-05-311-13/+10
|
* Tweak error message logging a bit for completeness.bmeeks82013-05-311-0/+6
|
* Remove misplaced </div> tag that was causing issues with some themes.bmeeks82013-05-311-7/+6
|
* Correct misspelled word "enabling" in a caption.bmeeks82013-05-311-1/+1
|
* Merge pull request #453 from PiBa-NL/haproxy-devel-2.1Ermal Luçi2013-05-304-23/+61
|\ | | | | haproxy-devel, fix required fields a shared-backend, optional Force immediate stop of old process on reload, fix show memory usage.
| * haproxy-devel, fix required fields a shared-backend, optional Force ↵PiBa-NL2013-05-244-23/+61
| | | | | | | | immediate stop of old process on reload, fix show memory usage.
* | Merge pull request #448 from bmeeks8/masterErmal Luçi2013-05-3022-1242/+3408
|\ \ | | | | | | Snort Package 2.5.8 Update
| * | Include text description with http_response codes.bmeeks82013-05-251-4/+20
| | |
| * | Fix typo in field description text ("us" to "use").bmeeks82013-05-251-1/+1
| | |
| * | More tweaks to rules download error checking and reliability.bmeeks82013-05-241-32/+46
| | |
| * | Add note about sync waiting on remote host to download new rules.bmeeks82013-05-241-3/+4
| | |
| * | Swap rule download URL to current one and drop old CGI URL.bmeeks82013-05-241-78/+53
| | |
| * | Add additional error checking for rule downloads.bmeeks82013-05-231-36/+41
| | |
| * | Merge remote-tracking branch 'upstream/master'bmeeks82013-05-233-2/+4
| |\ \
| * | | Forgot to use "===" when testing logical return value.bmeeks82013-05-221-9/+8
| | | |
| * | | Fix various HTML style issues to tidy up GUI.bmeeks82013-05-2217-189/+216
| | | |
| * | | Fix-up missing align left HTML attribute.bmeeks82013-05-211-7/+6
| | | |
| * | | More fixes for new XMLRPC pkg sync routines.bmeeks82013-05-213-63/+111
| | | |
| * | | Modernize the GUI interface (new progress bar).bmeeks82013-05-211-24/+36
| | | |
| * | | HTML edits to fix table layout in Firefox and Chrome.bmeeks82013-05-213-51/+82
| | | |