aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Some additional deinstall cleanupsdoktornotor2015-09-301-14/+7
| |
| * If disk cache gets disabled, delete the cachedir if it existsdoktornotor2015-09-301-1/+14
|/
* Merge pull request #1083 from doktornotor/patch-2Renato Botelho2015-09-307-92/+163
|\
| * Also check for level 1 subdirs in cachedir for proper cache creationdoktornotor2015-09-301-2/+9
| |
| * Fix squid_dash_z() logic so that it creates cache dir properly when it has ↵doktornotor2015-09-301-5/+5
| | | | | | | | changed
| * Remove yet another duplicate squid_dash_z() invocation, also don't log ↵doktornotor2015-09-301-3/+1
| | | | | | | | unless needed
| * Force delete the PBI initscript that keeps creeping backdoktornotor2015-09-301-0/+2
| |
| * Force Squid shutdown on stopping servicedoktornotor2015-09-301-0/+3
| |
| * Split disk cache creation to a separate function as welldoktornotor2015-09-301-5/+20
| |
| * Fix inverted squid_start_monitor() checkdoktornotor2015-09-301-1/+1
| |
| * split Squid services monitoring/handling to separate functionsdoktornotor2015-09-301-18/+39
| |
| * squid3 - fix squid_dash_z() so that cache dir gets created on package installdoktornotor2015-09-301-14/+15
| | | | | | Also, don't try to kill Squid needlessly if not running.
| * remove the squid_dash_z() nonsense from heredoktornotor2015-09-301-12/+0
| | | | | | squid_dash_z() is already run as part of squid_resync(), plus the whole logic is broken here (like, leaving old cache dir in place if location changes, or cleaning the cache if the configured size gets increased). But that's for another round of fixes.
| * Bump squid3 package version for bugfixesdoktornotor2015-09-301-1/+1
| |
| * squid3 - clean up after itself on uninstalldoktornotor2015-09-301-14/+61
| |
| * squid_nac.xml - add missing line breakdoktornotor2015-09-301-1/+1
| |
| * squid_monitor.php - improve Englishdoktornotor2015-09-301-3/+3
| |
| * squid_cache.xml - add missing line breakdoktornotor2015-09-301-1/+1
| |
| * Remove the advanced advancedfield tags because pkg_edit.php is buggy.doktornotor2015-09-301-8/+8
| | | | | | Also, adjust cols to prevent line wrapping and fix indentation.
| * Only try to stop Squid if running to prevent useless logspamdoktornotor2015-09-301-2/+4
| |
| * squid_traffic.xml - fix field tagsdoktornotor2015-09-301-1/+1
| |
| * Stop creating log_dir here to avoid stupid recursive chown on / bugdoktornotor2015-09-301-14/+1
| | | | | | It's been already done squid_resync_general() in the first place, not needed at all. Leaving the squid_chown_recursive() safety checks in place, certainly good this to have here regardless.
* | bump autoconfigbackup package version after PR 1021Chris Buechler2015-09-293-3/+3
|/
* Add safety belts to squid3 chown function to stop it from breaking the ↵jim-p2015-09-293-5/+6
| | | | entire filesystem.
* Merge pull request #1021 from doktornotor/patch-14Renato Botelho2015-09-299-686/+702
|\
| * Use pfSense 2.1.x compatible boot checkdoktornotor2015-09-211-1/+5
| |
| * make pgtitle consistent with the rest of the tabsdoktornotor2015-09-161-1/+1
| |
| * Use pfSense 2.1.x compatible boot checkdoktornotor2015-09-161-2/+6
| |
| * autoconfigbackup.inc Only remount if the file existsdoktornotor2015-08-241-3/+5
| |
| * Remove closing php tag againdoktornotor2015-08-231-1/+0
| | | | | | This was apparently removed intentionally in 653a43f for god knows what reason. Removing again.
| * Remove closing php tag againdoktornotor2015-08-231-1/+0
| | | | | | This was apparently removed intentionally in 653a43f for god knows what reason. Removing again.
| * autoconfigbackup - code style fixesdoktornotor2015-08-231-2/+1
| | | | | | Missing whitespace
| * autoconfigbackup - code style fixesdoktornotor2015-08-231-2/+1
| | | | | | Missing whitespace.
| * autoconfigbackup - code style fixesdoktornotor2015-08-231-2/+1
| | | | | | Missing whitespace.
| * autoconfigbackup - code style fixesdoktornotor2015-08-231-110/+110
| | | | | | | | | | | | - Fix copyright header - Code style and whitespace fixes N.B.: This code produces "Fatal error: Cannot redeclare stripos()" on any PHP5+ version, really no idea why's it still here for which prehistoric pfS versions. Not touching it otherwise.
| * autoconfigbackup - code style fixesdoktornotor2015-08-231-105/+98
| | | | | | | | | | | | - Fix copyright header - Code style and whitespace fixes - XHTML fixes - Replace deprecated split() with explode(); still one split() occurrence left - cannot be simply replaced with explode() since that changes the output and I have no clue what the code is supposed to do plus no way to test it without subscription account.
| * autoconfigbackup - code style fixesdoktornotor2015-08-231-82/+74
| | | | | | | | | | - Fix copyright header - Code style and whitespace fixes - XHTML fixes
| * autoconfigbackup.- code style fixesdoktornotor2015-08-231-1/+15
| | | | | | | | - Move custom_php_resync_config_command() function from XML to autoconfigbackup.inc and give it an unique prefix - Also give an unique prefix to custom_php_validation_command()
| * autoconfigbackup.- code style fixesdoktornotor2015-08-231-59/+53
| | | | | | | | | | | | | | - Move custom_php_resync_config_command() function to autoconfigbackup.inc and give it an unique prefix - Also give a unique prefix to custom_php_validation_command() - Fix copyright header - Fix file permissions (no need for these to be executable) - Whitespace fixes
| * autoconfigbackup.- code style fixesdoktornotor2015-08-231-182/+188
| | | | | | | | | | | | | | - Fix copyright header - Code style and whitespace fixes - Replace deprecated split() with explode() - Replace backticks with shell_exec() - Some XHTML fixes
| * autoconfigbackup.- code style fixesdoktornotor2015-08-231-140/+152
| | | | | | | | | | | | - Update copyright header - Code style and whitespace fixes - Use platform_booting() - Replace backticks with shell_exec()
* | 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
| | |