summaryrefslogtreecommitdiffstats
path: root/source/smbd/mangle_hash.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #7154 - mangling method = hash can crash storing a name not containin...Jeremy Allison2010-02-241-3/+5
* Fix bug #7155 - valgrind Conditional jump or move depends on uninitialised va...Jeremy Allison2010-02-241-0/+1
* Fix bug 7005 - mangle method = hash truncates files with dot '. ' characterJeremy Allison2010-01-131-0/+9
* Fix bug #6939 - mangling method = hash breaks long filenames.Jeremy Allison2010-01-131-1/+4
* 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
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-2/+3
* Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce2003-06-221-4/+4
* StrnCpy -> safe_strcpy() on a over-malloced struct.Andrew Bartlett2003-04-231-2/+2
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-4/+4
* Merge Andrew Bartletts (size_t)-1 checks.Jeremy Allison2003-01-021-1/+1
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-1/+1
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-265/+269
* This split the mangling code up to allow for the possibility of multipleAndrew Tridgell2002-04-111-0/+775