* Changed any remaining references to UUCP, to "Internet" instead.
[citadel.git] / citadel / ChangeLog
1999-06-28 Art Cancro * Changed any remaining references to UUCP, to "Intern...
1999-06-25 Art Cancronetproc.c: Finished the loopzapper
1999-06-24 Art Cancro * added server command line option "-f" to...
1999-06-21 Art Cancronetproc.c: started writing a vortex checker. Not finished.
1999-06-10 Art Cancro * Replaced all code that generated temporary...
1999-06-03 Art Cancro * base64.c: mapped fi and fo to stdin and stdou...
1999-05-22 Art Cancro * Added function CtdlGetDynamicSymbol() for...
1999-05-21 Art Cancro * database.c: print log messages for file defra...
1999-05-20 Art Cancrodatabase.c: print log messages for file defragmentations
1999-05-19 Art CancroWed May 19 19:30:28 EDT 1999 Art Cancro <ajc@uncnsrd...
1999-05-16 Nathan BryantAdded untested support for BSDI 4.x.
1999-05-13 Nathan Bryantcheck for -lsocket and -lnsl
1999-05-13 Nathan Bryantcheck for paths.h
1999-05-13 Nathan Bryant*** empty log message ***
1999-05-12 Nathan Bryantignore errors while installing /etc/pam.d/citadel
1999-05-12 Nathan Bryantfixed excessive paranoia; chkpwd used to refuse to...
1999-04-28 Art Cancronetpoll.c: upped default packet size
1999-04-27 Art Cancro * file_ops.c: fixed NDOP to not crash the server if...
1999-04-27 Art CancroRepaired IGnorant security hole blunder re. citmail
1999-04-26 Art Cancro5.53
1999-04-25 Art Cancroserv_chat.c: notify user of number of participants...
1999-04-23 Art Cancroserv_expire.c: now posts transcripts of all auto-purged...
1999-04-22 Art Cancroaidepost.c: add -r flag to allow posting to rooms other...
1999-04-20 Art Cancro * messages.c: downloading more than MAX_MSGS...
1999-04-19 Art Cancro * whobbs.c: auto-detect when being called from...
1999-04-18 Nathan Bryantfixed some potential buffer overruns (thanks dme)
1999-04-15 Art Cancro * Makefile.in: chmod 4755 citmail to prevent citmail...
1999-04-13 Nathan BryantOpenBSD places underscores in front of symbol names
1999-04-13 Nathan Bryant * config.c, sysdep.c: fix -h option not setting...
1999-04-13 Art Cancro * aidepost.c: rewrote to unlink temp file befor...
1999-04-12 Nathan Bryanttaught it how to generate OpenBSD shared libraries
1999-04-12 Nathan Bryant*** empty log message ***
1999-04-12 Nathan Bryant * configure.in: another OpenBSD fix. now it...
1999-04-09 Art Cancro * setup.c: sets the 0600 permission bits on...
1999-04-09 Art Cancro * config.c: now requires a setup run for *any* rev...
1999-04-08 Nathan Bryant*** empty log message ***
1999-04-08 Nathan Bryantgot it right this time... also, more general interface...
1999-04-08 Nathan Bryant * citserver.c: improved is_public_client()...
1999-04-08 Nathan Bryantfix for OpenBSD
1999-04-08 Art CancroImplemented "access level required to create rooms...
1999-04-07 Nathan Bryantinclude errno.h
1999-04-07 Nathan Bryant * configure.in: updated help messages, OpenBSD...
1999-04-07 Nathan Bryant * Makefile.in, configure.in, getutline.c, sysdep.c:
1999-04-04 Nathan BryantNew! Improved! Cleaner! Shinier!
1999-04-03 Nathan Bryantfix systems with SYSV-style signal handling (e.g. libc5)
1999-04-03 Nathan Bryant * configure.in: check for ncurses if we can...
1999-04-03 Nathan Bryant * Makefile.in, configure.in, chkpwd.c, acconfig...
1999-03-21 Art Cancro messages.c: cosmetic cleanups to message reading loop
1999-03-14 Art Cancro * commands.c: use bright colors by default...
1999-03-09 Nathan Bryant * sysdep.c: call DLoader_Init() with an absolut...
1999-03-06 Art Cancrooops
1999-03-06 Art Cancro * client_chat.c: use memfmout(), *not* cprintf...
1999-03-05 Nathan Bryantalso drop supplementary groups
1999-03-05 Nathan BryantSee ChangeLog for 1999-03-0[45] for details.
1999-03-04 Art Cancroclient_chat.c: use citedit() for page composition
1999-03-03 Art CancroPrevent buffer overruns in [get|put]user()
1999-03-01 Art Cancromime_parser.c: strip leading whitespace in content_type...
1999-02-27 Art Cancroprompt for filename in download_to_local_disk() when...
1999-02-25 Nathan Bryant * acconfig.h, configure.in, locate_host.c,...
1999-02-24 Nathan Bryantfixes for BSDI. see ChangeLog.
1999-02-16 Art Cancro*** empty log message ***
1999-02-16 Art Cancro * citadel.c: increased hostname buffer size...
1999-02-15 Nathan Bryant * sysdep.c(main): initialize alen before call...
1999-02-05 Nathan Bryant * configure.in, Makefile.in, getutline.c: repla...
1999-02-04 Nathan Bryant * configure.in, routines.c: access utmp directl...
1999-02-04 Nathan Bryantimproved check for cygwin
1999-02-03 Nathan Bryantoops, that's 1999
1999-02-03 Nathan BryantFixes for Cygwin (see ChangeLog)
1999-02-03 Art Cancro * Overhauled the express messaging system (again)
1999-02-02 Art Cancromessages.c: implemented client download of MIME attachments
1999-02-01 Art CancroAdded the OPNA command for downloading attachments
1999-01-31 Art Cancro * Added qpdecode.c to the distribution (decodes...
1999-01-31 Art CancroAdded base64.c to the distribution
1999-01-31 Art CancroMore work on the MIME parser
1999-01-30 Art CancroLook for citadel.rc in current directory if not found...
1999-01-29 Nathan Bryantirix fixen
1999-01-27 Art Cancro5.51
1999-01-24 Art Cancro * Added a "room order" key to the room record...
1999-01-23 Art Cancro * Changed internal storage of express messages...
1999-01-21 Art Cancro * Changed module loading path to simply "module...
1999-01-20 Art Cancro Started a rewrite of the MIME parser
1999-01-20 Art Cancro Fixed a bug in the user editing command (client side)
1999-01-15 Art Cancro * Brought over the mime_parser from WebCit...
1999-01-13 Art Cancro * Various changes to begin work on support...
1999-01-10 Art CancroFixed a page log room security problem
1999-01-10 Art CancroLotsa stuff. See the changeLog for more details.
1999-01-06 Art Cancro * Replaced all occurances of malloc(), realloc...
1999-01-04 Art Cancrodocumentation changes
1999-01-01 Art CancroFixed security problem relating to private rooms
1998-12-31 Art Cancrosysdep.c: put a bigger string buffer into lprintf(...
1998-12-26 Art CancroImproved the comment-documentation in network/internetm...
1998-12-24 Art Cancro * citadel.c: added some experimental code to...
1998-12-23 Art Cancro * sysdep.c: ignore SIGPIPE. This keeps broken...
1998-12-21 Art Cancrohousekeeping.c: call kill_session() with session_to_kil...
1998-12-19 Art Cancro * Added "-i" flag to netproc to make it skip...
1998-12-18 Art Cancromsgbase.c: generate an 'I' field when requested (i...
1998-12-17 Art CancroGetting things together to prepare for an actual release...
1998-12-16 Art Cancromsgbase.c: fixed tempfile naming problem that could...
1998-12-16 Art Cancromsgbase.c: remove extra call to alias() which was causing
1998-12-14 Art CancroMore session table stability nonsense
next