summaryrefslogtreecommitdiff
path: root/source3/lib/charcnv.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-23get rid of compiler warnings (casts and delete unused variables)Herb Lewis1-7/+5
2001-10-03switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell1-0/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-30make strupper() and strlower() not modify the string if it doesn'tAndrew Tridgell1-2/+2
2001-09-29Add a few const statements to various odd bits of the tree. (Fixes someAndrew Bartlett1-1/+1
2001-09-25added a little smbtorture test for dumping the unicode table of aAndrew Tridgell1-1/+0
2001-09-24fixed a silly off by 1 bugAndrew Tridgell1-0/+3
2001-09-07added "display charset" option in smb.conf, along with d_printf()Andrew Tridgell1-34/+61
2001-07-25ucs2 is always a multiple of 2 bytesAndrew Tridgell1-0/+6
2001-07-22changed the iconv interface to go via ucs2 for all conversions. ThisAndrew Tridgell1-2/+0
2001-07-22switch from UCS2 to UCS-2LEAndrew Tridgell1-3/+2
2001-07-08fixed the auto-initialisation of the iconv descriptorsAndrew Tridgell1-11/+11
2001-07-06check for initialisation in convert_string()Andrew Tridgell1-0/+6
2001-07-04more portability fixesAndrew Tridgell1-0/+2
2001-07-04fixed uninitialised variableAndrew Tridgell1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-299/+285
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-2/+0
2001-02-14Baltic codepage fixes from Toomas Soome <tsoome@ut.ee>Tim Potter1-0/+62
2001-01-07Codepages and stuff for Turkish language support. Contributed byTim Potter1-0/+25
2000-02-18Fixes for Eastern Europe code page.Jeremy Allison1-0/+1
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-75/+129
1998-11-06lib/charcnv.c: Improved debug comment.Jeremy Allison1-1/+1
1998-04-16reply.c: Fix bugs where debug statements were accessing the fd_ptr structJeremy Allison1-14/+14
1998-04-13Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1-5/+5
1998-04-02Updated Eastern European translation table from dan@feld.cvut.cz.Jeremy Allison1-4/+20
1998-03-03Change the multibyte character set support so thatJeremy Allison1-8/+0
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1998-01-17charcnv.c: Added codepage 866 support onto the file system. PatchJeremy Allison1-0/+60
1997-11-22added true enumerated types in loadparm.c. Now we don't need all thoseAndrew Tridgell1-3/+1
1997-09-11charcnv.c client.c clitar.c kanji.c kanji.h loadparm.cJeremy Allison1-14/+24
1997-05-30charcnv.c: Fixed silly bugs detected on IRIX.Samba Release Account1-2/+2
1997-05-08status.c: Added brief option. Patch from ccctim@mailbox.ucdavis.eduSamba Release Account1-3/+23
1997-05-08'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1-1/+1
1997-01-09Makefile: Changes to split Solaris into Solaris2.3 and previous, and 2.4 and ...Samba Release Account1-12/+23
1996-06-04a huge pile of changes :-)Andrew Tridgell1-6/+3
1996-05-04Initial version imported to CVS Samba Release Account1-0/+126