summaryrefslogtreecommitdiff
path: root/source3/smbd/mangle_hash.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison1-1/+4
2012-07-24lib/param: Move all enum declarations to lib/paramAndrew Bartlett1-0/+1
2012-06-19TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell1-5/+0
2011-07-19First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison1-3/+3
2011-06-28s3-smbd Remove set but unused variablesAndrew Bartlett1-9/+0
2011-06-20tdb_compat: use tdb_open_compat.Rusty Russell1-0/+5
2011-06-06lib/util use modules_path(), data_path() and shlib_ext() from source3Andrew Bartlett1-1/+1
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
2011-05-04Simple +1 changes in hardcoded lengths when changing from safe_strcpy to strl...Jeremy Allison1-4/+4
2011-04-14s3-lib Move strisnormal to it's only user in mangle_hash.cAndrew Bartlett1-0/+13
2011-04-13s3-lib Move strdup_w to it's only user in mangle_hash.cAndrew Bartlett1-0/+19
2011-04-13s3-lib Move isvalid83_w to mangle_hash.cAndrew Bartlett1-0/+34
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
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