Re: [Bug 2583] New: rsync fails with authentication failure

2005-04-09 Thread John Van Essen
On Thu, 7 Apr 2005, [EMAIL PROTECTED] wrote: https://bugzilla.samba.org/show_bug.cgi?id=2583 (replying to the list for now...) Since upgrading the server to an x86-64 machine running Fedora Core 3 and rsync 2.6.3 (also tried rsync 2.6.4) we have been getting the following errors. The

Re: [Bug 2583] New: rsync fails with authentication failure

2005-04-09 Thread Wayne Davison
On Sat, Apr 09, 2005 at 06:08:32AM -0500, John Van Essen wrote: So there's yet another case of an upgrade to FC 3 causing an auth problem. Another? Did I miss something? Or are you referring to the LDAP crashes? If so, that isn't what I would call an auth problem (since the LDAP library

[Bug 2583] rsync fails with authentication failure

2005-04-09 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2583 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |ASSIGNED --- Additional

[Bug 2583] rsync fails with authentication failure

2005-04-09 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2583 [EMAIL PROTECTED] changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug 2583] rsync fails with authentication failure

2005-04-09 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2583 [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|CLOSED --- Additional Comments

Re: [Bug 2583] rsync fails with authentication failure

2005-04-09 Thread Vidar Madsen
Quoting the comment from the bugtracker; --- Additional Comments From [EMAIL PROTECTED] 2005-04-09 11:19 --- Serendipitously, you'll be glad to know that I just finished checking in some changes to the authorization code that makes it log the reason for why the authorization failed

Re: [Bug 2583] rsync fails with authentication failure

2005-04-09 Thread Wayne Davison
On Sat, Apr 09, 2005 at 11:42:19PM +0200, Vidar Madsen wrote: (Or will this be logged on the server side only? If so, I'm all for it. :) Yes, I said *log* the reason. The user has always gotten a separate message for these errors, and they don't get told why their login failed, just that it

Can not build with out support for hard or symbolic links.

2005-04-09 Thread John E. Malmberg
The file RSYNC.H always defines the macros SUPPORT_LINKS and SUPPORT_HARD_LINKS. #define SUPPORT_LINKS HAVE_READLINK #define SUPPORT_HARD_LINKS HAVE_LINK Everywhere that RSYNC uses SUPPORT_LINKS and SUPPORT_HARD_LINKS it is testing if the macros are defined, not what their values are. This

CVS update: rsync

2005-04-09 Thread Wayne Davison
Date: Sat Apr 9 16:49:51 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv31832 Modified Files: clientserver.c Log Message: The @ERROR handler in start_inband_exchange() was not returning the right value. Revisions: clientserver.c 1.155

CVS update: rsync

2005-04-09 Thread Wayne Davison
Date: Sat Apr 9 18:11:21 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv20695 Modified Files: proto.h Log Message: Regenerated. Revisions: proto.h 1.259 = 1.260 http://www.samba.org/cgi-bin/cvsweb/rsync/proto.h?r1=1.259r2=1.260

CVS update: rsync

2005-04-09 Thread Wayne Davison
Date: Sat Apr 9 18:11:23 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv20725 Modified Files: authenticate.c Log Message: - Use the MD4_SUM_LENGTH define in place of some hard-wired values. - Pass the hostname in to auth_server(). - Generate a

CVS update: rsync

2005-04-09 Thread Wayne Davison
Date: Sat Apr 9 18:15:22 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv21221 Modified Files: NEWS Log Message: Mention the latest changes. Revisions: NEWS1.277 = 1.278

CVS update: rsync/patches

2005-04-09 Thread Wayne Davison
Date: Sat Apr 9 18:40:54 2005 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv29008/patches Modified Files: openssl-support.diff Log Message: Fixed failing hunks. Revisions: openssl-support.diff1.43 = 1.44

CVS update: rsync

2005-04-09 Thread Wayne Davison
Date: Sat Apr 9 18:59:44 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv538 Modified Files: batch.c Log Message: Also change --only-write-batch to --read-batch (in addition to changing --write-batch). Revisions: batch.c 1.52 = 1.53

CVS update: rsync

2005-04-09 Thread Wayne Davison
Date: Sat Apr 9 18:59:47 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv564 Modified Files: options.c Log Message: - Added do_xfers variable. - Handle the new --only-write-batch=FILE option. Revisions: options.c 1.258 = 1.259

CVS update: rsync

2005-04-09 Thread Wayne Davison
Date: Sat Apr 9 18:59:52 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv610 Modified Files: generator.c Log Message: Use the new do_xfers variable in place of some dry_run checks (with appropriate negation). Revisions: generator.c