* Removed our naive 'conv_date()' RFC822-to-unixtime conversion function
[citadel.git] / citadel / Makefile.in
1999-12-13 Art Cancro* Removed our naive 'conv_date()' RFC822-to-unixtime...
1999-12-10 Art Cancro* internet_addressing.c: added. (Internet address...
1999-12-09 Art Cancro* Finished the "arbitrary service" registration.
1999-10-24 Nathan Bryant * Makefile.in, configure.in: added --enable-icq flag...
1999-10-03 Art Cancro* Added serv_upgrade.h to automagically convert pre...
1999-09-27 Art Cancro* cmd_regi() is now in serv_vcard and writes to the...
1999-09-23 Art Cancro* serv_vcard.c: added. Nothing in it yet.
1999-09-23 Art Cancro* The vCard 'class' is now linked into the server,...
1999-08-26 Art Cancro* HTML updates
1999-08-03 Art Cancro* Wrote the client side of the ICQ gateway. Now on...
1999-08-03 Art Cancro* Redesigned the client protocol commands for dealing...
1999-07-27 Art CancroRemoved serv_upgrade.c and all references to it in...
1999-07-18 Nathan Bryant * Makefile.in: don't install chkpwd setuid...
1999-07-13 Nathan Bryant * Makefile.in, configure.in: link netproc with...
1999-05-13 Nathan Bryantcheck for -lsocket and -lnsl
1999-05-12 Nathan Bryantignore errors while installing /etc/pam.d/citadel
1999-04-27 Art CancroRepaired IGnorant security hole blunder re. citmail
1999-04-15 Art Cancro * Makefile.in: chmod 4755 citmail to prevent citmail...
1999-04-13 Nathan Bryantfixed a few sillies
1999-04-12 Nathan Bryanttaught it how to generate OpenBSD shared libraries
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 Bryant * Makefile.in, configure.in, chkpwd.c, acconfig...
1999-02-24 Nathan Bryantfixes for BSDI. see ChangeLog.
1999-02-05 Nathan Bryantoops
1999-02-05 Nathan Bryant * configure.in, Makefile.in, getutline.c: repla...
1999-02-03 Nathan BryantFixes for Cygwin (see ChangeLog)
1999-01-31 Art CancroFinished the mime parser, but there's a bug in it somew...
1999-01-31 Art CancroAdded base64.c to the distribution
1999-01-29 Nathan Bryantirix fixen
1999-01-15 Art Cancro * Brought over the mime_parser from WebCit...
1998-12-13 Art Cancro removed serv_test.so from the default build
1998-12-07 Art CancroAdded the P/C ratio back to stats
1998-12-03 Nathan Bryant * setup.c: saner defaults for nodename and...
1998-12-03 Nathan Bryant * Makefile.in: don't chmod sendcommand
1998-12-03 Nathan Bryantweekly is now generated by configure
1998-12-01 Art Cancro * sendcommand.c: added (also updated utils...
1998-12-01 Art Cancrosendcommand only accessible by the bbs user
1998-12-01 Art Cancro * sendcommand.c: added
1998-11-30 Art Cancroremoved chmod 4755
1998-11-22 Nathan Bryant * Makefile.in: split install target into instal...
1998-11-22 Art Cancro * Moved num_parms() and all the extract() type...
1998-11-21 Art Cancro import.c: removed
1998-11-10 Nathan Bryant * Makefile.in: link in snprintf.o where needed
1998-11-10 Nathan Bryant * Makefile.in: link in snprintf.o where needed
1998-11-09 Art Cancro * serv_expire.c: created; moved message expiry...
1998-11-08 Art Cancro * useradmin.c: removed
1998-11-01 Art CancroMore stoopid ANSI colour additions
1998-10-29 Nathan Bryant * configure.in, Makefile.in: only pass -fPIC...
1998-10-28 Nathan Bryant * aclocal.m4, missing: new files, also swiped...
1998-10-27 Nathan Bryant * sysdep.c (client_gets), ipc_c_tcp.c (serv_get...
1998-10-24 Nathan Bryant * Makefile.in: Auto dependency generation ...
1998-10-24 Art Cancropolicy.c: added, moved GetExpirePolicy() from room_ops.c
1998-10-12 Nathan Bryant * Makefile.in: simplified to use pattern rules...
1998-10-07 Nathan Bryant * snprintf.c, snprintf.h: new files
1998-10-01 Nathan Bryant * .cvsignore: add so_locations (generated by...
1998-09-30 Nathan Bryant * Makefile.in: new variable PTHREAD_DEFS for...
1998-09-29 Nathan Bryant * Makefile.in: realclean removes config.{cache...
1998-09-29 Nathan Bryant * configure.in, Makefile.in: only build the...
1998-09-28 Nathan Bryant * configure.in, acconfig.h: new files; partiall...
1998-09-18 Nathan Bryant * Configure, Makefile.in: autodependency-relate...
1998-09-18 Nathan Bryant * Makefile.in: autodependency-related fixes
1998-09-18 Nathan Bryant * roomstats.c: include <stdarg.h> not <stdargs...
1998-09-17 Nathan Bryant * Makefile.in: add SERV_MODULES and PROXY_TARGE...
1998-09-17 Art Cancro * Implemented separate structs, lists, and...
1998-09-16 Art CancroDonut spark?
1998-09-15 Nathan Bryant1998-09-15 Nathan Bryant <bryant@cs.usm.maine.edu>
1998-09-15 Art Cancro * Tried my hand at adding the ability for serve...
1998-09-06 Brian CostelloAdded module stuff.
1998-09-01 Art Cancro * Yanked the citadelapi.c module. This wasn...
1998-08-27 Nathan Bryantrealclean removes Makefile, fixed `touch citadel.h...
1998-08-26 Brian Costello*** empty log message ***
1998-08-25 Nathan BryantMon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant...
1998-08-24 Art Cancro * sysoputil is finally dead! Removed it from...
1998-08-18 Nathan BryantTue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant...
1998-08-06 Art CancroGot the CitadelAPI library to the point where the serve...
1998-08-06 Art CancroSecond attempt at getting the server API started. ...
1998-08-04 Art CancroOof. Here it is: the beginning of our server-side...
1998-08-03 Nathan BryantAdded config_decls.h to dependencies
1998-07-24 Art Cancro useradmin doesn't work
1998-07-13 Art Cancro Since it is no longer possible for the utilities to...
1998-07-12 Art Cancro Changed logging mechanism from a circular binary file...
1998-07-11 Nathan BryantSat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant...
1998-07-11 Art CancroInitial revision