summaryrefslogtreecommitdiffstats
path: root/src/appl/mailquery/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1996-11-19 01:53:48 +0000
committerTheodore Tso <tytso@mit.edu>1996-11-19 01:53:48 +0000
commitcd0acd07fca64e3a3e56a11830b15896f756ad8a (patch)
tree1748ca58fadacc400512e3916af33d4ed74d6d08 /src/appl/mailquery/ChangeLog
parent9b271e700b7fc4e94264b9f5d710686f5981c547 (diff)
Removing old POP applications
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9427 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/mailquery/ChangeLog')
-rw-r--r--src/appl/mailquery/ChangeLog114
1 files changed, 0 insertions, 114 deletions
diff --git a/src/appl/mailquery/ChangeLog b/src/appl/mailquery/ChangeLog
deleted file mode 100644
index 7d6322905..000000000
--- a/src/appl/mailquery/ChangeLog
+++ /dev/null
@@ -1,114 +0,0 @@
-Fri Nov 8 17:01:28 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
-
- * poplib.c:
- * mailquery.c: Cleaned up gcc -Wall warnings.
-
-Thu Nov 7 15:20:25 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
-
- * poplib.c (reserved;): Check the error return from
- krb5_init_context(), and print an error message if
- necessary.
-
-Tue Sep 10 14:08:06 1996 Tom Yu <tlyu@mit.edu>
-
- * 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<lib> 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 <tytso@rsx-11.mit.edu>
-
- * configure.in: Remove standardized set of autoconf macros, which
- are now handled by CONFIG_RULES.
-
-Tue May 9 10:29:44 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
-
- * configure.in: Check for stdlib.h
-
- * poplib.c: Include <string.h>. Include <stdlib.h> 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 <tytso@dcl>
-
- * Makefile.in (ISODELIB): Remove reference to $(ISODELIB).
-
-Wed Mar 1 11:55:43 1995 Theodore Y. Ts'o <tytso@dcl>
-
- * 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 <krb5/...> 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 <string.h> 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)
-