index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
dsdb
/
samdb
/
ldb_modules
/
update_keytab.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-23
build: avoid util.h as a public header name due to conflict with MacOS
Andrew Bartlett
1
-1
/
+1
2011-01-17
s4-dsdb: replaced the calls to ldb_search() in dsdb modules with dsdb_module_...
Andrew Tridgell
1
-4
/
+9
2010-11-06
s4:update_keytab LDB module - we don't need to search for the "distinguishedN...
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-11-01
s4-ldb: enable version checking in dsdb ldb modules
Andrew Tridgell
1
-0
/
+1
2010-11-01
s4-dsdb: convert the rest of the ldb modules to the new module type
Andrew Tridgell
1
-1
/
+6
2010-09-25
ldb: mark the location of a lot more ldb requests
Andrew Tridgell
1
-0
/
+5
2010-09-24
s4-kerberos Rework keytab handling to export servicePrincipalName entries
Andrew Bartlett
1
-2
/
+6
2010-09-24
s4-kerberos Move 'set key into keytab' code out of credentials.
Andrew Bartlett
1
-31
/
+23
2010-07-07
s4-dsdb: use ldb_operr() in the dsdb code
Andrew Tridgell
1
-12
/
+8
2010-02-20
s4:credentials Add hooks to extract a named Kerberos credentials cache
Andrew Bartlett
1
-1
/
+2
2009-09-03
hook on prepare_commit instead of transaction_end
Andrew Tridgell
1
-4
/
+4
2009-06-18
dsdb: Fix build against system ldb.
Jelmer Vernooij
1
-1
/
+1
2009-02-23
Fix headers, ldb_includes.h is a private header,
Simo Sorce
1
-0
/
+1
2009-02-02
s4:update_keytab: s/delete/do_delete
Stefan Metzmacher
1
-7
/
+7
2009-01-30
Fix the mess with ldb includes.
Simo Sorce
1
-21
/
+46
2008-10-24
Remove unused include param/param.h.
Jelmer Vernooij
1
-1
/
+0
2008-10-20
Make sure prototypes are always included, make some functions static and
Jelmer Vernooij
1
-2
/
+2
2008-09-29
LDB ASYNC: samba4 modules
Simo Sorce
1
-17
/
+228
2008-09-23
Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.
Simo Sorce
1
-2
/
+2
2008-04-17
Specify event_context to ldb_wrap_connect explicitly.
Jelmer Vernooij
1
-2
/
+2
2008-04-17
Remove event context tracking from the credentials struct.
Jelmer Vernooij
1
-2
/
+2
2008-02-20
Fix use of some modules (needed _PUBLIC_).
Jelmer Vernooij
1
-1
/
+1
2008-02-20
Use struct-based rather than function-based initialization for ldb modules ev...
Jelmer Vernooij
1
-6
/
+1
2007-12-21
r26430: require explicit specification of loadparm context.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26229: Set loadparm context as opaque pointer in ldb, remove more uses of gl...
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r25553: Convert to standard bool type.
Jelmer Vernooij
1
-5
/
+5
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r25249: Thanks to Andrew Kroeger for pointing out this silly typo (calling
Andrew Bartlett
1
-1
/
+1
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r22681: Fix standalone ldb build when parent directory name != ldb.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r21315: ldb now supports filters like (&(dn=%s)(&(objectClass=kerberosSecret)...
Stefan Metzmacher
1
-4
/
+30
2007-10-10
r21179: Anything more complex than this causes the keytab never to be updated...
Andrew Bartlett
1
-1
/
+2
2007-10-10
r21135: Instead of having hooks to update keytabs as an explicit thing, update
Andrew Bartlett
1
-0
/
+189