Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/auth.c
Parent Directory
| Revision Log
| Patch
| 39 |
#include <stdlib.h> |
#include <stdlib.h> |
| 40 |
#include <errno.h> |
#include <errno.h> |
| 41 |
#include <lmcons.h> // for UNLEN |
#include <lmcons.h> // for UNLEN |
| 42 |
|
#if !defined(_CRTDBG_MAP_ALLOC) |
| 43 |
|
#define _CRTDBG_MAP_ALLOC |
| 44 |
|
#endif |
| 45 |
|
#include <stdlib.h> |
| 46 |
#include <crtdbg.h> |
#include <crtdbg.h> |
| 47 |
|
|
| 48 |
#include "resource.h" |
#include "resource.h" |
| 52 |
#include "auth.h" |
#include "auth.h" |
| 53 |
#include "helpid.h" |
#include "helpid.h" |
| 54 |
|
|
|
#if defined(_DEBUG) && !defined(_CRTDBG_MAP_ALLOC) |
|
|
#define malloc(l) _malloc_dbg((l), _NORMAL_BLOCK, __FILE__, __LINE__) |
|
|
#define free(p) _free_dbg((p), _NORMAL_BLOCK) |
|
|
#endif |
|
|
|
|
| 55 |
#define AUTH_START_USER_AUTH_ON_ERROR_END 1 |
#define AUTH_START_USER_AUTH_ON_ERROR_END 1 |
| 56 |
|
|
| 57 |
#define MAX_AUTH_CONTROL IDC_SSHUSEPAGEANT |
#define MAX_AUTH_CONTROL IDC_SSHUSEPAGEANT |
|
|
Legend:
| Removed from v.8301 |
|
| changed lines |
| |
Added in v.8391 |
|
|
|