CVS update: rsync

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 06:24:24 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv30611 Modified Files: exclude.c Log Message: Cast pat_len to an int when using it as a field width. Revisions: exclude.c 1.140 = 1.141

CVS update: rsync

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 06:26:02 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv31376 Modified Files: util.c Log Message: Function fcntl() only takes 2 args when using F_GETFL. Revisions: util.c 1.210 = 1.211

CVS update: rsync

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 06:27:59 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv32011 Modified Files: options.c Log Message: Don't use a bool directly in an int comparison. Revisions: options.c 1.353 = 1.354

CVS update: rsync

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 06:49:44 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv5877 Modified Files: loadparm.c Log Message: Indented the function comments with * . Revisions: loadparm.c 1.72 = 1.73

CVS update: rsync

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 06:50:56 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv5921 Modified Files: mkproto.awk Log Message: Simplified the function-finding regex, and made it more versatile (so we don't need to keep adding variable-type strings).

CVS update: rsync/patches

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 06:53:59 2006 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv7223/patches Modified Files: acls.diff Log Message: Fixed a failing hunk. Revisions: acls.diff 1.148 = 1.149

CVS update: rsync

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 07:18:29 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv16878 Modified Files: receiver.c Log Message: Silence some IBM checker warnings and made a slight optimization to get_tmpname(). Revisions: receiver.c 1.184 =

CVS update: rsync

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 07:38:05 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv23676 Modified Files: rsync.h Log Message: - Added FNONE to the enum logcode values. - Added a NORETURN define to mark a function that never returns. Revisions: rsync.h

CVS update: rsync

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 07:38:08 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv23713 Modified Files: proto.h Log Message: Regenerated. Revisions: proto.h 1.311 = 1.312 http://www.samba.org/cgi-bin/cvsweb/rsync/proto.h?r1=1.311r2=1.312

CVS update: rsync

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 07:38:12 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv23744 Modified Files: util.c Log Message: Mark out_of_memory() and overflow_exit() with NORETURN. Revisions: util.c 1.211 = 1.212

CVS update: rsync

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 07:38:15 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv23789 Modified Files: cleanup.c Log Message: - When exiting, set the flag in_exit_cleanup. - Mark _exit_cleanup() with NORETURN. - Don't ever return from _exit_cleanup().

CVS update: rsync

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 07:38:18 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv23809 Modified Files: log.c Log Message: If in_exit_cleanup is set, some of our functions return instead of calling exit_cleanup() (which is a safer way to avoid an infinite

CVS update: rsync

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 07:38:21 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv23825 Modified Files: generator.c Log Message: - Use the new FNONE enum instead of a literal 0 value. Revisions: generator.c 1.289 = 1.290

CVS update: rsync

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 07:48:35 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv26345 Modified Files: hlink.c Log Message: Use new FNONE value when setting/comparing enum logcode vars. Revisions: hlink.c 1.64 = 1.65

CVS update: rsync/patches

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 07:53:39 2006 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv27708 Modified Files: acls.diff atimes.diff threaded-receiver.diff Log Message: Fixed failing hunks. Revisions: acls.diff 1.149 = 1.150

CVS update: rsync/patches

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 07:54:52 2006 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv28073 Modified Files: openssl-support.diff Log Message: Got rid of double-fuzz hunk. Revisions: openssl-support.diff1.62 = 1.63

CVS update: rsync

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 14:17:22 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv28409 Modified Files: Makefile.in Log Message: Temporarily reorder the OBJS line so that the IBM code checker can analyze some of the other programs (since it runs out of

CVS update: rsync

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 14:28:56 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv31715 Modified Files: log.c Log Message: Changed one more exit_cleanup() call into EXIT_OR_RETURN(). Revisions: log.c 1.158 = 1.159

CVS update: rsync

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 17:02:39 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv23159 Modified Files: Makefile.in Log Message: More temporary name juggling to get all code analyzed. Revisions: Makefile.in 1.117 = 1.118

CVS update: rsync

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 17:07:13 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv24514 Modified Files: flist.c Log Message: - Use precompiler conditionals in to_wire_mode() and from_write_mode() to get rid of code that is not needed on the current

CVS update: rsync

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 23:17:24 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv30623 Modified Files: proto.h Log Message: Regenerated. Revisions: proto.h 1.312 = 1.313 http://www.samba.org/cgi-bin/cvsweb/rsync/proto.h?r1=1.312r2=1.313

CVS update: rsync

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 23:17:33 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv30693 Modified Files: log.c options.c progress.c tls.c Log Message: Changed strcpy() calls into strlcpy() calls, just to be extra safe. Revisions: log.c 1.159 =

CVS update: rsync/lib

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 23:17:34 2006 Author: wayned Update of /data/cvs/rsync/lib In directory dp.samba.org:/tmp/cvs-serv30693/lib Modified Files: permstring.c pool_alloc.c Log Message: Changed strcpy() calls into strlcpy() calls, just to be extra safe. Revisions: permstring.c

CVS update: rsync/lib

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 23:17:40 2006 Author: wayned Update of /data/cvs/rsync/lib In directory dp.samba.org:/tmp/cvs-serv30749/lib Modified Files: getnameinfo.c Log Message: Use snprintf() and strlcpy() to replace strcpy()-using code. Revisions: getnameinfo.c 1.15 = 1.16

CVS update: rsync/lib

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 23:17:37 2006 Author: wayned Update of /data/cvs/rsync/lib In directory dp.samba.org:/tmp/cvs-serv30732/lib Modified Files: compat.c getaddrinfo.c inet_ntop.c Log Message: Changed strcpy() calls into memcpy() calls. Revisions: compat.c1.25 = 1.26

CVS update: rsync

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 23:35:53 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv4144 Modified Files: uidlist.c Log Message: Changed sprintf() calls to snprintf() calls. Revisions: uidlist.c 1.33 = 1.34

CVS update: rsync

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 23:38:14 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv4511 Modified Files: flist.c Log Message: - Changed some sprintf() calls to snprintf() calls. - Changed two last strcpy() calls to strlcpy() calls. Revisions: flist.c

CVS update: rsync

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 23:42:52 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv6000 Modified Files: tls.c Log Message: Turned an sprintf() call into snprintf(). Revisions: tls.c 1.27 = 1.28

CVS update: rsync

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 23:46:32 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv7743 Modified Files: main.c util.c Log Message: Changed sprintf() calls to snprintf(). Revisions: main.c 1.316 = 1.317

CVS update: rsync/patches

2006-10-13 Thread Wayne Davison
Date: Fri Oct 13 23:57:13 2006 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv10720 Modified Files: atimes.diff id-pair.diff ignore-case.diff Log Message: Fixed failing hunks. Revisions: atimes.diff 1.81 = 1.82

CVS update: rsync

2006-10-13 Thread Wayne Davison
Date: Sat Oct 14 02:02:47 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv18859 Modified Files: NEWS Log Message: Mention the latest fixes and internal changes. Revisions: NEWS1.422 = 1.423

CVS update: rsync

2006-10-13 Thread Wayne Davison
Date: Sat Oct 14 02:29:29 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv26803 Modified Files: cleanup.c Log Message: The cleanup code that handles moving the temp file to the partial file needed to check that cleanup_fname was not NULL to