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

« back to all changes in this revision

Viewing changes to unix/xc/lib/Xv/Xv-def.cpp

  • 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
LIBRARY Xv
 
2
VERSION LIBRARY_VERSION
 
3
EXPORTS
 
4
XvCreateImage
 
5
XvFreeAdaptorInfo
 
6
XvFreeEncodingInfo
 
7
XvGetPortAttribute
 
8
XvGetStill
 
9
XvGetVideo
 
10
XvGrabPort
 
11
XvListImageFormats
 
12
XvPutImage
 
13
XvPutStill
 
14
XvPutVideo
 
15
XvQueryAdaptors
 
16
XvQueryBestSize
 
17
XvQueryEncodings
 
18
XvQueryExtension
 
19
XvQueryPortAttributes
 
20
XvSelectPortNotify
 
21
XvSelectVideoNotify
 
22
XvSetPortAttribute
 
23
XvShmCreateImage
 
24
XvShmPutImage
 
25
XvStopVideo
 
26
XvUngrabPort
 
27
/* $XFree86: xc/lib/Xv/Xv-def.cpp,v 1.1 2002/09/30 22:02:17 alanh Exp $ */