Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add export option for OpenVPN 2.3 beta client as well as the existing one. | jim-p | 2012-10-02 | 4 | -13/+41 |
| | |||||
* | Merge pull request #326 from phil-davis/master | Jim P | 2012-10-02 | 2 | -16/+15 |
|\ | | | | | bandwidthd inconsistent field names and defaults | ||||
| * | Fix inconsistent field names | Phil Davis | 2012-10-02 | 1 | -14/+10 |
| | | | | | | and default values, and some field description text. | ||||
| * | Fix inconsistent field names | Phil Davis | 2012-10-02 | 1 | -2/+5 |
|/ | |||||
* | Merge pull request #325 from phil-davis/master | Marcello Coutinho | 2012-10-01 | 1 | -1/+1 |
|\ | | | | | Fix equals check for pfblocker rule loading | ||||
| * | Fix equals check for pfblocker rule loading | Phil Davis | 2012-10-02 | 1 | -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/master | Alexander Wilke | 2012-10-01 | 4 | -15/+15 |
|\ | | | | | FreeRADIUS2: New XMLRPC sync options | ||||
| * | Update pkg_config.8.xml.amd64 | Alexander Wilke | 2012-10-01 | 1 | -1/+1 |
| | | |||||
| * | Update pkg_config.8.xml | Alexander Wilke | 2012-10-01 | 1 | -1/+1 |
| | | |||||
| * | Update config/freeradius2/freeradius.inc | Alexander Wilke | 2012-10-01 | 1 | -12/+11 |
| | | | | | | typo | ||||
| * | Update config/freeradius2/freeradiussync.xml | Alexander Wilke | 2012-10-01 | 1 | -1/+2 |
|/ | | | added field description | ||||
* | Merge pull request #322 from IT-B-IT/patch-2 | Alexander Wilke | 2012-10-01 | 1 | -1/+14 |
|\ | | | | | Update config/freeradius2/freeradiussync.xml | ||||
| * | Update config/freeradius2/freeradiussync.xml | IT-B-IT | 2012-09-25 | 1 | -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-1 | Alexander Wilke | 2012-10-01 | 1 | -10/+25 |
|\ \ | | | | | | | Update config/freeradius2/freeradius.inc | ||||
| * | | Update config/freeradius2/freeradius.inc | IT-B-IT | 2012-09-25 | 1 | -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/master | Marcello Coutinho | 2012-09-28 | 1 | -9/+18 |
|\ \ | | | | | | | Stop pfblocker rules being added twice | ||||
| * | | Stop pfblocker rules being added twice | Phil Davis | 2012-09-29 | 1 | -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.php | marcelloc | 2012-09-27 | 1 | -0/+2 |
| | | |||||
* | | Update this one too | jim-p | 2012-09-25 | 1 | -3/+3 |
| | | |||||
* | | Fix version and pbi spec | jim-p | 2012-09-25 | 1 | -2/+2 |
| | | |||||
* | | Fixup pbi depend line | jim-p | 2012-09-25 | 2 | -4/+2 |
| | | |||||
* | | fixup pbi build for this new pkg | jim-p | 2012-09-25 | 2 | -1/+21 |
|/ | |||||
* | Merge pull request #320 from laleger/master | Jim P | 2012-09-25 | 5 | -1/+947 |
|\ | | | | | Initial syslog-ng package submission (ALPHA) | ||||
| * | Fixed issue where <depends_on_package> tags were used instead of ↵ | Leger Lance | 2012-09-16 | 1 | -2/+2 |
| | | | | | | | | <depends_on_package_pbi> tags | ||||
| * | Fixed issue with syslog-ng package entry (was missing enclosing ↵ | Leger Lance | 2012-09-16 | 1 | -0/+2 |
| | | | | | | | | <package></package>) | ||||
| * | New syslog-ng package | Leger Lance | 2012-09-16 | 5 | -1/+945 |
|/ | |||||
* | dansguardian - add additional check to detect xml rpc sync call | marcelloc | 2012-09-24 | 3 | -5/+5 |
| | |||||
* | dansguardian - add multiple select option to dansguardian group acl | marcelloc | 2012-09-21 | 6 | -53/+125 |
| | |||||
* | squid - change pfsense version check to maintain compatibility with 1.2.3 | marcelloc | 2012-09-20 | 1 | -4/+5 |
| | | | | http://forum.pfsense.org/index.php/topic,53809.msg287761.html#msg287761 | ||||
* | Merge branch 'master' of https://github.com/bsdperimeter/pfsense-packages | marcelloc | 2012-09-19 | 6 | -21/+59 |
|\ | |||||
| * | Make quoting the server CN optional since it seems to break more clients ↵ | jim-p | 2012-09-18 | 5 | -16/+54 |
| | | | | | | | | than it fixes; Add a third Yealink variant. | ||||
| * | apache with mod_security-dev - fix more typos | Marcello Coutinho | 2012-09-18 | 1 | -1/+1 |
| | | |||||
| * | apache with mod_security-dev - typo fix | Marcello Coutinho | 2012-09-18 | 1 | -2/+2 |
| | | |||||
| * | apache with mod_security-dev - remove "+" from package name | Marcello Coutinho | 2012-09-18 | 2 | -2/+2 |
| | | |||||
* | | sarg - add missing sarg.inc changes to 0.6.1 | Marcello Coutinho | 2012-09-19 | 3 | -23/+50 |
|/ | |||||
* | apache2+modsecurity - new package gui devel version | Marcello Coutinho | 2012-09-18 | 15 | -0/+3768 |
| | | | | need pbi to be rebuild to get apache worker options working | ||||
* | squid3 - fix a missing vhost config on https setup | Marcello Coutinho | 2012-09-18 | 3 | -4/+96 |
| | |||||
* | sarg - fix typos | Marcello Coutinho | 2012-09-18 | 2 | -8/+8 |
| | |||||
* | sarg - fix daylimit field description | Marcello Coutinho | 2012-09-17 | 1 | -1/+2 |
| | |||||
* | sarg - fixes for pfsense 2.1 dirs and realtime tab | Marcello Coutinho | 2012-09-17 | 5 | -261/+37 |
| | |||||
* | sarg - add gzip feature to compress reports and save disk space | Marcello Coutinho | 2012-09-14 | 5 | -5/+79 |
| | |||||
* | Set the user credentials in curl rather than forming a URI with the ↵ | jim-p | 2012-09-07 | 5 | -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 Coutinho | 2012-09-05 | 4 | -13/+19 |
| | | | | squid3 | ||||
* | Update NUT backend code to support new binaries. | jim-p | 2012-09-05 | 4 | -32/+16 |
| | |||||
* | Bump nut version to match new binaries. Ticket #2621 | jim-p | 2012-09-05 | 2 | -6/+6 |
| | |||||
* | Build nut from the newer port, not the 2.2.x port. | jim-p | 2012-09-05 | 2 | -2/+2 |
| | |||||
* | Merge pull request #319 from apnar/master | Jim P | 2012-09-05 | 5 | -68/+120 |
|\ | | | | | Auto add and remove interface group for tinc VPN interfaces | ||||
| * | fix uninstall 2 | apnar | 2012-09-05 | 1 | -2/+2 |
| | | |||||
| * | fix uninstall | apnar | 2012-09-05 | 1 | -2/+4 |
| | | |||||
| * | removed some more unused code | apnar | 2012-09-05 | 1 | -19/+0 |
| | |