summaryrefslogtreecommitdiffstats
path: root/source3/lib/charcnv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* reply.c: Fix bugs where debug statements were accessing the fd_ptr structJeremy Allison1998-04-161-14/+14
* Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1998-04-131-5/+5
* Updated Eastern European translation table from dan@feld.cvut.cz.Jeremy Allison1998-04-021-4/+20
* Change the multibyte character set support so thatJeremy Allison1998-03-031-8/+0
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* charcnv.c: Added codepage 866 support onto the file system. PatchJeremy Allison1998-01-171-0/+60
* added true enumerated types in loadparm.c. Now we don't need all thoseAndrew Tridgell1997-11-221-3/+1
* charcnv.c client.c clitar.c kanji.c kanji.h loadparm.cJeremy Allison1997-09-111-14/+24
* charcnv.c: Fixed silly bugs detected on IRIX.Samba Release Account1997-05-301-2/+2
* status.c: Added brief option. Patch from ccctim@mailbox.ucdavis.eduSamba Release Account1997-05-081-3/+23
* 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1997-05-081-1/+1
* Makefile: Changes to split Solaris into Solaris2.3 and previous, and 2.4 and ...Samba Release Account1997-01-091-12/+23
* a huge pile of changes :-)Andrew Tridgell1996-06-041-6/+3
* Initial version imported to CVS Samba Release Account1996-05-041-0/+126