aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add code to honor $pkg_interface flag for console mode.bmeeks82013-05-191-54/+125
|
* Merge remote-tracking branch 'upstream/master'bmeeks82013-05-194-15/+30
|\
| * squid3-dev - improve icap antivirus integration code.Marcello Coutinho2013-05-171-12/+23
| |
| * squid3-dev - include antivirus depend packages to pkg_configMarcello Coutinho2013-05-172-2/+6
| |
| * Merge pull request #447 from thuynguyenduc/patch-1Ermal Luçi2013-05-171-1/+1
| |\ | | | | | | Update squid.inc
| | * Update squid.incthuynguyenduc2013-05-171-1/+1
| |/ | | | | Fix missing last error language directory
* | Extend SRC and DST columns just a bit to hold long IP addresses.bmeeks82013-05-161-2/+2
| |
* | Add error trapping for Snort interface adds and deletes.bmeeks82013-05-162-22/+77
| |
* | Minor edits to text on page and Tooltips text.bmeeks82013-05-161-2/+2
| |
* | Tweak HTML for tables to improve word-wrapping and column layouts.bmeeks82013-05-164-70/+100
| |
* | Refine new Snort XMLRPC pkg sync functions.bmeeks82013-05-161-36/+60
| |
* | Merge remote-tracking branch 'upstream/master'bmeeks82013-05-1618-134/+224
|\|
| * squid3-dev - change ssl filtering cert combo from server-cert to ca-certMarcello Coutinho2013-05-164-11/+15
| |
| * Rework "order" field code for squidguard target categories, to avoid a php ↵jim-p2013-05-163-5/+6
| | | | | | | | error when no other target categories exist.
| * squid3-dev - fix typosMarcello Coutinho2013-05-161-2/+2
| |
| * squid3-dev - include more options to ssl_crt, new custom_refresh_patter on ↵Marcello Coutinho2013-05-165-42/+100
| | | | | | | | cache tab, fix auth plugins names
| * Merge pull request #446 from Nachtfalkeaw/masterAlexander Wilke2013-05-1613-33/+39
| |\ | | | | | | freeradius2: generalize the XMLRPC Sync options to make it consistent with other packages
| | * freeradius2: generalize the XMLRPC Sync options to make it consistent with ↵Alexander Wilke2013-05-161-1/+1
| | | | | | | | | | | | other packages
| | * freeradius2: generalize the XMLRPC Sync options to make it consistent with ↵Alexander Wilke2013-05-161-1/+1
| | | | | | | | | | | | other packages
| | * freeradius2: generalize the XMLRPC Sync options to make it consistent with ↵Alexander Wilke2013-05-161-5/+5
| | | | | | | | | | | | other packages
| | * Update freeradius.xmlAlexander Wilke2013-05-151-1/+1
| | |
| | * Update freeradiusmodulesldap.xmlAlexander Wilke2013-05-151-1/+1
| | |
| | * Update freeradiussettings.xmlAlexander Wilke2013-05-151-1/+1
| | |
| | * Update freeradiussync.xmlAlexander Wilke2013-05-151-1/+1
| | |
| | * Update freeradiussqlconf.xmlAlexander Wilke2013-05-151-1/+1
| | |
| | * Update freeradiussqlconf.xmlAlexander Wilke2013-05-151-2/+2
| | |
| | * Update freeradiussettings.xmlAlexander Wilke2013-05-151-2/+2
| | |
| | * Update freeradiusmodulesldap.xmlAlexander Wilke2013-05-151-2/+2
| | |
| | * Update freeradiusinterfaces.xmlAlexander Wilke2013-05-151-2/+2
| | |
| | * Update freeradiuseapconf.xmlAlexander Wilke2013-05-151-1/+1
| | |
| | * Update freeradiusclients.xmlAlexander Wilke2013-05-151-2/+2
| | |
| | * Update freeradiuscerts.xmlAlexander Wilke2013-05-151-2/+2
| | |
| | * Update freeradiusauthorizedmacs.xmlAlexander Wilke2013-05-151-1/+1
| | |
| | * Update freeradius_view_config.phpAlexander Wilke2013-05-151-1/+1
| | |
| | * Update freeradius.xmlAlexander Wilke2013-05-151-1/+1
| | |
| | * Update freeradiussync.xmlAlexander Wilke2013-05-151-10/+16
| | |
| | * Update freeradius.incAlexander Wilke2013-05-151-48/+69
| | |
| * | freeradius2: generalize the XMLRPC Sync options to make it consistent with ↵Alexander Wilke2013-05-161-48/+69
| |/ | | | | | | other packages
* | Merge branch 'master' of https://github.com/bmeeks8/pfsense-packagesbmeeks82013-05-151-2/+7
|\ \
| * | snort - add code to run only on backup system after xmlrpc syncMarcello Coutinho2013-05-141-2/+7
| | |
* | | Merge remote-tracking branch 'upstream/master'bmeeks82013-05-151-15/+49
|\ \ \ | |/ / |/| / | |/
| * squid3-dev - remove buit-in acl declaration, fix real_interfaces array ↵Marcello Coutinho2013-05-141-15/+49
| | | | | | | | creation and replace old squidguard integration to url_rewrite_program
* | Improve flowbits logic to include bitwise logical operators.bmeeks82013-05-141-9/+11
| |
* | Add table layout style to fix word-wrapping in long cells.bmeeks82013-05-141-18/+17
| |
* | Add code file for new Snort pkg sync functionality.bmeeks82013-05-141-0/+5
| |
* | Merge branch 'master' of https://github.com/bmeeks8/pfsense-packagesbmeeks82013-05-1417-65/+505
|\ \
| * | snort - fix small typoMarcello Coutinho2013-05-141-1/+1
| | |
| * | snort - include sync codeMarcello Coutinho2013-05-142-7/+159
| | | | | | | | | | | | Current status: it replicates xml config, but It's not calling all snort functions after config save.
| * | snort - (re)include two level menu and change start stop icons to toggle ↵Marcello Coutinho2013-05-1416-64/+352
| | | | | | | | | | | | status as well show current snort status
* | | Merge remote-tracking branch 'upstream/master'bmeeks82013-05-143-12/+11
|\ \ \ | | |/ | |/|