Fix OOPS when dealing with mangled names reported by several users.
[amitay/samba.git] / source3 / smbd / mangle_hash2.c
2003-09-15 Jeremy AllisonFix OOPS when dealing with mangled names reported by...
2003-09-15 Jeremy AllisonA *curse* upon the person who #ifdefed out the mangle...
2003-08-27 Jeremy AllisonCheck for embedded mb chars when testing for illegal...
2003-08-27 Jeremy AllisonFix initial debug.
2003-08-27 Jeremy AllisonRemove completely unneeded malloc/free out of this...
2003-03-17 Andrew BartlettMerge from HEAD:
2003-03-16 Andrew Bartlett - Make ReadDirName return a const char*.
2003-02-24 Andrew BartlettMerge doxygen, signed/unsigned, const and other small...
2003-02-22 Andrew BartlettMore signed/unsigned fixes (yes, I run with funny compi...
2002-10-21 Jeremy AllisonMerge mangle prefix code.
2002-10-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-21 Andrew Tridgelladd a 'mangle prefix' option to allow people to tune...
2002-10-15 Jeremy AllisonMerge Anton's 64-bit fix.
2002-10-15 Andrew Tridgellfixed a crash bug on 64 bit systems. Thanks to Anton...
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-31 Richard SharpeConvert M_DEBUG(0 to M_DEBUG(10 for non-error cases ...
2002-08-17 Jelmer VernooijSync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-18 Simo SorceUnneded extra check on len
2002-07-18 Jeremy AllisonWe have to look at the length before checking for ...
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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 Tridgellmerged the mangling test and passdb bugfixes into SAMBA_3_0
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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