summaryrefslogtreecommitdiff
path: root/source3/lib/charset.c
AgeCommit message (Expand)AuthorFilesLines
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-1/+1
2000-10-06Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>Jeremy Allison1-4/+4
2000-04-15use open() not fopen() on codepage files.Andrew Tridgell1-7/+7
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-1/+5
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-1/+1
1998-10-02use sys_stat() not file_exist() for codepages. (we don't want dosAndrew Tridgell1-2/+2
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1-5/+4
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-1/+1
1998-08-15configure: Changes for extra headers.Jeremy Allison1-3/+3
1998-08-03More formatting changes. Mostly converted some DEBUG() calls to DEBUGADD()Christopher R. Hertel1-3/+4
1998-05-12This is a security audit change of the main source.Jeremy Allison1-3/+3
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1-1/+3
1998-03-03Change the multibyte character set support so thatJeremy Allison1-0/+7
1998-02-13Ding-dong the witch is dead, the witch is dead......Jeremy Allison1-1/+1
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1998-01-16Makefile: Added new codepage - 866.Jeremy Allison1-7/+4
1997-12-11fixed over char 127 problems with isupper/islower.Jeremy Allison1-2/+7
1997-12-03fix toupper(c) on a already uppercase char and tolower(c) on anAndrew Tridgell1-0/+2
1997-08-30Makefile: New program and support for dynamic codepage loading.Jeremy Allison1-137/+159
1997-08-27charset.c: Added patch for client code page 852 (Eastern European) fromSamba Release Account1-0/+49
1997-08-25charset.c : Add mapping for code page 932 (KANJI).Samba Release Account1-0/+15
1997-08-12charset.c: Fixed bug with 'valid chars' param.Samba Release Account1-0/+11
1997-07-22charset.c: Fixed signed/unsigned issues.Samba Release Account1-2/+2
1997-07-18charset.c: Split charset_initialise() into 2 - a charset_initialise() andSamba Release Account1-12/+15
1997-06-16charset.c: Dropped debug message to level 6.Samba Release Account1-2/+2
1997-06-11Makefile: Added quoata changes for Linux from Thorvald NatvigSamba Release Account1-75/+189
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-30/+86
1996-10-04- changed the umask handling. We now set the umask to 0 and explicitlyAndrew Tridgell1-0/+2
1996-07-04modified become_master() to a state-based system. becoming a masterSamba Release Account1-1/+1
1996-06-12demo of cvs - ignoreAndrew Tridgell1-1/+1
1996-05-04Initial version imported to CVS Samba Release Account1-0/+111