summaryrefslogtreecommitdiffstats
path: root/source/lib/crc32.c
Commit message (Collapse)AuthorAgeFilesLines
* fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh).Luke Leighton1998-10-211-1/+1
| | | | | | put unicode strings after SAMLOGON query regardless of whether it's an NT mailslot or a non-NT mailslot, after having observed this behaviour out of NT machines.
* second implementation of crc32, used with permission of francesco ferraraLuke Leighton1998-10-151-4/+2
| | | | | <francesco@aerre.it>. thanks! http://www.aerre.it/francesco
* more warnings...Luke Leighton1998-10-141-1/+1
|
* dce/rpcLuke Leighton1998-10-141-58/+58
|
* signed / unsigned issues spotted by herbLuke Leighton1998-10-091-2/+2
|
* added "permission obtained from John Erickson <jerickson@ddj.com> ...."Luke Leighton1998-10-081-0/+3
|
* crc32 algorithm. obtained from dr dobb's journalLuke Leighton1998-10-061-0/+70
http://www.ddj.com/ftp/1992/1992.05/crcman.zip. copyright 1992 mark r nelson.