Tue Sep 10 14:08:06 1996 Tom Yu * mailquery.M: remove ".so man1/header.doc" Fri Jul 7 15:43:24 EDT 1995 Paul Park (pjpark@mit.edu) * Makefile.in - Remove all explicit library handling. * configure.in - Add KRB5_LIBRARIES. Tue Jun 20 14:29:23 1995 Tom Yu (tlyu@dragons-lair) * poplib.c: HAS_STDLIB_H -> HAVE_STDLIB_H Thu Jun 15 17:36:11 EDT 1995 Paul Park (pjpark@mit.edu) * Makefile.in - Change explicit library names to -l form, and change target link line to use $(LD) and associated flags. * configure.in - Add shared library usage check. Sat Jun 10 22:57:11 1995 Tom Yu (tlyu@dragons-lair) * poplib.c: krb5_auth_context redefinitions Fri Jun 9 18:27:03 1995 * configure.in: Remove standardized set of autoconf macros, which are now handled by CONFIG_RULES. Tue May 9 10:29:44 1995 Ezra Peisach * configure.in: Check for stdlib.h * poplib.c: Include . Include if present or define malloc(). Mon Mar 27 07:56:26 1995 Chris Provenzano (proven@mit.edu) * poplib.c (pop_init()): Use new calling convention for krb5_sendauth(). Thu Mar 2 12:28:20 1995 Theodore Y. Ts'o * Makefile.in (ISODELIB): Remove reference to $(ISODELIB). Wed Mar 1 11:55:43 1995 Theodore Y. Ts'o * configure.in: Replace check for -lsocket and -lnsl with WITH_NETLIB check. Tue Feb 28 01:52:34 1995 John Gilmore (gnu at toad.com) * poplib.c: Avoid includes. Tue Feb 14 15:30:55 1995 Chris Provenzano (proven@mit.edu) * poplib.c (pop_init): Call krb5_sendauth() with new calling convention Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu) * Added krb5_context to all krb5_routines Mon Jan 2 14:41:14 1995 Richard Basch (probe@tardis) * mailquery.c Issue QUIT pop command, when done retrieving messages. Wed Nov 2 21:08:04 1994 Theodore Y. Ts'o (tytso@dcl) * poplib.c (getline, multiline): NULL should not be used as a character assignment value. Use '\0' instead. Mon Oct 3 19:17:31 1994 Theodore Y. Ts'o (tytso@dcl) * Makefile.in: Use $(srcdir) to find manual page for make install. Thu Sep 29 22:53:17 1994 Theodore Y. Ts'o (tytso@dcl) * Makefile.in: Relink executables if libraries change Thu Sep 15 11:34:46 1994 Theodore Y. Ts'o (tytso@dcl) * configure.in: Moved CONFIG_RULES before AC_HAVE_LIBRARY() rules, so that they work. Thu Aug 18 16:15:36 1994 Theodore Y. Ts'o (tytso@dcl) * Makefile.in: Added missing $(LIBS) to link line. Thu Aug 18 13:43:07 1994 Theodore Y. Ts'o (tytso at tsx-11) * mailquery.c: Move usage() before main() to solve redeclaration error. * mailquery.c: Add #include to fix compiler kvetching. Tue Aug 9 16:45:53 1994 Tom Yu (tlyu@dragons-lair) * poplib.c: fix stupid sterror bug * Makefile.in: * configure.in: make install fixes * poplib.c: Ultrix cpp doesn't like '#error' * Makefile.in: oops forgot about $(COMERRLIB)