1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
Commit Graph

27 Commits

Author SHA1 Message Date
Gerald Carter
a7e2730ec4 r39: * importing .cvsignore files
* updateing WHATSNEW with vl's change
2007-10-10 10:51:05 -05:00
Andrew Tridgell
f597cf047c removed old unused files 0001-01-01 00:00:00 +00:00
Andrew Tridgell
1c221994f1 switched over to a new method of handling uppercase/lowercase mappings
for unicode strings. The new method relies on 3 files that are mmap'd
at startup to provide the mapping tables. The upcase.dat and
lowcase.dat tables should be the same on all systems. The valid.dat
table says what characters are valid in 8.3 names, and differs between
systems. I'm committing the japanese valid.dat here, in future we need
some way of automatically installing and choosing a appropriate table.

This commit also adds my mini tdb based gettext replacement in
intl/lang_tdb.c. I have not enabled this yet and have not removed the
old gettext code as the new code is still being looked at by Monyo.

Right now the code assumes that the upcase.dat, lowcase.dat and
valid.dat files are installed in the Samba lib directory. That is not
a good choice, but I'll leave them there until we work out the new
install directory structure for Samba 3.0.

simo - please look at the isvalid_w() function and think about using
it in your new mangling code. That should be the final step to
correctly passing the chargen test code from monyo.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
8dbee134b9 we don't need the codepage sources any more 0001-01-01 00:00:00 +00:00
Andrew Tridgell
fa18e842f8 we don't need the codepages any more 0001-01-01 00:00:00 +00:00
Jeremy Allison
97dfc0097e Update from Toomas Soome <tsoome@ut.ee>.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
9efd7a778b Fixes from Toomas Soome <tsoome@ut.ee> code unicode problems, plus
a solaris quota update fix.
Jeremy.
0001-01-01 00:00:00 +00:00
Tim Potter
7f1219df24 Update to Baltic codepage support. 0001-01-01 00:00:00 +00:00
Tim Potter
d0c5339486 Added Baltic codepage support. From Toomas Soome <tsoome@ut.ee> 0001-01-01 00:00:00 +00:00
Tim Potter
5650c143a7 Codepages and stuff for Turkish language support. Contributed by
Deniz Akkus <akkus@alum.mit.edu>
0001-01-01 00:00:00 +00:00
Jeremy Allison
efbb327ff9 Hmmm - unicode codepages need adding to HEAD. Thought that'd been done ?
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
b8b98d5058 Added new codepage from Ded Marazm <DedMarazm@mail.lv> - MSDOS baltic rim.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
0ec82d661a Fixes for Eastern Europe code page.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
773d6e504b Added check for SGI IRIX brokenness with semaphores when using gcc.
Code from Don Badrak <dbadrak@census.gov>
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
a42cf2036f Unicode upper <--> lower character map. Needed for wisXXX functions.
Jeremy.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
453a822a76 first pass at updating head branch to be to be the same as the SAMBA_2_0 branch 0001-01-01 00:00:00 +00:00
Jeremy Allison
d6e6e936b5 codepages/codepage_def.936: Updated comment.
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.
0001-01-01 00:00:00 +00:00
Alexandre Oliva
90a8a02484 get away with dummy and .dummy files 0001-01-01 00:00:00 +00:00
Alexandre Oliva
237a8e5fe6 automated generation of .dummy files for each subdirectory;
dummy.in files are no longer needed, and new directories will be taken
care of automatically, at configure (or config.status --recheck) time
0001-01-01 00:00:00 +00:00
Alexandre Oliva
1ffc3b807a major autoconf clean-up
fix problems in builds with srcdir!=builddir
0001-01-01 00:00:00 +00:00
Andrew Tridgell
687f76a17d added ignore rules for the dummy files 0001-01-01 00:00:00 +00:00
Andrew Tridgell
be762dc3de these dummy files are needed for autoconf processing 0001-01-01 00:00:00 +00:00
Jeremy Allison
583aeaf350 Adding Greek and Icelandic codepages from :
Manousaridis Haris <genesis@the.forthnet.gr>
and Magns Gslason <magnus@hi.is>

respectively.

Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
b6c965c396 Added codepage 936 (simplified Chineses).
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.
0001-01-01 00:00:00 +00:00
Jeremy Allison
2df47cf1bb Adding Korean and Traditional Chinese codepage support.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
91155265db Adding new codepage file.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
e3fc9533bd Adding codepage definition files and codepage file compiler/decompiler.
Adding install/uninstall scripts for compiled codepage files.
Preparing for dynamic codepage loading.
Jeremy (jallison@whistle.com)
0001-01-01 00:00:00 +00:00