summaryrefslogtreecommitdiff
path: root/source3/smbd/mangle_hash2.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Fix is_legal_name() to not emit character conversion error messages.Jeremy Allison1-12/+8
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison1-1/+1
2011-07-19First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison1-6/+6
2011-05-04Simple +1 changes in hardcoded lengths when changing from safe_strcpy to strl...Jeremy Allison1-1/+1
2011-03-30Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison1-4/+7
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell1-1/+1
2010-08-26s3-build: include mangle.h only where needed.Günther Deschner1-0/+1
2010-08-26s3-build: only include memcache.h where needed.Günther Deschner1-0/+1
2010-08-24s3: Make char_flags and base_reverse const arraysVolker Lendecke1-65/+178
2009-05-14Make us pass SHORTNAME-TEST.Jeremy Allison1-3/+17
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-11/+1
2009-01-08s3:smbd: make const globals in mangle_hash2.c really static constStefan Metzmacher1-2/+2
2009-01-08s3:smbd: make mangle_fns constStefan Metzmacher1-5/+5
2008-01-11Fix CID 523 - wrong null deref check.Jeremy Allison1-1/+1
2007-12-18Add a in-memory cacheVolker Lendecke1-48/+19
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-19/+19
2007-10-10r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison1-53/+82
2007-10-10r24603: In case of error we need to free prefix_cache otherwise on re-init th...Simo Sorce1-0/+1
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-10r18793: Fix BE string handling in the auto-generatedJeremy Allison1-1/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-22/+22
2007-10-10r15103: Okay, looking closer: Samba4 tdb not exporting u32 is a bug in samba4'sVolker Lendecke1-12/+12
2007-10-10r15102: u32 is a tdb-only thing that's not exported by samba4 tdb. Replace by...Volker Lendecke1-12/+12
2007-10-10r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")Jeremy Allison1-6/+6
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-2/+2
2007-10-10r10600: Fix bug #2769 (mangle filenames ending in a space)Jeremy Allison1-1/+5
2007-10-10r7842: With the patch I sent Steve yesterday this gives us complete POSIX pat...Jeremy Allison1-0/+39
2007-10-10r6977: Fix bug #2735 (not mangling control characters) plusJeremy Allison1-0/+5
2007-10-10r6625: Remove another global variable left over from a long time ago (magic c...Jeremy Allison1-8/+7
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-6/+12
2007-10-10r2082: lp_path should be lp_pathname.Jeremy Allison1-1/+2
2007-10-10r1570: merging changes from 3.0.5Gerald Carter1-5/+3
2007-10-10r570: Remove lots of globals to handle case issues - move themJeremy Allison1-1/+1
2004-03-11Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...Jeremy Allison1-5/+1
2003-11-18Ensure we mangle names ending in '.' in hash2 mangling method.Jeremy Allison1-1/+1
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-1/+1
2003-09-15Fix OOPS when dealing with mangled names reported by several users.Jeremy Allison1-1/+1
2003-09-15A *curse* upon the person who #ifdefed out the mangle debug statementsJeremy Allison1-1/+1
2003-08-27Check for embedded mb chars when testing for illegal characters like /.Jeremy Allison1-1/+23
2003-08-27Fix initial debug.Jeremy Allison1-1/+1
2003-08-27Remove completely unneeded malloc/free out of this codepath.Jeremy Allison1-12/+11
2003-03-17Merge from HEAD:Andrew Bartlett1-1/+1
2003-02-24Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett1-4/+4
2002-10-21Merge mangle prefix code.Jeremy Allison1-16/+41
2002-10-15Merge Anton's 64-bit fix.Jeremy Allison1-4/+2
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-8/+8
2002-08-17Sync 3.0 branch with headJelmer Vernooij1-3/+3