summaryrefslogtreecommitdiff
path: root/source4/auth/kerberos
Commit message (Expand)AuthorAgeFilesLines
* debug: new debug class for kerberosAndrew Bartlett2017-06-301-1/+1
* auth: Generate a human readable Authentication log message.Gary Lockyer2017-03-291-1/+1
* Correct "specifiy" typos.Chris Lamb2017-02-222-2/+2
* wscript: remove executable bits for all wscript* filesStefan Metzmacher2017-01-111-0/+0
* doc: Add doxygen for functions in srv_keytab.cGarming Sam2016-11-221-0/+47
* s4-auth: Don't check for NULL saltPrincipal if it doesn't need itGarming Sam2016-11-221-6/+6
* krb5_wrap: Rename kerberos_kinit_s4u2_cc()Andreas Schneider2016-08-311-6/+10
* krb5_wrap: Rename kerberos_kinit_password_cc()Andreas Schneider2016-08-311-5/+8
* krb5_wrap: Rename kerberos_kinit_keyblock_cc()Andreas Schneider2016-08-311-4/+8
* krb5_wrap: Rename kerberos_free_data_contents()Andreas Schneider2016-08-311-4/+4
* auth/auth_sam_reply: fill user_principal_* and dns_domain_name in make_user_i...Stefan Metzmacher2016-07-221-0/+35
* s4:auth/kerberos: improve error message in kerberos_pac_to_user_info_dc()Stefan Metzmacher2016-06-301-1/+6
* Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij2016-01-131-1/+1
* s4-auth: Fix picky unused variable warningAndreas Schneider2015-11-231-0/+4
* Fix various spelling errorsMathieu Parent2015-11-061-1/+1
* s4-auth: Call krb5_get_init_creds_opt_set_canonicalize() in MIT case.Günther Deschner2015-07-301-1/+8
* s4-auth: Make sure error_string is correctly initializedAndreas Schneider2015-07-211-21/+29
* s4-kerberos: Make sure we handle kvno's in keytabs correctlyAndreas Schneider2015-07-171-2/+9
* s4-auth: Always pass down the salt principalAndreas Schneider2015-07-171-90/+11
* s4-auth: Use kerberos util functions in srv_keytabAndreas Schneider2015-07-171-222/+48
* s4-auth: Add smb_krb5_remove_obsolete_keytab_entries()Andreas Schneider2015-07-171-0/+157
* s4-auth: Add smb_krb5_create_principals_array()Andreas Schneider2015-07-171-0/+86
* lib/krb5_wrap: use krb5_const_principal in smb_krb5_create_key_from_string.Günther Deschner2015-03-271-1/+1
* s4-auth: avoid double free of krb5 kt_entries when compiling with MIT kerbero...Günther Deschner2015-03-271-0/+9
* auth/kerberos: Use KRB5_PRINCIPAL_UNPARSE_DISPLAY in kerberos_create_pac()Andrew Bartlett2015-03-121-1/+3
* auth/kerberos: Use talloc_stackframe to avoid memory and FD leak of event con...Andrew Bartlett2015-02-081-27/+33
* torture: Start a new testsuite for krb5 and KDC behaviourAndrew Bartlett2015-01-232-37/+92
* s4-auth/kerberos: fix salting principal, make sure hostname is lowercase.Günther Deschner2014-09-261-1/+1
* s4-auth/kerberos: add a note how to implement krb5_get_init_creds_opt_set_win...Günther Deschner2014-08-081-0/+2
* s4-kerberos: remove duplicate macros.Günther Deschner2014-08-081-10/+0
* lib/krb5_wrap: move krb5_princ_size replacement code to lib/krb5_wrap/krb5_sa...Günther Deschner2014-08-081-8/+0
* samba: use smb_krb5_create_key_from_string() in some places.Günther Deschner2014-08-081-4/+6
* s4-auth-krb: Fix talloc access after free in smb_krb5_update_keytabSamuel Cabrero2014-07-081-1/+6
* kerberos: Remove un-used event context argument from smb_krb5_init_context()Andrew Bartlett2014-04-282-13/+1
* auth-kerberos: add the credentials.h so that enum credentials_obtained is def...Matthieu Patou2013-10-271-0/+1
* source4/auth/kerberos/kerberos-notes.txt: Fix typo.Karolin Seeger2013-05-151-1/+1
* s4:auth/kerberos: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-191-1/+1
* auth/credentials: Support match-by-key in cli_credentials_get_server_gss_creds()Andrew Bartlett2012-08-302-0/+2
* lib/krb5_wrap: Move enctype conversion functions into a simple helper fileAndrew Bartlett2012-08-281-45/+0
* auth: Common function for retrieving PAC_LOGIN_INFO from PACChristof Schmitt2012-07-062-45/+0
* s4:kerberos: fix typos in kerberos-notes.txtMichael Adam2012-06-121-2/+2
* lib/krb5_wrap: Move krb5_princ_size helper to source4 as it is only used thereAndrew Bartlett2012-05-301-0/+8
* gse: Use the smb_gss_oid_equal wrapper.Andreas Schneider2012-05-231-0/+1
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-231-1/+1
* s4-auth: Use smb_krb5_make_pac_checksum.Andreas Schneider2012-05-081-54/+24
* s4:auth/kerberos: don't do tracing in MIT buildAlexander Bokovoy2012-05-041-17/+0
* s4-auth-krb: Make srv_keytab.c build against MIT KerberosSimo Sorce2012-05-041-8/+11
* Fix incompatible assignment warningSimo Sorce2012-05-041-1/+1
* Fix compiler warningSimo Sorce2012-05-041-1/+1
* s4-auth-krb: Use compat code to initialize keyblock contentsSimo Sorce2012-05-041-1/+1