summaryrefslogtreecommitdiffstats
path: root/source3/lib/charset.c
Commit message (Expand)AuthorAgeFilesLines
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-1/+1
* use sys_stat() not file_exist() for codepages. (we don't want dosAndrew Tridgell1998-10-021-2/+2
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-031-5/+4
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-011-1/+1
* configure: Changes for extra headers.Jeremy Allison1998-08-151-3/+3
* More formatting changes. Mostly converted some DEBUG() calls to DEBUGADD()Christopher R. Hertel1998-08-031-3/+4
* This is a security audit change of the main source.Jeremy Allison1998-05-121-3/+3
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-111-1/+3
* Change the multibyte character set support so thatJeremy Allison1998-03-031-0/+7
* Ding-dong the witch is dead, the witch is dead......Jeremy Allison1998-02-131-1/+1
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* Makefile: Added new codepage - 866.Jeremy Allison1998-01-161-7/+4
* fixed over char 127 problems with isupper/islower.Jeremy Allison1997-12-111-2/+7
* fix toupper(c) on a already uppercase char and tolower(c) on anAndrew Tridgell1997-12-031-0/+2
* Makefile: New program and support for dynamic codepage loading.Jeremy Allison1997-08-301-137/+159
* charset.c: Added patch for client code page 852 (Eastern European) fromSamba Release Account1997-08-271-0/+49
* charset.c : Add mapping for code page 932 (KANJI).Samba Release Account1997-08-251-0/+15
* charset.c: Fixed bug with 'valid chars' param.Samba Release Account1997-08-121-0/+11
* charset.c: Fixed signed/unsigned issues.Samba Release Account1997-07-221-2/+2
* charset.c: Split charset_initialise() into 2 - a charset_initialise() andSamba Release Account1997-07-181-12/+15
* charset.c: Dropped debug message to level 6.Samba Release Account1997-06-161-2/+2
* Makefile: Added quoata changes for Linux from Thorvald NatvigSamba Release Account1997-06-111-75/+189
* '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-30/+86
* - changed the umask handling. We now set the umask to 0 and explicitlyAndrew Tridgell1996-10-041-0/+2
* modified become_master() to a state-based system. becoming a masterSamba Release Account1996-07-041-1/+1
* demo of cvs - ignoreAndrew Tridgell1996-06-121-1/+1
* Initial version imported to CVS Samba Release Account1996-05-041-0/+111