Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update config/freeradius2/freeradiussettings.xml | Alexander Wilke | 2012-02-10 | 1 | -2/+2 |
| | |||||
* | Update config/freeradius2/freeradius.xml | Alexander Wilke | 2012-02-10 | 1 | -2/+7 |
| | |||||
* | additional checks | Alexander Wilke | 2012-02-10 | 1 | -3/+7 |
| | |||||
* | Merge pull request #210 from mdima/master | Jim P | 2012-02-09 | 6 | -91/+85 |
|\ | | | | | Improvements for stability and optimizazions | ||||
| * | Improvements for stability and optimizazions | Michele Di Maria | 2012-02-09 | 6 | -91/+85 |
|/ | | | | | | | | | | | | | | | | - Improved the reception of data from LCDd. Now there's a cycle that run until there's no more data do receive. Before that there was the possibility of a buffer overflow in LCDd. The timeout of the receiving socket is 25ms. - Optimized the number of commands sent to LCDd every cycle. Now it is sent only the half; - Rewritten with better code the error handling; - Increased to 3 the number of attempts the client performs to reconnect to LCDd in case of disconnection; - Simplified the startup scripts. Now lcdproc_client.sh is not generated/run anymore, since the error handling is managed by the client; - Changed the startup scripts to run both LCDd then the client as "nice" process; - Capped the wait time between each client cycle to 5 seconds. It still is calculated as the refresh frequency * the number of screen activated, but now it's capped; - Increased to 8000 chars the trunk of data received from LCDd; - Improved the "service stop" script. Now it cycle until LCDd is definitely killed and works even if LCDd is hung; - Added a "welcome" string on the panel at the LCDd startup; Thanks, Michele | ||||
* | Only add default settings for nrpe2 if there are no settings. Otherwise the ↵ | jim-p | 2012-02-09 | 3 | -48/+52 |
| | | | | config is overwritten. | ||||
* | dansguardian - improve group name check | marcelloc | 2012-02-08 | 1 | -2/+5 |
| | |||||
* | dansguardian - fix phrase typo tab menu | marcelloc | 2012-02-08 | 8 | -8/+8 |
| | |||||
* | Update pkg_config.8.xml | Alexander Wilke | 2012-02-07 | 1 | -1/+1 |
| | |||||
* | Update pkg_config.8.xml.amd64 | Alexander Wilke | 2012-02-07 | 1 | -1/+1 |
| | |||||
* | OTP support | Alexander Wilke | 2012-02-07 | 1 | -0/+6 |
| | |||||
* | OTP support | Alexander Wilke | 2012-02-07 | 1 | -8/+197 |
| | |||||
* | OTP support | Alexander Wilke | 2012-02-07 | 1 | -3/+33 |
| | |||||
* | dansguardian - fix fields descriptions | marcelloc | 2012-02-07 | 1 | -2/+2 |
| | |||||
* | update description | Alexander Wilke | 2012-02-06 | 1 | -1/+1 |
| | |||||
* | typo | Alexander Wilke | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Update pkg_config.8.xml | Alexander Wilke | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Update pkg_config.8.xml.amd64 | Alexander Wilke | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | custom logging options | Alexander Wilke | 2012-02-04 | 1 | -1/+21 |
| | |||||
* | custom logging options | Alexander Wilke | 2012-02-04 | 1 | -2/+4 |
| | |||||
* | typos | Alexander Wilke | 2012-02-04 | 1 | -2/+2 |
| | |||||
* | typos | Alexander Wilke | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Update pkg_config.8.xml.amd64 | Alexander Wilke | 2012-02-03 | 1 | -1/+1 |
| | |||||
* | Update pkg_config.8.xml | Alexander Wilke | 2012-02-03 | 1 | -1/+1 |
| | |||||
* | Update config/freeradius2/freeradius.xml | Alexander Wilke | 2012-02-03 | 1 | -8/+18 |
| | |||||
* | Update config/freeradius2/freeradiusauthorizedmacs.xml | Alexander Wilke | 2012-02-03 | 1 | -8/+18 |
| | |||||
* | Update config/freeradius2/freeradius.inc | Alexander Wilke | 2012-02-03 | 1 | -2/+12 |
| | |||||
* | Merge branch 'master' of https://github.com/bsdperimeter/pfsense-packages | marcelloc | 2012-02-03 | 7 | -26/+45 |
|\ | |||||
| * | reverted commit from yesterday | Alexander Wilke | 2012-02-03 | 1 | -1/+0 |
| | | |||||
| * | Bump package version on snort to match latest changes | Ermal | 2012-02-02 | 2 | -2/+2 |
| | | |||||
| * | change default value because most people use it | Alexander Wilke | 2012-02-02 | 1 | -1/+2 |
| | | |||||
| * | Merge pull request #208 from mdima/master | Seth Mos | 2012-02-01 | 5 | -5/+9 |
| |\ | | | | | | | Kills explicitly the clients on the package resync | ||||
| | * | Kills explicitly the clients on the package resync | Michele Di Maria | 2012-02-01 | 5 | -5/+9 |
| | | | |||||
| * | | Merge pull request #207 from mdima/master | Seth Mos | 2012-02-01 | 6 | -23/+38 |
| |\| | | | | | | | Changes to improve stability | ||||
| | * | - Added a 20ms delay between each command sent from the client to LCDproc. | Michele Di Maria | 2012-02-01 | 6 | -23/+38 |
| |/ | | | | | | | | | - Better managed errors. Now the client resets the error counter every successful communication session with LCDproc (before was a global counter). The error counter is managed inside the client (lcdproc_client.php). - Because of the above change, now the "client script" (lcdclient.sh) do not cycle anymore. | ||||
* / | dansguardian - include ip based auth tab | Marcello Coutinho | 2012-02-03 | 14 | -3/+174 |
|/ | |||||
* | haproxy - fix array check. | Marcello Coutinho | 2012-02-01 | 1 | -1/+1 |
| | |||||
* | dansguardian - include blacklist and clamav cron update | marcelloc | 2012-01-31 | 7 | -12/+144 |
| | | | | | include custom error template page fix some typos and url call | ||||
* | Update pkg_config.8.xml | Alexander Wilke | 2012-01-31 | 1 | -1/+1 |
| | |||||
* | Update pkg_config.8.xml.amd64 | Alexander Wilke | 2012-01-31 | 1 | -1/+1 |
| | |||||
* | Update config/freeradius2/freeradiusauthorizedmacs.xml | Alexander Wilke | 2012-01-31 | 1 | -2/+1 |
| | |||||
* | Update config/freeradius2/freeradius.xml | Alexander Wilke | 2012-01-31 | 1 | -4/+2 |
| | |||||
* | Update config/freeradius2/freeradius.inc | Alexander Wilke | 2012-01-31 | 1 | -5/+17 |
| | |||||
* | Disable snort-dev/Orion* package since they are broken and no activity in ↵ | Ermal | 2012-01-30 | 2 | -33/+0 |
| | | | | several months. | ||||
* | dansguardian - improve blacklist import and category assign | marcelloc | 2012-01-30 | 8 | -43/+109 |
| | | | | | | - include dansguardian on service - include log, deamon and config default xml options - fix some typos | ||||
* | Update pkg_config.8.xml | Alexander Wilke | 2012-01-29 | 1 | -1/+1 |
| | |||||
* | Update pkg_config.8.xml.amd64 | Alexander Wilke | 2012-01-29 | 1 | -1/+1 |
| | |||||
* | Update config/freeradius2/freeradiuseapconf.xml | Alexander Wilke | 2012-01-29 | 1 | -10/+8 |
| | |||||
* | option to disable weak EAP types | Alexander Wilke | 2012-01-29 | 1 | -14/+24 |
| | |||||
* | fix check_cert_issuer | Alexander Wilke | 2012-01-28 | 1 | -1/+13 |
| |