summaryrefslogtreecommitdiffstats
path: root/source3/lib/charcnv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell2001-10-031-0/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* make strupper() and strlower() not modify the string if it doesn'tAndrew Tridgell2001-09-301-2/+2
* Add a few const statements to various odd bits of the tree. (Fixes someAndrew Bartlett2001-09-291-1/+1
* added a little smbtorture test for dumping the unicode table of aAndrew Tridgell2001-09-251-1/+0
* fixed a silly off by 1 bugAndrew Tridgell2001-09-241-0/+3
* added "display charset" option in smb.conf, along with d_printf()Andrew Tridgell2001-09-071-34/+61
* ucs2 is always a multiple of 2 bytesAndrew Tridgell2001-07-251-0/+6
* changed the iconv interface to go via ucs2 for all conversions. ThisAndrew Tridgell2001-07-221-2/+0
* switch from UCS2 to UCS-2LEAndrew Tridgell2001-07-221-3/+2
* fixed the auto-initialisation of the iconv descriptorsAndrew Tridgell2001-07-081-11/+11
* check for initialisation in convert_string()Andrew Tridgell2001-07-061-0/+6
* more portability fixesAndrew Tridgell2001-07-041-0/+2
* fixed uninitialised variableAndrew Tridgell2001-07-041-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-299/+285
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-2/+0
* Baltic codepage fixes from Toomas Soome <tsoome@ut.ee>Tim Potter2001-02-141-0/+62
* Codepages and stuff for Turkish language support. Contributed byTim Potter2001-01-071-0/+25
* Fixes for Eastern Europe code page.Jeremy Allison2000-02-181-0/+1
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-75/+129
* lib/charcnv.c: Improved debug comment.Jeremy Allison1998-11-061-1/+1