summaryrefslogtreecommitdiffstats
path: root/source4/auth/kerberos/kerberos_util.c
Commit message (Expand)AuthorAgeFilesLines
* s4-auth/kerberos: add a note how to implement krb5_get_init_creds_opt_set_win...Günther Deschner2014-08-081-0/+2
* auth/credentials: Support match-by-key in cli_credentials_get_server_gss_creds()Andrew Bartlett2012-08-301-0/+1
* Fix compiler warningSimo Sorce2012-05-041-1/+1
* s4-auth-krb: Use compat code to initialize keyblock contentsSimo Sorce2012-05-041-1/+1
* s4-auth-krb: Disable code in MIT buildSimo Sorce2012-05-041-1/+4
* Split normal kinit from s4u2 flavored kinitSimo Sorce2012-05-041-7/+21
* For now just disable this Heindal specific stuff in the MIT buildSimo Sorce2012-04-231-0/+6
* s4-auth-krb: Remove unneded dependency on kerberos_util.Simo Sorce2012-04-121-6/+12
* s4-auth-krb: Simplify salt_princ handling.Simo Sorce2012-04-121-2/+8
* s4-auth-krb: Move function to db-glue.c and make it static.Simo Sorce2012-04-121-19/+0
* s4-auth-krb: Move keytab functions in a separate file.Simo Sorce2012-04-121-706/+11
* s4-auth-krb: Streamline and cleanup code to make it readable.Simo Sorce2012-04-121-190/+256
* s4-auth-krb: streamline and rename enctype functionsSimo Sorce2012-04-121-11/+12
* s4-auth-krb: Make kerberos_enctype_bitmap_to_enctype static.Simo Sorce2012-04-121-1/+1
* s4-auth-krb: Make kerberos_enctype_bitmap_to_enctypes static.Simo Sorce2012-04-121-1/+7
* s4-auth-krb: Make impersonate_principal_from_credentials static.Simo Sorce2012-04-121-0/+1
* auth: Allow a NULL principal to be obtained from the credentialsAndrew Bartlett2011-12-071-2/+10
* s4:auth/kerberos: activate windows related krb5 flagsStefan Metzmacher2011-07-251-0/+10
* s4:auth/kerberos: add S4U2Proxy support to kerberos_kinit_password_cc()Stefan Metzmacher2011-06-221-0/+1
* s4/auth: Trivial spelling fixes.Brad Hards2011-06-211-3/+3
* s4:auth/credentials: pass 'self_service' to cli_credentials_set_impersonate_p...Stefan Metzmacher2011-05-181-2/+6
* s3-auth Rename smb_krb5_open_keytab to avoid a conflict with s3Andrew Bartlett2011-04-141-7/+7
* libcli/auth Move krb5 wrapper functions from s3 into commonAndrew Bartlett2011-04-141-2/+2
* s4-credentials Add explicit event context handling to Kerberos calls (only)Andrew Bartlett2010-10-111-0/+13
* kerberos_util: Put into separate subsystem.Jelmer Vernooij2010-10-111-1/+2
* s4-kerberos Don't regenerate key values for each alias in keytabAndrew Bartlett2010-10-021-43/+35
* s4-auth: fixed a vagrind error when creating keytabsAndrew Tridgell2010-10-011-0/+3
* s4-kerberos Don't segfault if the password isn't specified in keytab generationAndrew Bartlett2010-09-261-0/+7
* s4-kerberos Rework keytab handling to export servicePrincipalName entriesAndrew Bartlett2010-09-241-124/+160
* s4-kerberos Move 'set key into keytab' code out of credentials.Andrew Bartlett2010-09-241-139/+223
* s4-kerberos Fix kerberos_enctype_bitmap_to_enctypes()Andrew Bartlett2010-09-241-2/+3
* s4-kerberos: obey the credentials setting for forwardable ticketsAndrew Tridgell2010-09-161-1/+31
* s4:kerberos Add functions to convert msDS-SupportedEncryptionTypesAndrew Bartlett2010-06-291-0/+57
* s4:credentials Make the CCACHE in credentials depend on the things that built itAndrew Bartlett2010-05-021-5/+11
* s4:credentials Add the functions needed to do S4U2Self with cli_credentialsAndrew Bartlett2010-04-101-33/+84
* s4-krb5: propogate errors from a lot more kerberos functionsAndrew Tridgell2010-02-261-28/+34
* s4:kerberos Use MIT compatible names for these enc typesAndrew Bartlett2009-08-211-1/+1
* Cosmetic corrections for the KERBEROS libraryMatthias Dieter Wallnöfer2008-09-241-3/+1
* Kerberos cosmetic changes: Revert a part of the patchMatthias Dieter Wallnöfer2008-09-241-1/+3
* Cosmetic corrections for the KERBEROS libraryMatthias Dieter Wallnöfer2008-09-241-10/+8
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-1/+2
* Don't require users of credentials.h to have krb5.h and gssapi.hAndrew Bartlett2008-03-171-4/+4
* r25552: Convert to standard bool type.Jelmer Vernooij2007-10-101-6/+6
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22990: free temporary memory also on success...Stefan Metzmacher2007-10-101-0/+1
* r22558: Move to a static list of enctypes to put into our keytab. In future,Andrew Bartlett2007-10-101-59/+40
* r21175: Fix the kerberos keytab update code to handle deletes.Andrew Bartlett2007-10-101-3/+2
* r19677: Fix more dependencies.Jelmer Vernooij2007-10-101-1/+1
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-0/+1
* r19568: When we get back a skew error, try with no skew. This allows us toAndrew Bartlett2007-10-101-38/+50