summaryrefslogtreecommitdiff
path: root/source3/smbd/mangle_hash.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-26s3-build: include mangle.h only where needed.Günther Deschner1-0/+1
2010-02-18Fix bug #7155 - valgrind Conditional jump or move depends on uninitialised va...Jeremy Allison1-0/+1
2010-02-18Fix bug #7154 - mangling method = hash can crash storing a name not containin...Jeremy Allison1-3/+5
2009-12-21Fix bug reported in mangle_hash code (no bugid yet).Jeremy Allison1-0/+9
2009-12-17Fix bug #6939 - mangling method = hash breaks long filenames.Jeremy Allison1-1/+4
2009-04-14Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett1-10/+10
2009-02-01Just for fun: Move some bytes from bss to textVolker Lendecke1-1/+1
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher1-4/+1
2009-01-08s3:smbd: it's pointless to have a global magic_charStefan Metzmacher1-4/+7
2009-01-08s3:smbd: make mangle_fns constStefan Metzmacher1-3/+3
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-4/+7
2007-12-28Remove a static arrayVolker Lendecke1-6/+6
2007-12-10Move stuff from data to textVolker Lendecke1-2/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-14/+14
2007-10-10r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison1-88/+113
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher1-1/+1
2007-10-10r21980: make use of tdb_*_bystring() and string_term_tdb_data() in smbd/Stefan Metzmacher1-2/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-8/+10
2007-10-10r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")Jeremy Allison1-3/+3
2007-10-10r10600: Fix bug #2769 (mangle filenames ending in a space)Jeremy Allison1-7/+13
2007-10-10r9532: Fix for bug #2152, championed by Neil Hoggarth <neil.hoggarth@physiol....Jeremy Allison1-4/+4
2007-10-10r6977: Fix bug #2735 (not mangling control characters) plusJeremy Allison1-0/+4
2007-10-10r6965: Remove some dead code from util_unistr.c.Jeremy Allison1-50/+36
2007-10-10r6625: Remove another global variable left over from a long time ago (magic c...Jeremy Allison1-5/+13
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-2/+2
2007-10-10r2112: Simplify the mangle hash code to use an in-memory tdb.Jeremy Allison1-163/+55
2007-10-10r1570: merging changes from 3.0.5Gerald Carter1-5/+5
2007-10-10r1301: Fix bogus error message when using "mangling method = hash" ratherJeremy Allison1-2/+4
2007-10-10r570: Remove lots of globals to handle case issues - move themJeremy Allison1-18/+4
2003-12-03Fix for "hash" (not hash2) type mangling. Noticed by "Forrest W. Christian" <...Jeremy Allison1-8/+10
2003-07-27Some small fixes to our charset conversion code:Andrew Bartlett1-3/+4
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-2/+3
2003-06-22Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce1-4/+4
2003-04-23StrnCpy -> safe_strcpy() on a over-malloced struct.Andrew Bartlett1-2/+2
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-4/+4
2003-01-02Merge Andrew Bartletts (size_t)-1 checks.Jeremy Allison1-1/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-265/+269
2002-04-11This split the mangling code up to allow for the possibility of multipleAndrew Tridgell1-0/+775