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

« back to all changes in this revision

Viewing changes to unix/xc/extras/FreeType/contrib/win32/testw32dlg.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
// testw32Dlg.h : header file
 
2
//
 
3
 
 
4
#if !defined(AFX_TESTW32DLG_H__70F52CAB_06A4_11D2_9AC4_0060978849F3__INCLUDED_)
 
5
#define AFX_TESTW32DLG_H__70F52CAB_06A4_11D2_9AC4_0060978849F3__INCLUDED_
 
6
 
 
7
#if _MSC_VER >= 1000
 
8
#pragma once
 
9
#endif // _MSC_VER >= 1000
 
10
 
 
11
/////////////////////////////////////////////////////////////////////////////
 
12
// CTestw32Dlg dialog
 
13
 
 
14
class CTestw32Dlg : public CDialog
 
15
{
 
16
// Construction
 
17
public:
 
18
        CTestw32Dlg(CWnd* pParent = NULL);      // standard constructor
 
19
 
 
20
// Dialog Data
 
21
        //{{AFX_DATA(CTestw32Dlg)
 
22
        enum { IDD = IDD_TESTW32_DIALOG };
 
23
                // NOTE: the ClassWizard will add data members here
 
24
        //}}AFX_DATA
 
25
 
 
26
        // ClassWizard generated virtual function overrides
 
27
        //{{AFX_VIRTUAL(CTestw32Dlg)
 
28
        protected:
 
29
        virtual void DoDataExchange(CDataExchange* pDX);        // DDX/DDV support
 
30
        //}}AFX_VIRTUAL
 
31
 
 
32
// Implementation
 
33
protected:
 
34
        HICON m_hIcon;
 
35
 
 
36
        // Generated message map functions
 
37
        //{{AFX_MSG(CTestw32Dlg)
 
38
        virtual BOOL OnInitDialog();
 
39
        afx_msg void OnPaint();
 
40
        afx_msg HCURSOR OnQueryDragIcon();
 
41
        virtual void OnOK();
 
42
        afx_msg void OnSelectAction();
 
43
        afx_msg void OnDestroy();
 
44
        //}}AFX_MSG
 
45
        DECLARE_MESSAGE_MAP()
 
46
};
 
47
 
 
48
//{{AFX_INSERT_LOCATION}}
 
49
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
 
50
 
 
51
#endif // !defined(AFX_TESTW32DLG_H__70F52CAB_06A4_11D2_9AC4_0060978849F3__INCLUDED_)