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

« back to all changes in this revision

Viewing changes to unix/xc/programs/Xserver/hw/xfree86/reconfig/keyword.i

  • 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
/* $XFree86: xc/programs/Xserver/hw/xfree86/reconfig/keyword.i,v 3.3 1996/12/23 06:51:41 dawes Exp $ */
 
2
 
 
3
 
 
4
 
 
5
 
 
6
/* $XConsortium: keyword.i /main/4 1996/02/21 17:55:00 kaleb $ */
 
7
 
 
8
  { FONTPATH,   "fontpath" },
 
9
  { RGBPATH,    "rgbpath" },
 
10
  { SHAREDMON,  "sharedmonitor" },
 
11
  { NOTRAPSIGNALS, "notrapsignals" },
 
12
  { KEYBOARD,   "keyboard" },
 
13
  { MICROSOFT,  "microsoft" },
 
14
  { MOUSESYS,   "mousesystems" },
 
15
  { MMSERIES,   "mmseries" },
 
16
  { LOGITECH,   "logitech" },
 
17
  { BUSMOUSE,   "busmouse" },
 
18
  { LOGIMAN,    "mouseman" },
 
19
  { PS_2,       "ps/2" },
 
20
  { MMHITTAB,   "mmhittab" },
 
21
  { XQUE,       "xqueue" },
 
22
  { OSMOUSE,    "osmouse" },
 
23
  { VGA256,     "vga256" },
 
24
  { VGA2,       "vga2" },
 
25
  { MONO,       "mono" },
 
26
  { VGA16,      "vga16" },
 
27
  { ACCEL,      "accel" },
 
28
  { MODEDB,     "modedb" },
 
29
  { AUTOREPEAT, "autorepeat" },
 
30
  { DONTZAP,    "dontzap" },
 
31
  { SERVERNUM,  "servernumlock" },
 
32
  { XLEDS,      "xleds" },
 
33
  { VTINIT,     "vtinit" },
 
34
  { LEFTALT,    "leftalt" },
 
35
  { RIGHTALT,   "rightalt" },
 
36
  { RIGHTALT,   "altgr" },
 
37
  { SCROLLLOCK, "scrolllock" },
 
38
  { RIGHTCTL,   "rightctl" },
 
39
  { VTSYSREQ,   "vtsysreq" },
 
40
  { K_META,       "meta" },
 
41
  { K_COMPOSE,    "compose" },
 
42
  { K_MODESHIFT,  "modeshift" },
 
43
  { K_MODELOCK,   "modelock" },
 
44
  { K_SCROLLLOCK, "scrolllock" },
 
45
  { K_CONTROL,    "control" },
 
46
  { BAUDRATE,   "baudrate" },
 
47
  { EMULATE3,   "emulate3buttons" },
 
48
  { SAMPLERATE, "samplerate" },
 
49
  { CLEARDTR,   "cleardtr" },
 
50
  { CLEARRTS,   "clearrts" },
 
51
  { CHORDMIDDLE,"chordmiddle" },
 
52
  { STATICGRAY, "staticgray" },
 
53
  { GRAYSCALE,  "grayscale" },
 
54
  { STATICCOLOR,"staticcolor" },
 
55
  { PSEUDOCOLOR,"pseudocolor" },
 
56
  { TRUECOLOR,  "truecolor" },
 
57
  { DIRECTCOLOR,"directcolor" },
 
58
  { CHIPSET,    "chipset" },
 
59
  { CLOCKS,     "clocks" },
 
60
  { DISPLAYSIZE,"displaysize" },
 
61
  { MODES,      "modes" },
 
62
  { SCREENNO,   "screenno" },
 
63
  { OPTION,     "option" },
 
64
  { VIDEORAM,   "videoram" },
 
65
  { VIEWPORT,   "viewport" },
 
66
  { VIRTUAL,    "virtual" },
 
67
  { SPEEDUP,    "speedup" },
 
68
  { NOSPEEDUP,  "nospeedup" },
 
69
  { CLOCKPROG,  "clockprog" },
 
70
  { BIOSBASE,   "biosbase" },
 
71
  { BLACK,      "black" },
 
72
  { WHITE,      "white" },
 
73
  { MEMBASE,    "membase" },
 
74
  { INTERLACE,  "interlace"},
 
75
  { PHSYNC,     "+hsync"},
 
76
  { NHSYNC,     "-hsync"},
 
77
  { PVSYNC,     "+vsync"},
 
78
  { NVSYNC,     "-vsync"},
 
79
  { CSYNC,      "composite"},
 
80
/* New keywords: */
 
81
  { RAMDAC,     "ramdac"},
 
82
  { DACSPEED,   "dacspeed"},
 
83
  { IOBASE,     "iobase"},
 
84
  { DACBASE,    "dacbase"},
 
85
  { COPBASE,    "copbase"},
 
86
  { POSBASE,    "posbase"},
 
87
  { INSTANCE,   "instance"},