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