HUGE PATCH. This moves all of mime_parser.c and all
[citadel.git] / citadel / locate_host.c
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-10-05 Wilfried Göesgens* zero structs before handing them to getpeername(...
2007-07-26 Dave WestMoved to new module init structure.
2007-04-05 Art Cancro* Added a bunch of preprocessor hacks to deal with...
2007-03-29 Art Cancro* When rejecting SMTP connections immediately upon...
2006-03-18 Art CancroSilenced some compiler warnings
2005-09-07 Art Cancro*** empty log message ***
2005-09-07 Art Cancro* When rejecting a message due to RBL, give the alleged...
2005-03-24 Art Cancro* extract_token() now expects to be supplied with the...
2005-01-19 Art Cancro* Minor and/or cosmetic changes made during x64 trouble...
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2003-07-11 Art Cancro* is_public_client() now caches the IP addresses of...
2003-07-10 Art Cancro* Added cs_addr field to struct CitContext -- holds...
2003-05-28 Art Cancro* msgbase.c: validate_recipients() now rejects Internet...
2003-02-19 Art Cancro* Changed socklen_t to int (to allow compile on Macintosh)
2003-02-14 Art Cancro* Added support for any standard RBL
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2002-03-12 Nathan Bryant - pass -Wcast-qual to gcc
2002-03-11 Nathan Bryantremoved all references to sprintf from several files...
2001-12-28 Michael Hampton* More server support for hostnames up to 63 characters...
2001-09-06 Nathan Bryant - port to Cygwin (DLL support, etc.)
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-04-19 Art Cancro* Don't ever expire the Local System Configuration...
2000-04-16 Art Cancro* Minor changes to avoid host lookup for local clients
1999-10-28 Art Cancro* Removed all of the thread cancellation cruft that...
1999-08-08 Art Cancro* Made one more byte available in locate_host() and...
1999-08-06 Art Cancro* locate_host.c: use strdoop() and phree() instead...
1999-04-08 Nathan Bryantoops, fixed another goof
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-02-25 Nathan Bryant * acconfig.h, configure.in, locate_host.c,...
1999-02-03 Nathan BryantFixes for Cygwin (see ChangeLog)
1998-11-04 Nathan Bryant * added RCS Id keyword strings to sources
1998-10-05 Art CancroChangeover to new room structure. See ChangeLog for...
1998-08-25 Nathan BryantMon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant...
1998-07-11 Art CancroInitial revision