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