summaryrefslogtreecommitdiffstats
path: root/source3/libnet/libnet_keytab.c
Commit message (Expand)AuthorAgeFilesLines
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-libnet: better separate headers.Günther Deschner2010-07-131-1/+3
* s3:kerberos Rework smb_krb5_unparse_name() to take a talloc contextAndrew Bartlett2009-04-071-18/+14
* s3-libnet: fix DEBUG statement in libnet_keytab.Günther Deschner2008-12-111-1/+1
* s3-libnet: move add_to_keytab_entries to libnet_keytab.Günther Deschner2008-11-181-0/+33
* kerberos: use KRB5_KT_KEY macro where appropriate.Günther Deschner2008-08-291-27/+3
* kerberos: move the KRB5_KEY* macros to header file.Günther Deschner2008-08-291-10/+0
* Fix "might be used uninitialized" warnings.Jeremy Allison2008-08-071-0/+1
* libnet_keytab: fix the build with heimdalStefan Metzmacher2008-08-041-6/+38
* libnet dssync: add my C after dssync keytab changes.Michael Adam2008-08-011-0/+1
* libnet keytab: implement cleaning of old entries in libnet_keytab_add().Michael Adam2008-08-011-0/+22
* libnet keytab: add parameter ingnore_kvno to libnet_keytab_remove_entries()Michael Adam2008-08-011-3/+4
* libnet keytab: add flag clean_old_entries to libnet_keytab_context.Michael Adam2008-08-011-0/+1
* libnet keytab: use proper counter type (uint32_t) in libnet_keytab_add().Michael Adam2008-08-011-1/+1
* dssync keytab: move handling of removal of duplicates to libnet_keytab_add_en...Michael Adam2008-08-011-90/+99
* libnet_keytab: add some debug statements to libnet_keytab_search().Michael Adam2008-08-011-0/+8
* libnet keytab: use libnet_keytab_add_entry() in libnet_keytab_add().Michael Adam2008-08-011-13/+6
* libnet keytab: add function libnet_keytab_add_entry()Michael Adam2008-08-011-0/+54
* libnet keytab: add function libnet_keytab_remove_entries().Michael Adam2008-08-011-0/+90
* libnet_keytab: cleanup libnet_keytab_search().Michael Adam2008-08-011-28/+27
* libnet keytab: test for matching enctype in libnet_keytab_search().Michael Adam2008-08-011-0/+5
* libnet keytab: add enctype parameter to libnet_keytab_search().Michael Adam2008-08-011-0/+1
* libnet_keytab: add a libnet_keytab_search() functionMichael Adam2008-08-011-0/+77
* kerberos: allow to keep entries with old kvno's while creating keytab.Günther Deschner2008-06-301-0/+1
* kerberos: rename smb_krb5_kt_add_entry to smb_krb5_kt_add_entry_ext.Günther Deschner2008-06-301-7/+7
* net_vampire: separate keytab code from samsync code.Günther Deschner2008-06-271-0/+143