aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Add new PORTVAR ports to match current default configbmeeks82013-09-251-4/+5
| | | | |
| * | | | Add check so flowbits logic does not re-enable manually disabled rulesbmeeks82013-09-251-0/+4
| | | | |
| * | | | Add new Snort-specific functions for using Aliasesbmeeks82013-09-251-0/+95
| | | | |
| * | | | Change match arguments for "pgrep" to fix multiple process startsbmeeks82013-09-251-12/+22
| | | | |
| * | | | Add back JavaScript function inadvertently deleted.bmeeks82013-09-251-0/+15
| | | | |
| * | | | Allow use of system-specified proxy server for rule updates.bmeeks82013-09-251-0/+12
| | | | |
| * | | | Fix bug preventing auto-adding entry to an empty Suppress List.bmeeks82013-09-251-0/+4
| | | | |
| * | | | Fix missing {} on quoted string and declare array() before use.bmeeks82013-07-031-4/+27
| | | | |
| * | | | Change "enable all rules" icon to plus (+) instead of (x).bmeeks82013-07-031-5/+14
| | | | |
* | | | | Add package Squidguard 1.5 beta optionLuiz G. Costa2013-09-2612-0/+6433
| | | | |
* | | | | squid3-dev - supress php warnings on squid captive portal auth helperMarcello Coutinho2013-09-241-1/+1
| |_|/ / |/| | |
* | | | Try again to correct newlinesjim-p2013-09-231-0/+1
| |/ / |/| |
* | | Fix newlines. Please use autocrlfjim-p2013-09-211-378/+378
| | |
* | | Update asterisk.incnagyrobi2013-09-211-2/+7
| | | | | | | | | Add config move routine for non-pbi install; prepare a backup file to restore Asterisk's settings to factory defaults later.
* | | Merge pull request #502 from nagyrobi/patch-12Marcello Coutinho2013-09-201-1/+1
|\ \ \ | | | | | | | | Update asterisk.xml
| * | | Update asterisk.xmlnagyrobi2013-09-201-1/+1
| | | | | | | | | | | | Function sync_package_asterisk(); is called twice when installing (also from asterisk_install();) this makes several edits in the startup and config files twice. Commented it out for now here.
* | | | Update asterisk.incnagyrobi2013-09-201-367/+373
|/ / / | | | | | | Updated configuration mover, a couple of new modules not loaded by default, SIP bindig to LAN interface by default to have correctly running system after first installation .
* | | sarg - remove unset_gd from compile options and add missing ldap option on ↵Marcello Coutinho2013-09-201-0/+1
| | | | | | | | | | | | usertab field
* | | Fix newlinesjim-p2013-09-201-367/+367
| | |
* | | Update asterisk.incnagyrobi2013-09-191-24/+22
| | | | | | | | | Gosh I found some dumb syntax errors. Plus optimized a bit more.
* | | sarg - fix squidguard conf dirMarcello Coutinho2013-09-192-4/+6
| | |
* | | Update asterisk.incnagyrobi2013-09-191-1/+19
| | | | | | | | | for NanoBSD compatibility, move the /etc/asterisk configuration directory to /conf, and symlink it back. /conf/asterisk is also required by asterisk_edit_file.php.
* | | Merge pull request #496 from nagyrobi/patch-6Marcello Coutinho2013-09-191-2/+2
|\ \ \ | | | | | | | | Update asterisk.xml
| * | | Update asterisk.xmlnagyrobi2013-09-191-2/+2
| | | | | | | | | | | | Bump the version number.
* | | | Merge pull request #490 from nagyrobi/patch-1Marcello Coutinho2013-09-191-8/+136
|\ \ \ \ | | | | | | | | | | Update asterisk_edit_file.php
| * | | | Update asterisk_edit_file.phpnagyrobi2013-09-191-8/+136
| |/ / / | | | | | | | | | | | | Update to be compatible with 2.1-RELEASE, NanoBSD. Added complete Asterisk config backup and restore options.
* | | | 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.
* / / / 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.
* | | 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 #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
|/ / / /
* | | | bandwidthd - whitespace formattingPhil Davis2013-09-141-24/+24
| | | |
* | | | bandwidthd - whitespace formattingPhil Davis2013-09-141-5/+5
| | | |
* | | | 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.
* | | | 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
* | | | 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
| | | |