Displaying 20 results from an estimated 1000 matches similar to: "Optimising the Rsync algorithm for speed by reverting to MD4 hashing"
2010 Jun 10
0
No subject
from MD4 to MD5 (http://rsync.samba.org/ftp/rsync/src/rsync-3.0.0-NEWS).
My understanding is that MD5 is a more secure, slower version of MD4 but I
am not convinced that the added security of MD5 would alone have merited
the change from MD4 (particularly since MD4 is ~30% faster than MD5). I
wonder if I am missing other reasons which made the change
necessary/desirable?
I am looking at ways
2012 Oct 02
2
rsync hashing / collision handling?
Based on the published rsync algorithm
(pdf<http://cs.anu.edu.au/techreports/1996/TR-CS-96-05.pdf>),
it appears to filter definitely different blocks from possibly unchanged
blocks using weak hashing, then applying strong hashing to double-check the
rest of the file for true differences. MD4 and MD5 do experience
collisions, so isn't rsync fast at the risk of being inaccurate? If I can
2006 Aug 23
2
Re: Double-clicking Windows .exe's (was "What apps work in Wine")
On Wednesday 23 August 2006 07:25, wine-users-request@winehq.org wrote:
> you can't double click an exe, you have
> to run it with wine, ie "wine game.exe". there is a way to make it so that
> you can double click exe files, but that way makes your system vulnerable
> to windows virii, so you should really stick to the standard.
On my Debian Sid system, I CAN double
2003 Nov 06
1
MD4 Engine Bug?
Hello,
While porting rsync 2.5.6 to .NET (C#), I noticed
that the MD4 engine in the original source code
in my possession behaved differently from the
C# MD4 engine that I was using in my own code.
While testing the file transfer between my program
and a compiled version of rsync 2.5.6, I noticed
that the file checksums generated for the entire file
to detect corruption on the link were
2007 Aug 30
4
NT MD4 password check bug??
Hi,
Is there a bug with the NT MD4 password check??
With one password, I can't access the shares.. in the log it says:
ntlm_password_check: NT MD4 password check failed for user jason
But when I change the password to something else it works.
What's goin on??
Jason.
--
Jason Coo
Computer Engineer, P.Eng.
The Fluid Life Corporation
1-877-962-2400
jason@fluidlife.com
2006 Nov 06
1
Assembly md4 algorithum.
Would the asm md4 implementation used by Shareaza (under the GNU GPL) be appropreate to use in order to accelerate rsync?
http://shareaza.svn.sourceforge.net/viewvc/shareaza/trunk/shareaza/asm/MD4_asm.asm?view=log
http://sourceforge.net/projects/shareaza/
2002 Feb 21
1
wrong MD4/LM pass for user nobody ? (nobody in smbpasswd)
still trying to solve my domain-problems (from time to time I get
'domain controller cant be found' on a special sambaserver 2.2.3a)
Why does samba complain about wrong password for user nobody ? I
actually found "nobody" in smbpasswd, but I'm not sure if I put it in
there and dont understand why nobody needs to be samba-user.
imho nobody is the unix-account under which
2009 Apr 06
1
Does rsync use md4 or md5?
Hello,
"NEWS for rsync 3.0.0"
<http://rsync.samba.org/ftp/rsync/src/rsync-3.0.0-NEWS>
says:
"Protocol 30 now uses MD5 checksums instead of MD4."
But the "rsync man page"
<http://rsync.samba.org/ftp/rsync/rsync.html>
does not mention MD5, but only talks about "MD4 checksum".
I guess the man page is only a bit outdated? Or did I misunderstand
2013 Apr 20
1
NT MD4 password encryption question
Are there multiple ways that Windows clients encrypt passwords? I'm seeing
different behavior between two clients.
On one, I can access a Samba share just fine. On the other, using the same
username and password to access the same share, I get "incorrect password."
Looking for the difference in Samba debug traces, I find it comes down to
this:
smb_password_ok: Checking SMB
2002 Aug 04
1
MD4 bug in rsync for lengths = 64 * n
I am the author of BackupPC (http://backuppc.sourceforge.net) and
I am working on adding rsync support to BackupPC.
I am implementing the server-side in perl, and the client will
run vanilla rsync. (BTW, is there the protocol documented? I've
answered all my questions by looking at the source, but it would
be great to check against any docs.)
I started with librsync 0.9.3 and the
2004 Mar 10
1
MD4 checksum_seed
Hi,
The following lines in compat.c are rather imprudent:
if (read_batch || write_batch)
checksum_seed = 32761;
else
checksum_seed = time(NULL);
write_int(f_out,checksum_seed);
Setting checksum_seed to a constant in batch mode means block collisions
are reproducible and predictable. Thus, some files will be permanently
"unlucky" in batch mode and will
2006 Feb 22
2
[librsync-users] MD4 second-preimage attack
On Tue, 2006-02-21 at 14:58 -0800, rsync2eran@tromer.org wrote:
> A year ago we discussed the strength of the MD4 hash used by rsync and
> librsync, and one of the points mentioned was that only collision
> attacks are known on MD4.
Could you please forward this into the bug tracker so it's not lost?
--
Martin
-------------- next part --------------
A non-text attachment was
2003 Apr 01
2
MD4 checksum fix
On Tue, Jan 28, 2003 at 11:22:14PM -0800, Craig Barratt wrote:
> And I have several things I would like to work on and submit:
>
> - Fix the MD4 block and file checksums to comply with the rfc
> (currently MD4 is wrong for blocks of size 64*n, or files
> longer than 512MB).
>
> - Adaptive first pass checksum lengths: use 3 or more bytes of the MD4
> block
2007 May 15
1
Samba NT MD4 password check problem
Hi all!
Im having a problem on my network when users try to logon.
After trying to logon the follow error is generated on the log.user file.
smb_password_ok: NT MD4 password check failed
to correct this problem what I done was change the login password in
smbpasswd for that user to the same password used on the station. (smbpasswd
user )
But how to make any passwd change on the clients to
2002 Apr 12
1
NT MD4 password check failed
Hello All,
Well, I've admitted defeat. I've installed Samba 2.2.3a on a Solaris 7
machine and am trying to connect to it from a Win2K SP2 PC. I am using
encrypted passwords. The same user (darren) exists on the pc (called
'plm') and the samba server ('sparky2'). The password for this user is
the same on the PC, and the /etc/shadow and /apps/samba/private/smbpasswd
2015 Oct 01
0
ntlm_password_check: LM password, NT MD4 password in LM field and LMv2 failed for user username
If the problem machines are Windows 8 or later machines, it *could *be an
SMB protocol negotiation issue. Windows 8 will attempt to negotiate SMB
3.11, but samba < 4.3 will cap at SMB 3.0. SMB 3.11 support came out with
Samba 4.3.x.
If this is the problem, you could either disable SMB2/3 on the Windows 8
box as noted in https://support.microsoft.com/en-us/kb/2696547, or possibly
consider
2007 Aug 31
1
Extracting md4 hash info from rsycn
Hello,
I was wondering if its possible to extract the checksum that rsycn creates
to verify the transfer of a file was successful? Id like to store it so I
can verify the files at a later time.
I was thinking I could just run an md5sum prior to rsync, but then I figured
if rsycn is already doing it maybe I can just copy that checksum. I have
sever tb's of smaller files I need to transfer
so
2003 May 08
5
MD4 bug-fix for protocol version 27
Hi,
while implementing the rsync protocol in one of our projects I found
that the current CVS version still has a MD4 bug. I'm using the FreeBSD
libmd implementation and I still had checksum mismatches with protocol
version 27 for files whose size was a multiple of 64 - 4 ( - 4 due to
checksum_seed). A patch for todays CVS version is attached.
Someone should also review the clean_fname()
2013 Sep 24
2
Multiple keys/methods per key exchange (e.g. multi-md5-sha1-md4@libssh.org) Re: [PATCH] curve25519-sha256@libssh.org key exchange proposal
On Tue, Sep 24, 2013 at 10:21 PM, Aris Adamantiadis <aris at 0xbadc0de.be> wrote:
[snip]
> I've worked this week on an alternative key exchange mechanism, in
> reaction to the whole NSA leaks and claims over cryptographic backdoors
> and/or cracking advances. The key exchange is in my opinion the most
> critical defense against passive eavesdropping attacks.
> I believe
2015 Oct 01
2
ntlm_password_check: LM password, NT MD4 password in LM field and LMv2 failed for user username
On 10/01/2015 03:57 PM, David Whitney wrote:
> Hi mourik...are you saying these messages in the logs are new, as in
> suddenly these messages are appearing?
>
> What version of Samba are you running?
>
We're on samba 4.2.4, sernet, on wheezy, AD. Running without any issues
for more than a year.
I have never noticed them before, and a quick search in the logs doesn't