* First cut at Solaris fixes. There may still be some *printf("%s", NULL)
[citadel.git] / citadel / setup.c
2000-03-27 Nathan Bryant * First cut at Solaris fixes. There may still be some...
2000-03-08 Art Cancro* Shut off hostname resolution when dealing with Unix...
2000-02-08 Art Cancro* Implemented the deprecated "LAST" command in POP3...
2000-02-02 Art Cancro* serv_inetcfg: added
2000-01-17 Art Cancro* Bug fix to new output message
2000-01-17 Art Cancro* Modified CtdlOutputMsg() to handle output to arbitrar...
2000-01-15 Art Cancro* Removed UI_DIALOG mode in setup. Can't count on...
1999-09-01 Art Cancro* Actually _enforce_ the max msg len limit
1999-09-01 Art Cancro* Implemented "maximum message length" in global system...
1999-06-10 Art Cancro * Replaced all code that generated temporary...
1999-04-13 Nathan Bryant * config.c, sysdep.c: fix -h option not setting...
1999-04-09 Art Cancro * setup.c: sets the 0600 permission bits on...
1999-04-08 Art CancroImplemented "access level required to create rooms...
1999-04-07 Nathan Bryant * configure.in: updated help messages, OpenBSD...
1999-03-05 Nathan BryantSee ChangeLog for 1999-03-0[45] for details.
1999-01-29 Nathan Bryantirix fixen
1998-12-12 Art Cancro * setup.c: default value for maxsessions is...
1998-12-03 Nathan Bryant * setup.c: saner defaults for nodename and...
1998-12-03 Nathan Bryant * setup.c: create citadel.config with mode...
1998-11-21 Art Cancro * setup.c: removed all prompts that can be...
1998-11-04 Nathan Bryant * added RCS Id keyword strings to sources
1998-11-02 Art Cancro * setup.c: looks for 'citadel', 'bbs', or ...
1998-10-23 Art CancroMore of the same.
1998-10-23 Art Cancrosetup.c: default node name is now obtained from uname()
1998-10-16 Art Cancro * setup.c: system-default message expire policy...
1998-10-15 Art CancroMisc code cleanup
1998-10-12 Art CancroBuilt some more of the message expiry infrastructure
1998-09-30 Nathan Bryant * Makefile.in: new variable PTHREAD_DEFS for...
1998-09-28 Nathan Bryant * configure.in, acconfig.h: new files; partiall...
1998-08-25 Art Cancro * setup.c: Removed yesno_s()
1998-08-18 Nathan BryantTue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant...
1998-07-24 Art Cancro No more pwcrypt
1998-07-24 Art Cancro Removed all of the "pwcrypt" stuff. The algorithm...
1998-07-13 Art Cancro Now that we have a message base of unlimited size...
1998-07-12 Art Cancro Changed logging mechanism from a circular binary file...
1998-07-12 Art Cancro Finished all of the code relating to the "global serve...
1998-07-11 Art CancroInitial revision