Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/libnet/libnet_keytab.h

    r414 r745  
    4040};
    4141
     42/* The following definitions come from libnet/libnet_keytab.c  */
     43
     44krb5_error_code libnet_keytab_init(TALLOC_CTX *mem_ctx,
     45                                   const char *keytab_name,
     46                                   struct libnet_keytab_context **ctx);
     47krb5_error_code libnet_keytab_add(struct libnet_keytab_context *ctx);
     48
     49struct 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);
     53NTSTATUS 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);
    4260#endif /* HAVE_KRB5 */
Note: See TracChangeset for help on using the changeset viewer.