| Commit message (Expand) | Author | Age | Files | Lines |
* | squid3-dev - external acl helper for captive portal authentication integration. | Marcello Coutinho | 2013-09-18 | 1 | -0/+85 |
* | bandwidthd - whitespace formatting | Phil Davis | 2013-09-14 | 1 | -24/+24 |
* | bandwidthd - whitespace formatting | Phil Davis | 2013-09-14 | 1 | -5/+5 |
* | bandwidthd - specify explicitly the graph location index.html | Phil Davis | 2013-09-12 | 1 | -1/+1 |
* | Add some dummy XML files for CLI-only packages since the package system likes... | jim-p | 2013-09-11 | 4 | -0/+176 |
* | bandwidthd version bump | Phil Davis | 2013-09-09 | 1 | -1/+1 |
* | bandwidthd - check for interface subnet also specified by user | Phil Davis | 2013-09-09 | 1 | -5/+14 |
* | old code looked for 2.0 to decide if this was 2+, changed to 2. | Anthony Paul | 2013-09-05 | 1 | -3/+11 |
* | fix typo | Chris Buechler | 2013-09-04 | 2 | -3/+3 |
* | Add a manual config validation option to HAproxy (using -c to only check conf... | jim-p | 2013-08-29 | 3 | -1/+21 |
* | Fixup service matching so that OpenVPN and CP instances aren't missing after ... | jim-p | 2013-08-29 | 3 | -2/+46 |
* | Don't try to (re)start services during boot. | jim-p | 2013-08-28 | 2 | -1/+8 |
* | Teach blinkled how to write an rcfile since it claims to use one in its servi... | jim-p | 2013-08-28 | 2 | -4/+35 |
* | Fixup a bunch of package service descriptions. | jim-p | 2013-08-28 | 25 | -23/+25 |
* | Service Watchdog: If the description is empty, try to fetch the package descr... | jim-p | 2013-08-28 | 2 | -3/+5 |
* | Switch to rw before doing disk write operations when syncing sudoers file. | jim-p | 2013-08-28 | 2 | -1/+4 |
* | Use a better function to get the service status. | jim-p | 2013-08-28 | 2 | -2/+2 |
* | Rename to avoid potential confusion with existing utility. | jim-p | 2013-08-28 | 7 | -91/+91 |
* | Add ProcWatch, a little package to monitor services and restart them if they ... | jim-p | 2013-08-27 | 5 | -0/+443 |
* | Rather use transparent here | Warren Baker | 2013-08-27 | 1 | -1/+1 |
* | Fix config syntax problem | Warren Baker | 2013-08-27 | 1 | -1/+1 |
* | Make sure reverse entries are correctly added so that DNS Rebinding does not ... | Warren Baker | 2013-08-27 | 1 | -8/+10 |
* | Make backend is added correctly, if a single or multiple ones are specified. | Warren Baker | 2013-08-27 | 1 | -20/+24 |
* | Some more cleanups | Warren Baker | 2013-08-27 | 1 | -5/+5 |
* | General code syntax cleanup | Warren Baker | 2013-08-27 | 1 | -174/+149 |
* | Use OpenVPN Manager client management port if specified for the server concerned | Phil Davis | 2013-08-25 | 1 | -2/+7 |
* | Merge pull request #478 from PiBa-NL/HAProxy-devel-defaultbackend | Jim P | 2013-08-25 | 1 | -1/+1 |
|\ |
|
| * | fix (again) default backend selection | PiBa-NL | 2013-08-25 | 1 | -1/+1 |
* | | Merge pull request #476 from overhacked/fix-siproxd-rtpenable | Renato Botelho | 2013-08-21 | 2 | -5/+13 |
|\ \ |
|
| * | | siproxd: changed rtpenable to true by default | Ross Williams | 2013-08-21 | 2 | -2/+2 |
| * | | siproxd: separate enable/disable of RTP proxy from rest of daemon | Ross Williams | 2013-08-17 | 2 | -3/+21 |
| * | | Allowing siproxd to run even if RTP proxy is disabled | Ross Williams | 2013-08-16 | 1 | -13/+3 |
* | | | nut: Adding cyberpower MIB as a selectable value | Moritz Heiber | 2013-08-21 | 1 | -0/+4 |
* | | | HAproxy config parameter clitimeout is deprecated, should now be "timeout cli... | jim-p | 2013-08-20 | 1 | -1/+1 |
* | | | Add the most common values as default in system patches for path strip, base,... | jim-p | 2013-08-16 | 2 | -1/+5 |
* | | | chaged text in description of "output PostgreSQL" to link | Individual IT Services | 2013-08-15 | 1 | -1/+1 |
* | | | For NRPE2, honor the "sudo" checkbox if it's checked and sudo exists on the s... | jim-p | 2013-08-14 | 2 | -2/+6 |
* | | | Merge pull request #473 from individual-it/master | Jim P | 2013-08-14 | 3 | -3/+69 |
|\ \ \ |
|
| * | | | corrected typo for log_error | Individual IT Services | 2013-08-14 | 1 | -1/+1 |
| * | | | deleted empty rows | Individual IT Services | 2013-08-14 | 1 | -1/+0 |
| * | | | added link to the Documentation about Zabbix User Parameters | Individual IT Services | 2013-08-14 | 1 | -2/+3 |
| * | | | Updated the version number to 2.0.1_5 pkg v.0.1 | Individual IT Services | 2013-08-13 | 1 | -1/+1 |
| * | | | added posibility to use postgreSQL database to store results | Individual IT Services | 2013-08-13 | 1 | -0/+37 |
| * | | | added posibility to use postgreSQL database to store results | Individual IT Services | 2013-08-13 | 1 | -0/+29 |
| | |/
| |/| |
|
* | | | If the file doens't exist, bail, or this will generate a PHP error. | jim-p | 2013-08-13 | 1 | -0/+2 |
* | | | Fix HAproxy "advanced" global pass-through options box. | jim-p | 2013-08-13 | 2 | -2/+2 |
|/ / |
|
* | | haproxy-devel fix displaying shared frontends in a grouped manner. | PiBa-NL | 2013-08-04 | 1 | -77/+79 |
* | | HAProxy-devel, fix default backend selection | PiBa-NL | 2013-08-03 | 1 | -5/+6 |
* | | Improve instructions for bgpd.conf networks section to reflect brpd.conf synt... | Renato Botelho | 2013-08-01 | 1 | -1/+1 |
* | | Fix typo | jim-p | 2013-07-25 | 1 | -1/+1 |