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

« back to all changes in this revision

Viewing changes to unix/xc/doc/man/Xext/Imakefile

  • 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
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:41:54 cpqbld Exp $
 
2
 
 
3
 
 
4
 
 
5
XCOMM $XFree86: xc/doc/man/Xext/Imakefile,v 1.3 2001/11/08 02:11:03 tsi Exp $
 
6
 
 
7
MANDIR = $(LIBMANDIR)
 
8
MANSUFFIX = $(LIBMANSUFFIX)
 
9
 
 
10
#define IHaveSubdirs
 
11
#define PassCDebugFlags
 
12
 
 
13
SUBDIRS = dbe
 
14
 
 
15
all::
 
16
 
 
17
MakeSubdirs($(SUBDIRS))
 
18
DependSubdirs($(SUBDIRS))
 
19
 
 
20
#if ExpandManNames
 
21
InstallManPageLong(XShape,$(MANDIR),XShapeQueryExtension)
 
22
InstallManPageAliases(XShapeQueryExtension,$(MANDIR),XShapeQueryVersion XShapeCombineRegion XShapeCombineRectangles XShapeCombineMask XShapeCombineShape XShapeOffsetShape XShapeQueryExtents XShapeSelectInput XShapeInputSelected XShapeGetRectangles)
 
23
InstallManPageLong(Xmbuf,$(MANDIR),XmbufQueryExtension)
 
24
InstallManPageAliases(XmbufQueryExtension,$(MANDIR),XmbufGetVersion XmbufCreateBuffers XmbufDestroyBuffers XmbufDisplayBuffers XmbufGetWindowAttributes XmbufChangeWindowAttributes XmbufGetBufferAttributes XmbufChangeBufferAttributes XmbufGetScreenInfo XmbufCreateStereoWindow)
 
25
InstallManPageLong(Xevi,$(MANDIR),XeviQueryVersion)
 
26
InstallManPageAliases(XeviQueryVersion,$(MANDIR),XeviGetVisualInfo XeviQueryExtension)
 
27
#else
 
28
InstallManPage(XShape,$(MANDIR))
 
29
InstallManPage(Xmbuf,$(MANDIR))
 
30
InstallManPage(Xevi,$(MANDIR))
 
31
#endif