mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
599 B
28 lines
599 B
//=============================================================================
|
|
// MODULE: kdcrep.h
|
|
//
|
|
// Description:
|
|
//
|
|
// Bloodhound Parser DLL for Kerberos Authentication Protocol
|
|
//
|
|
// Modification History
|
|
//
|
|
// Michael Webb & Kris Frost Date: 06/04/99
|
|
//=============================================================================
|
|
|
|
// Function definitions for kdcrep.c
|
|
|
|
LPBYTE KdcResponse(HFRAME, LPBYTE);
|
|
LPBYTE KdcRepTypes(HFRAME, LPBYTE, int);
|
|
LPBYTE KdcHandleTix(HFRAME, LPBYTE, int);
|
|
//LPBYTE DefinePrincipalNameTix(HFRAME, LPBYTE, int, DWORD);
|
|
|
|
|
|
// End Function Definitions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|