summaryrefslogtreecommitdiff
path: root/source4/kdc
Commit message (Expand)AuthorAgeFilesLines
* s4:kdc Allow a password change when the password is expiredAndrew Bartlett2009-06-183-36/+54
* s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6...Andrew Bartlett2009-06-122-61/+56
* changed the auth path to use extended DN ops to avoid non-indexed searchesAndrew Tridgell2009-06-041-27/+25
* Handle the krbtgt special case by looking for RID -514Andrew Bartlett2009-05-271-26/+52
* Don't use crossRef records to find our own domainAndrew Bartlett2009-05-264-146/+79
* s4:kdc: use krb5_data_free()Stefan Metzmacher2009-03-261-1/+1
* Use common header file for character set handling in Samba 3 and Samba 4.Jelmer Vernooij2009-03-011-3/+2
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-011-8/+5
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-011-2/+2
* Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett2009-02-131-9/+10
* s4:service_stream: s/private/private_dataStefan Metzmacher2009-02-021-4/+4
* s4:irpc: avoid c++ reserved word 'private'Stefan Metzmacher2009-02-011-1/+1
* s4:kdc: avoid c++ reserved word 'private'Stefan Metzmacher2009-02-013-49/+50
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-294-6/+6
* s4:kdc: pass down event_context explicitStefan Metzmacher2008-12-293-1/+4
* s4: Fix subsystem for various services in samba daemon.Jelmer Vernooij2008-12-221-1/+1
* s4:kdc: allow a trusted domain to get kerberos ticketsStefan Metzmacher2008-12-041-1/+2
* 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