summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-06-28Be more sloppy when ignoring ModLogAn errors.Jonas Smedegaard
2003-06-283rd attempt on sane default post_init.Jonas Smedegaard
2003-06-28Slightly more sane post_init.Jonas Smedegaard
2003-06-28Change to a more generic location of default index page master.Jonas Smedegaard
2003-06-15New script localintegritupdate to run after aptitude update.Jonas Smedegaard
2003-06-01Handle empty stamp, and use it when run through cron.daily.Jonas Smedegaard
2003-06-01Rename mailspool before forwarding it, to make sure noone accidentally works ↵Jonas Smedegaard
on it simultaneously.
2003-05-27Allow underscore (_) in email account.Jonas Smedegaard
2003-05-26Actually do something different in the --ez special case.Jonas Smedegaard
2003-05-26Correct clashing --force and --ez.Jonas Smedegaard
2003-05-26Add special case -z or --ez for eZ Publish sites. Add some TODOs.Jonas Smedegaard
2003-05-25Shorten error message a bit.Jonas Smedegaard
2003-05-25Correctly suppres ModLogAn noise.Jonas Smedegaard
2003-05-24Simplify gotmail run a bit.Jonas Smedegaard
2003-05-24Continue batch run even on gotmail errors.Jonas Smedegaard
2003-05-22Improved ModLogAn config and invocation.Jonas Smedegaard
2003-05-22Set file read-only. Set umask to 277.Jonas Smedegaard
2003-05-22Set dirs read-only.Jonas Smedegaard
2003-05-22Set group ownership.Jonas Smedegaard
2003-05-22Set permissions on each dir instead of recursively.Jonas Smedegaard
2003-05-22Switch 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-22Use install instead of mkdir to ensure access rights also on parent dirs.Jonas Smedegaard
2003-05-20Avoid passwords.Jonas Smedegaard
2003-05-20Bugfixing (users and databases not reset between database engines.Jonas Smedegaard
2003-05-20Rewrite to dump into backupdir for each database owner.Jonas Smedegaard
2003-05-20Avoid messing around with password. Execute MySQL commands directly (without ↵Jonas Smedegaard
pipe).
2003-05-19Allow DELETE for ordinary MySQL accounts.Jonas Smedegaard
2003-05-14Fix bug getting maildomain option.Jonas Smedegaard
2003-05-12Allow mysql to fail, and use mysql instead of mysqladmin.Jonas Smedegaard
2003-05-12New script localaddmysqldb.Jonas Smedegaard
2003-05-12Add check for existing database.Jonas Smedegaard
2003-05-05Make it a sorted list.Jonas Smedegaard
2003-05-05Only 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-25Use underscores for defaultdbname. Drop dbmatch parameter.Jonas Smedegaard
2003-03-21Add workaround for netatalk requiring write access to .AppleDB even for ↵Jonas Smedegaard
read-only access.
2003-03-13Fix completely ignoed non-exceptions for shares. Set toplevel .AppleDouble ↵Jonas Smedegaard
group r/o.
2003-03-13Correctly init exceptions.Jonas Smedegaard
2003-03-13Set owner of toplevel dirs of shares. Always run chown before chmod (just ↵Jonas Smedegaard
for consistency).
2003-03-13Set owner of exceptions always, not only when created.Jonas Smedegaard
2003-03-13Correct owner for exceptions created. Check and recreate if exceptions are ↵Jonas Smedegaard
not of right type. Improve comments.
2003-03-13Handle new shares.<sharetype> sharing scheme. Support space in /root. Echo ↵Jonas Smedegaard
WARNING when it is not a fatal error.
2003-01-27Use 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-04Add 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-30Add new option --dbmatch to support pools of webservers accessing same ↵Jonas Smedegaard
database (could be fun setting up that some day).
2002-12-28Update to ModLogAn 0.8.x configfile syntax.Jonas Smedegaard
2002-12-24Correct syntax error.Jonas Smedegaard
Allow uid check override by force option. Remove hint about force option from error message.
2002-12-24Forward 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-09Add 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-08Tweaks 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.