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