Orthodontic adjustments (moved some braces around)
[citadel.git] / citadel / locate_host.c
2019-06-19 Art CancroOrthodontic adjustments (moved some braces around)
2018-01-09 Art CancroEnded the use of the CC macro in rbl_check() , made...
2017-12-14 Art Cancrominor style cleanups
2013-10-27 Wilfried GoesgensMeasure the time RBL took and log it.
2013-09-15 Wilfried Goesgenscleanup includes
2012-07-02 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-02 Art CancroUpdated the copyright declaration in several modules...
2012-05-25 Wilfried Goesgensfix possible nullpointer dereferenciation; tnx to the...
2012-05-17 Wilfried Goesgensopenbsd compatibility: add NS_GET16 workaround.
2012-05-14 Wilfried Goesgenslocate_host: add missing defines for openbsd
2011-09-07 Wilfried GoesgensFix warnings all over citserver; handle function replie...
2011-09-04 Art CancroBegan working on the 'clean shutdown' code for the...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-08-24 Art Cancro* If we convert an IPv6-mapped-IPv4 address to dotted...
2010-08-18 Art Cancro* Support IPv6 RBL as described in tools.ietf.org/html...
2010-08-17 Art Cancro* Style cleanup
2010-08-17 Art Cancro* Previous commit broke RBL checking. This fixes it...
2010-08-16 Art Cancro* Noted where we have to modify rbl_check() and friends...
2010-08-16 Art Cancro* Initial work on IPv6-enabling citserver
2010-08-16 Art Cancro* citserver locate_host() migrated to getpeername(...
2010-08-16 Art Cancro* Suppress hostname lookup for trusted clients
2009-11-03 Dave WestIncreased the load average before strangling the server...
2009-03-20 Art Cancro* Omit extended result code from SMTP response when...
2009-03-19 Art Cancro* Rewrote part of the RBL check in a more portable...
2008-04-05 Dave WestAdded some CtdlThreadCheckStop() calls to exit rbl...
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
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