search for: mdfour

Displaying 20 results from an estimated 40 matches for "mdfour".

2004 Nov 04
0
[Bug 2000] New: mdfour.c calculates wrong result when block is a multiple of 64 bytes long.
https://bugzilla.samba.org/show_bug.cgi?id=2000 Summary: mdfour.c calculates wrong result when block is a multiple of 64 bytes long. Product: rsync Version: 2.6.3 Platform: All OS/Version: Linux Status: NEW Severity: minor Priority: P3 Component: core As...
2005 Jan 10
0
[Bug 2000] mdfour.c calculates wrong result when block is a multiple of 64 bytes long.
...solution| |FIXED ------- Additional Comments From wayned@samba.org 2005-01-10 13:53 ------- The bug with 64-byte-multiple files was fixed for protocol 27 and beyond, which is testable by putting some debug code into checksum.c directly. However, the test function in mdfour.c was not updated to reflect this fix, so it continued to output the bogus MD4 checksums that were sent for older protocol versions. I checked-in a fix for the debug function in mdfour.c so that it will output the right values when TEST_MDFOUR is defined. -- Configure bugmail: https://bugzilla.s...
2002 Jul 31
2
new rsync release needed soon?
On the subject of needed patches, I just recently completed a patch for librsync that fixed the mdfour code to have uint_64 or 2 uint_32's for size. Without this, the checksums on files >512Megs are incorrect. The code should drop into rsync without a hitch. The same goes for mdfour in samba, becuase that is where librsync got the code from anyway. Robert Weber University of C...
2002 Jan 07
0
rsync-2.5.1 / lib patches
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 can not deal with relative path names in #include files. Also the local prototype for getenv() does not match the one in stdlib.h. -John wb8tyw@qsl.network Personal Opinion Only PROJECT_ROOT:[rsync_vms.LIB]FNMATCH.GDIFF;1 --- ref_lib:fnmatch.c Sat Jan 29 05:35:04 20...
2002 Feb 20
2
[PATCH] rsync on cygwin - textmode config files
...k) { rprintf(FERROR,"continuing without password file\n"); if (envpw) rprintf(FERROR,"using RSYNC_PASSWORD environment variable.\n"); diff -Naur --show-c-function --exclude=*.o --exclude=*.1852$ --exclude=*.exe --exclude=Makefile --exclude=con* --exclude=*~ rsync-2.5.2/lib/mdfour.c rsync-2.5.2-patched/lib/mdfour.c --- rsync-2.5.2/lib/mdfour.c Thu Jun 28 08:07:15 2001 +++ rsync-2.5.2-patched/lib/mdfour.c Tue Feb 19 14:06:00 2002 @@ -185,7 +185,11 @@ static void file_checksum1(char *fname) struct mdfour md; unsigned char buf[64*1024], sum[16]; - fd = open(fname,O_RDONL...
2002 Jan 13
1
rsynd-2.5.1 / hlink.c patches
Platform: Compaq OpenVMS Alpha 7.3 Compiler: Compaq C T6.5 The following patch resolves compile problems with the HLINK.C module. The cast on function argument for the qsort() routine was wrong, and not allowing the compile to complete. When the function definiton of the hlink_compare() is corrected to have the const qualifiers, the cast inside the qsort() function call is no longer
2002 Aug 19
0
Can not compile rsync
...c authenticate.c -o authenticate.o cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c lib/fnmatch.c -o lib/fnmatch.o cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c lib/compat.c -o lib/compat.o cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c lib/snprintf.c -o lib/snprintf.o cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c lib/mdfour.c -o lib/mdfour.o cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c lib/permstring.c -o lib/permstring.o cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c lib/getaddrinfo.c -o lib/getaddrinfo.o cc: Error: lib/getaddrinfo.c, line 180: In this statement, "EAI_MAX" is not declared. (undeclared) if (...
2002 Feb 27
1
anyone compile source on Mac OS X?
...p.o sender.o exclude.o util.o main.o checksum.o match.o syscall.o log.o backup.o options.o flist.o io.o compat.o hlink.o token.o uidlist.o socket.o fileio.o batch.o clientname.o params.o loadparm.o clientserver.o access.o connection.o authenticate.o lib/fnmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o lib/permstring.o lib/inet_ntop.o lib/inet_pton.o lib/getnameinfo.o zlib/deflate.o zlib/infblock.o zlib/infcodes.o zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/infutil.o zlib/trees.o zlib/zutil.o zlib/adler32.o popt/findme.o popt/popt.o popt/poptconfig.o popt/popthelp.o popt/poptpars...
2005 Sep 14
1
RSYNC "make" problems with HP UX 11.0 & GCC 3.3.2
...FIG_H -Wall -W -I./popt -c lib/wildmatch.c -o lib/wildmatch.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/compat.c -o lib/compat.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/snprintf.c -o lib/snprintf.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/mdfour.c -o lib/mdfour.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/permstring.c -o lib/permstring.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/pool_alloc.c -o lib/pool_alloc.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/inet_ntop.c -o lib/inet_ntop.o g...
2003 Apr 29
6
Connection refused
I've added the: /etc/services /etc/inetd entries as well as /etc/rsync.conf with the contents: [io] path = //Volumes/Mac_OS_X/Library/WebServer/iolanguage.com/Io comment = iolanguage source code But I get this error: % rsync -rvR --progress localhost:/ . localhost.dekorte.com: Connection refused rsync: connection unexpectedly closed (0 bytes read so far) rsync error:
2002 May 07
0
Fixing exclude/exclude wildcard handling
.... ---8<------8<------8<------8<---cut here--->8------>8------>8------>8--- Index: Makefile.in --- Makefile.in 2002/04/08 06:23:34 1.84 +++ Makefile.in 2002/05/08 04:19:50 @@ -23,7 +23,7 @@ .SUFFIXES: .SUFFIXES: .c .o -LIBOBJ=lib/fnmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o \ +LIBOBJ=lib/wildmat.o lib/compat.o lib/snprintf.o lib/mdfour.o \ lib/permstring.o \ @LIBOBJS@ ZLIBOBJ=zlib/deflate.o zlib/infblock.o zlib/infcodes.o zlib/inffast.o \ Index: access.c --- access.c 2002/04/11 02:25:53 1.5 +++ access.c 2002/05/08 04:19:50 @@ -27,7 +27,7 @@ static int match_ho...
2003 Jun 21
2
rsync 2.5.6 for NCR MP-RAS
...right 1987-97, MetaWare Incorporated cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c lib/snprintf.c -o lib/snprintf.o NCR High Performance C Compiler R3.0c (c) Copyright 1994-97, NCR Corporation (c) Copyright 1987-97, MetaWare Incorporated cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c lib/mdfour.c -o lib/mdfour.o NCR High Performance C Compiler R3.0c (c) Copyright 1994-97, NCR Corporation (c) Copyright 1987-97, MetaWare Incorporated cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c lib/permstring.c -o lib/permstring.o NCR High Performance C Compiler R3.0c (c) Copyright 1994-97, NCR Co...
2002 Mar 20
4
rsync 2.5.4 on win2k machine
...nup.o sender.o exclude.o util.o main.o checksum.o match.o syscall.o log.o backu p.o options.o flist.o io.o compat.o hlink.o token.o uidlist.o socket.o fileio.o batch.o clientname.o params.o loadparm.o clientserver.o access.o connection.o au thenticate.o lib/fnmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o lib/permstri ng.o lib/inet_ntop.o lib/inet_pton.o lib/getaddrinfo.o lib/getnameinfo.o zlib/de flate.o zlib/infblock.o zlib/infcodes.o zlib/inffast.o zlib/inflate.o zlib/inftr ees.o zlib/infutil.o zlib/trees.o zlib/zutil.o zlib/adler32.o -lpopt Warning: resolving _h_errno by linking to __imp__h_...
2002 Nov 15
0
building rsync on MacOSX 10.2.2
...HAVE_CONFIG_H -Wall -W -I./popt -c lib/fnmatch.c -o lib/fnmatch.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/compat.c -o lib/compat.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/snprintf.c -o lib/snprintf.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/mdfour.c -o lib/mdfour.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/permstring.c -o lib/permstring.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/deflate.c -o zlib/deflate.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/infblock.c -o zlib/infblock.o gcc -I....
2002 Feb 20
1
Errors compiling rsync 2.5.2 on Solaris 8
...E_CONFIG_H -Wall -W -I./popt -c lib/fnmatch.c -o lib/fnmatch.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/compat.c -o lib/compat.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/snprintf.c -o lib/snprintf.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/mdfour.c -o lib/mdfour.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/permstring.c -o lib/permstring.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/deflate.c -o zlib/deflate.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/infblock.c -o zlib/infblock.o gcc...
2002 Jul 28
0
Ex-Bug Report: -z option
...authenticate.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c lib/fnmatch.c -o lib/fnmatch.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c lib/compat.c -o lib/compat.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c lib/snprintf.c -o lib/snprintf.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c lib/mdfour.c -o lib/mdfour.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c lib/permstring.c -o lib/permstring.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c zlib/deflate.c -o zlib/deflate.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c zlib/infblock.c -o zlib/infblock.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H...
2003 Oct 05
2
Possible security hole
Maybe security related mails should be sent elsewhere? I didn't notice any so here it goes: sender.c:receive_sums() s->count = read_int(f); .. s->sums = (struct sum_buf *)malloc(sizeof(s->sums[0])*s->count); if (!s->sums) out_of_memory("receive_sums"); for (i=0; i < (int) s->count;i++) { s->sums[i].sum1 = read_int(f);
2002 Jun 09
0
Compiling a static version of rsync
...eanup.o sender.o exclude.o util.o main.o checksum.o match.o syscall.o log.o backup.o options.o flist.o io.o compat.o hlink.o token.o uidlist.o socket.o fileio.o batch.o clientname.o params.o loadparm.o clientserver.o access.o connection.o authenticate.o lib/fnmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o lib/permstring.o zlib/deflate.o zlib/infblock.o zlib/infcodes.o zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/infutil.o zlib/trees.o zlib/zutil.o zlib/adler32.o popt/findme.o popt/popt.o popt/poptconfig.o popt/popthelp.o popt/poptparse.o -lresolv -lsocket -lnsl # file ./rsync rsync:...
2005 Jun 09
0
[Bug 2780] New: fix acl patch
...2.6.5/patches/acls.diff.acl-patch 2005-06-01 18:22:41.000000000 +0200 +++ rsync-2.6.5/patches/acls.diff 2005-06-09 09:10:29.628842558 +0200 @@ -21,7 +21,7 @@ +HEADERS=byteorder.h config.h errcode.h proto.h rsync.h smb_acls.h lib/pool_alloc.h LIBOBJ=lib/wildmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o \ - lib/permstring.o lib/pool_alloc.o @LIBOBJS@ -+ lib/permstring.o lib/pool_alloc.o lib/sysacls.o @LIBOBJS@ ++ lib/permstring.o lib/pool_alloc.o sysacls.o @LIBOBJS@ ZLIBOBJ=zlib/deflate.o zlib/infblock.o zlib/infcodes.o zlib/inffast.o \ zlib/inflate.o zlib/inftrees.o zlib/infutil.o zlib/tr...
2002 Mar 22
0
Bug in compile of rsync 2.5.4 on Tru64 UNIX V5.1a using cc on AlphaServer 1000 5/300
...c authenticate.c -o authenticate.o cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c lib/fnmatch.c -o lib/fnmatch.o cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c lib/compat.c -o lib/compat.o cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c lib/snprintf.c -o lib/snprintf.o cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c lib/mdfour.c -o lib/mdfour.o cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c lib/permstring.c -o lib/permstring.o cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c lib/getaddrinfo.c -o lib/getaddrinfo.o cc: Error: lib/getaddrinfo.c, line 180: In this statement, "EAI_MAX" is not declared. (undeclared) if (...