xref: /freebsd/crypto/heimdal/appl/rcp/ChangeLog (revision b52b9d56d4e96089873a75f9e29062eec19fabba)
12001-09-24  Johan Danielsson  <joda@pdc.kth.se>
2
3	* rcp.c: more va_* fixing; from Thomas Klausner
4
52001-09-08  Assar Westerlund  <assar@sics.se>
6
7	* rcp.c (run_err): always match va_start and va_end
8
92001-09-04  Assar Westerlund  <assar@sics.se>
10
11	* util.c (allocbuf): do not leak memory on failure and zero
12	re-used memory, from Markus Friedl <markus@openbsd.org>
13
142001-07-19  Assar Westerlund  <assar@sics.se>
15
16	* rcp.c (main): add missing setprogname
17
182001-06-14  Assar Westerlund  <assar@sics.se>
19
20	* rcp.c: add some const replace a few malloc/snprintf with
21	asprintf
22	* rcp.c (sizestr): remove and use snprintf to do this correctly
23	instead
24
252001-04-21  Johan Danielsson  <joda@pdc.kth.se>
26
27	* rcp.c: convert to use getarg
28
29	* rcp.c: do a better job of supporting files larger than 2GB
30
312001-02-07  Assar Westerlund  <assar@sics.se>
32
33	* rcp.c: add -F for forwarding ticket, from Ake Sandgren
34	<ake@cs.umu.se>
35
362001-01-29  Assar Westerlund  <assar@sics.se>
37
38	* util.c (roundup): add fallback definition
39
40	* rcp.c: remove non-STDC code
41	* rcp_locl.h: add sys/types.h and sys/wait.h
42
43	* rcp.c: no calls to err with NULL
44
452001-01-28  Assar Westerlund  <assar@sics.se>
46
47	* rcp_locl.h: add
48
49	* Makefile.am (LDADD): remove unused libraries
50
512001-01-27  Assar Westerlund  <assar@sics.se>
52
53	* util.c: replace vfork by fork
54
55	* rcp.c: add RCSID S_ISTXT -> S_ISVTX printf sizes of files with
56 	%lu instead of %q (which is not portable)
57
58	* util.c: add RCSID do not use sig_t
59	* rcp.c: remove __P, use st_mtime et al from struct stat
60	* extern.h: remove __P
61
62	* initial import of port of bsd rcp changed to use existing rsh,
63	contributed by Richard Nyberg <rnyberg@it.su.se>
64
65