Tue Sep 10 14:08:36 1996 Tom Yu * popper.M: remove ".so man1/header.doc" Wed Aug 21 19:39:11 1996 Sam Hartman * mh-6.8.patch: Ken Hornstein contributed replacement patch that uses Beta-6 calling conventions. Thu Aug 15 22:16:20 1996 Sam Hartman * pop_init.c (authenticate): Patch from Ken Hornstein to make sure we actually look at the client name. Sat Mar 16 07:11:06 1996 Ezra Peisach * configure.in: pop_init.c authenticate() needs USE_ANAME. Tue Jan 2 19:23:52 1996 Mark Eichin * pop_pass.c (our_getpwnam): the code here is unused and probably wrong, but the hpux case should at least check __hpux as well. Sat Jul 29 04:38:30 1995 Tom Yu * configure.in: Don't link with -lkadm. Fri Jul 7 15:44:56 EDT 1995 Paul Park (pjpark@mit.edu) * Makefile.in - Remove all explicit library handling. * configure.in - add USE_KADM_LIBRARY and KRB5_LIBRARIES. Wed Nov 15 20:36:33 1995 Mark Eichin * pop_updt.c (pop_updt): initialize lock_arg to a copy of a static (thus zero) struct flock, to avoid panic'ing sunos 4.1.4. Wed Nov 15 20:35:19 1995 Mark Eichin * pop_dropcopy.c (pop_dropcopy): initialize lock_arg to a copy of a static (thus zero) struct flock, to avoid panic'ing sunos 4.1.4. Thu Jun 15 17:38:06 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. Also, remove DBMLIB, it was not used. * configure.in - Remove dbm library checks, these are no longer needed with the Berkeley database code. Also, add shared library usage check. Sat Jun 10 22:57:55 1995 Tom Yu (tlyu@dragons-lair) * pop_init.c: krb5_auth_context redefinitions Fri Jun 9 18:27:22 1995 * configure.in: Remove standardized set of autoconf macros, which are now handled by CONFIG_RULES. Wed May 03 03:30:51 1995 Chris Provenzano (proven@mit.edu) * pop_init.c: (krb5_recvauth()): No longer needs the rc_type arg. Mon Mar 27 16:52:48 1995 * pop_init.c (pop_init): Put in a type cast to shut up the compiler. Popper is still using gethostbyname()'s static data wrong; this should be fixed eventually. Mon Mar 27 07:56:26 1995 Chris Provenzano (proven@mit.edu) * pop_init.c Use new calling conventions for krb5_recvauth(). Tue Mar 14 16:54:41 1995 * Makefile.in: Delete definitions defined in pre/config.in. Thu Mar 2 12:28:37 1995 Theodore Y. Ts'o * Makefile.in (ISODELIB): Remove reference to $(ISODELIB). Wed Mar 1 11:56:31 1995 Theodore Y. Ts'o * configure.in: Remove ISODE_INCLUDE, replace check for -lsocket and -lnsl with WITH_NETLIB check. Tue Feb 28 01:54:56 1995 John Gilmore (gnu at toad.com) * pop_init.c, pop_pass.c, pop_user.c, mh-6.8.patch: Avoid includes. Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu) * Added krb5_context to all krb5_routines Fri Nov 18 01:15:58 1994 Mark Eichin * configure.in: use KRB5_POSIX_LOCKS (from epeisach). Fri Nov 18 00:20:24 1994 Mark Eichin * pop_send.c (pop_send): Only update last_msg if executing a RETR. From John Brezak . Wed Nov 2 21:09:38 1994 Theodore Y. Ts'o (tytso@dcl) * popper.h: NULL should not be used as a character assignment value. Use '\0' instead. Wed Oct 26 15:00:13 1994 (tytso@rsx-11) * Makefile.in (CFLAGS): Control -g/-O via $(CCOPTS) Mon Oct 3 19:17:15 1994 Theodore Y. Ts'o (tytso@dcl) * Makefile.in: Use $(srcdir) to find manual page for make install. Thu Sep 29 22:52:35 1994 Theodore Y. Ts'o (tytso@dcl) * Makefile.in: Relink executables if libraries change Thu Sep 22 20:47:25 1994 Theodore Y. Ts'o (tytso@dcl) * configure.in: Fix order of configure so that cc can be found. Thu Aug 18 19:07:38 1994 Theodore Y. Ts'o (tytso at tsx-11) * configure.in: * pop_xmit.c: Added #ifdef NEED_SYS_FCNTL_H around Wed Aug 10 12:46:12 1994 Theodore Y. Ts'o (tytso at tsx-11) * pop_dropcopy.c (pop_dropcopy): Change L_XTND to SEEK_END. Tue Aug 9 16:50:08 1994 Tom Yu (tlyu@dragons-lair) * configure.in: check for dbm as well as ndbm * pop_init.c: kill static version string that depended on ANSI string splicing * Makefile.in: * configure.in: fix $(ISODELIB), also fix make install