~ubuntu-branches/ubuntu/gutsy/vnc4/gutsy

« back to all changes in this revision

Viewing changes to unix/xc/programs/xkbcomp/keymap/sun/es

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2006-05-15 20:35:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515203517-l4lre1ku942mn26k
Tags: 4.1.1+X4.3.0-10
* Correction of critical security issue. Thanks to Martin Kogler
  <e9925248@student.tuwien.ac.at> that informed me about the issue,
  and provided the patch.
  This flaw was originally found by Steve Wiseman of intelliadmin.com.
* Applied patch from Javier Kohen <jkohen@users.sourceforge.net> that
  inform the user that only 8 first characters of the password will
  actually be used when typing more than 8 characters, closes:
  #355619.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// $TOG: de /main/3 1998/02/10 13:44:36 kaleb $
 
2
//
 
3
//Copyright 1996, 1998  The Open Group
 
4
//
 
5
//Permission to use, copy, modify, distribute, and sell this software and its
 
6
//documentation for any purpose is hereby granted without fee, provided that
 
7
//the above copyright notice appear in all copies and that both that
 
8
//copyright notice and this permission notice appear in supporting
 
9
//documentation.
 
10
//
 
11
//The above copyright notice and this permission notice shall be
 
12
//included in all copies or substantial portions of the Software.
 
13
//
 
14
//THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 
15
//EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 
16
//MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 
17
//IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
 
18
//OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 
19
//ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 
20
//OTHER DEALINGS IN THE SOFTWARE.
 
21
//
 
22
//Except as contained in this notice, the name of The Open Group shall
 
23
//not be used in advertising or otherwise to promote the sale, use or
 
24
//other dealings in this Software without prior written authorization
 
25
//from The Open Group.
 
26
//
 
27
// $XFree86: xc/programs/xkbcomp/keymap/sun/es,v 1.3 2001/12/14 20:02:01 dawes Exp $
 
28
//
 
29
xkb_keymap "type4_es" {
 
30
    xkb_keycodes        { include "sun(type4_euro)"     };
 
31
    xkb_types           { include "default"             };
 
32
    xkb_compatibility   { include "default"             };
 
33
    xkb_symbols         { 
 
34
        include "sun/us(sun4)+iso9995-3(basic)+es"
 
35
    };
 
36
    xkb_geometry        { include "sun(type4)"          };
 
37
};
 
38
xkb_keymap "type4_es_openlook" {
 
39
    xkb_keycodes        { include "sun(type4_euro)"     };
 
40
    xkb_types           { include "default"             };
 
41
    xkb_compatibility   { include "default"             };
 
42
    xkb_symbols         { 
 
43
        include "sun/us(sun4ol)+iso9995-3(basic)+es"
 
44
    };
 
45
    xkb_geometry        { include "sun(type4)"          };
 
46
};
 
47
default xkb_keymap "type5_es" {
 
48
    xkb_keycodes        { include "sun(type5_euro)"     };
 
49
    xkb_types           { include "default"             };
 
50
    xkb_compatibility   { include "default"             };
 
51
    xkb_symbols         { 
 
52
        include "sun/us(sun5)+iso9995-3(basic)+es"
 
53
    };
 
54
    xkb_geometry        { include "sun(type5euro)"      };
 
55
};
 
56
xkb_keymap "type5_es_openlook" {
 
57
    xkb_keycodes        { include "sun(type5_euro)"     };
 
58
    xkb_types           { include "default"             };
 
59
    xkb_compatibility   { include "default"             };
 
60
    xkb_symbols         { include "sun/us(sun5ol)+iso9995-3+es" };
 
61
    xkb_geometry        { include "sun(type5euro)"      };
 
62
};