summaryrefslogtreecommitdiff
path: root/source3/lib/crc32.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison1-1/+1
2007-10-10r11764: Doesn't need to be exported from here.Jeremy Allison1-1/+1
2007-10-10r11614: Replace old crc32 code with one from the FreeBSD tree.Jeremy Allison1-56/+92
2003-03-18Add const.Andrew Bartlett1-2/+2
2002-02-17int -> uint32Tim Potter1-2/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-4/+2
1999-10-25- typecast malloc / Realloc issues.Luke Leighton1-1/+1
1998-10-21fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh).Luke Leighton1-1/+1
1998-10-15second implementation of crc32, used with permission of francesco ferraraLuke Leighton1-4/+2
1998-10-14more warnings...Luke Leighton1-1/+1
1998-10-14dce/rpcLuke Leighton1-58/+58
1998-10-09signed / unsigned issues spotted by herbLuke Leighton1-2/+2
1998-10-08added "permission obtained from John Erickson <jerickson@ddj.com> ...."Luke Leighton1-0/+3
1998-10-06crc32 algorithm. obtained from dr dobb's journalLuke Leighton1-0/+70