Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-26 | Actually do something different in the --ez special case. | Jonas Smedegaard | |
2003-05-26 | Correct clashing --force and --ez. | Jonas Smedegaard | |
2003-05-26 | Add special case -z or --ez for eZ Publish sites. Add some TODOs. | Jonas Smedegaard | |
2003-05-25 | Shorten error message a bit. | Jonas Smedegaard | |
2003-05-25 | Correctly suppres ModLogAn noise. | Jonas Smedegaard | |
2003-05-24 | Simplify gotmail run a bit. | Jonas Smedegaard | |
2003-05-24 | Continue batch run even on gotmail errors. | Jonas Smedegaard | |
2003-05-22 | Improved ModLogAn config and invocation. | Jonas Smedegaard | |
2003-05-22 | Set file read-only. Set umask to 277. | Jonas Smedegaard | |
2003-05-22 | Set dirs read-only. | Jonas Smedegaard | |
2003-05-22 | Set group ownership. | Jonas Smedegaard | |
2003-05-22 | Set permissions on each dir instead of recursively. | Jonas Smedegaard | |
2003-05-22 | Switch back to mkdir, and instead explicitly set permissions and ownership ↵ | Jonas Smedegaard | |
(even when not creating the dirs). Quote user a few places. | |||
2003-05-22 | Use install instead of mkdir to ensure access rights also on parent dirs. | Jonas Smedegaard | |
2003-05-20 | Avoid passwords. | Jonas Smedegaard | |
2003-05-20 | Bugfixing (users and databases not reset between database engines. | Jonas Smedegaard | |
2003-05-20 | Rewrite to dump into backupdir for each database owner. | Jonas Smedegaard | |
2003-05-20 | Avoid messing around with password. Execute MySQL commands directly (without ↵ | Jonas Smedegaard | |
pipe). | |||
2003-05-19 | Allow DELETE for ordinary MySQL accounts. | Jonas Smedegaard | |
2003-05-14 | Fix bug getting maildomain option. | Jonas Smedegaard | |
2003-05-12 | Allow mysql to fail, and use mysql instead of mysqladmin. | Jonas Smedegaard | |
2003-05-12 | New script localaddmysqldb. | Jonas Smedegaard | |
2003-05-12 | Add check for existing database. | Jonas Smedegaard | |
2003-05-05 | Make it a sorted list. | Jonas Smedegaard | |
2003-05-05 | Only grab zone lines, and allow all sorts of characters in them (if shit is ↵ | Jonas Smedegaard | |
doable in pri it should be passed to sec as well). | |||
2003-04-25 | Use underscores for defaultdbname. Drop dbmatch parameter. | Jonas Smedegaard | |
2003-03-21 | Add workaround for netatalk requiring write access to .AppleDB even for ↵ | Jonas Smedegaard | |
read-only access. | |||
2003-03-13 | Fix completely ignoed non-exceptions for shares. Set toplevel .AppleDouble ↵ | Jonas Smedegaard | |
group r/o. | |||
2003-03-13 | Correctly init exceptions. | Jonas Smedegaard | |
2003-03-13 | Set owner of toplevel dirs of shares. Always run chown before chmod (just ↵ | Jonas Smedegaard | |
for consistency). | |||
2003-03-13 | Set owner of exceptions always, not only when created. | Jonas Smedegaard | |
2003-03-13 | Correct owner for exceptions created. Check and recreate if exceptions are ↵ | Jonas Smedegaard | |
not of right type. Improve comments. | |||
2003-03-13 | Handle new shares.<sharetype> sharing scheme. Support space in /root. Echo ↵ | Jonas Smedegaard | |
WARNING when it is not a fatal error. | |||
2003-01-27 | Use hostname -d as domain part of email adress to search for removal (to ↵ | Jonas Smedegaard | |
match change in adduser.local. | |||
2003-01-14 | /etc/mailname is NOT default maildomain. | Jonas Smedegaard | |
2003-01-04 | Add options for remaining certificate parameters. | Jonas Smedegaard | |
Add TODO with hints on true signed certificates using openssl. Correct parsing error and help: FQDN cannot be optionally prepended (no way to distinguish between FQDN and multiple services). | |||
2002-12-30 | Add new option --dbmatch to support pools of webservers accessing same ↵ | Jonas Smedegaard | |
database (could be fun setting up that some day). | |||
2002-12-28 | Update to ModLogAn 0.8.x configfile syntax. | Jonas Smedegaard | |
2002-12-24 | Correct syntax error. | Jonas Smedegaard | |
Allow uid check override by force option. Remove hint about force option from error message. | |||
2002-12-24 | Forward incoming mailspool if found. | Jonas Smedegaard | |
Rename username variable 'uid' to the more correct 'user'. Check and fail if uid of user is below 1000. Standardize error messages. | |||
2002-12-09 | Add option --debug (showing options set and directories used). | Jonas Smedegaard | |
Finally making setopts function work (renamed from setparams). Replace (almost) all && and contructs with if-then. Fix default handling of templates, languages and sql. | |||
2002-12-08 | Tweaks to verbose output. | Jonas Smedegaard | |
Fix errors parsing boolean options. Make non-password input non-silent. Drop database silently when force is set and ask is not. | |||
2002-12-08 | Add short-opts corresponding all long-opts, and fix misspelled options. | Jonas Smedegaard | |
Add flags info and query, and improve logik of setting the boolean value. Improve dialog when checking for existing installation, and actually respect the force option. Fix messy output in tarball and sql loops. Remove last su invocation (in the process of making the script work as non-root). | |||
2002-12-08 | Correct tarball resolving. | Jonas Smedegaard | |
Make errors within parantheses fatal. Improve a few comments. | |||
2002-12-08 | Even more sane defaults - and opts1-3 moved above defaults and better described. | Jonas Smedegaard | |
2002-12-08 | Make sane defaults. Remove unused admindir and defaultadmindir. | Jonas Smedegaard | |
2002-12-07 | Use GNU getopt, and make lots of options configurable. | Jonas Smedegaard | |
Redesign help text to look similar to cp help text. Generalize initializing options in function setparams. Add options --force and --verbose. Add support for overriding with locally provided tarballs and sqlfiles. | |||
2002-12-06 | Make <dbserver> and <dballow> configurable, and actually use them. | Jonas Smedegaard | |
More consistently handle option defaults. Comment out unused db drop routine. | |||
2002-12-05 | Respect REALUSERS_GROUPNAME not set. | Jonas Smedegaard | |
2002-12-05 | Correctly have <dbuser> default to <uid>. | Jonas Smedegaard | |