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