Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hmmm - unicode codepages need adding to HEAD. Thought that'd been done ? | Jeremy Allison | 2000-04-03 | 15 | -0/+64024 |
| | | | | Jeremy. | ||||
* | Added new codepage from Ded Marazm <DedMarazm@mail.lv> - MSDOS baltic rim. | Jeremy Allison | 2000-03-01 | 1 | -0/+117 |
| | | | | Jeremy. | ||||
* | Fixes for Eastern Europe code page. | Jeremy Allison | 2000-02-18 | 1 | -0/+1 |
| | | | | Jeremy. | ||||
* | Added check for SGI IRIX brokenness with semaphores when using gcc. | Jeremy Allison | 2000-02-07 | 1 | -0/+56 |
| | | | | | Code from Don Badrak <dbadrak@census.gov> Jeremy. | ||||
* | Unicode upper <--> lower character map. Needed for wisXXX functions. | Jeremy Allison | 1999-12-23 | 1 | -0/+10617 |
| | | | | Jeremy. | ||||
* | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1999-12-13 | 1 | -1/+0 |
| | |||||
* | codepages/codepage_def.936: Updated comment. | Jeremy Allison | 1998-11-07 | 1 | -1/+1 |
| | | | | | | | | | param/loadparm.c: Removed "networkstation user login", "domain controller", and "domain sid" parameters. passdb/passdb.c: Removed "networkstation user login" code and changed bug test code to only check once for a bad password server. This will stop the complaints of many "bad login" audit records in NT PDC logs. utils/smbpasswd.c: Removed check for "domain controller". Jeremy. | ||||
* | get away with dummy and .dummy files | Alexandre Oliva | 1998-09-29 | 1 | -1/+0 |
| | |||||
* | automated generation of .dummy files for each subdirectory; | Alexandre Oliva | 1998-09-28 | 1 | -1/+0 |
| | | | | | dummy.in files are no longer needed, and new directories will be taken care of automatically, at configure (or config.status --recheck) time | ||||
* | major autoconf clean-up | Alexandre Oliva | 1998-09-21 | 1 | -0/+1 |
| | | | | fix problems in builds with srcdir!=builddir | ||||
* | added ignore rules for the dummy files | Andrew Tridgell | 1998-08-09 | 1 | -0/+1 |
| | |||||
* | these dummy files are needed for autoconf processing | Andrew Tridgell | 1998-08-09 | 1 | -0/+0 |
| | |||||
* | Adding Greek and Icelandic codepages from : | Jeremy Allison | 1998-05-29 | 2 | -0/+193 |
| | | | | | | | | | Manousaridis Haris <genesis@the.forthnet.gr> and Magnús Gíslason <magnus@hi.is> respectively. Jeremy. | ||||
* | Added codepage 936 (simplified Chineses). | Jeremy Allison | 1998-04-09 | 1 | -0/+24 |
| | | | | | | | | | | | In doing so I realized that much code was being duplicated between Hangul, Big5 and Simplified Chinese - so I re-arranged kanji.[ch] to go through generic functions for all multibyte characters that can be identified by a single code range (not Kanji - but all the others). Jeremy. | ||||
* | Adding Korean and Traditional Chinese codepage support. | Jeremy Allison | 1998-03-04 | 2 | -0/+48 |
| | | | | Jeremy. | ||||
* | Adding new codepage file. | Jeremy Allison | 1998-01-16 | 1 | -0/+168 |
| | | | | Jeremy. | ||||
* | Adding codepage definition files and codepage file compiler/decompiler. | Jeremy Allison | 1997-08-30 | 4 | -0/+211 |
Adding install/uninstall scripts for compiled codepage files. Preparing for dynamic codepage loading. Jeremy (jallison@whistle.com) |