Andrew Tridgell
24d95c034f
move check for remsh after config.h
1996-10-01 12:04:47 +00:00
Andrew Tridgell
a3418f2e97
change BAD to ZBAD to avoid conflict with some systems
1996-10-01 06:44:00 +00:00
Andrew Tridgell
8bf737494f
- check for sys/select.h
...
- check for and use lchown if possible
- fix problem with root directory on source and destination
1996-10-01 06:40:36 +00:00
Andrew Tridgell
432b0fbdc9
- added info on the mailing list
1996-10-01 04:31:34 +00:00
Andrew Tridgell
d8ba14b176
update to version 1.6
1996-10-01 04:13:03 +00:00
Andrew Tridgell
7b8356d0bc
- detect presence of remsh and use it instead of rsh
...
- handle directory ownership and permissions much better.
- fix bug where links caused the permissions of files to be
set incorrectly
- override the default umask in setting file permissions
- better handling -o and -D being passed to non-root users
- handle rsync to a destination of /
- fix the handling of mismatched file types at either end of the
link. For example, if the destination is a link and the source is not.
1996-10-01 04:12:30 +00:00
Paul Mackerras
280cbb8537
This should fix the bug where file transfer with compression failed with
...
the message 'inflate returned 0 (0 bytes)'.
1996-07-15 05:38:20 +00:00
Andrew Tridgell
52296954fe
add warning if corruption detected
1996-07-12 14:37:25 +00:00
Andrew Tridgell
fe4d86e446
fix serious corruption bug
1996-07-12 14:36:03 +00:00
Andrew Tridgell
a06d19e3fc
*** empty log message ***
1996-07-05 04:49:32 +00:00
Andrew Tridgell
94a3ac55f6
*** empty log message ***
1996-07-04 13:56:53 +00:00
Andrew Tridgell
1b01b295c9
added CHAR_OFFSET
1996-07-04 13:08:07 +00:00
Andrew Tridgell
ebb0a6f618
*** empty log message ***
1996-07-04 10:16:56 +00:00
Andrew Tridgell
f94e821c78
*** empty log message ***
1996-07-03 08:18:11 +00:00
Andrew Tridgell
038406fdfe
*** empty log message ***
1996-07-03 08:12:32 +00:00
Andrew Tridgell
d89322c446
- fixed file time bug
...
- doc updates
1996-07-03 06:24:34 +00:00
Paul Mackerras
5be59dc5b2
fix buglet in handling multiple files
1996-07-03 05:28:55 +00:00
Andrew Tridgell
ef21f8dbff
*** empty log message ***
1996-07-03 05:22:09 +00:00
Paul Mackerras
861c20b43d
Added in-stream deflate compression for file reconstruction instructions.
1996-07-03 04:05:46 +00:00
Andrew Tridgell
1cdc8b50a2
check for null unmap
1996-07-03 02:21:47 +00:00
Andrew Tridgell
b98c7b81d2
save some more bytes by making the checksum smaller
1996-07-02 06:02:36 +00:00
Andrew Tridgell
73545f2ccb
added seed to file sum
1996-07-02 03:22:08 +00:00
Andrew Tridgell
9e31c4824c
added resend logic
...
added checksum on all files
1996-07-02 03:19:58 +00:00
Andrew Tridgell
c6e7fcb42b
*** empty log message ***
1996-07-01 23:27:19 +00:00
Andrew Tridgell
70d794dce9
added hooks for compression in token.c
1996-07-01 05:55:05 +00:00
Andrew Tridgell
57e877a16d
get byte order of checksum seed right
1996-06-30 05:02:45 +00:00
Andrew Tridgell
d7b305fd91
new header tests for sunos
1996-06-30 04:42:04 +00:00
Andrew Tridgell
384ab60a95
*** empty log message ***
1996-06-30 04:30:43 +00:00
Andrew Tridgell
aae43eb38f
added checksum seed
1996-06-30 04:29:46 +00:00
Andrew Tridgell
dc5ddbccac
- hard links
...
- better sparse handling
- FERROR and FINFO
1996-06-30 03:57:22 +00:00
Andrew Tridgell
d5ee1f8e7a
*** empty log message ***
1996-06-28 15:24:39 +00:00
Andrew Tridgell
41ba6938a4
*** empty log message ***
1996-06-28 14:43:49 +00:00
Andrew Tridgell
013cae266a
*** empty log message ***
1996-06-28 14:27:04 +00:00
Andrew Tridgell
6b83141d1e
fixed sighup handling
1996-06-28 14:26:15 +00:00
Andrew Tridgell
34ccb63e71
new exit/cleanup code
1996-06-28 13:55:41 +00:00
Andrew Tridgell
7bec6a5cd6
- handle no mmap for munmap
...
- handle sparse files
- add MAX_PROTOCOL_VERSION
1996-06-28 08:01:55 +00:00
Paul Mackerras
7f28dbee65
standard input on server may be nonblocking
1996-06-28 07:06:34 +00:00
Andrew Tridgell
43a481dc55
added csum-length option
1996-06-27 05:16:15 +00:00
Andrew Tridgell
4fe159a81d
- improved filename packing
...
- fixed sunos EAGAIN bug
1996-06-27 04:22:19 +00:00
Paul Mackerras
e260d7fb48
Fix echo commands for Solaris systems.
1996-06-27 01:46:13 +00:00
Paul Mackerras
79fbb6f59b
Fix bug where the --delete option was deleting files locally which
...
should have been ignored when the -C option was used.
1996-06-27 01:45:24 +00:00
Andrew Tridgell
019f93067e
*** empty log message ***
1996-06-26 16:02:34 +00:00
Andrew Tridgell
d9bea2ddd4
added support for non-mmap operation
1996-06-26 15:57:54 +00:00
Andrew Tridgell
9f3541e632
*** empty log message ***
1996-06-26 13:43:26 +00:00
Andrew Tridgell
182dca5c80
more byte efficient flist routines
1996-06-26 13:37:05 +00:00
Andrew Tridgell
58d433ab3c
added SIGPIPE catch
...
added select timeout
1996-06-26 03:21:27 +00:00
Andrew Tridgell
720b47f261
went to full non-blocking writes for the send_files() process
1996-06-26 01:35:13 +00:00
Andrew Tridgell
6cd612740f
*** empty log message ***
1996-06-25 13:44:27 +00:00
Andrew Tridgell
c5b975c4db
added comments
...
rebuilt configure with autoconf
1996-06-25 13:39:04 +00:00
Andrew Tridgell
94481d9113
added "created dir" message
...
added read buffer
1996-06-25 07:32:03 +00:00