changed some declarations
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2278 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -20,13 +20,16 @@
|
|||||||
#include <netinet/in6_machtypes.h>
|
#include <netinet/in6_machtypes.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <bits.h>
|
#ifdef HAVE_SYS_BITYPES_H
|
||||||
|
#include <sys/bitypes.h>
|
||||||
/* I don't want to include krb.h here */
|
|
||||||
#if 0
|
|
||||||
#include <krb5.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_NETINET_IN6_MACHTYPES_H
|
||||||
|
#include <netinet/in6_machtypes.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <bits.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Now define the three implementation-dependent types.
|
* Now define the three implementation-dependent types.
|
||||||
*/
|
*/
|
||||||
@@ -39,9 +42,11 @@ typedef u_int32_t OM_uint32;
|
|||||||
|
|
||||||
struct krb5_auth_context_data;
|
struct krb5_auth_context_data;
|
||||||
|
|
||||||
/* */
|
struct Principal;
|
||||||
|
|
||||||
typedef void *gss_name_t;
|
/* typedef void *gss_name_t; */
|
||||||
|
|
||||||
|
typedef struct Principal *gss_name_t;
|
||||||
|
|
||||||
typedef struct gss_ctx_id_t_desc_struct {
|
typedef struct gss_ctx_id_t_desc_struct {
|
||||||
struct krb5_auth_context_data *auth_context;
|
struct krb5_auth_context_data *auth_context;
|
||||||
@@ -252,7 +257,6 @@ extern gss_OID GSS_C_NT_EXPORT_NAME;
|
|||||||
* This if for kerberos5 names.
|
* This if for kerberos5 names.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
extern gss_OID GSS_KRB5_NT_PRINCIPAL_NAME;
|
|
||||||
extern gss_OID GSS_KRB5_NT_PRINCIPAL_NAME;
|
extern gss_OID GSS_KRB5_NT_PRINCIPAL_NAME;
|
||||||
extern gss_OID GSS_KRB5_NT_USER_NAME;
|
extern gss_OID GSS_KRB5_NT_USER_NAME;
|
||||||
extern gss_OID GSS_KRB5_NT_MACHINE_UID_NAME;
|
extern gss_OID GSS_KRB5_NT_MACHINE_UID_NAME;
|
||||||
|
@@ -20,13 +20,16 @@
|
|||||||
#include <netinet/in6_machtypes.h>
|
#include <netinet/in6_machtypes.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <bits.h>
|
#ifdef HAVE_SYS_BITYPES_H
|
||||||
|
#include <sys/bitypes.h>
|
||||||
/* I don't want to include krb.h here */
|
|
||||||
#if 0
|
|
||||||
#include <krb5.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_NETINET_IN6_MACHTYPES_H
|
||||||
|
#include <netinet/in6_machtypes.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <bits.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Now define the three implementation-dependent types.
|
* Now define the three implementation-dependent types.
|
||||||
*/
|
*/
|
||||||
@@ -39,9 +42,11 @@ typedef u_int32_t OM_uint32;
|
|||||||
|
|
||||||
struct krb5_auth_context_data;
|
struct krb5_auth_context_data;
|
||||||
|
|
||||||
/* */
|
struct Principal;
|
||||||
|
|
||||||
typedef void *gss_name_t;
|
/* typedef void *gss_name_t; */
|
||||||
|
|
||||||
|
typedef struct Principal *gss_name_t;
|
||||||
|
|
||||||
typedef struct gss_ctx_id_t_desc_struct {
|
typedef struct gss_ctx_id_t_desc_struct {
|
||||||
struct krb5_auth_context_data *auth_context;
|
struct krb5_auth_context_data *auth_context;
|
||||||
@@ -252,7 +257,6 @@ extern gss_OID GSS_C_NT_EXPORT_NAME;
|
|||||||
* This if for kerberos5 names.
|
* This if for kerberos5 names.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
extern gss_OID GSS_KRB5_NT_PRINCIPAL_NAME;
|
|
||||||
extern gss_OID GSS_KRB5_NT_PRINCIPAL_NAME;
|
extern gss_OID GSS_KRB5_NT_PRINCIPAL_NAME;
|
||||||
extern gss_OID GSS_KRB5_NT_USER_NAME;
|
extern gss_OID GSS_KRB5_NT_USER_NAME;
|
||||||
extern gss_OID GSS_KRB5_NT_MACHINE_UID_NAME;
|
extern gss_OID GSS_KRB5_NT_MACHINE_UID_NAME;
|
||||||
|
Reference in New Issue
Block a user