summaryrefslogtreecommitdiffstats
path: root/source4/kdc
Commit message (Expand)AuthorAgeFilesLines
* fixed a double free bug on error in net exportAndrew Tridgell2009-08-251-1/+0
* s4:kerberos Use MIT compatible names for these enc typesAndrew Bartlett2009-08-211-2/+2
* s4:kerberos Add support for user principal names in certificatesAndrew Bartlett2009-07-281-12/+91
* s4:kerberos Add 'net export keytab' command for wireshark decryptionAndrew Bartlett2009-07-286-32/+72
* Revert "s4:kerberos Add 'net export keytab' command for wireshark decryption"Stefan Metzmacher2009-07-271-14/+2
* s4:kerberos Add 'net export keytab' command for wireshark decryptionAndrew Bartlett2009-07-271-2/+14
* s4:kdc Push context to hdb_samba4 by way of the 'name' of the DBAndrew Bartlett2009-07-275-13/+38
* s4:kdc Tidy up hdb_samba4 some moreAndrew Bartlett2009-07-275-63/+90
* s4:kdc Add in a simple check for constrained delegation to selfAndrew Bartlett2009-07-201-1/+70
* s4:kdc Rework KDC to pull in less attributes for krbtgt lookupsAndrew Bartlett2009-07-171-16/+33
* s4:kdc rename functions from LDB_ to hdb_samba4Andrew Bartlett2009-07-171-71/+71
* s4:kdc Initialise new hdb function pointers.Andrew Bartlett2009-07-161-0/+3
* libds: share UF_ flags between samba3 and 4.Günther Deschner2009-07-132-2/+2
* s4:heimdal Allow KRB5_NT_ENTERPRISE names in all DB lookupsAndrew Bartlett2009-06-301-0/+1
* s4:kdc Only get the lp_ctx once for a LDB_fetch()Andrew Bartlett2009-06-301-11/+18
* Rework hdb-samba4 to remove useless abstractions.Andrew Bartlett2009-06-301-84/+44
* 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