add KRB5_KDB_OK_AS_DELEGATE, sync KRB5_TL_ flags

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15309 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-05-30 20:32:58 +00:00
parent 5f764ae99f
commit 58460893e1

View File

@@ -64,6 +64,7 @@
#define KRB5_KDB_PWCHANGE_SERVICE 0x00002000
#define KRB5_KDB_SUPPORT_DESMD5 0x00004000
#define KRB5_KDB_NEW_PRINC 0x00008000
#define KRB5_KDB_OK_AS_DELEGATE 0x00010000
#define KADM5_PRINCIPAL 0x000001
#define KADM5_PRINC_EXPIRE_TIME 0x000002
@@ -115,6 +116,13 @@ typedef struct _krb5_tl_data {
void* tl_data_contents;
} krb5_tl_data;
#define KRB5_TL_LAST_PWD_CHANGE 0x0001
#define KRB5_TL_MOD_PRINC 0x0002
#define KRB5_TL_KADM_DATA 0x0003
#define KRB5_TL_KADM5_E_DATA 0x0004
#define KRB5_TL_RB1_CHALLENGE 0x0005
#define KRB5_TL_SECURID_STATE 0x0006
typedef struct _kadm5_principal_ent_t {
krb5_principal principal;