some changes along the way

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1963 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-05 01:29:46 +00:00
parent 02186f2c36
commit 241171b04c
3 changed files with 273 additions and 15 deletions

View File

@@ -5,6 +5,8 @@
#endif
#include <stdio.h>
#include <stdarg.h>
#include <ctype.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
@@ -12,6 +14,19 @@
#include <pwd.h>
#include <netdb.h>
#include <errno.h>
#include <syslog.h>
#include <krb.h>
#include <prot.h>
#include <krb5.h>
#include <roken.h>
/*
*
*/
enum auth_method { AUTH_KRB4, AUTH_KRB5 };
#define KCMD_VERSION "KCMDV0.1"
#define USERNAME_SZ 16
#define COMMAND_SZ 1024