summaryrefslogtreecommitdiffstats
path: root/source3/lib/charcnv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from Samba 3.0:Tim Potter2003-09-151-26/+53
* sync 3.0 into HEAD for the last timeGerald Carter2003-09-091-63/+268
* port latest changes from SAMBA_3_0 treeSimo Sorce2003-08-021-52/+68
* trying to get HEAD building again. If you want the codeGerald Carter2003-07-161-4/+41
* Merge of pull_ascii() and pull_ucs2() termination fixes from 3.0Tim Potter2003-05-281-0/+4
* fixed bug #75; add check for non-zero destlenGerald Carter2003-05-081-1/+1
* unix_strupper, unix_strlower: Remove fixed-length static buffer thatMartin Pool2003-04-091-10/+31
* Merge from 3_0: Build a lookup table of valid DOS characters justMartin Pool2003-04-081-5/+11
* Fix the interface of pull_ucs2_charcnv() to take a (char **) arg, not a (void...Andrew Bartlett2003-04-061-2/+2
* don't rely on realloc() working on NULLAndrew Tridgell2003-04-061-3/+3
* Patch from Samuel Thibault to convert messages from unix to dos charset. WorksJelmer Vernooij2003-03-201-1/+1
* Remove an unused function and fix the build.Andrew Bartlett2003-03-151-36/+0
* String handling parinoia fixes.Andrew Bartlett2003-03-151-69/+14
* Merge documentation from 3_0.Martin Pool2003-02-241-6/+13
* Remove obsolete comment.Martin Pool2003-02-181-2/+0
* Doxygen janitor and some doc typo fixes.Martin Pool2003-02-181-68/+92
* pull_ucs2_talloc() should pull to a char**, not a void**Andrew Tridgell2003-02-121-2/+2
* Make it clear that the magic value is (size_t)-1.Andrew Bartlett2003-02-011-2/+2
* BIG patch...Andrew Bartlett2003-01-021-6/+6
* Fix all returns to be size_t (they are all unsigned). Fixup strlen beingJeremy Allison2002-11-111-213/+244
* Some small cleanups to the libads code (mainly error checking), and give aAndrew Bartlett2002-09-271-2/+2
* Updates!Andrew Bartlett2002-08-261-4/+4
* Clarify function commentsAndrew Bartlett2002-08-251-0/+2
* Make some of the charconv code a bit easier to read and work with - when weAndrew Bartlett2002-07-301-8/+8
* Another bug found by valgrind. Don't AND a src length of -1.Jeremy Allison2002-07-181-1/+2
* The changes in make_sec_desc to make us match W2K broke the marshalling/unmar...Jeremy Allison2002-07-121-1/+1
* make suure we get the return value from the pull_*() functions rightAndrew Tridgell2002-04-171-6/+12
* stricter conditions on termination in stringsAndrew Tridgell2002-04-161-6/+6
* fixed the handling of STR_TERMINATEAndrew Tridgell2002-04-161-3/+21
* i forgot to commit these parts of the string handling patch earlier. Sorry.Andrew Tridgell2002-04-161-5/+5
* add {push,pull}_ucs2{allocate,talloc}() functions.Andrew Bartlett2002-03-251-0/+58
* Patch from Hasch@t-online.de (Juergen Hasch) to add allocate and tallocAndrew Bartlett2002-03-231-1/+86
* Fix up the pull_utf8_fstring/pstring functions, and add their push eqivilants.Andrew Bartlett2002-03-011-4/+14
* This should kill off the 'cannot convert' error messages on non-iconv hosts.Andrew Bartlett2002-03-011-1/+1
* Patch from Hasch@t-online.de (Juergen Hasch) to add UTF-8 as an explictAndrew Bartlett2002-02-191-1/+67
* better debug messages!Simo Sorce2002-02-041-0/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* We have to do some initialization before the string conversionMartin Pool2002-01-221-13/+15
* more irix -64 portability fixesAndrew Tridgell2001-12-311-1/+0
* much better auto-init of valid_table[]. This should just about removeAndrew Tridgell2001-12-201-1/+12
* fixed some krb5 ifdefsAndrew Tridgell2001-11-281-2/+2
* More better now.Martin Pool2001-11-231-4/+4
* Quieten gcc const warning.Martin Pool2001-11-231-17/+21
* messed up with patches, this should be the right one,Simo Sorce2001-11-121-2/+1
* some bugfix and new functions,Simo Sorce2001-11-121-5/+43
* fixed, moved and added some functionsSimo Sorce2001-11-101-5/+41
* add convert_string_allocate() functionSimo Sorce2001-11-071-5/+86
* a big one:Simo Sorce2001-11-041-1/+7
* More spelling and grammer from Vance. <vance@digital-host.net>Andrew Bartlett2001-10-291-6/+6
* get rid of compiler warnings (casts and delete unused variables)Herb Lewis2001-10-231-7/+5