aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* apcupsd - replace system exec `hostname` for php function gethostname()Danilo G. Baio (dbaio)2015-04-091-1/+3
|
* apcupsd - use quotes for array key namesDanilo G. Baio (dbaio)2015-04-091-5/+5
|
* apcupsd - use function is_port()Danilo G. Baio (dbaio)2015-04-091-2/+2
|
* apcupsd - add link for pfSense forumDanilo G. Baio (dbaio)2015-04-071-0/+2
|
* apcupsd - bump versionDanilo G. Baio (dbaio)2015-04-074-4/+4
|
* apcupsd - change function apccontrol_scripts_install()Danilo G. Baio (dbaio)2015-04-071-2/+68
|
* apcupsd - add new fieldsDanilo G. Baio (dbaio)2015-04-071-5/+57
|
* Add some fixes/additions for better handling of GeoIP data in ntopng. Fixes ↵jim-p2015-04-034-6/+42
| | | | | | #4567 Also add attribution text for GeoIP data and a link back to maxmind for CC BY-SA 3.0.
* Bump OpenVPN client export so it uses the latest installers.jim-p2015-04-025-5/+5
|
* A few simplifications in vnstat2jim-p2015-03-271-7/+5
|
* Merge pull request #841 from dbaio/apcupsd_statusRenato Botelho2015-03-276-11/+107
|\
| * apcupsd - change path of an include fileDanilo G. Baio (dbaio)2015-03-271-1/+1
| |
| * apcupsd - change messageDanilo G. Baio (dbaio)2015-03-251-2/+2
| |
| * apcupsd - fix tabsDanilo G. Baio (dbaio)2015-03-251-26/+26
| |
| * apcupsd - bump versionDanilo G. Baio (dbaio)2015-03-244-4/+4
| |
| * apcupsd - improve status pageDanilo G. Baio (dbaio)2015-03-241-7/+63
| |
| * apcupsd - add functionsDanilo G. Baio (dbaio)2015-03-241-0/+40
| |
* | Merge pull request #839 from k-paulius/fix-4337Renato Botelho2015-03-274-4/+39
|\ \ | |/ |/|
| * Bumping freeradius2 package version.k-paulius2015-03-223-3/+3
| |
| * Prevent radiusd from being started multiple times by adding critical section ↵k-paulius2015-03-221-1/+36
|/ | | | to the startup script. Fixes #4337.
* Merge pull request #837 from BBcan177/pfBlockerNG_03_17_15-1Renato Botelho2015-03-2016-113/+127
|\
| * pfBlockerNG - Mods - Create Suppression FileBBcan1772015-03-171-1/+4
| | | | | | | | | | -Previous version would not clear old suppression file when Alias is empty.
| * pfBlockerNG - Bump to 1.0.6BBcan1772015-03-171-2/+2
| | | | | | | | | | Bump pfBlockerNG to v1.0.6 Set status as "Stable"
| * pfBlockerNG - (c)2015 ModsBBcan1772015-03-1715-22/+22
| |
| * pfBlockerNG - Mods to pfblockerng_diag_dnsBBcan1772015-03-171-88/+99
| | | | | | | | | | - Align pfblockerng_diag_dns.php to pfSense diag_dns.php changes - Code style mods.
* | Merge pull request #836 from bmeeks8/snort-2.9.7.2-v3.2.4Renato Botelho2015-03-209-16/+16
|\ \
| * | Bump Snort package version to 2.9.7.2-v3.2.4bmeeks82015-03-176-11/+11
| | |
| * | Need to trim trailing backslash off OpenAppID path.bmeeks82015-03-171-1/+1
| | |
| * | Bump default for Snort binary version to 2.9.7.2bmeeks82015-03-171-1/+1
| | |
| * | Fix missing $ in front of array variable name.bmeeks82015-03-171-1/+1
| | |
| * | Fix typo in URL for GPLv2 Community Rules details link.bmeeks82015-03-171-2/+2
| |/
* | Fix quagga carp plugin name and version bump.jim-p2015-03-185-5/+5
| |
* | Give ldconfig a nudge for sudo (temp workaround for library issues)jim-p2015-03-183-3/+7
| |
* | Update sudo binaries.jim-p2015-03-181-2/+2
|/
* Merge pull request #834 from PiBa-NL/haproxy-devel21RELENG_2_2_1jim-p2015-03-165-12/+12
|\
| * haproxy-1_5, haproxy-devel, pkg v0.22 fix SNI handling inspect-delay 5s ↵PiBa-NL2015-03-165-12/+12
| | | | | | | | instead if 5ms, show 'not' in acls when set
* | Version bump FTP proxy. Also promote to Beta based on positive user feedback.jim-p2015-03-091-2/+2
| |
* | Add source and destination bypass fields for FTP proxyjim-p2015-03-092-4/+32
| |
* | Remove broken IPv6 setting from ftp proxy.jim-p2015-03-092-13/+0
| |
* | Merge pull request #830 from PiBa-NL/haproxy-devel21jim-p2015-03-0824-4/+8061
|\|
| * haproxy-1_5, create 'release' package from haproxy-devel base, to have a ↵PiBa-NL2015-03-0823-3/+8060
| | | | | | | | 'production' stable version
| * haproxy-devel, allow haproxy to use the same certificate as what is used for ↵PiBa-NL2015-03-081-1/+1
| | | | | | | | the webgui when it has been configured with a 'real' certificate
* | Add option to disable alerts in ntopng (e.g. flooding messages)jim-p2015-03-064-6/+17
| | | | | | | | See https://forum.pfsense.org/index.php?topic=89911.0
* | Fix wordingjim-p2015-03-061-1/+1
| |
* | xmllint sure didn't like that descr. Try againjim-p2015-03-041-1/+1
| |
* | Add a basic FTP Client Proxy using ftp-proxy(8) from FreeBSDjim-p2015-03-043-0/+259
| |
* | Update siproxd pbi to 0.8.0_1 on 2.2 and fix startup script, fixes #4217Renato Botelho2015-02-264-7/+13
| |
* | FreeRADIUS, clarify text for password logging optionsChris Buechler2015-02-251-4/+4
| |
* | Add CARP plugin support to quagga so it no longer needs a patch to ↵jim-p2015-02-245-4/+42
| | | | | | | | rc.carp(master|backup).
* | Fix CARP status check for 2.2jim-p2015-02-245-6/+33
| |