summaryrefslogtreecommitdiff
path: root/source3/lib/util_unistr.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-13lib/util/charset Move source3/lib/util_unistr.c to the common code.Andrew Bartlett1-364/+0
2011-04-13s3-lib Move strdup_w to it's only user in mangle_hash.cAndrew Bartlett1-18/+0
2011-04-13s3-lib Move isvalid83_w to mangle_hash.cAndrew Bartlett1-49/+0
2011-04-13s3-lib make static and remove more _w functionsAndrew Bartlett1-14/+2
2011-04-13s3-lib Remove unused #defineAndrew Bartlett1-4/+0
2011-04-13s3-lib Remove unused skip_unibuf()Andrew Bartlett1-20/+0
2011-04-13s3-lib: Remove unused _w functions.Andrew Bartlett1-213/+1
2011-04-13s3-lib Correct comment in strlen_w()Andrew Bartlett1-1/+1
2011-03-25unistr: moved some UCS2 macros into util_unistrAndrew Tridgell1-0/+9
2011-02-25Removed unused code check_dos_char_slowly.Jeremy Allison1-17/+0
2011-02-18s3-charcnv Don't genreate valid_table on the fly, rely on valid.datAndrew Bartlett1-42/+8
2011-02-18charset Remove use of {isupper,islower,toupper,tolower}_w functionsAndrew Bartlett1-157/+14
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