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

« back to all changes in this revision

Viewing changes to unix/xc/programs/Xserver/hw/kdrive/i810/i810draw.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
/* COPYRIGHT AND PERMISSION NOTICE
 
2
 
 
3
Copyright (c) 2000, 2001 Nokia Home Communications
 
4
 
 
5
All rights reserved.
 
6
 
 
7
Permission is hereby granted, free of charge, to any person obtaining
 
8
a copy of this software and associated documentation files (the
 
9
"Software"), to deal in the Software without restriction, including
 
10
without limitation the rights to use, copy, modify, merge, publish,
 
11
distribute, and/or sell copies of the Software, and to permit persons
 
12
to whom the Software is furnished to do so, provided that the above
 
13
copyright notice(s) and this permission notice appear in all copies of
 
14
the Software and that both the above copyright notice(s) and this
 
15
permission notice appear in supporting documentation.
 
16
 
 
17
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 
18
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 
19
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
 
20
OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
 
21
HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
 
22
SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
 
23
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
 
24
CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
 
25
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
26
 
 
27
Except as contained in this notice, the name of a copyright holder
 
28
shall not be used in advertising or otherwise to promote the sale, use
 
29
or other dealings in this Software without prior written authorization
 
30
of the copyright holder.
 
31
 
 
32
X Window System is a trademark of The Open Group */
 
33
 
 
34
/* Hardware accelerated drawing for KDrive i810 driver, header file.
 
35
   Author: Pontus Lidman <pontus.lidman@nokia.com>
 
36
*/
 
37
 
 
38
 
 
39
#ifndef _I810DRAW_H_
 
40
#define _I810DRAW_H_
 
41
 
 
42
void  i810RefreshRing(KdScreenInfo *screen);
 
43
int i810WaitLpRing( KdScreenInfo *screen, int n, int timeout_millis );
 
44
void i810Sync( KdScreenInfo *screen );
 
45
 
 
46
#endif /* _I810DRAW_H_ */