Displaying 7 results from an estimated 7 matches for "hashlink".
Did you mean:
hash_link
2011 Dec 12
11
[Bug 8654] New: link-by-hash: Fix (non-exploitable) buffer overflow
...or one extra character beyond the size needed for
the text version of the hash but it needs two: one for the '/' directory
separator and another for the trailing null.
This was caught by noticing a compile warning:
gcc -std=gnu99 -I. -I../rsync -g -O2 -DHAVE_CONFIG_H -Wall -W -c
../rsync/hashlink.c -o hashlink.o
../rsync/hashlink.c: In function ?make_hash_name?:
../rsync/hashlink.c:46: warning: array subscript is above array bounds
The overflow is non-exploitable as it harmlessly overwrites the following dst
variable with a null just before using asprintf() to set the dst variable
again....
2004 Feb 09
1
[patch] Add `--link-by-hash' option.
...n a link farm arranged by MD4 file hash. The result is that the system
will only store one copy of the unique contents of each file, regardless of
the file's name.
Anyone have an example of an MD4 collision so I can test that case? :)
Patch Summary:
-1 +1 Makefile.in
-0 +304 hashlink.c (new)
-1 +21 options.c
-0 +6 proto.h
-5 +21 receiver.c
-0 +6 rsync.c
-0 +7 rsync.h
-------------- next part --------------
patchwork diff options.c
--- options.c 2004-02-09 15:42:40.000000000 -0500
+++ options.c 2004-02-09 15:42:40.000000000 -0500
@@ -11...
2004 Feb 23
0
[patch] Add `--link-by-hash' option (rev 4).
...ff
(rev 2)
* This revision is actually against CVS HEAD (I didn't realize I was working
from a stale rsync'd CVS).
* Apply permissions after linking (permissions were lost if we already had
a copy of the file in the link farm).
Patch Summary:
-1 +1 Makefile.in
-0 +351 hashlink.c (new)
-1 +22 options.c
-0 +6 proto.h
-6 +21 receiver.c
-0 +7 rsync.c
-0 +8 rsync.h
-------------- next part --------------
patchwork diff hashlink.c
--- hashlink.c 1969-12-31 19:00:00.000000000 -0500
+++ hashlink.c 2004-02-23 10:30:45.000000000 -0500
@@...
2004 Feb 17
0
[patch] Add `--link-by-hash' option (rev 3).
...ff
(rev 2)
* This revision is actually against CVS HEAD (I didn't realize I was working
from a stale rsync'd CVS).
* Apply permissions after linking (permissions were lost if we already had
a copy of the file in the link farm).
Patch Summary:
-1 +1 Makefile.in
-0 +351 hashlink.c (new)
-1 +21 options.c
-0 +6 proto.h
-6 +21 receiver.c
-3 +11 rsync.c
-0 +8 rsync.h
-------------- next part --------------
patchwork diff hashlink.c
--- hashlink.c 1969-12-31 19:00:00.000000000 -0500
+++ hashlink.c 2004-02-17 12:53:46.000000000 -0500
@@...
2004 Feb 23
0
[patch] Add `--link-by-hash' option (rev 5).
...ff
(rev 2)
* This revision is actually against CVS HEAD (I didn't realize I was working
from a stale rsync'd CVS).
* Apply permissions after linking (permissions were lost if we already had
a copy of the file in the link farm).
Patch Summary:
-1 +1 Makefile.in
-0 +351 hashlink.c (new)
-1 +22 options.c
-0 +6 proto.h
-6 +21 receiver.c
-2 +8 rsync.c
-0 +8 rsync.h
-------------- next part --------------
patchwork diff hashlink.c
--- hashlink.c 1969-12-31 19:00:00.000000000 -0500
+++ hashlink.c 2004-02-23 10:30:45.000000000 -0500
@@...
2004 Feb 16
1
[patch] Add `--link-by-hash' option (rev 2).
...e.
(rev 2)
* This revision is actually against CVS HEAD (I didn't realize I was working
from a stale rsync'd CVS).
* Apply permissions after linking (permissions were lost if we already had
a copy of the file in the link farm).
Patch Summary:
-1 +1 Makefile.in
-0 +306 hashlink.c (new)
-1 +21 options.c
-0 +6 proto.h
-6 +21 receiver.c
-5 +16 rsync.c
-0 +7 rsync.h
-------------- next part --------------
patchwork diff hashlink.c
--- hashlink.c 1969-12-31 19:00:00.000000000 -0500
+++ hashlink.c 2004-02-16 10:51:36.000000000 -0500
@@...
2011 Dec 16
5
[Bug 8666] New: --debug=all9 fail
https://bugzilla.samba.org/show_bug.cgi?id=8666
Summary: --debug=all9 fail
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: chris at onthe.net.au
QAContact: rsync-qa at