aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #491 from nagyrobi/patch-2Marcello Coutinho2013-09-191-20/+23
|\ | | | | Update asterisk_calls.php
| * Update asterisk_calls.phpnagyrobi2013-09-191-20/+23
| | | | | | Added utf8_decode to the cells of the From column of the table, as Asterisk saves these names in UTF-8 encoding.
* | Merge pull request #492 from nagyrobi/patch-3Marcello Coutinho2013-09-191-5/+11
|\ \ | | | | | | Update asterisk_log.php
| * | Update asterisk_log.phpnagyrobi2013-09-191-5/+11
| |/
* | Merge pull request #493 from nagyrobi/patch-4Marcello Coutinho2013-09-191-13/+20
|\ \ | | | | | | Update asterisk_cmd.php
| * | Update asterisk_cmd.phpnagyrobi2013-09-191-13/+20
| |/ | | | | Added more Asterisk status options, rearranged menu buttons.
* | Merge pull request #495 from nagyrobi/patch-5Marcello Coutinho2013-09-191-93/+351
|\ \ | |/ |/| Update asterisk.inc
| * Update asterisk.incnagyrobi2013-09-191-93/+351
|/ | | Setup to make the Asterisk installation work straight out of the box, without generating any errors. A SIP configuration example is included.
* Merge pull request #489 from voyagertm/patch-5Renato Botelho2013-09-181-0/+1
|\ | | | | Update lcdproc.xml
| * Update lcdproc.xmlTony2013-09-181-0/+1
|/ | | - Small bug (forgot <option>)
* Merge pull request #474 from timdufrane/masterRenato Botelho2013-09-181-3/+3
|\ | | | | Fix Incorrect Directory Replacement
| * Contentscanners preg_replacetimdufrane2013-08-161-1/+1
| | | | | | This condition also applies to the contentscanner section, and there is no variable substitution going on. Does not affect installs that use /usr/local, and allows the correct behavior on installs in /usr/pbi/dansguardian/... or wherever else (as long as DANSGUARDIAN_DIR is the correct directory).
| * Fix Incorrect Directory Replacementtimdufrane2013-08-131-2/+2
| | | | | | | | On some installs, the directory ends up being /usr/pbi/dansguardian-xxx/... This results in include lines not being written correctly and broken config files. DANSGUARDIAN_DIR should be present on every system.
* | Merge pull request #488 from voyagertm/patch-4Renato Botelho2013-09-181-1/+1
|\ \ | | | | | | Update pkg_config.8.xml.amd64
| * | Update pkg_config.8.xml.amd64voyagertm2013-09-161-1/+1
| | | | | | | | | - Changed the version of LCDproc to be the same as my changes to the package
* | | Merge pull request #487 from voyagertm/patch-3Renato Botelho2013-09-181-1/+1
|\ \ \ | | | | | | | | Update pkg_config.8.xml
| * | | Update pkg_config.8.xmlvoyagertm2013-09-161-1/+1
| |/ / | | | | | | - Changed version to be the same with my changes in the LCDproc package
* | | Merge pull request #486 from voyagertm/patch-2Renato Botelho2013-09-181-3/+19
|\ \ \ | | | | | | | | Update lcdproc.inc
| * | | Update lcdproc.incvoyagertm2013-09-161-3/+19
| |/ / | | | | | | | | | - Added the extra USB COM port from lcdproc.xml - Changed the HD44780 part to fit the lcdproc.xml and other changes
* | | Merge pull request #485 from voyagertm/patch-1Renato Botelho2013-09-181-3/+87
|\ \ \ | | | | | | | | Update lcdproc.xml
| * | | Update lcdproc.xmlvoyagertm2013-09-161-3/+87
| |/ / | | | | | | | | | | | | - Changed the version - Added an extra USB COM port someone needed - Added option for the HD44780 driver
* / / squid3-dev - external acl helper for captive portal authentication integration.Marcello Coutinho2013-09-181-0/+85
|/ /
* | Merge pull request #484 from phil-davis/masterRenato Botelho2013-09-152-29/+29
|\ \ | | | | | | bandwidthd - whitespace formatting
| * | bandwidthd - whitespace formattingPhil Davis2013-09-141-24/+24
| | |
| * | bandwidthd - whitespace formattingPhil Davis2013-09-141-5/+5
|/ /
* | Merge pull request #483 from phil-davis/masterJim P2013-09-121-1/+1
|\ \ | | | | | | bandwidthd - specify explicitly the graph location index.html
| * | bandwidthd - specify explicitly the graph location index.htmlPhil Davis2013-09-121-1/+1
|/ / | | | | | | This helps some people whose browser does not find index.html automagically, and does not harm anything for others. http://forum.pfsense.org/index.php/topic,49165.msg362705.html#msg362705
* | Add some dummy XML files for CLI-only packages since the package system ↵jim-p2013-09-114-0/+176
| | | | | | | | likes to have them there.
* | Put these back... it's equally unhappy with them undefined.jim-p2013-09-112-0/+4
| |
* | This file doesn't exist either...jim-p2013-09-112-2/+0
| |
* | Remove this line, as it does not actually existjim-p2013-09-112-2/+0
| |
* | Merge pull request #482 from phil-davis/masterRenato Botelho2013-09-094-8/+17
|\ \ | | | | | | bandwidthd - check for interface subnet also specified by user
| * | bandwidthd version bumpPhil Davis2013-09-091-1/+1
| | |
| * | bandwidthd version bumpPhil Davis2013-09-091-1/+1
| | |
| * | bandwidthd version bumpPhil Davis2013-09-091-1/+1
| | |
| * | bandwidthd - check for interface subnet also specified by userPhil Davis2013-09-091-5/+14
|/ / | | | | | | | | Check for the case where a user specifies the interface subnet to listen on in the "subnet" box, which is actually not required. In this case, do not put the subnet into the config twice. It fixes a GUI data entry confusion that is reported from time to time in the forum, e.g. http://forum.pfsense.org/index.php/topic,49165.msg320801.html#msg320801 http://forum.pfsense.org/index.php/topic,66354.0.html
* | Merge pull request #481 from avpavp/havp_2.1_dir_fixesRenato Botelho2013-09-051-3/+11
|\ \ | | | | | | old code looked for 2.0 to decide if this was 2+, changed to 2.
| * | old code looked for 2.0 to decide if this was 2+, changed to 2.Anthony Paul2013-09-051-3/+11
|/ / | | | | | | made sure some dirs were created and permissions set before trying to write to them
* | fix typoChris Buechler2013-09-042-3/+3
| |
* | Add a manual config validation option to HAproxy (using -c to only check ↵jim-p2013-08-295-3/+23
| | | | | | | | config file)
* | Fixup service matching so that OpenVPN and CP instances aren't missing after ↵jim-p2013-08-295-4/+48
| | | | | | | | one was added.
* | Don't try to (re)start services during boot.jim-p2013-08-284-3/+10
| |
* | Teach blinkled how to write an rcfile since it claims to use one in its ↵jim-p2013-08-284-6/+37
| | | | | | | | service definition.
* | Fixup a bunch of package service descriptions.jim-p2013-08-2825-23/+25
| |
* | Service Watchdog: If the description is empty, try to fetch the package ↵jim-p2013-08-284-5/+7
| | | | | | | | description instead. Also, don't offer cron in the list of services to monitor. Don't show blank/empty services. Bump version.
* | Switch to rw before doing disk write operations when syncing sudoers file.jim-p2013-08-284-3/+6
| |
* | Use a better function to get the service status.jim-p2013-08-284-4/+4
| |
* | Rename to avoid potential confusion with existing utility.jim-p2013-08-289-97/+97
| |
* | Add ProcWatch, a little package to monitor services and restart them if they ↵jim-p2013-08-277-0/+467
| | | | | | | | are stopped. Needs more testing, but the basics work.
* | Rather use transparent hereWarren Baker2013-08-271-1/+1
| |