summaryrefslogtreecommitdiffstats
path: root/source/smbd/mangle_hash2.c
Commit message (Expand)AuthorAgeFilesLines
* Unneded extra check on lenSimo Sorce2002-07-181-1/+1
* We have to look at the length before checking for "~" as the stringJeremy Allison2002-07-181-3/+3
* Merge in mangle fixes from 2.2.Jeremy Allison2002-06-131-8/+7
* Removed lp_strip_dot code - ensured that mangling code treats names endingJeremy Allison2002-05-141-3/+24
* 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