summaryrefslogtreecommitdiff
path: root/source3/smbd/mangle_hash2.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-16 - Make ReadDirName return a const char*.Andrew Bartlett1-1/+1
2003-02-22More signed/unsigned fixes (yes, I run with funny compiler options) andAndrew Bartlett1-4/+4
2002-10-21add a 'mangle prefix' option to allow people to tune the number ofAndrew Tridgell1-16/+41
2002-10-15fixed a crash bug on 64 bit systems. Thanks to Anton Blanchard forAndrew Tridgell1-4/+2
2002-08-31Convert M_DEBUG(0 to M_DEBUG(10 for non-error cases ...Richard Sharpe1-8/+8
2002-07-18Unneded extra check on lenSimo Sorce1-1/+1
2002-07-18We have to look at the length before checking for "~" as the stringJeremy Allison1-3/+3
2002-06-13Merge in mangle fixes from 2.2.Jeremy Allison1-8/+7
2002-05-14Removed lp_strip_dot code - ensured that mangling code treats names endingJeremy Allison1-3/+24
2002-04-24move to the FNV1 hash alghorithm seem goodSimo Sorce1-4/+14
2002-04-24made a couple of variables staticAndrew Tridgell1-3/+4
2002-04-18- fixed the is_mangled() interface to handle multiple componentsAndrew Tridgell1-5/+42
2002-04-12- added a mangling test suite that measures the collision rate onAndrew Tridgell1-0/+14
2002-04-11- the 36^6 hash space gives 31 bits, not 32 bits. We need to mask theAndrew Tridgell1-2/+4
2002-04-11a few debug statements (disabled)Andrew Tridgell1-2/+7
2002-04-11don't treat '.' as FLAG_ASCII, instead handle it separatelyAndrew Tridgell1-2/+2
2002-04-11- tidier flag checking codeAndrew Tridgell1-8/+40
2002-04-11added some more commentsAndrew Tridgell1-5/+15
2002-04-11some optimisations to the new mangling systemAndrew Tridgell1-16/+44
2002-04-11this adds a completely new hash based mangling schemeAndrew Tridgell1-0/+510