convert to use slc; also add stash subcommand
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13970 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -96,30 +96,11 @@
|
||||
#include <parse_time.h>
|
||||
#include <getarg.h>
|
||||
|
||||
#include "kadmin-commands.h"
|
||||
|
||||
extern krb5_context context;
|
||||
extern void * kadm_handle;
|
||||
|
||||
#define DECL(X) int X(int, char **)
|
||||
|
||||
DECL(add_new_key);
|
||||
DECL(cpw_entry);
|
||||
DECL(del_entry);
|
||||
DECL(del_enctype);
|
||||
DECL(exit_kadmin);
|
||||
DECL(ext_keytab);
|
||||
DECL(get_entry);
|
||||
DECL(get_privs);
|
||||
DECL(help);
|
||||
DECL(list_princs);
|
||||
DECL(mod_entry);
|
||||
DECL(rename_entry);
|
||||
DECL(init);
|
||||
DECL(dump);
|
||||
DECL(load);
|
||||
DECL(merge);
|
||||
DECL(password_quality);
|
||||
|
||||
#undef ALLOC
|
||||
#define ALLOC(X) ((X) = malloc(sizeof(*(X))))
|
||||
|
||||
|
Reference in New Issue
Block a user