summaryrefslogtreecommitdiffstats
path: root/source4/kdc
Commit message (Expand)AuthorAgeFilesLines
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-1/+3
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-241-2/+2
* Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij2008-10-241-1/+1
* Ensure the hdb_method structure is not on the stack.Andrew Bartlett2008-10-201-5/+5
* Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with SambaJelmer Vernooij2008-10-181-2/+1
* Create a 'straight paper path' for UTF16 passwords.Andrew Bartlett2008-10-161-11/+26
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-113-3/+3
* Set default trust kvno to -1Andrew Bartlett2008-10-061-1/+1
* Fix cross-realm authentication in Samba4's KDC.Andrew Bartlett2008-10-061-3/+5
* Use the trust password version as kvno for trusts in Kerberos.Andrew Bartlett2008-10-061-0/+7
* Rename hdb_ldb to hdb_samba4 and load as a plugin into the kdc.Andrew Bartlett2008-09-293-29/+44
* Cosmetic corrections for the KERBEROS libraryMatthias Dieter Wallnöfer2008-09-241-3/+3
* Move source4/lib/crypto to lib/crypto.Jelmer Vernooij2008-09-241-1/+1
* Rename smbd -> samba.Jelmer Vernooij2008-09-241-1/+1
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-8/+9
* This torture test and skipping of the server-side check was bogus.Andrew Bartlett2008-09-221-3/+1
* s4: allways initialize the process model before it's usedStefan Metzmacher2008-09-221-1/+1
* Revert "Rename smbd -> samba."Jelmer Vernooij2008-09-211-1/+1
* Rename smbd -> samba.Jelmer Vernooij2008-09-211-1/+1
* Update copyrightAndrew Bartlett2008-09-051-1/+1
* Implement NETLOGON PAC verfication on the server-sideAndrew Bartlett2008-09-031-0/+112
* Heimdal provides Kerberos PAC parsing routines. Use them.Andrew Bartlett2008-08-281-37/+7
* kdc: move references to heimdal internals into heimdal_build/kpasswd-glue.hStefan Metzmacher2008-08-261-2/+1
* Only allow the trust in the correct direction (per the flags).Andrew Bartlett2008-08-261-3/+9
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-08-251-11/+13
|\
| * kdc/pac-glue: pull/push the logon_info via the PAC_INFO unionStefan Metzmacher2008-08-201-11/+13
* | Trusted domains implementation for the KDC.Andrew Bartlett2008-08-151-12/+193
* | More work towards trusted domain support in the KDC.Andrew Bartlett2008-08-081-25/+93
* | Start implementind domain trusts in our KDC.Andrew Bartlett2008-08-051-7/+33
|/
* libreplace: include <krb5.h> and <com_err.h> and no heimdal specific headersStefan Metzmacher2008-08-011-2/+11
* kdc: use mostly only public kerberos headersStefan Metzmacher2008-08-013-8/+10
* Revert "Start implementind domain trusts in our KDC."Stefan Metzmacher2008-08-011-33/+7
* Start implementind domain trusts in our KDC.Andrew Bartlett2008-07-311-7/+33
* hdb-ldb: fix the callers after drsblobs.idl changesStefan Metzmacher2008-07-241-45/+30
* hdb-ldb: try to find Primary:Kerberos-Newer-Keys and fallback to Primary:Kerb...Stefan Metzmacher2008-07-231-16/+114
* hdb-ldb: check the SUPPLEMENTAL_CREDENTIALS_SIGNATUREStefan Metzmacher2008-07-231-0/+6
* hdb-ldb: fix comment about paddingStefan Metzmacher2008-07-231-1/+1
* hdb-ldb: fix crash bug in the error pathStefan Metzmacher2008-07-231-0/+1
* kdc: we don't need any *_locl.h header from heimdal in the kdcStefan Metzmacher2008-06-045-9/+5
* Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6cAndrew Bartlett2008-05-311-2/+1
* Move CFLAGS handling out of smb_build.Jelmer Vernooij2008-05-301-1/+2
* Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-1/+1
* Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-181-1/+1
* Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-181-2/+2
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-253-6/+8
|\
| * Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-173-5/+7
| * Remove event context tracking from the credentials struct.Jelmer Vernooij2008-04-171-1/+1
| * Move object files lists to makefile rather than smb_build.Jelmer Vernooij2008-04-141-8/+5
* | Merge v4.0-testJelmer Vernooij2008-03-283-21/+53
|\|