summaryrefslogtreecommitdiffstats
path: root/source/smbd/mangle_hash2.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge mangle prefix code.Jeremy Allison2002-10-211-16/+41
* Merge Anton's 64-bit fix.Jeremy Allison2002-10-151-4/+2
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-8/+8
* Sync 3.0 branch with headJelmer Vernooij2002-08-171-3/+3
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-21/+89
* merged the mangling test and passdb bugfixes into SAMBA_3_0Andrew Tridgell2002-04-121-0/+14
* - the 36^6 hash space gives 31 bits, not 32 bits. We need to mask theAndrew Tridgell2002-04-111-2/+4
* a few debug statements (disabled)Andrew Tridgell2002-04-111-2/+7
* don't treat '.' as FLAG_ASCII, instead handle it separatelyAndrew Tridgell2002-04-111-2/+2
* - tidier flag checking codeAndrew Tridgell2002-04-111-8/+40
* added some more commentsAndrew Tridgell2002-04-111-5/+15
* some optimisations to the new mangling systemAndrew Tridgell2002-04-111-16/+44
* this adds a completely new hash based mangling schemeAndrew Tridgell2002-04-111-0/+510