more stuff and updated
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4456 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -70,6 +70,9 @@
|
|||||||
#ifdef HAVE_SYS_UN_H
|
#ifdef HAVE_SYS_UN_H
|
||||||
#include <sys/un.h>
|
#include <sys/un.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_NETDB_H
|
||||||
|
#include <netdb.h>
|
||||||
|
#endif
|
||||||
#include <fnmatch.h>
|
#include <fnmatch.h>
|
||||||
#include "admin.h"
|
#include "admin.h"
|
||||||
#include "kadm5_err.h"
|
#include "kadm5_err.h"
|
||||||
@@ -218,7 +221,7 @@ _kadm5_string_to_privs __P((
|
|||||||
u_int32_t* privs));
|
u_int32_t* privs));
|
||||||
|
|
||||||
kadm5_ret_t
|
kadm5_ret_t
|
||||||
kadm5_log_get_version (kadm5_server_context *context,
|
kadm5_log_get_version (int fd,
|
||||||
u_int32_t *ver);
|
u_int32_t *ver);
|
||||||
|
|
||||||
kadm5_ret_t
|
kadm5_ret_t
|
||||||
@@ -286,4 +289,10 @@ kadm5_log_replay (kadm5_server_context *context,
|
|||||||
|
|
||||||
#define KADM5_LOG_SIGNAL HDB_DB_DIR "/signal"
|
#define KADM5_LOG_SIGNAL HDB_DB_DIR "/signal"
|
||||||
|
|
||||||
|
#define IPROP_VERSION "iprop-0.0"
|
||||||
|
|
||||||
|
#define KADM5_SLAVE_ACL HDB_DB_DIR "/slaves"
|
||||||
|
|
||||||
|
#define IPROP_NAME "iprop"
|
||||||
|
|
||||||
#endif /* __KADM5_LOCL_H__ */
|
#endif /* __KADM5_LOCL_H__ */
|
||||||
|
Reference in New Issue
Block a user