aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Make sure to make filesystem rw. Fixes #3302Warren Baker2013-11-041-1/+2
|
* Restrict regex to only consider files to rotate, and ignore other params ↵Renato Botelho2013-11-011-2/+2
| | | | like key_file and cert_file. Fixes #3292
* Allow the client export package to properly match the compression setting on 2.2jim-p2013-10-312-3/+9
|
* Version bump for OpenVPN Client Exportjim-p2013-10-311-1/+1
|
* tls-remote is deprecated, use verify-x509-name, which also works on the iOS ↵jim-p2013-10-311-2/+2
| | | | client so no need to exclude it from getting the line either.
* Add auth line to client config if configured on the server (drop-down is ↵jim-p2013-10-311-0/+4
| | | | there to set it in master/2.2)
* Fix apache+mod_security rc file specification.jim-p2013-10-292-2/+2
|
* Mail Reports: Ensure some variables are actually arrays before using them, ↵jim-p2013-10-292-4/+16
| | | | avoids an error and some console output if certain portions of a report have never been used. Version bump.
* bind - fix reverse zones after including $ORIGINMarcello Coutinho2013-10-281-1/+4
|
* adding generic USB UPS support via blazer_usb module that is supported and ↵Anthony Somerset2013-10-261-1/+5
| | | | working - eg ProLink
* bind - include custom zone records fieldMarcello Coutinho2013-10-252-12/+34
|
* bind -remove unsed functions and fix sync code for automatic option.Marcello Coutinho2013-10-252-20/+5
|
* lightsquid - fix squid log dir info on Refresh sheduler field.Marcello Coutinho2013-10-251-1/+1
|
* bind - include dnssec backup to xml option, include a lot of logging options ↵Marcello Coutinho2013-10-244-30/+157
| | | | | | and forward it to resolver systemlog tab via syslog. add more info on sync tab
* Fix logrotate lines maxsebvdk2013-10-241-1/+3
| | | | $lines variable is not defined in "sg_script_logrotate" function. tail: -: No such file or directory
* Add an "Automatic" multi-wan option to the client export package that will ↵jim-p2013-10-233-21/+116
| | | | look for and use port forwards targeting this instance rather than the IP directly. This way you can bind to LAN or localhost, port forward on all WANs to the LAN IP:port, and then the export will include remote lines for every port forward it finds. Also works to forward multiple ports at the same instance.
* bind - include redirect zone type, enable/disable zone option and fix sync codeMarcello Coutinho2013-10-234-28/+87
|
* sarg - mount filesystem rw before report file copy and removeMarcello Coutinho2013-10-203-1/+5
|
* bind - bump version and change acl field descriptionMarcello Coutinho2013-10-181-3/+6
|
* bind - fix chroot dev devices again, include dsset info on gui for dnssec zones.Marcello Coutinho2013-10-184-27/+83
| | | | | Encode custom options with base64. sync code change zone type to slave on backup servers
* Stop using deprecated allowaddr parameter and check allowpass intead. Fixes ↵Renato Botelho2013-10-181-3/+2
| | | | #3248
* bind - add inline-signing dnssec optionMarcello Coutinho2013-10-182-7/+51
|
* bind - reduce statup errosMarcello Coutinho2013-10-171-10/+1
|
* bind - add widget, forward zone, rndc config and check slave zone dir ↵Marcello Coutinho2013-10-174-88/+267
| | | | permissions
* bind - change root folder from /conf symlink to /cf dirMarcello Coutinho2013-10-161-4/+4
|
* bind - show result file on zone tab and fix slave zone checkMarcello Coutinho2013-10-162-86/+127
|
* Fix issue with include file in squid_reverse.xml that causes the following ↵Randy Crowder2013-10-162-4/+4
| | | | message in system log "Not calling package sync code for dependency squidreverse of squid3 because some include files are missing."
* Fix dansguardian_ips_header.template to have correct tab name (i.e. ACLs ↵Randy Crowder2013-10-161-2/+2
| | | | instead of "Access Lists")
* Modified to save icap scanning URL and contentscannertimeout valueRandy Crowder2013-10-164-1/+25
|
* bind - include missing conf_mount_ro/rw for nanobsdMarcello Coutinho2013-10-141-1/+7
|
* bind - bump version and add field validation for zone tabMarcello Coutinho2013-10-112-27/+59
|
* bind - bump version and fix zone loop var reset.Marcello Coutinho2013-10-111-1/+1
|
* zabbix2 - update packages to 2.0.8Danilo G. Baio (dbaio)2013-10-102-2/+2
|
* zabbix2 - fix deinstall issueDanilo G. Baio (dbaio)2013-10-103-33/+56
|
* bind - remove unused functions and change config result fileMarcello Coutinho2013-10-103-148/+38
|
* bind - add rate limit optionMarcello Coutinho2013-10-102-14/+55
|
* bind - fix serial number to EPOCH plus magic number to get higher then ↵Marcello Coutinho2013-10-091-1/+1
| | | | current 2013xxxx format
* bind - run named with chrootMarcello Coutinho2013-10-094-38/+51
|
* bind - include pbi and fix file download pathMarcello Coutinho2013-10-091-2/+2
|
* When sending an e-mail report, do not generate output, otherwise it will ↵jim-p2013-10-092-3/+1
| | | | generate a message from cron.
* Add service description for softflowdjim-p2013-10-081-0/+1
|
* Add small softflowd packagejim-p2013-10-081-0/+136
|
* bind - Fix typosMarcello Coutinho2013-10-084-17/+17
| | | | Thanks to phil-davis
* Fix variable name. Fixes #3056Warren Baker2013-10-081-1/+1
|
* bind - First package filesMarcello Coutinho2013-10-077-0/+1665
|
* Make sure send and receive buffers actually do get setWarren Baker2013-10-061-6/+8
|
* Add send bufferWarren Baker2013-10-061-3/+5
|
* IndentsWarren Baker2013-10-061-3/+2
|
* Avoid starting cron multiple times, and make sure to stop all running cron ↵jim-p2013-10-031-2/+2
| | | | processes and not just the one we have a PID for.
* Merge pull request #522 from PiBa-NL/haproxy_spellcheckJim P2013-10-021-7/+0
|\ | | | | haproxy-devel, fix showing ssl offloading options