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

« back to all changes in this revision

Viewing changes to unix/xc/lib/GL/mesa/src/drv/r128/r128_span.h

  • 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/lib/GL/mesa/src/drv/r128/r128_span.h,v 1.3 2001/01/08 01:07:21 martin Exp $ */
 
2
/**************************************************************************
 
3
 
 
4
Copyright 1999, 2000 ATI Technologies Inc. and Precision Insight, Inc.,
 
5
                                               Cedar Park, Texas.
 
6
All Rights Reserved.
 
7
 
 
8
Permission is hereby granted, free of charge, to any person obtaining a
 
9
copy of this software and associated documentation files (the "Software"),
 
10
to deal in the Software without restriction, including without limitation
 
11
on the rights to use, copy, modify, merge, publish, distribute, sub
 
12
license, and/or sell copies of the Software, and to permit persons to whom
 
13
the Software is furnished to do so, subject to the following conditions:
 
14
 
 
15
The above copyright notice and this permission notice (including the next
 
16
paragraph) shall be included in all copies or substantial portions of the
 
17
Software.
 
18
 
 
19
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
20
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
21
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 
22
ATI, PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
 
23
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 
24
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
 
25
USE OR OTHER DEALINGS IN THE SOFTWARE.
 
26
 
 
27
**************************************************************************/
 
28
 
 
29
/*
 
30
 * Authors:
 
31
 *   Gareth Hughes <gareth@valinux.com>
 
32
 *   Kevin E. Martin <martin@valinux.com>
 
33
 *
 
34
 */
 
35
 
 
36
#ifndef __R128_SPAN_H__
 
37
#define __R128_SPAN_H__
 
38
 
 
39
#ifdef GLX_DIRECT_RENDERING
 
40
 
 
41
extern void r128DDInitSpanFuncs( GLcontext *ctx );
 
42
 
 
43
#endif
 
44
#endif