summaryrefslogtreecommitdiffstats
path: root/source/lib/charcnv.c
Commit message (Expand)AuthorAgeFilesLines
* Tidy up some convert_string_internal error cases, found by Andrew Bartlett.Jeremy Allison2009-04-011-6/+19
* Even for srclen == 0 we have to return somethingVolker Lendecke2009-01-201-0/+6
* Fix bug 5826 - Directory/Filenames get truncated when 3.2.0 client acesses ol...Jeremy Allison2008-10-201-13/+45
* Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.Jeremy Allison2008-08-121-3/+3
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-201-124/+143
* Cleanup size_t return values in convert_string_allocateTim Prouty2008-04-111-58/+76
* charcnv: add talloc_strdup_lower() - talloc variant of strdup_lower().Michael Adam2008-04-101-0/+26
* Ensure that convert_string_allocate() allocates 2 extraJeremy Allison2008-02-011-6/+14
* Fixup hot paths - add macro for toupper (c < 0x80).Jeremy Allison2008-01-091-6/+12
* Make init_doschar_table() staticVolker Lendecke2007-12-161-1/+0
* Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-061-4/+9
* pull_ascii_pstring is gone.Jeremy Allison2007-12-041-6/+0
* Allow STR_TERMINATE and -1 src_len for pull_ucs2_base_talloc().Jeremy Allison2007-12-041-1/+7
* More trivial pstring removal.Jeremy Allison2007-11-201-1/+1
* Start to remove some of the pstring functions we'reJeremy Allison2007-11-191-11/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-6/+6
* r25277: Belt-and-braces approach to Volker's fix for RPC-SAMBA3-GETUSERNAME.Jeremy Allison2007-10-101-4/+7
* r25258: Fix a panic message and remove superfluous return after the call to s...Michael Adam2007-10-101-2/+1
* r25238: Make the error returns from the string functionsJeremy Allison2007-10-101-20/+20
* r25222: Fix last assumptions that (size_t)-1 can be usedJeremy Allison2007-10-101-18/+36
* r25199: Remove pstring from strdup_upper - make it theJeremy Allison2007-10-101-14/+31
* r25195: Fix issue with calling pull_uc2_*alloc withJeremy Allison2007-10-101-0/+8
* r25184: Fix some C++ warnings and an uninitialized variableVolker Lendecke2007-10-101-1/+1
* r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison2007-10-101-8/+33
* r25136: When tallocing a string to uppercase remember the terminatingJeremy Allison2007-10-101-1/+1
* r25120: One more warning.Jeremy Allison2007-10-101-1/+1
* r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison2007-10-101-1/+5
* r25111: Move to talloced pathnames on most code paths.Jeremy Allison2007-10-101-1/+15
* r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison2007-10-101-0/+65
* r24133: Explicitly pass flags2 down to push_string_fnVolker Lendecke2007-10-101-2/+5
* r23865: Fix a type-punned errorVolker Lendecke2007-10-101-1/+1
* r23858: Added srvstr_pull_buf_talloc() and srvstr_pull_talloc()Jeremy Allison2007-10-101-16/+234
* 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
* r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The nextVolker Lendecke2007-10-101-2/+10
* r23662: According to simo, check_dos_char is neededVolker Lendecke2007-10-101-0/+1
* r23660: Anybody know what check_dos_char() was used for? It wasn't called atVolker Lendecke2007-10-101-1/+0
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-101-1/+1
* r22754: When processing a string, ensure we don't write one pastJeremy Allison2007-10-101-6/+15
* r18897: Fix valgrind bug found by Volker.Jeremy Allison2007-10-101-1/+5
* r18793: Fix BE string handling in the auto-generatedJeremy Allison2007-10-101-36/+49
* r18787: Fix the strlen_m and strlen_m_term code by mergingJeremy Allison2007-10-101-23/+76
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-7/+11
* r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ensu...Gerald Carter2007-10-101-0/+17
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-13/+12
* r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")Jeremy Allison2007-10-101-10/+1
* r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison2007-10-101-1/+1
* r5933: We were handling setting of EA's incorrectly - we should be able to setJeremy Allison2007-10-101-0/+15
* r4126: Fix from Björn Jacke <bjoern@j3e.de> for bugid #2040 - ensure the localeJeremy Allison2007-10-101-0/+9
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-5/+5