summaryrefslogtreecommitdiffstats
path: root/source/lib/util_unistr.c
Commit message (Expand)AuthorAgeFilesLines
* r23662: According to simo, check_dos_char is neededVolker Lendecke2007-10-101-1/+51
* r23660: Anybody know what check_dos_char() was used for? It wasn't called atVolker Lendecke2007-10-101-51/+1
* r20361: Prevent strnlen_w reading beyond max. ValgrindJeremy Allison2007-10-101-1/+1
* r18793: Fix BE string handling in the auto-generatedJeremy Allison2007-10-101-2/+2
* r17316: More C++ warnings -- 456 leftVolker Lendecke2007-10-101-6/+8
* r16420: Fix Klocwork #1674. Null deref.Jeremy Allison2007-10-101-4/+8
* r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ensu...Gerald Carter2007-10-101-1/+38
* r14387: Try and fix the coverity issues (#53, #54) with negativeJeremy Allison2007-10-101-2/+2
* r13521: Implement LOOKUPNAME3 and 4.Jeremy Allison2007-10-101-1/+1
* r13316: Let the carnage begin....Gerald Carter2007-10-101-10/+4
* r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")Jeremy Allison2007-10-101-0/+56
* r11706: Implement dsr_getdcname client code. It's handy: It not only gives yo...Volker Lendecke2007-10-101-0/+28
* r9780: Clean up a bunch of compiler warnings.James Peach2007-10-101-2/+3
* r9271: Fix problems with german umlauts - strcmp_w was broken (needs to alway...Jeremy Allison2007-10-101-4/+4
* r8928: Fix mangle method = hash - bugid #2946. Incorrect strcmp_wa andJeremy Allison2007-10-101-2/+2
* r8795: fix our perpetual motion maching in strncpy_w()Gerald Carter2007-10-101-1/+1
* r8762: Attempt to fix the winbindd crashing bug on Solaris (can't rememberJeremy Allison2007-10-101-113/+253
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter2007-10-101-7/+7
* r6965: Remove some dead code from util_unistr.c.Jeremy Allison2007-10-101-16/+0
* r6231: Herb, I think this checkin was a mistake. Are you sure this isGerald Carter2007-10-101-1/+1
* r6230: don't know how this ever worked! the compiler complained weHerb Lewis2007-10-101-1/+1
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-101-7/+7
* r6014: rather large change set....Gerald Carter2007-10-101-12/+13
* r5431: couple of cimpile fixes from Jason Mader <jason@ncac.gwu.edu> -- BUGS ...Gerald Carter2007-10-101-8/+16
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-7/+7
* r4032: Fix bug #2110 - ensure we convert to ucs2 correctly.Jeremy Allison2007-10-101-10/+0
* r570: Remove lots of globals to handle case issues - move themJeremy Allison2007-10-101-6/+6
* Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...Jeremy Allison2004-03-111-2/+2
* Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison2003-09-251-5/+7
* fix some warnings found by the Sun C compilerGerald Carter2003-09-221-1/+1
* When removing an 'unused' function, it helps to remove the 'unused' callers...Andrew Bartlett2003-07-271-76/+0
* Added fix for Japanese case names in statcache - these can changeJeremy Allison2003-07-021-2/+29
* Patch by Metze to ensure that we always at least initialize our output stringAndrew Bartlett2003-04-231-1/+4
* check_dos_char: Change this to use a lazily-initialized lookup tableMartin Pool2003-04-041-3/+49
* check_dos_char: Export this function so that it can be tested inMartin Pool2003-04-041-1/+1
* Merge 1.100 patch from HEAD:Martin Pool2003-02-271-8/+15
* Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett2003-02-241-3/+10
* Return 0 instead of crashing when a NULL source string is passedJeremy Allison2003-01-291-0/+1
* patches from UrbanGerald Carter2002-11-081-0/+2
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-0/+10
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-0/+41
* OpenPrinter() merge from 2.2Gerald Carter2002-03-261-0/+32
* must use native endian index when creating default valid.dat table so itHerb Lewis2002-03-211-2/+2
* fixed the upper/lower case table generation on big-endian machinesHerb Lewis2002-03-061-9/+26
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* fixed warnings on irix and crash bug on big endian machinesAndrew Tridgell2001-12-201-1/+5
* much better auto-init of valid_table[]. This should just about removeAndrew Tridgell2001-12-201-7/+43
* mark '.' as a valid characterAndrew Tridgell2001-12-201-1/+1
* The beginnings of alternative backends for winbinddAndrew Tridgell2001-12-011-0/+17
* fixed typoAndrew Tridgell2001-11-291-1/+1