aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* pfBlocker - include table-entries size validation checkmarcelloc2011-10-295-12/+43
|
* pfBlocker - fix bug in get_countriesmarcelloc2011-10-281-3/+3
|
* pfBlocker - version 0.1.2 with widget and more fixesmarcelloc2011-10-285-13/+101
|
* pfblocker - refix missing topspammers call in pfBlocker.xmlmarcelloc2011-10-281-4/+4
|
* pfBlocker - fix whitelist checkmarcelloc2011-10-281-2/+2
|
* pfBlocker - more improvementsmarcelloc2011-10-282-17/+43
|
* postfix - remove dnsbl.invaluement.com from RBL server List infomarcelloc2011-10-281-1/+1
|
* pfBlocker-dev - fix alias creation check for outbound trafficmarcelloc2011-10-289-1953/+1
|
* pfBlocker-dev - fix missing xml call to tospammers.xmlmarcelloc2011-10-271-2/+2
|
* pfBlocker-dev - version 0.1.1 with countryblock and ipblocklist togethermarcelloc2011-10-277-100/+427
|
* pfBlocker-dev - fix additional_files_needed referencemarcelloc2011-10-271-3/+3
|
* pfBlocker-dev - update files and dir referencesmarcelloc2011-10-276-173/+164
|
* pk-blocker-dev - more file actionsmarcelloc2011-10-274-976/+0
|
* pf-bloker-dev - more file actionsmarcelloc2011-10-274-0/+976
|
* pfblocker-dev - rename filesmarcelloc2011-10-274-0/+976
|
* countryblock-dev moved to pf-blocker-devmarcelloc2011-10-276-12/+988
|
* countryblock-dev - fix missing filter rule creationmarcelloc2011-10-263-9/+25
|
* countryblock-dev - add check to prevent sync errormarcelloc2011-10-261-1/+2
|
* countryblock-dev change some text infomarcelloc2011-10-261-3/+3
|
* contryblock-dev - fix wrong rule alias assignmarcelloc2011-10-261-4/+4
|
* countryblock-dev - add more controls to prevent sync errosmarcelloc2011-10-262-7/+15
|
* countryblock-dev - more fixesmarcelloc2011-10-265-13/+13
|
* countryblock-dev - fix alias and rules creationmarcelloc2011-10-251-39/+50
|
* countryblock-dev - force alias update on applymarcelloc2011-10-251-2/+4
|
* countryblock-dev - remove degub infomarcelloc2011-10-252-2/+2
|
* countryblock-dev - fix folder locationmarcelloc2011-10-251-7/+7
|
* Merge branch 'master' of https://github.com/bsdperimeter/pfsense-packagesmarcelloc2011-10-251-1/+1
|\
| * Merge pull request #97 from jorgelustosa/patch-5Marcello Coutinho2011-10-251-1/+1
| |\ | | | | | | fix 401 authentication method , important if you use http basic authentic
| | * fix 401 authentication method , important if you use http basic authentication Jorge Lustosa2011-10-251-1/+1
| |/
* / countryblock - fix some file info.Marcello Coutinho2011-10-253-7/+7
|/
* CountryBlock-dev new packageMarcello Coutinho2011-10-256-0/+966
|
* Postfix - Include RBL list warningMarcello Coutinho2011-10-241-1/+2
|
* Ticket #1749. Add some more validations to the code that generates oink ↵Ermal2011-10-233-27/+33
| | | | scripts config.
* Include SALS2 and TLS to postfixMarcello Coutinho2011-10-192-2/+2
|
* Merge pull request #96 from jorgelustosa/patch-4Marcello Coutinho2011-10-181-5/+0
|\ | | | | file list error
| * file list error Jorge Lustosa2011-10-181-5/+0
|/
* Merge pull request #95 from jorgelustosa/patch-3Marcello Coutinho2011-10-181-1/+7
|\ | | | | executable in element service and instalation file list
| * executable in element service and instalation file list Jorge Lustosa2011-10-181-1/+7
| |
* | Merge pull request #94 from jorgelustosa/patch-2Marcello Coutinho2011-10-181-1/+6
|\ \ | |/ |/| the file zebedee_get_key.php not included on instalation file list.
| * the file zebedee_get_key.php not included on instalation file list.Jorge Lustosa2011-10-181-1/+6
|/
* Disable ntop for embedded. I can't imagine that ever worked properly, and ↵jim-p2011-10-182-0/+2
| | | | it's just asking for trouble.
* zebedee tunneling packageMarcello Coutinho2011-10-1713-0/+1474
|
* Move this variable away from being a global. For some reason PHP refuses to ↵jim-p2011-10-171-5/+4
| | | | honor the global declaration here when it's run at boot time, and the variable ends up empty and writing an invalid config.
* Run the decrypted backup through htmlentities, otherwise things like & ↵jim-p2011-10-111-1/+1
| | | | in the actual config get turned into their decoded counterparts (&, ", etc) and if that result is copy/pasted, saved, and restored, it is invalid XML and gets tossed out.
* Fix varnish-dev package assignsMarcello Coutinho2011-10-102-3/+1
|
* Merge pull request #93 from Nachtfalkeaw/patch-43Ermal Luçi2011-10-091-6/+1
|\ | | | | | | | | Bump Version because of syntax correction. This is presently broken in 2.0 and previous but will be fixed again for 2.0+
| * Bump Version because of syntax correction. Nachtfalkeaw2011-10-091-6/+1
| | | | | | Remove not working logging capability
* | Merge pull request #91 from Nachtfalkeaw/patch-41Ermal Luçi2011-10-091-1/+1
|\ \ | |/ |/| Changed syntax like it is decribed here: http://freeradius.org/radiusd/do
| * Changed syntax like it is decribed here: ↵Nachtfalkeaw2011-10-091-1/+1
|/ | | | | http://freeradius.org/radiusd/doc/Simultaneous-Use Should fix this: http://forum.pfsense.org/index.php/topic,41819.msg215897.html#msg215897
* Only define pbi entries once. 2.0 does not have the listtag to turn it into ↵Scott Ullrich2011-10-061-8/+0
| | | | an array.