mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
954c01728e
(This used to be commit 118be28a7aef233799956615a99d1a2a74dac175)
69 lines
1.2 KiB
C
69 lines
1.2 KiB
C
/* This is a generated file */
|
|
#ifndef __kdc_protos_h__
|
|
#define __kdc_protos_h__
|
|
|
|
#include <stdarg.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void
|
|
kdc_log (
|
|
krb5_context /*context*/,
|
|
krb5_kdc_configuration */*config*/,
|
|
int /*level*/,
|
|
const char */*fmt*/,
|
|
...);
|
|
|
|
char*
|
|
kdc_log_msg (
|
|
krb5_context /*context*/,
|
|
krb5_kdc_configuration */*config*/,
|
|
int /*level*/,
|
|
const char */*fmt*/,
|
|
...);
|
|
|
|
char*
|
|
kdc_log_msg_va (
|
|
krb5_context /*context*/,
|
|
krb5_kdc_configuration */*config*/,
|
|
int /*level*/,
|
|
const char */*fmt*/,
|
|
va_list /*ap*/);
|
|
|
|
void
|
|
kdc_openlog (
|
|
krb5_context /*context*/,
|
|
krb5_kdc_configuration */*config*/);
|
|
|
|
void
|
|
krb5_kdc_default_config (krb5_kdc_configuration */*config*/);
|
|
|
|
int
|
|
krb5_kdc_process_generic_request (
|
|
krb5_context /*context*/,
|
|
krb5_kdc_configuration */*config*/,
|
|
unsigned char */*buf*/,
|
|
size_t /*len*/,
|
|
krb5_data */*reply*/,
|
|
krb5_boolean */*prependlength*/,
|
|
const char */*from*/,
|
|
struct sockaddr */*addr*/);
|
|
|
|
int
|
|
krb5_kdc_process_krb5_request (
|
|
krb5_context /*context*/,
|
|
krb5_kdc_configuration */*config*/,
|
|
unsigned char */*buf*/,
|
|
size_t /*len*/,
|
|
krb5_data */*reply*/,
|
|
const char */*from*/,
|
|
struct sockaddr */*addr*/);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* __kdc_protos_h__ */
|