summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/update_keytab.c
Commit message (Expand)AuthorAgeFilesLines
* kerberos: Remove un-used event context argument from smb_krb5_init_context()Andrew Bartlett2014-07-151-1/+0
* dsdb: Specify no event context to smb_krb5_init_context() in dsdbAndrew Bartlett2014-07-151-1/+3
* s4:dsdb/ldb_modules: avoid invalid pointer type warningsStefan Metzmacher2014-07-151-4/+4
* s4-dsdb: Remove double-free in update_keytab moduleAndrew Bartlett2012-08-281-2/+0
* srv_keytab: Pass krb5_context directly, it's all we use anyways.Simo Sorce2012-04-121-1/+1
* s4-auth-krb: Remove unneded dependency on kerberos_util.Simo Sorce2012-04-121-1/+1
* s4-auth-krb: Simplify salt_princ handling.Simo Sorce2012-04-121-8/+62
* s4-auth-krb: Move keytab functions in a separate file.Simo Sorce2012-04-121-0/+1
* s4:update_keytab LDB module - no need to filter for the DNMatthias Dieter Wallnöfer2011-11-261-2/+2
* build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett2011-09-231-1/+1
* s4-dsdb: replaced the calls to ldb_search() in dsdb modules with dsdb_module_...Andrew Tridgell2011-01-171-4/+9
* s4:update_keytab LDB module - we don't need to search for the "distinguishedN...Matthias Dieter Wallnöfer2010-11-061-2/+2
* s4-ldb: enable version checking in dsdb ldb modulesAndrew Tridgell2010-11-011-0/+1
* s4-dsdb: convert the rest of the ldb modules to the new module typeAndrew Tridgell2010-11-011-1/+6
* ldb: mark the location of a lot more ldb requestsAndrew Tridgell2010-09-251-0/+5
* s4-kerberos Rework keytab handling to export servicePrincipalName entriesAndrew Bartlett2010-09-241-2/+6
* s4-kerberos Move 'set key into keytab' code out of credentials.Andrew Bartlett2010-09-241-31/+23
* s4-dsdb: use ldb_operr() in the dsdb codeAndrew Tridgell2010-07-071-12/+8
* s4:credentials Add hooks to extract a named Kerberos credentials cacheAndrew Bartlett2010-02-201-1/+2
* hook on prepare_commit instead of transaction_endAndrew Tridgell2009-09-031-4/+4
* dsdb: Fix build against system ldb.Jelmer Vernooij2009-06-181-1/+1
* Fix headers, ldb_includes.h is a private header,Simo Sorce2009-02-231-0/+1
* s4:update_keytab: s/delete/do_deleteStefan Metzmacher2009-02-021-7/+7
* Fix the mess with ldb includes.Simo Sorce2009-01-301-21/+46
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-2/+2
* LDB ASYNC: samba4 modulesSimo Sorce2008-09-291-17/+228
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-2/+2
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-2/+2
* Remove event context tracking from the credentials struct.Jelmer Vernooij2008-04-171-2/+2
* Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij2008-02-201-1/+1
* Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij2008-02-201-6/+1
* r26430: require explicit specification of loadparm context.Jelmer Vernooij2007-12-211-1/+1
* r26229: Set loadparm context as opaque pointer in ldb, remove more uses of gl...Jelmer Vernooij2007-12-211-2/+2
* r25553: Convert to standard bool type.Jelmer Vernooij2007-10-101-5/+5
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+2
* r25249: Thanks to Andrew Kroeger for pointing out this silly typo (callingAndrew Bartlett2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij2007-10-101-1/+1
* r21315: ldb now supports filters like (&(dn=%s)(&(objectClass=kerberosSecret)...Stefan Metzmacher2007-10-101-4/+30
* r21179: Anything more complex than this causes the keytab never to be updated...Andrew Bartlett2007-10-101-1/+2
* r21135: Instead of having hooks to update keytabs as an explicit thing, updateAndrew Bartlett2007-10-101-0/+189