index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
smbd
/
mangle_hash2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Make ReadDirName return a const char*.
Andrew Bartlett
2003-03-16
1
-1
/
+1
*
More signed/unsigned fixes (yes, I run with funny compiler options) and
Andrew Bartlett
2003-02-22
1
-4
/
+4
*
add a 'mangle prefix' option to allow people to tune the number of
Andrew Tridgell
2002-10-21
1
-16
/
+41
*
fixed a crash bug on 64 bit systems. Thanks to Anton Blanchard for
Andrew Tridgell
2002-10-15
1
-4
/
+2
*
Convert M_DEBUG(0 to M_DEBUG(10 for non-error cases ...
Richard Sharpe
2002-08-31
1
-8
/
+8
*
Unneded extra check on len
Simo Sorce
2002-07-18
1
-1
/
+1
*
We have to look at the length before checking for "~" as the string
Jeremy Allison
2002-07-18
1
-3
/
+3
*
Merge in mangle fixes from 2.2.
Jeremy Allison
2002-06-13
1
-8
/
+7
*
Removed lp_strip_dot code - ensured that mangling code treats names ending
Jeremy Allison
2002-05-14
1
-3
/
+24
*
move to the FNV1 hash alghorithm seem good
Simo Sorce
2002-04-24
1
-4
/
+14
*
made a couple of variables static
Andrew Tridgell
2002-04-24
1
-3
/
+4
*
- fixed the is_mangled() interface to handle multiple components
Andrew Tridgell
2002-04-18
1
-5
/
+42
*
- added a mangling test suite that measures the collision rate on
Andrew Tridgell
2002-04-12
1
-0
/
+14
*
- the 36^6 hash space gives 31 bits, not 32 bits. We need to mask the
Andrew Tridgell
2002-04-11
1
-2
/
+4
*
a few debug statements (disabled)
Andrew Tridgell
2002-04-11
1
-2
/
+7
*
don't treat '.' as FLAG_ASCII, instead handle it separately
Andrew Tridgell
2002-04-11
1
-2
/
+2
*
- tidier flag checking code
Andrew Tridgell
2002-04-11
1
-8
/
+40
*
added some more comments
Andrew Tridgell
2002-04-11
1
-5
/
+15
*
some optimisations to the new mangling system
Andrew Tridgell
2002-04-11
1
-16
/
+44
*
this adds a completely new hash based mangling scheme
Andrew Tridgell
2002-04-11
1
-0
/
+510