* Completed migrating the "netpoll" utility into the serv_network module.
[citadel.git] / citadel / Makefile.in
2001-09-24 Art Cancro* Completed migrating the "netpoll" utility into the...
2001-09-06 Nathan Bryantbuild fix for sparc-sun-solaris2.8; i think the depende...
2001-09-06 Nathan Bryantbuild fix for Linux
2001-09-06 Nathan Bryant - port to Cygwin (DLL support, etc.)
2001-07-29 Nathan Bryantgenerate symlinks to .libs in modules directory
2001-07-27 Nathan Bryantlibtool has matured a lot since the last time i looked...
2001-07-26 Nathan Bryant - move to autoconf 2.52
2001-03-05 Art Cancro* IMAP COPY
2001-03-04 Art Cancro* IMAP EXPUNGE responses -should- be correct now
2001-02-21 Art Cancro* added citlogin.c
2001-02-20 Art Cancro* IMAP: implemented the STATUS command (sort of).
2001-02-03 Michael Hampton* serv_ical.c and serv_ical.h added; skeleton code...
2001-01-13 Nathan Bryantmerged remaining changes from TRANSACTIONS (using cvs...
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-12-27 Art Cancro* Added a skeleton IMAP "SEARCH" command (based on...
2000-12-07 Nathan Bryantadded --with-db and --with-gdbm options to configure
2000-12-06 Art Cancro* Changed netproc to keep the use table in a flat file...
2000-10-07 Art Cancro* Dammit, I lost my changes
2000-09-01 Michael HamptonA whole bunch of changes to support building Citadel...
2000-09-01 Art Cancro* Fixed a few more references to the deprecated uncnsrd...
2000-08-22 Brian CostelloAdded serv_pas2 to the deps.
2000-08-14 Brian Costello- Added constant sizes for usernames and the nonce...
2000-07-22 Art Cancro* Prepared infrastructure for the networker rewrite
2000-07-09 Art Cancro* Added the Art Vandelay module
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-06-23 Art Cancro* removed icq
2000-06-22 Art Cancro* Made the ICQ stuff far more reliable ... by removing it!
2000-06-15 Art Cancro* Inserted a skeleton IMAP module into the build. ...
2000-06-03 Art Cancro* Replaced most of the very repetitive and very redunda...
2000-04-24 Art Cancro* Removed references to strucmp() and struncmp(), repla...
2000-04-14 Nathan Bryant* Makefile.in (distclean): pass correct args to non...
2000-03-27 Nathan Bryant*** empty log message ***
2000-03-27 Nathan Bryant * Makefile.in: generate parsedate.c automatically
2000-03-27 Nathan Bryant * First cut at Solaris fixes. There may still be some...
2000-03-17 Art Cancro* Moved bio-related commands out to a loadable module
2000-03-11 Nathan Bryant * new threaded client code for background keepalives
2000-03-08 Art Cancro* citmail reads citadel.config
2000-02-29 Art Cancro* IGnet delivery is broken
2000-02-28 Art Cancro* IGnet stuff
2000-02-25 Art Cancro* Modularized the RWHO (Read WHO is online) command...
2000-02-16 Art Cancro* Added the resolver library to the configure script
2000-02-16 Art Cancro* Vanquished the evil dn_expand() beast. getmx() now...
2000-02-10 Art Cancro* AXED STUFF!!
2000-02-02 Art Cancro* serv_inetcfg: added
2000-01-23 Art Cancro* Temporary hack to ig_tcp_server() to listen on an...
2000-01-13 Art Cancro* techdoc/delivery-list.txt: added (syntax for delivery...
2000-01-06 Art Cancro* Replaced citmail.c with a new one that simply SMTP...
1999-12-26 Art Cancro* serv_vcard: don't run hooks when not logged in (such...
1999-12-22 Art Cancro* Fixed up the "Date:" headers to be RFC822-compliant
1999-12-22 Art Cancro* Got some more parsing in there
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...
next