index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
mangle_hash2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r18793: Fix BE string handling in the auto-generated
Jeremy Allison
1
-1
/
+1
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-22
/
+22
2007-10-10
r15103: Okay, looking closer: Samba4 tdb not exporting u32 is a bug in samba4's
Volker Lendecke
1
-12
/
+12
2007-10-10
r15102: u32 is a tdb-only thing that's not exported by samba4 tdb. Replace by...
Volker Lendecke
1
-12
/
+12
2007-10-10
r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")
Jeremy Allison
1
-6
/
+6
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-2
/
+2
2007-10-10
r10600: Fix bug #2769 (mangle filenames ending in a space)
Jeremy Allison
1
-1
/
+5
2007-10-10
r7842: With the patch I sent Steve yesterday this gives us complete POSIX pat...
Jeremy Allison
1
-0
/
+39
2007-10-10
r6977: Fix bug #2735 (not mangling control characters) plus
Jeremy Allison
1
-0
/
+5
2007-10-10
r6625: Remove another global variable left over from a long time ago (magic c...
Jeremy Allison
1
-8
/
+7
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-6
/
+12
2007-10-10
r2082: lp_path should be lp_pathname.
Jeremy Allison
1
-1
/
+2
2007-10-10
r1570: merging changes from 3.0.5
Gerald Carter
1
-5
/
+3
2007-10-10
r570: Remove lots of globals to handle case issues - move them
Jeremy Allison
1
-1
/
+1
2004-03-11
Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...
Jeremy Allison
1
-5
/
+1
2003-11-18
Ensure we mangle names ending in '.' in hash2 mangling method.
Jeremy Allison
1
-1
/
+1
2003-10-22
Put strcasecmp/strncasecmp on the banned list (except for needed calls
Jeremy Allison
1
-1
/
+1
2003-09-15
Fix OOPS when dealing with mangled names reported by several users.
Jeremy Allison
1
-1
/
+1
2003-09-15
A *curse* upon the person who #ifdefed out the mangle debug statements
Jeremy Allison
1
-1
/
+1
2003-08-27
Check for embedded mb chars when testing for illegal characters like /.
Jeremy Allison
1
-1
/
+23
2003-08-27
Fix initial debug.
Jeremy Allison
1
-1
/
+1
2003-08-27
Remove completely unneeded malloc/free out of this codepath.
Jeremy Allison
1
-12
/
+11
2003-03-17
Merge from HEAD:
Andrew Bartlett
1
-1
/
+1
2003-02-24
Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.
Andrew Bartlett
1
-4
/
+4
2002-10-21
Merge mangle prefix code.
Jeremy Allison
1
-16
/
+41
2002-10-15
Merge Anton's 64-bit fix.
Jeremy Allison
1
-4
/
+2
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-8
/
+8
2002-08-17
Sync 3.0 branch with head
Jelmer Vernooij
1
-3
/
+3
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-21
/
+89
2002-04-12
merged the mangling test and passdb bugfixes into SAMBA_3_0
Andrew Tridgell
1
-0
/
+14
2002-04-11
- the 36^6 hash space gives 31 bits, not 32 bits. We need to mask the
Andrew Tridgell
1
-2
/
+4
2002-04-11
a few debug statements (disabled)
Andrew Tridgell
1
-2
/
+7
2002-04-11
don't treat '.' as FLAG_ASCII, instead handle it separately
Andrew Tridgell
1
-2
/
+2
2002-04-11
- tidier flag checking code
Andrew Tridgell
1
-8
/
+40
2002-04-11
added some more comments
Andrew Tridgell
1
-5
/
+15
2002-04-11
some optimisations to the new mangling system
Andrew Tridgell
1
-16
/
+44
2002-04-11
this adds a completely new hash based mangling scheme
Andrew Tridgell
1
-0
/
+510