xref: /freebsd/crypto/heimdal/appl/push/ChangeLog (revision 2a4a1db342263067035ce69a4017c645da63455d)
12001-09-04  Assar Westerlund  <assar@sics.se>
2
3	* push.c (doit): check return values from snprintf being negative
4
52000-12-31  Assar Westerlund  <assar@sics.se>
6
7	* push.c (main): handle krb5_init_context failure consistently
8
92000-12-26  Assar Westerlund  <assar@sics.se>
10
11	* push.c: support several headers, from <mattiasa@e.kth.se> use
12	estrdup, emalloc, erealloc
13
142000-11-29  Johan Danielsson  <joda@pdc.kth.se>
15
16	* pfrom.1: work around bug in grog that makes it think it needs
17	mdoc.old
18
19	* push.8: work around bug in grog that makes it think it needs
20	mdoc.old
21
222000-11-27  Johan Danielsson  <joda@pdc.kth.se>
23
24	* push.c: add space to usage
25
262000-10-08  Assar Westerlund  <assar@sics.se>
27
28	* push.c (doit): check that fds are not too large to select on
29
302000-03-04  Assar Westerlund  <assar@sics.se>
31
32	* add man-page for pfrom
33
341999-12-28  Assar Westerlund  <assar@sics.se>
35
36	* push.c (main): call k_getportbyname with port number in
37 	network-byte-order
38
391999-12-14  Assar Westerlund  <assar@sics.se>
40
41	* push.c (do_connect): remove bogus local block variable
42
431999-12-05  Assar Westerlund  <assar@sics.se>
44
45	* push.c (do_connect): use `getaddrinfo'
46	* push.c: add --count (print number of messages and bytes at
47	beginning)
48
491999-11-13  Assar Westerlund  <assar@sics.se>
50
51	* push.c: make `-v' a arg_counter
52
531999-11-02  Assar Westerlund  <assar@sics.se>
54
55	* push.c (main): redo the v4/v5 selection for consistency.  -4 ->
56 	try only v4 -5 -> try only v5 none, -45 -> try v5, v4
57
581999-08-19  Assar Westerlund  <assar@sics.se>
59
60	* push.c (doit): remember to step over the error message when we
61 	discover that XDELE is not supported
62
631999-08-12  Johan Danielsson  <joda@pdc.kth.se>
64
65	* push.c: use XDELE
66
671999-08-05  Assar Westerlund  <assar@sics.se>
68
69	* push.c (do_connect): v6-ify
70
711999-06-15  Assar Westerlund  <assar@sics.se>
72
73	* push.c: get_default_username and the resulting const propagation
74
751999-05-21  Assar Westerlund  <assar@sics.se>
76
77	* push.c (parse_pobox): try $USERNAME
78
791999-05-11  Assar Westerlund  <assar@sics.se>
80
81	* push.c (do_v5): remove unused and non-working code
82
831999-05-10  Assar Westerlund  <assar@sics.se>
84
85	* push.c (do_v5): call krb5_sendauth with ccache == NULL
86
87Wed Apr  7 23:40:00 1999  Assar Westerlund  <assar@sics.se>
88
89	* Makefile.in: fix names of hesiod variables
90
91Wed Mar 24 04:37:04 1999  Assar Westerlund  <assar@sics.se>
92
93	* Makefile.am (pfrom): fix typo
94
95	* push.c (get_pobox): try to handle old and new hesiod APIs
96
97Mon Mar 22 22:19:40 1999  Assar Westerlund  <assar@sics.se>
98
99	* Makefile.am: hesoid -> hesiod
100
101Sun Mar 21 18:02:10 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
102
103	* Makefile.am: bindir -> libexecdir
104
105Sat Mar 20 00:12:26 1999  Assar Westerlund  <assar@sics.se>
106
107	* Makefile.am: LDADD: add missing backslash
108
109Thu Mar 18 15:28:35 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
110
111	* Makefile.am: clean pfrom
112
113	* Makefile.am: include Makefile.am.common
114
115Mon Mar 15 18:26:16 1999  Johan Danielsson  <joda@blubb.pdc.kth.se>
116
117	* push.c: strncasecmp headers
118
119Mon Feb 15 22:22:09 1999  Assar Westerlund  <assar@sics.se>
120
121	* Makefile.in (pfrom): use libexecdir
122
123	* Makefile.am: build and install pfrom
124
125	* push.c (do_connect): init `s'
126	(pop_state): spell-check enums
127
128Tue Nov 24 23:20:54 1998  Assar Westerlund  <assar@sics.se>
129
130	* Makefile.in: build and install pfrom
131
132	* pfrom.in: bindir -> libexecdir
133
134Sun Nov 22 15:33:52 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
135
136	* push.c: eliminate some warnings
137
138Sun Nov 22 10:34:54 1998  Assar Westerlund  <assar@sics.se>
139
140	* Makefile.in (WFLAGS): set
141
142Thu Nov 19 01:17:33 1998  Assar Westerlund  <assar@sics.se>
143
144	* push_locl.h: add <hesiod.h>
145
146	* Makefile.am, Makefile.in: link and include hesiod
147
148	* push.c (get_pobox): new function. add hesiod support.
149
1501998-11-07  Assar Westerlund  <assar@sics.se>
151
152	* push.8: updated
153
154	* push.c: --from implementation from <lha@stacken.kth.se>
155
156Fri Jul 10 01:14:45 1998  Assar Westerlund  <assar@sics.se>
157
158	* push.c (net_{read,write}): remove
159
160Wed Jun 24 14:41:41 1998  Johan Danielsson  <joda@blubb.pdc.kth.se>
161
162	* push.c: allow `po:user@host' mailbox syntax
163
164Tue Jun  2 17:35:06 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
165
166	* push.c: quote '^From ' properly
167
168Mon May 25 05:22:47 1998  Assar Westerlund  <assar@sics.se>
169
170	* Makefile.in (clean): PROGS -> PROGRAMS
171
172Sun Apr 26 11:42:13 1998  Assar Westerlund  <assar@sics.se>
173
174	* push.c (main): better default for v4 and v5
175
176	* push.c (main): init context correctly
177
178	* push.c: should work with krb4
179
180	* push_locl.h: krb4 compat
181
182	* Makefile.in: new file
183
184