summaryrefslogtreecommitdiff
path: root/source3/lib/util_unistr.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-09Fox missing SMB_MALLOC return checks noticed by "Andreas Moroder <andreas.mor...Jeremy Allison1-0/+10
2009-10-01s3: remove unused rpcstr_pull and rpcstr_pull_talloc.Günther Deschner1-35/+0
2009-04-07s3:charcnv Remove unused unistrcpy() and unistrlen()Andrew Bartlett1-37/+0
2009-04-07s3:charcnv Remove unused unistr2 functionsAndrew Bartlett1-116/+0
2009-04-07s3:charcnv Remove unused ucs2_to_unistr2()Andrew Bartlett1-46/+0
2009-03-18s3-rpc_parse: remove unused BUFFER5 and UNISTR3.Günther Deschner1-16/+0
2008-08-12Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.Jeremy Allison1-3/+4
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-9/+11
2007-12-16get rid of doschar_table[]Volker Lendecke1-54/+4
2007-12-16Tiny fixes to init_valid_table()Volker Lendecke1-2/+2
2007-12-16Make init_doschar_table() staticVolker Lendecke1-1/+3
2007-12-16Make check_dos_char staticVolker Lendecke1-1/+1
2007-11-27Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison1-29/+28
2007-11-22Fix a type-punned warningVolker Lendecke1-1/+1
2007-11-20More trivial pstring removal.Jeremy Allison1-0/+19
2007-11-19Start to remove some of the pstring functions we'reJeremy Allison1-23/+22
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison1-10/+42
2007-11-10Always define PATH_MAX. Makes code simpler (removesJeremy Allison1-1/+10
2007-11-01Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter1-3/+3
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-16/+16
2007-10-10r25274: Attempt to fix RPC-SAMBA3-GETUSERNAMEVolker Lendecke1-2/+2
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