Wayne Davison
|
398612ba07
|
Fixed a bug where special files were not getting hard-linked via
the --link-dest option.
|
2006-04-17 19:53:41 +00:00 |
|
Wayne Davison
|
77b013afb5
|
Don't use the -C option to make (since it's not portable).
|
2006-04-17 18:15:02 +00:00 |
|
Wayne Davison
|
08c0cd8a42
|
Mention the latest fixes.
|
2006-04-17 18:00:09 +00:00 |
|
Wayne Davison
|
1c6e9dfabc
|
Use the new CAN_HARDLINK_SYMLINK and CAN_HARDLINK_SPECIAL defines
from configure instead of the old (and not quite correct) run-time
checking.
|
2006-04-17 17:56:10 +00:00 |
|
Wayne Davison
|
0037bf23fc
|
Added two new checks: 1. Does link() hard-link symlinks (not the
referent)? 2. Does link() hard-link a fifo?
|
2006-04-17 17:53:47 +00:00 |
|
Wayne Davison
|
285edc9169
|
Don't use -C with make because it's not portable.
|
2006-04-17 17:37:13 +00:00 |
|
Wayne Davison
|
c4aa84ad50
|
Got rid of the unused REPLACE_INET_NTOA and REPLACE_INET_ATON checks.
|
2006-04-13 16:54:24 +00:00 |
|
Wayne Davison
|
b635bc92d1
|
Got rid of inet_ntoa -> rep_inet_ntoa tom-foolery because rsync
doesn't use inet_ntoa() anymore.
|
2006-04-13 16:53:15 +00:00 |
|
Wayne Davison
|
146d2228cc
|
Got rid of the replacement inet_aton() and inet_ntoa() functions
because no code in rsync has used these functions since 2.4.8.
|
2006-04-13 16:52:15 +00:00 |
|
Wayne Davison
|
b2501ccf12
|
Improved a sentence.
|
2006-04-12 16:59:32 +00:00 |
|
Wayne Davison
|
e60bba3fbc
|
A few minor changes to some messages and a couple variable improvements.
|
2006-04-12 16:35:53 +00:00 |
|
Wayne Davison
|
e26cfccf16
|
Preparing for release of 2.6.8pre1
v2.6.8pre1
|
2006-04-12 16:23:46 +00:00 |
|
Wayne Davison
|
74f80abce2
|
Moved the include of netinet/ip.h into socket.c.
|
2006-04-11 00:48:55 +00:00 |
|
Wayne Davison
|
5899b8cf3e
|
Moved the include of netinet/ip.h here along with its apparent
prerequisite, netinet/in_systm.h .
|
2006-04-11 00:48:28 +00:00 |
|
Wayne Davison
|
08e0a62956
|
Tweaked a comment.
|
2006-04-11 00:28:02 +00:00 |
|
Wayne Davison
|
2bd17a51ae
|
Include netinet/ip.h .
|
2006-04-09 13:51:56 +00:00 |
|
Wayne Davison
|
c7b9ebb598
|
Mention the read-position fix.
|
2006-04-08 16:43:21 +00:00 |
|
Wayne Davison
|
e3db43ffe5
|
Fixed the value of map->p_fd_offset when a read() fails or is
abbreviated.
|
2006-04-08 16:37:50 +00:00 |
|
Wayne Davison
|
f61ab01d96
|
Use --delete-after instead of --delete.
|
2006-04-08 16:36:57 +00:00 |
|
Wayne Davison
|
ceca8ccac8
|
We don't need log_initialised exported after all.
|
2006-04-08 16:04:34 +00:00 |
|
Wayne Davison
|
374c3e1278
|
Moved the calls to client_addr() and client_name() below the lp_load()
call so that their potential to output log messages can't cause the
log-file to initialize before we know what "log name" to use.
|
2006-04-08 16:03:16 +00:00 |
|
Wayne Davison
|
e09d8a304c
|
Clarified a few items.
|
2006-04-06 07:54:03 +00:00 |
|
Wayne Davison
|
2a7d9fe9b8
|
A slightly better fix than the last version.
|
2006-04-06 07:38:54 +00:00 |
|
Wayne Davison
|
e63aeb6d68
|
Made log_initialised public.
|
2006-04-06 07:33:12 +00:00 |
|
Wayne Davison
|
077d5d4ebc
|
There's no need for lp_load() to check am_daemon.
|
2006-04-06 07:28:22 +00:00 |
|
Wayne Davison
|
e2d774cdd7
|
Improved the bind()-failure message to mention what family failed.
|
2006-04-02 21:15:37 +00:00 |
|
Wayne Davison
|
415b598346
|
Got rid of duplicate rsync: prefix from an rsyserr() call.
|
2006-04-02 15:02:02 +00:00 |
|
Wayne Davison
|
69627d66f8
|
Improved a couple sentences.
|
2006-04-02 14:23:22 +00:00 |
|
Wayne Davison
|
ac98cd98e3
|
- Mention the logging fix for a single-use daemon.
- Mention the fatal error for when --daemon can't be honored.
|
2006-03-31 17:56:19 +00:00 |
|
Wayne Davison
|
91d324b4ea
|
Log the connect message after calling log_init().
|
2006-03-31 17:37:21 +00:00 |
|
Wayne Davison
|
89fb50263b
|
- Complain if the user specified --delete without -r or -d.
- Got rid of the saw_delete_* vars.
|
2006-03-28 23:09:36 +00:00 |
|
Wayne Davison
|
e257c6c20b
|
Use the regular delete* vars instead of the saw_delete* vars
(which are no longer around).
|
2006-03-28 23:09:07 +00:00 |
|
Wayne Davison
|
43eae40e45
|
Include the version number when we exit with an error or warning.
|
2006-03-28 18:23:24 +00:00 |
|
Wayne Davison
|
920240a687
|
- Mention two omitted --files-from bug-fixes.
- Added a place-holder release line for 2.6.8.
|
2006-03-28 16:49:23 +00:00 |
|
Wayne Davison
|
f8b9da1a2c
|
Output the who_am_i() info in the "unknown message" error.
|
2006-03-28 06:12:18 +00:00 |
|
Wayne Davison
|
3c987ee956
|
Mention latest tweaks.
|
2006-03-22 18:26:44 +00:00 |
|
Wayne Davison
|
5c6d46329b
|
If open_socket_in() fails, we now log the reasons why.
|
2006-03-22 17:48:59 +00:00 |
|
Wayne Davison
|
8b3e964d14
|
Mention the new support/file-attr-restore script.
|
2006-03-21 18:11:43 +00:00 |
|
Wayne Davison
|
91a93df049
|
A nice file-attribute maintenance script that lets you restore
permissions, ownership, and group-info on files that may be
different than the originals.
|
2006-03-21 18:06:26 +00:00 |
|
Wayne Davison
|
19826af5f0
|
Fixed a few things that looked like yodl macros but were not.
|
2006-03-21 03:45:03 +00:00 |
|
Wayne Davison
|
49f4cfdf39
|
Improved a few things that a more modern yodl complained about.
|
2006-03-21 03:41:00 +00:00 |
|
Wayne Davison
|
b3222792ad
|
Changed where ITEM_REPORT_ATIME goes in the list.
|
2006-03-17 23:57:19 +00:00 |
|
Wayne Davison
|
0640710115
|
Go ahead and define upcoming ITEM_REPORT_* defines now.
|
2006-03-17 21:59:25 +00:00 |
|
Wayne Davison
|
fa65989a8b
|
Added support for using solaris's "setfacl -s" in place of
GNU's "setfacl -k".
|
2006-03-16 21:37:18 +00:00 |
|
Wayne Davison
|
4209f079dd
|
Make sure that the --relative test creates the implied directories
with user-write permission, and turns any symlinks in the implied
dirs into real dirs.
|
2006-03-16 20:02:36 +00:00 |
|
Wayne Davison
|
a7704777ce
|
An extra safeguard for msg2sndr_flush().
|
2006-03-16 10:08:08 +00:00 |
|
Wayne Davison
|
7d51b8374d
|
Made the new msg2sndr handling even better.
|
2006-03-16 09:57:32 +00:00 |
|
Wayne Davison
|
a27042b521
|
Mention fix for stunnel-using rsync.
|
2006-03-16 03:18:16 +00:00 |
|
Wayne Davison
|
5b51c893c5
|
Optimized the reacquisition of the code value from the msg2sndr list.
|
2006-03-16 02:26:27 +00:00 |
|
Wayne Davison
|
408e69396c
|
Fixed the reacquisition of the code value from the msg2sndr list.
|
2006-03-16 01:27:26 +00:00 |
|