summaryrefslogtreecommitdiff
path: root/source3/smbd/mangle_hash.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: Convert valid.dat to C codeVolker Lendecke2015-03-241-20/+357
* smbd: Properly initialize mangle_hashVolker Lendecke2014-08-261-0/+4
* param: rename lp function and variable from 'magicchar' to 'mangling_char'Garming Sam2014-02-071-3/+3
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-1/+4
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-241-0/+1
* TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell2012-06-191-5/+0
* First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison2011-07-191-3/+3
* s3-smbd Remove set but unused variablesAndrew Bartlett2011-06-281-9/+0
* tdb_compat: use tdb_open_compat.Rusty Russell2011-06-201-0/+5
* lib/util use modules_path(), data_path() and shlib_ext() from source3Andrew Bartlett2011-06-061-1/+1
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* Simple +1 changes in hardcoded lengths when changing from safe_strcpy to strl...Jeremy Allison2011-05-041-4/+4
* s3-lib Move strisnormal to it's only user in mangle_hash.cAndrew Bartlett2011-04-141-0/+13
* s3-lib Move strdup_w to it's only user in mangle_hash.cAndrew Bartlett2011-04-131-0/+19
* s3-lib Move isvalid83_w to mangle_hash.cAndrew Bartlett2011-04-131-0/+34
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-build: include mangle.h only where needed.Günther Deschner2010-08-261-0/+1
* Fix bug #7155 - valgrind Conditional jump or move depends on uninitialised va...Jeremy Allison2010-02-181-0/+1
* Fix bug #7154 - mangling method = hash can crash storing a name not containin...Jeremy Allison2010-02-181-3/+5
* Fix bug reported in mangle_hash code (no bugid yet).Jeremy Allison2009-12-211-0/+9
* Fix bug #6939 - mangling method = hash breaks long filenames.Jeremy Allison2009-12-171-1/+4
* Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett2009-04-141-10/+10
* Just for fun: Move some bytes from bss to textVolker Lendecke2009-02-011-1/+1
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-4/+1
* s3:smbd: it's pointless to have a global magic_charStefan Metzmacher2009-01-081-4/+7
* s3:smbd: make mangle_fns constStefan Metzmacher2009-01-081-3/+3
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-201-4/+7
* Remove a static arrayVolker Lendecke2007-12-281-6/+6
* Move stuff from data to textVolker Lendecke2007-12-101-2/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-14/+14
* r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison2007-10-101-88/+113
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-1/+1
* r21980: make use of tdb_*_bystring() and string_term_tdb_data() in smbd/Stefan Metzmacher2007-10-101-2/+1
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-8/+10
* r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")Jeremy Allison2007-10-101-3/+3
* r10600: Fix bug #2769 (mangle filenames ending in a space)Jeremy Allison2007-10-101-7/+13
* r9532: Fix for bug #2152, championed by Neil Hoggarth <neil.hoggarth@physiol....Jeremy Allison2007-10-101-4/+4
* r6977: Fix bug #2735 (not mangling control characters) plusJeremy Allison2007-10-101-0/+4
* r6965: Remove some dead code from util_unistr.c.Jeremy Allison2007-10-101-50/+36
* r6625: Remove another global variable left over from a long time ago (magic c...Jeremy Allison2007-10-101-5/+13
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-2/+2
* r2112: Simplify the mangle hash code to use an in-memory tdb.Jeremy Allison2007-10-101-163/+55
* r1570: merging changes from 3.0.5Gerald Carter2007-10-101-5/+5
* r1301: Fix bogus error message when using "mangling method = hash" ratherJeremy Allison2007-10-101-2/+4
* r570: Remove lots of globals to handle case issues - move themJeremy Allison2007-10-101-18/+4
* Fix for "hash" (not hash2) type mangling. Noticed by "Forrest W. Christian" <...Jeremy Allison2003-12-031-8/+10
* Some small fixes to our charset conversion code:Andrew Bartlett2003-07-271-3/+4