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
/
kdc
/
hdb-ldb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-24
Cosmetic corrections for the KERBEROS library
Matthias Dieter Wallnöfer
1
-3
/
+3
2008-09-24
Move source4/lib/crypto to lib/crypto.
Jelmer Vernooij
1
-1
/
+1
2008-09-23
Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.
Simo Sorce
1
-8
/
+9
2008-08-26
Only allow the trust in the correct direction (per the flags).
Andrew Bartlett
1
-3
/
+9
2008-08-15
Trusted domains implementation for the KDC.
Andrew Bartlett
1
-12
/
+193
2008-08-08
More work towards trusted domain support in the KDC.
Andrew Bartlett
1
-25
/
+93
2008-08-05
Start implementind domain trusts in our KDC.
Andrew Bartlett
1
-7
/
+33
2008-07-24
hdb-ldb: fix the callers after drsblobs.idl changes
Stefan Metzmacher
1
-45
/
+30
2008-07-23
hdb-ldb: try to find Primary:Kerberos-Newer-Keys and fallback to Primary:Kerb...
Stefan Metzmacher
1
-16
/
+114
2008-07-23
hdb-ldb: check the SUPPLEMENTAL_CREDENTIALS_SIGNATURE
Stefan Metzmacher
1
-0
/
+6
2008-07-23
hdb-ldb: fix comment about padding
Stefan Metzmacher
1
-1
/
+1
2008-07-23
hdb-ldb: fix crash bug in the error path
Stefan Metzmacher
1
-0
/
+1
2008-06-04
kdc: we don't need any *_locl.h header from heimdal in the kdc
Stefan Metzmacher
1
-3
/
+1
2008-04-17
Specify event_context to ldb_wrap_connect explicitly.
Jelmer Vernooij
1
-2
/
+4
2008-03-25
Remove useless extra argument to samdb_result_account_expires().
Andrew Bartlett
1
-1
/
+1
2008-03-07
Update account expiration to use new samdb_result_account_expires() function.
Andrew Kroeger
1
-3
/
+2
2008-02-21
Remove yet more uses of global_loadparm.
Jelmer Vernooij
1
-2
/
+2
2008-02-21
Remove more uses of global_loadparm.
Jelmer Vernooij
1
-0
/
+1
2008-02-21
Remove more uses of global_loadparm.
Jelmer Vernooij
1
-1
/
+2
2008-02-21
Avoid use of global_loadparm.
Jelmer Vernooij
1
-4
/
+6
2008-01-01
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26314: Eliminate use of global_loadparm.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26277: Move loadparm context higher up the stack.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26274: Some syntax fixes, remove more global_loadparm instances.
Jelmer Vernooij
1
-1
/
+3
2007-12-21
r26252: Specify loadparm_context explicitly when creating sessions.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26227: Make loadparm_context part of a server task, move loadparm_contexts f...
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
1
-7
/
+7
2007-10-10
r25430: Add the loadparm context to all parametric options.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r24061: Anther part of bug #4823, which is that until now Samba4 didn't parse
Andrew Bartlett
1
-26
/
+3
2007-10-10
r23503: use hdb_dbc not hdb_openp.
Andrew Bartlett
1
-8
/
+7
2007-10-10
r23488: hdb_openp has changed from void * to int...
Stefan Metzmacher
1
-4
/
+5
2007-10-10
r21441: create a union for the PrimaryKerberosBlob content
Stefan Metzmacher
1
-13
/
+23
2007-10-10
r21434: - get rid of "krb5Key"
Stefan Metzmacher
1
-49
/
+132
2007-10-10
r21390: move fetching the key version number into the function
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r21363: fallback to fetch the KEYTYPE_ARCFOUR out of the "unicodePwd" attribute
Stefan Metzmacher
1
-38
/
+86
2007-10-10
r21330: move fetching of krb5 keys into its own function
Stefan Metzmacher
1
-47
/
+66
2007-10-10
r20639: Commit part 1 of 2.
Andrew Bartlett
1
-6
/
+2
2007-10-10
r20406: Metze's change in -r 19662 broke Kerberos logins from Win2k3.
Andrew Bartlett
1
-0
/
+25
2007-10-10
r20034: Start using ldb_search_exp_fmt()
Simo Sorce
1
-12
/
+6
2007-10-10
r19832: better prototypes for the linearization functions:
Simo Sorce
1
-1
/
+1
2007-10-10
r19831: Big ldb_dn optimization and interfaces enhancement patch
Simo Sorce
1
-10
/
+14
2007-10-10
r19662: windows 2003 kdc's only rewrite the realm to the full form,
Stefan Metzmacher
1
-27
/
+1
2007-10-10
r19604: This is a massive commit, and I appologise in advance for it's size.
Andrew Bartlett
1
-2
/
+4
2007-10-10
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
1
-0
/
+2
2007-10-10
r19299: Fix possible memleaks
Simo Sorce
1
-4
/
+1
2007-10-10
r17930: Merge noinclude branch:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r17824: add a wrapper for the common partitions_basedn calculation
Andrew Tridgell
1
-2
/
+2
[next]