Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IP Range to CIDRs not calculating properly | darkain | 2012-10-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | Several IP address ranges were being calculated improperly. Examples: 10.0.0.0-10.255.255.255 became 160.0.0.0/8 65.113.241.0-65.113.241.255 became 130.227.226.0/24 72.165.61.0-72.165.61.255 became 145.74.122.0/24 The use of complicated string and regular expressions to calculate netmasks has been replaced with basic and proper bit masking. | ||||
* | Write client install exe to temp dir | Phil Davis | 2012-10-03 | 1 | -4/+4 |
| | | | The code did not work on nanobsd, due to $workdir templates being on a read-only mount point. The appropriate $client_install_exe needs to be written straight to $tempdir rather than first done in $workdir templates. And also we don't want to be writing to $workdir templates every time we make a client install package for someone. | ||||
* | freeradius2: add some checks on xmlrpc code | Alexander Wilke | 2012-10-03 | 1 | -7/+13 |
| | |||||
* | Add export option for OpenVPN 2.3 beta client as well as the existing one. | jim-p | 2012-10-02 | 2 | -11/+39 |
| | |||||
* | 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 |
| | |||||
* | 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. | ||||
* | 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 | ||||
* | | 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 |
|/ | |||||
* | New syslog-ng package | Leger Lance | 2012-09-16 | 4 | -0/+926 |
| | |||||
* | dansguardian - add additional check to detect xml rpc sync call | marcelloc | 2012-09-24 | 1 | -3/+3 |
| | |||||
* | dansguardian - add multiple select option to dansguardian group acl | marcelloc | 2012-09-21 | 4 | -51/+123 |
| | |||||
* | 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 | 4 | -17/+55 |
|\ | |||||
| * | Make quoting the server CN optional since it seems to break more clients ↵ | jim-p | 2012-09-18 | 3 | -14/+52 |
| | | | | | | | | 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 |
| | | |||||
* | | 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 | 1 | -2/+2 |
| | |||||
* | 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 | 3 | -257/+33 |
| | |||||
* | sarg - add gzip feature to compress reports and save disk space | Marcello Coutinho | 2012-09-14 | 3 | -3/+77 |
| | |||||
* | Set the user credentials in curl rather than forming a URI with the ↵ | jim-p | 2012-09-07 | 2 | -2/+3 |
| | | | | 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 | 2 | -11/+17 |
| | | | | squid3 | ||||
* | Update NUT backend code to support new binaries. | jim-p | 2012-09-05 | 2 | -30/+14 |
| | |||||
* | 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 |
| | |||||
* | change name of status menu item to work around issue with items of same name | apnar | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | update status page and move status functions into that page | apnar | 2012-09-05 | 2 | -29/+51 |
| | |||||
* | remove some unused code | apnar | 2012-09-05 | 1 | -17/+0 |
| | |||||
* | try to manually force bigger log a better way | apnar | 2012-09-05 | 1 | -2/+1 |
| | |||||
* | try to manually force a larger syslog file | apnar | 2012-09-04 | 1 | -0/+2 |
| | |||||
* | Add interface group on install, remove it on uninstall, and add interfaces ↵ | apnar | 2012-09-04 | 2 | -1/+47 |
| | | | | to it. | ||||
* | add service desc and tweak status perms | apnar | 2012-09-04 | 1 | -1/+7 |
| | |||||
* | Add shortcuts file | apnar | 2012-09-04 | 1 | -0/+11 |
| | |||||
* | Add options to Avahi to selectively disable IPv6 (and IPv4) | jim-p | 2012-08-29 | 2 | -2/+16 |
| | |||||
* | Merge pull request #316 from bguerin/master | Jim P | 2012-08-29 | 2 | -73/+34 |
|\ | | | | | Stabilisation of DNS server | ||||
| * | Adding option to disable IP monitoring | Benoit GUERIN | 2012-08-29 | 2 | -11/+31 |
| | | |||||
| * | Using multilog instead of readproctitle to log svscan output | Benoit GUERIN | 2012-08-29 | 1 | -1/+3 |
| | | |||||
| * | Deleting dead code | Benoit GUERIN | 2012-08-05 | 2 | -61/+0 |
| | | |||||
* | | update tinc version from 1.0.18 to 1.0.19 | apnar | 2012-08-28 | 3 | -3/+3 |
| | |