summaryrefslogtreecommitdiff
path: root/source4/kdc/mit_samba.c
AgeCommit message (Collapse)AuthorFilesLines
2010-10-11s4-kerberos Remove unused parameterAndrew Bartlett1-1/+0
2010-09-29s4-kdc Handle the case where we may be given a ticket from an RODC in db layerAndrew Bartlett1-1/+1
This includes rewriting the PAC if the original krbtgt isn't to be trusted, and reading different entries from the DB for the krbtgt depending on the krbtgt number. Andrew Bartlett
2010-09-29s4-kdc Add common setup, handle RODC setup caseAndrew Bartlett1-30/+12
This means we just set up the system_session etc in one place and don't diverge between the MIT and Heimdal plugins. We also now determine if we are an RODC and store some details that we will need later. Andrew Bartlett
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-3/+3
this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2010-05-28s4:kdc Remove special talloc_free of the ldb contextAndrew Bartlett1-1/+1
I can see no reason not to just let this go with the talloc tree that created it, and avoid a talloc_free with references. Andrew Bartlett
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-3/+0
2010-04-10s4:kdc Add functions to hdb-samba4 for the new s4u2self callback.Andrew Bartlett1-4/+4
For now, this shares the 'if it's the same host' system with the constrained delegation code. Andrew Bartlett
2010-02-25s4:kdc add mit plugin codeSimo Sorce1-0/+374