search for: crc32_calc_buff

Displaying 4 results from an estimated 4 matches for "crc32_calc_buff".

Did you mean: crc32_calc_buffer
2003 May 27
1
[RESEND] crc32 optimization
...003 @@ -60,7 +60,7 @@ uint32 crc=0xffffffff; int i; for(i=0;i<count;i++) - crc = (crc>>8) ^ CRCTable[(buffer[i] ^ crc) & 0xff]; + crc = CRCTable[(buffer[i] ^ crc) & 0xff] ^ (crc>>8); crc^=0xffffffff; DEBUG(10,("crc32_calc_buffer: %x\n", crc)); dump_data(100, buffer, count);
2004 May 04
5
Microsoft hotfix MS04-011, breaks Samba password change.
Hi all, I wanted to give an update on this as I know this MS Hotfix is critical and must be applied to protect against the (latest) Microsoft worm. I think I've found the problem in the code, and am currently testing a fix for this (not in the release to others to test stage yet). As soon as I'm reasonably confident I'll put a patch out there for others to test, and we'll
2003 May 02
1
Problem with smbclient to Windows 2003 Server.
...Doing spnego session setup (blob length=112) NTLMSSP packet check failed due to invalid signiture! OS=[Windows .NET 3663] Server=[Windows .NET 5.2] tree connect failed: NT_STATUS_ACCESS_DENIED [root@alpha23 root]# smbclient //192.168.0.1/public -U administrator ?d 10 ---------8<---------------- crc32_calc_buffer: 3a4aa1f8 NTLMSSP packet check failed due to invalid signiture! NTLMSSP signing failed with NT_STATUS_ACCESS_DENIED got SMB signature of [000] 22 80 CF FD 58 14 2C C9 "...X.,. Server did not sign reply correctly ---------8<---------------- We captured the packag...
2001 Nov 11
7
Changing password from Windows
Hello, I have a working samba (2.0.7) server (Debian GNU/Linux 2.2) configured with security = user, but NOT domain. The clients are Windows 98. I whish windows users to be able to change their password without logging on the server (unix account on the server are disabled). I tried from the Password applet of the Control Panel, but I was able only to change the password stored on the Windows