summaryrefslogtreecommitdiffstats
path: root/src/appl/mailquery/ChangeLog
blob: 1b8b3e00ff394d8a24f0a0f8a954dac0f977380b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
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)