Martin Pool
15b7b73d7d
Change from getopt to popt.
...
Add comments.
Show listening port number in startup log message.
2001-02-23 01:44:04 +00:00
Martin Pool
e420b9d854
Change from getopt to popt.
...
Add comment.
2001-02-23 01:02:55 +00:00
Martin Pool
2855f61f4a
Change from getopt to popt.
...
Include more details in --version output: say whether symlinks and
hardlinks are supported.
When hardlink support is missing, explain whether the problem is on
the client or server.
When a bad option is encountered, don't just print it to stderr but
send it to the rsync log mechanism. (However, server errors currently
seem to get lost in transit because of bugs in logging.)
2001-02-23 01:02:31 +00:00
Martin Pool
2d1ebe9c72
Change from getopt to popt.
...
Automatically build included libpopt if there is none on the system,
or if --with-included-popt is specified.
Add --enable-debug.
2001-02-23 00:48:11 +00:00
Martin Pool
c485a357cc
Change from getopt to popt.
...
Automatically build included libpopt if there is none on the system.
2001-02-23 00:47:09 +00:00
Martin Pool
5013576705
Change from getopt to popt.
2001-02-23 00:45:07 +00:00
Martin Pool
8886f8d0e6
Add comments.
...
Better error message in the case of eof on read_timeout.
2001-02-22 13:02:39 +00:00
Martin Pool
fcb6d28d0b
Note about multiplexing.
2001-02-22 13:01:27 +00:00
Martin Pool
62402cb14b
Check in built-in copy of libpopt in preparation for switching
...
from getopt
2001-02-22 13:01:09 +00:00
Martin Pool
305ab1331b
Doc.
2001-02-21 08:25:07 +00:00
Martin Pool
8212336aaa
More explanation of return values.
2001-02-21 08:16:45 +00:00
Martin Pool
3e3dcd624f
Better message grammar.
2001-02-21 07:18:50 +00:00
Martin Pool
b30b3bb899
Call this 2.4.6dev so that we don't get bug reports claiming to be
...
about 2.4.6.
2001-02-14 22:59:03 +00:00
Martin Pool
55b64e4b5e
Add table of exit values, from errcode.h.
2001-02-14 22:47:28 +00:00
Martin Pool
e411463442
Document shortcoming of "unrecognised option" message.
2001-02-08 03:28:19 +00:00
Martin Pool
660c6fbdaa
Include strerror message when there's a socket error.
2001-01-08 10:25:00 +00:00
Martin Pool
ce6c7c6318
Improved error message.
2001-01-08 03:39:53 +00:00
Martin Pool
fa994de488
Ignore generated files that are not stored in CVS.
2001-01-08 03:39:32 +00:00
Martin Pool
2348926995
Typo fix from Jim Meyering
2001-01-08 01:10:58 +00:00
David Dykstra
735a816e54
Better explain how the --blocking-io option works.
2001-01-05 17:57:11 +00:00
Martin Pool
a1b1b1da46
Add comments.
2000-11-15 05:53:45 +00:00
Martin Pool
c3563c46ed
Doc.
2000-11-15 03:16:06 +00:00
Martin Pool
0c80cd8ee9
In --version, say whether we have socketpair() or not
2000-11-10 03:41:47 +00:00
Martin Pool
b79f79e3aa
Ignore dummy output file
2000-11-10 03:41:17 +00:00
Martin Pool
af642a61b3
If an error occurs, print an explanatory string rather
...
than just an RERR code.
2000-11-10 03:28:15 +00:00
Martin Pool
ef1aa91039
Doc.
2000-11-10 03:17:08 +00:00
Martin Pool
1960e2280c
Drop dead variable.
2000-11-09 09:45:19 +00:00
Martin Pool
7c1b4daa6f
Document getsockopt POSIX confusion.
2000-11-09 09:27:34 +00:00
Martin Pool
7a24c346b0
Print a warning message in the version if the platform cannot support 32-bit ints
2000-11-09 09:05:14 +00:00
Martin Pool
64c2cf8fea
Better error messages
2000-11-09 09:02:16 +00:00
Martin Pool
81d538ce23
Better error messages when unlink fails
2000-11-08 09:45:16 +00:00
Martin Pool
e327acece4
Better error messages when unlink fails
2000-11-08 09:32:11 +00:00
Martin Pool
4e40377ac2
Better error messages when unlink fails
2000-11-08 09:32:10 +00:00
Martin Pool
eeb1568fd5
Correct license name. Note new address of pserver. Correct documentation.
2000-11-02 11:38:13 +00:00
Martin Pool
0ba481368c
Add some comments.
2000-11-02 11:37:34 +00:00
Andrew Tridgell
38bf526fc5
fix bug in handling of :
2000-10-31 10:59:50 +00:00
Martin Pool
bc363ea983
Display a warning about pointlessly using --rsh with clientserver mode.
2000-10-31 01:05:42 +00:00
Martin Pool
84f69dad19
Draft documentation of the client-server protocol.
2000-10-26 08:05:36 +00:00
Martin Pool
4a13b9d57a
Print strerror when a system error occurs; add a new function rsyserr
...
to do this. This is not used in every case yet -- I've just changed a
few cases that were causing trouble. Please convert others as you see them.
2000-10-26 07:31:29 +00:00
Martin Pool
a039749b4c
Print strerror when a system error occurs; add a new function rsyserr
...
to do this. This is not used in every case yet -- I've just changed a
few cases that were causing trouble. Please convert others as you see them.
2000-10-26 07:24:18 +00:00
David Dykstra
15b84e142a
Make sure the log file is always opened before root privileges (if any)
...
are given up.
2000-10-25 19:57:42 +00:00
David Dykstra
45a8354004
When running as --daemon in the background and using a "log file" rsyncd.conf
...
directive, close the log file every time it is open when going to sleep on
the socket. This allows the log file to get cleaned out by another process.
2000-10-24 18:50:08 +00:00
Andrew Tridgell
c32d024071
don't clobber argv[0], so ps shows the right thing
2000-10-19 00:47:48 +00:00
David Dykstra
205c27ac67
Add note in "secrets file" section to see "strict modes".
2000-10-13 13:49:31 +00:00
Martin Pool
f5c2081302
Clear up conditions for running as root.
2000-10-13 03:28:12 +00:00
Martin Pool
e6c64e7933
Oops: manpage updates should go into the yodl source.
2000-10-13 03:25:07 +00:00
Martin Pool
a036580649
Quick list of things to do.
2000-10-11 00:57:27 +00:00
Martin Pool
796d484b44
Clearer "nothing to do" message.
2000-10-10 01:26:55 +00:00
Martin Pool
1f52f4c407
Get rid of const modifiers; they're problematic with old compilers.
2000-10-09 03:48:47 +00:00
Martin Pool
d567322fbc
include/exclude cluestick: with -vv, print out whether files are
...
included or excluded and why.
2000-10-09 03:46:38 +00:00