Changeset 745 for trunk/server/source3/libnet/libnet_keytab.h
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source3/libnet/libnet_keytab.h
r414 r745 40 40 }; 41 41 42 /* The following definitions come from libnet/libnet_keytab.c */ 43 44 krb5_error_code libnet_keytab_init(TALLOC_CTX *mem_ctx, 45 const char *keytab_name, 46 struct libnet_keytab_context **ctx); 47 krb5_error_code libnet_keytab_add(struct libnet_keytab_context *ctx); 48 49 struct libnet_keytab_entry *libnet_keytab_search(struct libnet_keytab_context *ctx, 50 const char *principal, int kvno, 51 const krb5_enctype enctype, 52 TALLOC_CTX *mem_ctx); 53 NTSTATUS libnet_keytab_add_to_keytab_entries(TALLOC_CTX *mem_ctx, 54 struct libnet_keytab_context *ctx, 55 uint32_t kvno, 56 const char *name, 57 const char *prefix, 58 const krb5_enctype enctype, 59 DATA_BLOB blob); 42 60 #endif /* HAVE_KRB5 */
Note:
See TracChangeset
for help on using the changeset viewer.