xref: /freebsd/crypto/heimdal/appl/rcp/ChangeLog (revision 5521ff5a4d1929056e7ffc982fac3341ca54df7c)
12001-04-21  Johan Danielsson  <joda@pdc.kth.se>
2
3	* rcp.c: convert to use getarg
4
5	* rcp.c: do a better job of supporting files larger than 2GB
6
72001-02-07  Assar Westerlund  <assar@sics.se>
8
9	* rcp.c: add -F for forwarding ticket, from Ake Sandgren
10	<ake@cs.umu.se>
11
122001-01-29  Assar Westerlund  <assar@sics.se>
13
14	* util.c (roundup): add fallback definition
15
16	* rcp.c: remove non-STDC code
17	* rcp_locl.h: add sys/types.h and sys/wait.h
18
19	* rcp.c: no calls to err with NULL
20
212001-01-28  Assar Westerlund  <assar@sics.se>
22
23	* rcp_locl.h: add
24
25	* Makefile.am (LDADD): remove unused libraries
26
272001-01-27  Assar Westerlund  <assar@sics.se>
28
29	* util.c: replace vfork by fork
30
31	* rcp.c: add RCSID S_ISTXT -> S_ISVTX printf sizes of files with
32 	%lu instead of %q (which is not portable)
33
34	* util.c: add RCSID do not use sig_t
35	* rcp.c: remove __P, use st_mtime et al from struct stat
36	* extern.h: remove __P
37
38	* initial import of port of bsd rcp changed to use existing rsh,
39	contributed by Richard Nyberg <rnyberg@it.su.se>
40
41