aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #1082 from doktornotor/patch-3Renato Botelho2015-09-2934-58/+692
|\ \
| * | filemgr - remove useless entries from priv_listdoktornotor2015-09-271-4/+0
| | |
| * | bandwidthd - remove no-op priv_list for graphsdoktornotor2015-09-271-8/+0
| | | | | | | | | Obviously only works with PHP, need more coffee.
| * | Unbump asterisk package versiondoktornotor2015-09-271-1/+1
| | |
| * | Unbump asterisk package versiondoktornotor2015-09-271-1/+1
| | |
| * | Unbump asterisk package versiondoktornotor2015-09-271-1/+1
| | |
| * | asterisk - revert add privileges configurationdoktornotor2015-09-271-4/+0
| | | | | | | | | Already being done in individual PHP files
| * | asterisk - revert add privileges configurationdoktornotor2015-09-271-41/+0
| | | | | | | | | Already being done in individual PHP files
| * | Bump package versionsdoktornotor2015-09-271-15/+15
| | |
| * | Bump package versionsdoktornotor2015-09-271-15/+15
| | |
| * | Bump package versionsdoktornotor2015-09-271-16/+16
| | |
| * | gwled - add privileges configurationdoktornotor2015-09-271-1/+5
| | |
| * | gwled - add privileges configurationdoktornotor2015-09-271-0/+37
| | |
| * | ftpproxy - add privileges configurationdoktornotor2015-09-271-1/+5
| | |
| * | ftpproxy - add privileges configurationdoktornotor2015-09-271-0/+37
| | |
| * | filer - add privileges configurationdoktornotor2015-09-271-1/+5
| | |
| * | filer - add privileges configurationdoktornotor2015-09-271-0/+40
| | |
| * | filemgr - add privileges configurationdoktornotor2015-09-271-1/+5
| | |
| * | filemgr - add privileges configurationdoktornotor2015-09-271-0/+44
| | |
| * | diag_new_states - add privileges configurationdoktornotor2015-09-271-0/+4
| | |
| * | diag_new_states - add privileges configurationdoktornotor2015-09-271-0/+37
| | |
| * | darkstat - add privileges configurationdoktornotor2015-09-271-1/+5
| | |
| * | darkstat - add privileges configurationdoktornotor2015-09-271-0/+37
| | |
| * | cron - add privileges configurationdoktornotor2015-09-271-1/+5
| | |
| * | cron - add privileges configurationdoktornotor2015-09-271-0/+39
| | |
| * | checkmk-agent - add privileges configurationdoktornotor2015-09-271-1/+5
| | |
| * | checkmk-agent - add privileges configurationdoktornotor2015-09-271-0/+39
| | |
| * | blinkled - add privileges configurationdoktornotor2015-09-271-1/+5
| | |
| * | blinkled - add privileges configurationdoktornotor2015-09-271-0/+37
| | |
| * | bandwidthd - add privileges configurationdoktornotor2015-09-271-1/+5
| | |
| * | bandwidthd - add privileges configurationdoktornotor2015-09-271-0/+45
| | |
| * | bacula - add privileges configurationdoktornotor2015-09-271-1/+5
| | |
| * | bacula - add privileges configurationdoktornotor2015-09-271-0/+41
| | |
| * | backup - add privileges configurationdoktornotor2015-09-271-1/+5
| | |
| * | backup - add privileges configurationdoktornotor2015-09-271-0/+39
| | |
| * | avahi - add privileges configurationdoktornotor2015-09-271-1/+5
| | |
| * | avahi - add privileges configurationdoktornotor2015-09-271-0/+38
| | |
| * | asterisk - add privileges configurationdoktornotor2015-09-271-1/+5
| | |
| * | asterisk - add privileges configurationdoktornotor2015-09-271-0/+41
| | |
| * | arpwatch - add privileges configurationdoktornotor2015-09-271-1/+5
| | |
| * | arpwatch - add privileges configurationdoktornotor2015-09-271-0/+39
| | |
| * | arping - add privileges configurationdoktornotor2015-09-271-1/+5
| | |
| * | arping - add privileges configurationdoktornotor2015-09-271-0/+37
| | |
* | | Merge pull request #1080 from doktornotor/patch-2Renato Botelho2015-09-2928-2577/+3128
|\ \ \
| * | | Fix log_dir config checkdoktornotor2015-09-271-1/+1
| | | |
| * | | Honor logdir settings for reverse proxy as well; always provide a default ↵doktornotor2015-09-271-3/+8
| | | | | | | | | | | | | | | | value if not configured
| * | | Do not run squid_resync() twice on package installdoktornotor2015-09-271-1/+0
| | | | | | | | | | | | custom_php_resync_config_command is automatically executed via install_package_xml() on install.
| * | | sanitize squid3 package install processdoktornotor2015-09-271-41/+32
| | | | | | | | | | | | | | | | | | | | - On package install, custom_php_resync_config_command is automatically called. There is no need to call it yet again. - When squid_resync() is called on install, logdir will get created if needed, cache dir will get set up as needed via squid_dash_z(), and finally firewall will get reconfigured. There is absolutely no need to setup cache 4 times, there is also definitely no need to reconfigure filter 3 times and no need to restart the services (at least) 3 times in one minute. This seriously confuses Squid3 and breaks things, as in Bug #4857 - Finally, modify squid_resync() so that it only (re)starts services if Squid3 is actually enabled, and stops them otherwise
| * | | Fix broken PHP syntaxdoktornotor2015-09-271-26/+26
| | | |
| * | | Add privileges configuration to squid3 packagedoktornotor2015-09-261-0/+4
| | | |