aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Remove useless open-vm-tools packagedoktornotor2015-08-111-65/+0
| |/ / /
* | | | Merge pull request #994 from doktornotor/patch-8Chris Buechler2015-08-154-26/+29
|\ \ \ \
| * | | | systempatches - some code style cosmeticsdoktornotor2015-08-111-1/+3
| | | | | | | | | | | | | | | - Fix copyright header; add missing space.
| * | | | systempatches - some code style cosmeticsdoktornotor2015-08-111-9/+11
| | | | | | | | | | | | | | | | | | | | - Fix copyright header - Some XHTML fixes
| * | | | systempatches - some code style cosmeticsdoktornotor2015-08-111-2/+3
| | | | | | | | | | | | | | | | | | | | - Fix copyright header - Switch GitHub to HTTPS.
| * | | | systempatches - some code style cosmeticsdoktornotor2015-08-111-14/+12
| |/ / / | | | | | | | | Fix copyright header and nuke pointless tags.
* | | | Merge pull request #995 from doktornotor/patch-9Chris Buechler2015-08-1516-1286/+1149
|\ \ \ \
| * | | | session.php - code style fixesdoktornotor2015-08-121-11/+37
| | | | |
| * | | | rename.php - code style fixesdoktornotor2015-08-121-12/+39
| | | | |
| * | | | functions.php - code style fixesdoktornotor2015-08-121-71/+103
| | | | |
| * | | | download.php - code style fixesdoktornotor2015-08-121-28/+48
| | | | |
| * | | | config.php - code style fixesdoktornotor2015-08-121-36/+64
| | | | |
| * | | | index.php - valid XHTMLdoktornotor2015-08-121-8/+41
| | | | |
| * | | | file_manager.php - code style fixesdoktornotor2015-08-121-357/+259
| | | | | | | | | | | | | | | Add copyright header, code style fixes.
| * | | | filemgr - fix up a couple of pathsdoktornotor2015-08-121-3/+3
| | | | |
| * | | | filemgr - rewrite utterly broken junk from scratchdoktornotor2015-08-121-122/+69
| | | | |
| * | | | Rename index.tmp to index.phpdoktornotor2015-08-121-1/+1
| | | | |
| * | | | Rename file_manager.tmp to file_manager.phpdoktornotor2015-08-121-0/+0
| | | | |
| * | | | Remove incredible useless crapdoktornotor2015-08-121-152/+0
| | | | |
| * | | | Rename session.tmp to session.phpdoktornotor2015-08-121-0/+0
| | | | |
| * | | | Rename rename.tmp to rename.phpdoktornotor2015-08-121-1/+1
| | | | |
| * | | | Rename functions.tmp to functions.phpdoktornotor2015-08-121-1/+1
| | | | |
| * | | | Rename download.tmp to download.phpdoktornotor2015-08-121-1/+1
| | | | |
| * | | | Rename config.tmp to config.phpdoktornotor2015-08-121-0/+0
| |/ / /
* | | | Merge pull request #996 from doktornotor/patch-10Chris Buechler2015-08-152-229/+211
|\ \ \ \
| * | | | diag_new_states - code style fixesdoktornotor2015-08-121-4/+4
| | | | | | | | | | | | | | | Fix indentation and bunch of missing spaces between function arguments.
| * | | | diag_new_states - code style fixesdoktornotor2015-08-121-185/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix copyright header - Code style - Fix indentation - Fix XHTML validation
| * | | | diag_new_states - code style fixesdoktornotor2015-08-121-43/+35
| |/ / / | | | | | | | | Fix copyright header, indentation, permissions, remove useless stuff.
* | | | Merge pull request #997 from doktornotor/patch-11Chris Buechler2015-08-155-392/+175
|\ \ \ \
| * | | | cron - rewrite broken packagedoktornotor2015-08-121-1/+1
| | | | | | | | | | | | | | | EOL at EOF.
| * | | | cron - rewrite broken packagedoktornotor2015-08-121-165/+73
| | | | | | | | | | | | | | | | | | | | - Fix copyright header - Code style and indentation
| * | | | cron - rewrite broken packagedoktornotor2015-08-121-123/+76
| | | | | | | | | | | | | | | | | | | | - Fix copyright header - Code style and indentation
| * | | | cron - rewrite broken packagedoktornotor2015-08-121-54/+11
| | | | | | | | | | | | | | | | | | | | | | | | | - Remove cron service and other unused junk - Clean up after previous broken versions - Add a check for running cron after configure_cron() call. (TODO: Move this to pfSense core.)
| * | | | Remove no longer used custom_php_deinstall_command as welldoktornotor2015-08-121-3/+0
| | | | |
| * | | | cron - rewrite broken packagedoktornotor2015-08-121-46/+14
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | - First of all, this thing should NOT install any cron service! Cron is started by /etc/rc, and reconfiguration is handled by configure_cron() sending a SIGHUP to it. Leave it alone, stop killing and restarting it. If cron is desired as "proper" service, this needs to be done in pfSense core, not via packages creating such service. - Fix copyright header - Fix permissions - Remove broken junk - Remove unused copy-and-paste junk from god knows where
* | | | Merge pull request #998 from doktornotor/patch-12Chris Buechler2015-08-156-1187/+935
|\ \ \ \
| * | | | Fix up fastcgi configuration so that this actually has a chance of working ↵doktornotor2015-08-131-26/+12
| | | | | | | | | | | | | | | | | | | | on 2.2.x
| * | | | vhosts - rewrite garbage packagedoktornotor2015-08-131-43/+32
| | | | |
| * | | | vhosts - rewrite garbage packagedoktornotor2015-08-131-169/+144
| | | | |
| * | | | vhosts - rewrite garbage packagedoktornotor2015-08-121-70/+52
| | | | |
| * | | | vhosts - rewrite garbage packagedoktornotor2015-08-121-670/+519
| | | | |
| * | | | vhosts - rewrite garbage packagedoktornotor2015-08-121-80/+47
| | | | |
| * | | | Rename vhosts_php_edit.tmp to vhosts_php_edit.phpdoktornotor2015-08-121-0/+0
| | | | |
| * | | | Rename vhosts_php.tmp to vhosts_php.phpdoktornotor2015-08-121-0/+0
| | | | |
| * | | | Rename system_advanced_create_certs.tmp to system_advanced_create_certs.phpdoktornotor2015-08-121-0/+0
| |/ / /
* | | | Merge pull request #1001 from doktornotor/patch-15Chris Buechler2015-08-154-244/+207
|\ \ \ \
| * | | | bacula-client - code style fixesdoktornotor2015-08-141-34/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix copyright header - Fix pfSense version checks - Nuke obsolete pfSense 1.2.x junk - Code style and indentation
| * | | | bacula-client - code style fixesdoktornotor2015-08-141-96/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix copyright header and indentation - Fix pfSense version checks - Fix permissions - Code style and indentation fixes - Remove unused global vars declaration - User stop_service() and restart_service() - Make sure that at least one local Director is configured before trying to start the service, otherwise it fails (see e.g. https://forum.pfsense.org/index.php?topic=97934.0)
| * | | | bacula-client - code style fixesdoktornotor2015-08-141-53/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix copyright header and indentation - Remove unused tags - Sanitize version - Improve some descriptions
| * | | | bacula-client - code style fixesdoktornotor2015-08-141-61/+54
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | - Fix copyright header and indentation - Fix permissions - Remove unused tags - Sanitize version - Improve some descriptions