summaryrefslogtreecommitdiffstats
path: root/source3/smbd/mangle_hash2.c
Commit message (Expand)AuthorAgeFilesLines
* move to the FNV1 hash alghorithm seem goodSimo Sorce2002-04-241-4/+14
* made a couple of variables staticAndrew Tridgell2002-04-241-3/+4
* - fixed the is_mangled() interface to handle multiple componentsAndrew Tridgell2002-04-181-5/+42
* - added a mangling test suite that measures the collision rate onAndrew Tridgell2002-04-121-0/+14
* - the 36^6 hash space gives 31 bits, not 32 bits. We need to mask theAndrew Tridgell2002-04-111-2/+4
* a few debug statements (disabled)Andrew Tridgell2002-04-111-2/+7
* don't treat '.' as FLAG_ASCII, instead handle it separatelyAndrew Tridgell2002-04-111-2/+2
* - tidier flag checking codeAndrew Tridgell2002-04-111-8/+40
* added some more commentsAndrew Tridgell2002-04-111-5/+15
* some optimisations to the new mangling systemAndrew Tridgell2002-04-111-16/+44
* this adds a completely new hash based mangling schemeAndrew Tridgell2002-04-111-0/+510