Re: rsync for NCR MP-RAS

2002-01-06 Thread Martin Pool
On 6 Jan 2002, [EMAIL PROTECTED] wrote: > > I can use -a so far. Why options do not work? > > # ./rsync --daemon > rsync: --daemon: unknown option > rsync error: syntax or usage error (code 1) at main.c(793) > # rsync --help > Segmentation Fault - core dumped Did you do "make install" or put r

migration to BitKeeper

2002-01-06 Thread Martin Pool
If you only run released (rather than development) versions of rsync then you can skip this message. rsync's source tree has been converted from CVS to BitKeeper. This message contains brief instructions for people who want to track development or make contributions. I think it should take ab

rsync-2.5.1 / updated syscall.c "const" patch

2002-01-06 Thread John E. Malmberg
Operating System: OpenVMS ALPHA V7.3 Compiler: Compaq C T6.5 Compiler switches: /WARN=ENABLE=(LEVEL4, QUESTCODE) syscall.c is missing the "const" qualifiers for several of it's functions. This patch should supercede the previous patch I submitted. This was discovered while working on resovlin

rsync tree migration in progress

2002-01-06 Thread Martin Pool
I'm going to go ahead and move the source tree from CVS to BitKeeper. Please don't make any commits to CVS until you hear from me. It's fine to make checkouts. -- Martin

rsync-2.5.1 / macro definition patches

2002-01-06 Thread John E. Malmberg
The following files need patches in order to compile using Compaq C on OpenVMS. These patches should also be needed on a Tru64 or LINUX on ALPHA using Compaq C. These should work on any ANSI compliant compiler. Operating System: OpenVMS ALPHA V7.3 Compiler: Compaq C T6.5 Compiler switches: /W

Re: rsync-2.5.1 / socket.c - unititialized variable breaks build.

2002-01-06 Thread Cameron Simpson
On Sun, Jan 06, 2002 at 10:56:50AM -0600, John Malmberg <[EMAIL PROTECTED]> wrote: | In socket.c, the variable error is unitilialzed. | Also the variable length should be an unsigned int. | | | EAGLE> type socket.gdiff | --- ref_src:socket.cSat Jan 5 13:27:07 2002 | +++ lcl_src:socket.c

rsync-2.5.1 / tls.c, backup.c, syscall.c not honoring config.h SUPPORT_LINKS setting

2002-01-06 Thread John E. Malmberg
If SUPPORT_LINKS is not 1, the code should not be assuming the presence of do_lstat or readlink. Also syscall.c is testing macro definitions that may not be defined. Operating System: OpenVMS ALPHA V7.3 Compiler: Compaq C T6.5 Compiler switches: /WARN=ENABLE=(LEVEL4, QUESTCODE) -John [EMAIL

rsync-2.5.1 / lib patches

2002-01-06 Thread John E. Malmberg
The following zlib files need patches in order to compile using Compaq C on OpenVMS. These should work on any ANSI compliant compiler. Operating System: OpenVMS ALPHA V7.3 Compiler: Compaq C T6.5 Compiler switches: /WARN=ENABLE=(LEVEL4, QUESTCODE) fnmatch.c and mdfour.c. Compaq C on OpenVMS

rsync-2.5.1 / zlib patches

2002-01-06 Thread John E. Malmberg
The following zlib files need patches in order to compile using Compaq C on OpenVMS. These patches should also be needed on a Tru64 or LINUX on ALPHA using Compaq C. These should work on any ANSI compliant compiler. Operating System: OpenVMS ALPHA V7.3 Compiler: Compaq C T6.5 Compiler switche

rsync-2.5.1 / popt patches

2002-01-06 Thread John E. Malmberg
The following popt files need patches in order to compile using Compaq C on OpenVMS. These patches should also be needed on a Tru64 or LINUX on ALPHA using Compaq C. Except for the alloca issue, these should work on any ANSI compliant compiler. Operating System: OpenVMS ALPHA V7.3 Compiler:

rsync-2.5.1 / socket.c - unititialized variable breaks build.

2002-01-06 Thread John Malmberg
In socket.c, the variable error is unitilialzed. Also the variable length should be an unsigned int. EAGLE> type socket.gdiff --- ref_src:socket.cSat Jan 5 13:27:07 2002 +++ lcl_src:socket.cSun Jan 6 08:40:51 2002 @@ -1,3 +1,4 @@ +/* Converted by prj_src:unix_c_to_vms_c.tpu AND prj_sr

Re: rsync for NCR MP-RAS

2002-01-06 Thread Mike . Li
I can use -a so far. Why options do not work? # ./rsync --daemon rsync: --daemon: unknown option rsync error: syntax or usage error (code 1) at main.c(793) # rsync --help Segmentation Fault - core dumped Best regards, Mike Li

Re: rsync --daemon bypasses directory permissions on Linux (PR#3700)

2002-01-06 Thread Martin Pool
[EMAIL PROTECTED] wrote: > On Linux, running 'rsync --daemon' as root bypasses some security > restrictions, allowing access to otherwise inaccessible files. Well, I can see why you think this is confusing, but I think rsync's behaviour is reasonable and consistent with Unix's security design.