summaryrefslogtreecommitdiff
path: root/lib/ext2fs/dirhash.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-25Fix gcc -Wall nits.Theodore Ts'o1-0/+1
2002-08-17Modify the half MD4 hash so it is no longer endian dependent. This isTheodore Ts'o1-40/+98
2002-07-23dirhash.c (ext2fs_dirhash): Fix bug which caused MD4Theodore Ts'o1-4/+5
2002-07-19dirhash.c (halfMD4Transform): Shift the hash by one bit,Theodore Ts'o1-1/+1
2002-06-26Add support for the half-MD4 HTREE hash.Theodore Ts'o1-3/+125
2002-03-12Fix stupid bug; dx_hack_hash was left-shifted by one in CPP macroTheodore Ts'o1-1/+1
2002-03-11Add new function to the libext2fs library, ext2fs_dirhash, whichTheodore Ts'o1-0/+51