sync 3.0 into HEAD for the last time
[tprouty/samba.git] / source / smbd / mangle_hash2.c
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-03-16 Andrew Bartlett - Make ReadDirName return a const char*.
2003-02-22 Andrew BartlettMore signed/unsigned fixes (yes, I run with funny compi...
2002-10-21 Andrew Tridgelladd a 'mangle prefix' option to allow people to tune...
2002-10-15 Andrew Tridgellfixed a crash bug on 64 bit systems. Thanks to Anton...
2002-08-31 Richard SharpeConvert M_DEBUG(0 to M_DEBUG(10 for non-error cases ...
2002-07-18 Simo SorceUnneded extra check on len
2002-07-18 Jeremy AllisonWe have to look at the length before checking for ...
2002-06-13 Jeremy AllisonMerge in mangle fixes from 2.2.
2002-05-14 Jeremy AllisonRemoved lp_strip_dot code - ensured that mangling code...
2002-04-24 Simo Sorcemove to the FNV1 hash alghorithm seem good
2002-04-24 Andrew Tridgellmade a couple of variables static
2002-04-18 Andrew Tridgell- fixed the is_mangled() interface to handle multiple...
2002-04-12 Andrew Tridgell- added a mangling test suite that measures the collisi...
2002-04-11 Andrew Tridgell- the 36^6 hash space gives 31 bits, not 32 bits. We...
2002-04-11 Andrew Tridgella few debug statements (disabled)
2002-04-11 Andrew Tridgelldon't treat '.' as FLAG_ASCII, instead handle it separately
2002-04-11 Andrew Tridgell- tidier flag checking code
2002-04-11 Andrew Tridgelladded some more comments
2002-04-11 Andrew Tridgellsome optimisations to the new mangling system
2002-04-11 Andrew Tridgellthis adds a completely new hash based mangling scheme