Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | squid_cache.xml - add missing line break | doktornotor | 2015-09-30 | 1 | -1/+1 |
| | |||||
* | Remove the advanced advancedfield tags because pkg_edit.php is buggy. | doktornotor | 2015-09-30 | 1 | -8/+8 |
| | | | Also, adjust cols to prevent line wrapping and fix indentation. | ||||
* | Only try to stop Squid if running to prevent useless logspam | doktornotor | 2015-09-30 | 1 | -2/+4 |
| | |||||
* | squid_traffic.xml - fix field tags | doktornotor | 2015-09-30 | 1 | -1/+1 |
| | |||||
* | Stop creating log_dir here to avoid stupid recursive chown on / bug | doktornotor | 2015-09-30 | 1 | -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. | ||||
* | Add safety belts to squid3 chown function to stop it from breaking the ↵ | jim-p | 2015-09-29 | 2 | -4/+5 |
| | | | | entire filesystem. | ||||
* | Merge pull request #1021 from doktornotor/patch-14 | Renato Botelho | 2015-09-29 | 9 | -686/+702 |
|\ | |||||
| * | Use pfSense 2.1.x compatible boot check | doktornotor | 2015-09-21 | 1 | -1/+5 |
| | | |||||
| * | make pgtitle consistent with the rest of the tabs | doktornotor | 2015-09-16 | 1 | -1/+1 |
| | | |||||
| * | Use pfSense 2.1.x compatible boot check | doktornotor | 2015-09-16 | 1 | -2/+6 |
| | | |||||
| * | autoconfigbackup.inc Only remount if the file exists | doktornotor | 2015-08-24 | 1 | -3/+5 |
| | | |||||
| * | Remove closing php tag again | doktornotor | 2015-08-23 | 1 | -1/+0 |
| | | | | | | This was apparently removed intentionally in 653a43f for god knows what reason. Removing again. | ||||
| * | Remove closing php tag again | doktornotor | 2015-08-23 | 1 | -1/+0 |
| | | | | | | This was apparently removed intentionally in 653a43f for god knows what reason. Removing again. | ||||
| * | autoconfigbackup - code style fixes | doktornotor | 2015-08-23 | 1 | -2/+1 |
| | | | | | | Missing whitespace | ||||
| * | autoconfigbackup - code style fixes | doktornotor | 2015-08-23 | 1 | -2/+1 |
| | | | | | | Missing whitespace. | ||||
| * | autoconfigbackup - code style fixes | doktornotor | 2015-08-23 | 1 | -2/+1 |
| | | | | | | Missing whitespace. | ||||
| * | autoconfigbackup - code style fixes | doktornotor | 2015-08-23 | 1 | -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 fixes | doktornotor | 2015-08-23 | 1 | -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 fixes | doktornotor | 2015-08-23 | 1 | -82/+74 |
| | | | | | | | | | | - Fix copyright header - Code style and whitespace fixes - XHTML fixes | ||||
| * | autoconfigbackup.- code style fixes | doktornotor | 2015-08-23 | 1 | -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 fixes | doktornotor | 2015-08-23 | 1 | -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 fixes | doktornotor | 2015-08-23 | 1 | -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 fixes | doktornotor | 2015-08-23 | 1 | -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-3 | Renato Botelho | 2015-09-29 | 31 | -15/+649 |
|\ \ | |||||
| * | | filemgr - remove useless entries from priv_list | doktornotor | 2015-09-27 | 1 | -4/+0 |
| | | | |||||
| * | | bandwidthd - remove no-op priv_list for graphs | doktornotor | 2015-09-27 | 1 | -8/+0 |
| | | | | | | | | | Obviously only works with PHP, need more coffee. | ||||
| * | | asterisk - revert add privileges configuration | doktornotor | 2015-09-27 | 1 | -4/+0 |
| | | | | | | | | | Already being done in individual PHP files | ||||
| * | | asterisk - revert add privileges configuration | doktornotor | 2015-09-27 | 1 | -41/+0 |
| | | | | | | | | | Already being done in individual PHP files | ||||
| * | | gwled - add privileges configuration | doktornotor | 2015-09-27 | 1 | -1/+5 |
| | | | |||||
| * | | gwled - add privileges configuration | doktornotor | 2015-09-27 | 1 | -0/+37 |
| | | | |||||
| * | | ftpproxy - add privileges configuration | doktornotor | 2015-09-27 | 1 | -1/+5 |
| | | | |||||
| * | | ftpproxy - add privileges configuration | doktornotor | 2015-09-27 | 1 | -0/+37 |
| | | | |||||
| * | | filer - add privileges configuration | doktornotor | 2015-09-27 | 1 | -1/+5 |
| | | | |||||
| * | | filer - add privileges configuration | doktornotor | 2015-09-27 | 1 | -0/+40 |
| | | | |||||
| * | | filemgr - add privileges configuration | doktornotor | 2015-09-27 | 1 | -1/+5 |
| | | | |||||
| * | | filemgr - add privileges configuration | doktornotor | 2015-09-27 | 1 | -0/+44 |
| | | | |||||
| * | | diag_new_states - add privileges configuration | doktornotor | 2015-09-27 | 1 | -0/+4 |
| | | | |||||
| * | | diag_new_states - add privileges configuration | doktornotor | 2015-09-27 | 1 | -0/+37 |
| | | | |||||
| * | | darkstat - add privileges configuration | doktornotor | 2015-09-27 | 1 | -1/+5 |
| | | | |||||
| * | | darkstat - add privileges configuration | doktornotor | 2015-09-27 | 1 | -0/+37 |
| | | | |||||
| * | | cron - add privileges configuration | doktornotor | 2015-09-27 | 1 | -1/+5 |
| | | | |||||
| * | | cron - add privileges configuration | doktornotor | 2015-09-27 | 1 | -0/+39 |
| | | | |||||
| * | | checkmk-agent - add privileges configuration | doktornotor | 2015-09-27 | 1 | -1/+5 |
| | | | |||||
| * | | checkmk-agent - add privileges configuration | doktornotor | 2015-09-27 | 1 | -0/+39 |
| | | | |||||
| * | | blinkled - add privileges configuration | doktornotor | 2015-09-27 | 1 | -1/+5 |
| | | | |||||
| * | | blinkled - add privileges configuration | doktornotor | 2015-09-27 | 1 | -0/+37 |
| | | | |||||
| * | | bandwidthd - add privileges configuration | doktornotor | 2015-09-27 | 1 | -1/+5 |
| | | | |||||
| * | | bandwidthd - add privileges configuration | doktornotor | 2015-09-27 | 1 | -0/+45 |
| | | | |||||
| * | | bacula - add privileges configuration | doktornotor | 2015-09-27 | 1 | -1/+5 |
| | | | |||||
| * | | bacula - add privileges configuration | doktornotor | 2015-09-27 | 1 | -0/+41 |
| | | |