summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_unistr.c
Commit message (Expand)AuthorAgeFilesLines
* lib/util/charset Move source3/lib/util_unistr.c to the common code.Andrew Bartlett2011-04-131-364/+0
* s3-lib Move strdup_w to it's only user in mangle_hash.cAndrew Bartlett2011-04-131-18/+0
* s3-lib Move isvalid83_w to mangle_hash.cAndrew Bartlett2011-04-131-49/+0
* s3-lib make static and remove more _w functionsAndrew Bartlett2011-04-131-14/+2
* s3-lib Remove unused #defineAndrew Bartlett2011-04-131-4/+0
* s3-lib Remove unused skip_unibuf()Andrew Bartlett2011-04-131-20/+0
* s3-lib: Remove unused _w functions.Andrew Bartlett2011-04-131-213/+1
* s3-lib Correct comment in strlen_w()Andrew Bartlett2011-04-131-1/+1
* unistr: moved some UCS2 macros into util_unistrAndrew Tridgell2011-03-251-0/+9
* Removed unused code check_dos_char_slowly.Jeremy Allison2011-02-251-17/+0
* s3-charcnv Don't genreate valid_table on the fly, rely on valid.datAndrew Bartlett2011-02-181-42/+8
* charset Remove use of {isupper,islower,toupper,tolower}_w functionsAndrew Bartlett2011-02-181-157/+14
* Fox missing SMB_MALLOC return checks noticed by "Andreas Moroder <andreas.mor...Jeremy Allison2010-09-091-0/+10
* s3: remove unused rpcstr_pull and rpcstr_pull_talloc.Günther Deschner2009-10-011-35/+0
* s3:charcnv Remove unused unistrcpy() and unistrlen()Andrew Bartlett2009-04-071-37/+0
* s3:charcnv Remove unused unistr2 functionsAndrew Bartlett2009-04-071-116/+0
* s3:charcnv Remove unused ucs2_to_unistr2()Andrew Bartlett2009-04-071-46/+0
* s3-rpc_parse: remove unused BUFFER5 and UNISTR3.Günther Deschner2009-03-181-16/+0
* Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.Jeremy Allison2008-08-121-3/+4
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-201-9/+11
* get rid of doschar_table[]Volker Lendecke2007-12-161-54/+4
* Tiny fixes to init_valid_table()Volker Lendecke2007-12-161-2/+2
* Make init_doschar_table() staticVolker Lendecke2007-12-161-1/+3
* Make check_dos_char staticVolker Lendecke2007-12-161-1/+1
* Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison2007-11-271-29/+28
* Fix a type-punned warningVolker Lendecke2007-11-221-1/+1
* More trivial pstring removal.Jeremy Allison2007-11-201-0/+19
* Start to remove some of the pstring functions we'reJeremy Allison2007-11-191-23/+22
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-151-10/+42
* Always define PATH_MAX. Makes code simpler (removesJeremy Allison2007-11-101-1/+10
* Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter2007-11-011-3/+3
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-16/+16
* r25274: Attempt to fix RPC-SAMBA3-GETUSERNAMEVolker Lendecke2007-10-101-2/+2
* 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
* 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