remove gcc34
[dragonfly.git] / crypto / heimdal-0.6.3 / appl / popper / ChangeLog
1 2003-10-13  Love  <lha@stacken.kth.se>
2
3         * pop_init.c: 1.58->1.59: (pop_init): change call to
4         authentication function, from a ?: construct (which toubles some
5         versions of gcc) to if; from Björn Grönvall
6         
7 2003-04-16  Love Hörnquist Åstrand  <lha@it.su.se>
8
9         * popper.8: spelling, from jmc <jmc@prioris.mini.pw.edu.pl>
10         
11 2002-07-04  Johan Danielsson  <joda@pdc.kth.se>
12
13         * pop_dropcopy.c: use RESP-CODES
14
15         * pop_get_command.c: implement CAPA
16
17         * popper.c: don't print our version in the greeting string
18
19         * popper.h: add a flags parameter to the pop context
20
21 2002-05-02  Johan Danielsson  <joda@pdc.kth.se>
22
23         * pop_debug.c: revert some accidentally commited code in previous
24
25 2002-02-07  Johan Danielsson  <joda@pdc.kth.se>
26
27         * pop_debug.c: only claim krb5 support if really present
28
29 2001-09-10  Johan Danielsson  <joda@pdc.kth.se>
30
31         * maildir.c: replace MAXDROPLEN with MAXPATHLEN
32
33         * popper.h: replace MAXDROPLEN with MAXPATHLEN
34
35 2001-08-13  Johan Danielsson  <joda@pdc.kth.se>
36
37         * popper.8: rewritten man page
38
39 2000-12-31  Assar Westerlund  <assar@sics.se>
40
41         * pop_init.c (pop_init): handle krb5_init_context failure
42         consistently
43         * pop_debug.c (doit_v5): handle krb5_init_context failure
44         consistently
45
46 2000-06-10  Assar Westerlund  <assar@sics.se>
47
48         * pop_init.c (krb4_authenticate): do not exit on failure, just
49         return
50         (krb5_authenticate): log errors from krb5_recvauth
51
52 2000-04-12  Assar Westerlund  <assar@sics.se>
53
54         * *.c: replace all erroneous calls to pop_log with POP_FAILURE
55         with POP_PRIORITY.  reported by Janne Johansson <jj@it.kth.se>'
56
57 2000-01-27  Assar Westerlund  <assar@sics.se>
58
59         * pop_debug.c (main): figure out port number
60
61 1999-12-20  Assar Westerlund  <assar@sics.se>
62
63         * pop_init.c (pop_init): use getnameinfo_verified
64
65         * pop_debug.c (get_socket): use getaddrinfo
66
67 1999-12-03  Johan Danielsson  <joda@pdc.kth.se>
68
69         * pop_init.c: optionally trace connected addresses to a file
70
71 1999-11-02  Assar Westerlund  <assar@sics.se>
72
73         * pop_debug.c (main): redo the v4/v5 selection for consistency.
74         -4 -> try only v4 -5 -> try only v5 none, -45 -> try v5, v4
75
76 1999-10-16  Johan Danielsson  <joda@pdc.kth.se>
77
78         * pop_init.c (krb5_authenticate): don't use the principal
79         associated with the socket for authentication, instead let
80         krb5_rd_req pick the correct one from the ticket; just check that
81         it actually was a pop-ticket
82
83 1999-08-12  Johan Danielsson  <joda@pdc.kth.se>
84
85         * pop_init.c (pop_init): don't freehostent if ch == NULL
86
87         * pop_dele.c: implement XDELE to delete a range of messages
88
89 1999-08-05  Assar Westerlund  <assar@sics.se>
90
91         * pop_init.c: v6-ify
92
93         * pop_debug.c: v6-ify
94
95 1999-05-10  Assar Westerlund  <assar@sics.se>
96
97         * pop_debug.c (doit_v5): call krb5_sendauth with ccache == NULL
98         
99 1999-04-11  Assar Westerlund  <assar@sics.se>
100
101         * pop_debug.c (main): use print_version
102
103 Thu Apr  8 15:07:11 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
104
105         * pop_pass.c: remove definition of KRB_VERIFY_USER (moved to
106         config.h)
107
108 Thu Mar 18 12:55:42 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
109
110         * pop_pass.c: define KRB_VERIFY_SECURE if not defined
111
112         * Makefile.am: include Makefile.am.common
113
114 Wed Mar 17 23:36:21 1999  Assar Westerlund  <assar@sics.se>
115
116         * pop_pass.c (krb4_verify_password): use KRB_VERIFY_SECURE instead
117         of 1
118
119 Tue Mar 16 22:28:52 1999  Assar Westerlund  <assar@sics.se>
120
121         * pop_pass.c: krb_verify_user_multiple -> krb_verify_user
122
123 Sat Mar 13 22:17:29 1999  Assar Westerlund  <assar@sics.se>
124
125         * pop_parse.c (pop_parse): cast when calling is* to get rid of a
126         warning
127
128 Mon Mar  8 11:50:06 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
129
130         * pop_init.c: use print_version
131
132 Fri Mar  5 15:14:29 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
133
134         * pop_send.c: fix handling of messages w/o body
135
136 Sun Nov 22 10:33:29 1998  Assar Westerlund  <assar@sics.se>
137
138         * pop_pass.c (pop_pass): try to always log
139
140         * Makefile.in (WFLAGS): set
141
142 Fri Jul 10 01:14:25 1998  Assar Westerlund  <assar@sics.se>
143
144         * pop_init.c: s/net_read/pop_net_read/
145
146 Tue Jun  2 17:33:54 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
147
148         * pop_send.c: add missing newlines
149
150 Sun May 24 20:59:45 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
151
152         * maildir.c (make_path): fix reversed args
153
154 Sat May 16 00:02:18 1998  Assar Westerlund  <assar@sics.se>
155
156         * Makefile.am: link with DBLIB
157
158 Sun Apr 26 11:47:58 1998  Assar Westerlund  <assar@sics.se>
159
160         * pop_pass.c (pop_pass): check return value from changeuser
161
162         * pop_dropcopy.c (changeuser): check that `setuid' and `setgid'
163         succeeded.
164
165         * popper.h: changeuser now returns int
166
167 Thu Apr 23 00:54:38 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
168
169         * Add support for maildir spoolfiles.
170
171         * popper.h (MsgInfoList): replace `del_flag' and `retr_flag' with
172         single `flags'
173
174         * pop_dropcopy.c: Fix mismatched parenthesis.
175
176 Sat Apr  4 15:13:56 1998  Assar Westerlund  <assar@sics.se>
177
178         * pop_dropcopy.c (pop_dropcopy): first do mkstemp and then fdopen.
179         Originally from <map@stacken.kth.se>
180
181         * popper.h: include <io.h>
182
183 Sat Feb  7 10:07:39 1998  Assar Westerlund  <assar@sics.se>
184
185         * pop_pass.c(krb4_verify_password: Don't use REALM_SZ + 1, just
186         REALM_SZ
187
188 Mon Dec 29 16:37:26 1997  Assar Westerlund  <assar@sics.se>
189
190         * pop_updt.c (pop_updt): lseek before ftruncating the file.  From
191         <map@stacken.kth.se>
192
193 Sat Nov 22 13:46:39 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
194
195         * pop_pass.c: Destroy tickets after verification.
196
197 Sun Nov  9 09:11:14 1997  Assar Westerlund  <assar@sics.se>
198
199         * pop_dropinfo.c: be careful with mails without msg-id, subject,
200         or from
201
202 Wed Oct 29 02:09:24 1997  Assar Westerlund  <assar@sics.se>
203
204         * pop_pass.c: conditionalize OTP-support
205
206         * pop_init.c: conditionalize OTP-support
207