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
2011-03-30
Fix convert_string() to take a *converted_size arg. and return a bool.
Jeremy Allison
1
-4
/
+7
2011-03-30
s3: include smbd/smbd.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-24
charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...
Andrew Tridgell
1
-1
/
+1
2010-08-26
s3-build: include mangle.h only where needed.
Günther Deschner
1
-0
/
+1
2010-08-26
s3-build: only include memcache.h where needed.
Günther Deschner
1
-0
/
+1
2010-08-24
s3: Make char_flags and base_reverse const arrays
Volker Lendecke
1
-65
/
+178
2009-05-14
Make us pass SHORTNAME-TEST.
Jeremy Allison
1
-3
/
+17
2009-02-01
Just for fun: Move some bytes from bss to text
Volker Lendecke
1
-1
/
+1
2009-01-08
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
1
-11
/
+1
2009-01-08
s3:smbd: make const globals in mangle_hash2.c really static const
Stefan Metzmacher
1
-2
/
+2
2009-01-08
s3:smbd: make mangle_fns const
Stefan Metzmacher
1
-5
/
+5
2008-01-11
Fix CID 523 - wrong null deref check.
Jeremy Allison
1
-1
/
+1
2007-12-18
Add a in-memory cache
Volker Lendecke
1
-48
/
+19
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-19
/
+19
2007-10-10
r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based
Jeremy Allison
1
-53
/
+82
2007-10-10
r24603: In case of error we need to free prefix_cache otherwise on re-init th...
Simo Sorce
1
-0
/
+1
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
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
[next]