aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix equals check for pfblocker rule loadingPhil Davis2012-10-021-1/+1
| | | Sorry guys - I missed out an equals sign here, the logic ended up only applying rules to the first interface, and not for others.
* Merge pull request #324 from Nachtfalkeaw/masterAlexander Wilke2012-10-014-15/+15
|\ | | | | FreeRADIUS2: New XMLRPC sync options
| * Update pkg_config.8.xml.amd64Alexander Wilke2012-10-011-1/+1
| |
| * Update pkg_config.8.xmlAlexander Wilke2012-10-011-1/+1
| |
| * Update config/freeradius2/freeradius.incAlexander Wilke2012-10-011-12/+11
| | | | | | typo
| * Update config/freeradius2/freeradiussync.xmlAlexander Wilke2012-10-011-1/+2
|/ | | added field description
* Merge pull request #322 from IT-B-IT/patch-2Alexander Wilke2012-10-011-1/+14
|\ | | | | Update config/freeradius2/freeradiussync.xml
| * Update config/freeradius2/freeradiussync.xmlIT-B-IT2012-09-251-1/+14
| | | | | | | | Added the option to edit the default XMLRPC timeout from the GUI also added the option to activate or deactivate the servers that it is going to replicate to by adding a check mark to each server
* | Merge pull request #321 from IT-B-IT/patch-1Alexander Wilke2012-10-011-10/+25
|\ \ | | | | | | Update config/freeradius2/freeradius.inc
| * | Update config/freeradius2/freeradius.incIT-B-IT2012-09-251-10/+25
| |/ | | | | | | Added the option to edit the default XMLRPC timeout from the GUI also added the option to activate or deactivate the servers that it is going to replicate to by adding a check mark to each server
* | Merge pull request #323 from phil-davis/masterMarcello Coutinho2012-09-281-9/+18
|\ \ | | | | | | Stop pfblocker rules being added twice
| * | Stop pfblocker rules being added twicePhil Davis2012-09-291-9/+18
|/ / | | | | | | If users move rules around in the GUI, the the rules for 1 interface can end up in separate blocks in config.xml. This causes pfBlocker code to put a set of pfBlocker rules before each separate block of rules for an interface, as they are processed out of config.xml. The code here fixes that, ensuring that pfBlocker rules are only added once to an interface, the first time the interface is found in a rule.
* | sarg - fix report access without authentication on sarg_frame.phpmarcelloc2012-09-271-0/+2
| |
* | Update this one toojim-p2012-09-251-3/+3
| |
* | Fix version and pbi specjim-p2012-09-251-2/+2
| |
* | Fixup pbi depend linejim-p2012-09-252-4/+2
| |
* | fixup pbi build for this new pkgjim-p2012-09-252-1/+21
|/
* Merge pull request #320 from laleger/masterJim P2012-09-255-1/+947
|\ | | | | Initial syslog-ng package submission (ALPHA)
| * Fixed issue where <depends_on_package> tags were used instead of ↵Leger Lance2012-09-161-2/+2
| | | | | | | | <depends_on_package_pbi> tags
| * Fixed issue with syslog-ng package entry (was missing enclosing ↵Leger Lance2012-09-161-0/+2
| | | | | | | | <package></package>)
| * New syslog-ng packageLeger Lance2012-09-165-1/+945
|/
* dansguardian - add additional check to detect xml rpc sync callmarcelloc2012-09-243-5/+5
|
* dansguardian - add multiple select option to dansguardian group aclmarcelloc2012-09-216-53/+125
|
* squid - change pfsense version check to maintain compatibility with 1.2.3marcelloc2012-09-201-4/+5
| | | | http://forum.pfsense.org/index.php/topic,53809.msg287761.html#msg287761
* Merge branch 'master' of https://github.com/bsdperimeter/pfsense-packagesmarcelloc2012-09-196-21/+59
|\
| * Make quoting the server CN optional since it seems to break more clients ↵jim-p2012-09-185-16/+54
| | | | | | | | than it fixes; Add a third Yealink variant.
| * apache with mod_security-dev - fix more typosMarcello Coutinho2012-09-181-1/+1
| |
| * apache with mod_security-dev - typo fixMarcello Coutinho2012-09-181-2/+2
| |
| * apache with mod_security-dev - remove "+" from package nameMarcello Coutinho2012-09-182-2/+2
| |
* | sarg - add missing sarg.inc changes to 0.6.1Marcello Coutinho2012-09-193-23/+50
|/
* apache2+modsecurity - new package gui devel versionMarcello Coutinho2012-09-1815-0/+3768
| | | | need pbi to be rebuild to get apache worker options working
* squid3 - fix a missing vhost config on https setupMarcello Coutinho2012-09-183-4/+96
|
* sarg - fix typosMarcello Coutinho2012-09-182-8/+8
|
* sarg - fix daylimit field descriptionMarcello Coutinho2012-09-171-1/+2
|
* sarg - fixes for pfsense 2.1 dirs and realtime tabMarcello Coutinho2012-09-175-261/+37
|
* sarg - add gzip feature to compress reports and save disk spaceMarcello Coutinho2012-09-145-5/+79
|
* Set the user credentials in curl rather than forming a URI with the ↵jim-p2012-09-075-5/+6
| | | | user:pass, as the latter has issues if the password contains certain symbols such as @.
* squid3 - include dns_v4_first options that fixes https connection errors on ↵Marcello Coutinho2012-09-054-13/+19
| | | | squid3
* Update NUT backend code to support new binaries.jim-p2012-09-054-32/+16
|
* Bump nut version to match new binaries. Ticket #2621jim-p2012-09-052-6/+6
|
* Build nut from the newer port, not the 2.2.x port.jim-p2012-09-052-2/+2
|
* Merge pull request #319 from apnar/masterJim P2012-09-055-68/+120
|\ | | | | Auto add and remove interface group for tinc VPN interfaces
| * fix uninstall 2apnar2012-09-051-2/+2
| |
| * fix uninstallapnar2012-09-051-2/+4
| |
| * removed some more unused codeapnar2012-09-051-19/+0
| |
| * change name of status menu item to work around issue with items of same nameapnar2012-09-051-1/+1
| |
| * update status page and move status functions into that pageapnar2012-09-052-29/+51
| |
| * remove some unused codeapnar2012-09-051-17/+0
| |
| * try to manually force bigger log a better wayapnar2012-09-051-2/+1
| |
| * try to manually force a larger syslog fileapnar2012-09-041-0/+2
| |