summaryrefslogtreecommitdiff
path: root/source3/smbd/mangle_hash2.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: Save 520 bytes of writable memory from every smbdVolker Lendecke2019-10-231-3/+3
* smbd: Remove an unused #define from mangle_hash2.cVolker Lendecke2019-10-231-5/+0
* smbd: Mark #else/#endif with the if-#defineVolker Lendecke2019-10-231-2/+2
* lib/util: move memcache.[ch] to the toplevel 'samba-util' libraryStefan Metzmacher2014-07-181-1/+1
* Fix is_legal_name() to not emit character conversion error messages.Jeremy Allison2013-09-111-12/+8
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-1/+1
* First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison2011-07-191-6/+6
* Simple +1 changes in hardcoded lengths when changing from safe_strcpy to strl...Jeremy Allison2011-05-041-1/+1
* Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison2011-03-301-4/+7
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-241-1/+1
* s3-build: include mangle.h only where needed.Günther Deschner2010-08-261-0/+1
* s3-build: only include memcache.h where needed.Günther Deschner2010-08-261-0/+1
* s3: Make char_flags and base_reverse const arraysVolker Lendecke2010-08-241-65/+178
* Make us pass SHORTNAME-TEST.Jeremy Allison2009-05-141-3/+17
* 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-11/+1
* s3:smbd: make const globals in mangle_hash2.c really static constStefan Metzmacher2009-01-081-2/+2
* s3:smbd: make mangle_fns constStefan Metzmacher2009-01-081-5/+5
* Fix CID 523 - wrong null deref check.Jeremy Allison2008-01-111-1/+1
* Add a in-memory cacheVolker Lendecke2007-12-181-48/+19
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-19/+19
* r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison2007-10-101-53/+82
* r24603: In case of error we need to free prefix_cache otherwise on re-init th...Simo Sorce2007-10-101-0/+1
* 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
* r18793: Fix BE string handling in the auto-generatedJeremy Allison2007-10-101-1/+1
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-22/+22
* r15103: Okay, looking closer: Samba4 tdb not exporting u32 is a bug in samba4'sVolker Lendecke2007-10-101-12/+12
* r15102: u32 is a tdb-only thing that's not exported by samba4 tdb. Replace by...Volker Lendecke2007-10-101-12/+12
* r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")Jeremy Allison2007-10-101-6/+6
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-2/+2
* r10600: Fix bug #2769 (mangle filenames ending in a space)Jeremy Allison2007-10-101-1/+5
* r7842: With the patch I sent Steve yesterday this gives us complete POSIX pat...Jeremy Allison2007-10-101-0/+39
* r6977: Fix bug #2735 (not mangling control characters) plusJeremy Allison2007-10-101-0/+5
* r6625: Remove another global variable left over from a long time ago (magic c...Jeremy Allison2007-10-101-8/+7
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-6/+12
* r2082: lp_path should be lp_pathname.Jeremy Allison2007-10-101-1/+2
* r1570: merging changes from 3.0.5Gerald Carter2007-10-101-5/+3
* r570: Remove lots of globals to handle case issues - move themJeremy Allison2007-10-101-1/+1
* Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...Jeremy Allison2004-03-111-5/+1
* Ensure we mangle names ending in '.' in hash2 mangling method.Jeremy Allison2003-11-181-1/+1
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-221-1/+1
* Fix OOPS when dealing with mangled names reported by several users.Jeremy Allison2003-09-151-1/+1
* A *curse* upon the person who #ifdefed out the mangle debug statementsJeremy Allison2003-09-151-1/+1
* Check for embedded mb chars when testing for illegal characters like /.Jeremy Allison2003-08-271-1/+23
* Fix initial debug.Jeremy Allison2003-08-271-1/+1
* Remove completely unneeded malloc/free out of this codepath.Jeremy Allison2003-08-271-12/+11
* Merge from HEAD:Andrew Bartlett2003-03-171-1/+1
* Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett2003-02-241-4/+4