Age | Commit message (Expand) | Author | Files | Lines |
2012-05-04 | Fix compiler warning | Simo Sorce | 1 | -1/+1 |
2012-05-04 | s4-auth-krb: Use compat code to initialize keyblock contents | Simo Sorce | 1 | -1/+1 |
2012-05-04 | s4-auth-krb: Disable code in MIT build | Simo Sorce | 1 | -1/+4 |
2012-05-04 | Split normal kinit from s4u2 flavored kinit | Simo Sorce | 1 | -7/+21 |
2012-04-23 | For now just disable this Heindal specific stuff in the MIT build | Simo Sorce | 1 | -0/+6 |
2012-04-12 | s4-auth-krb: Remove unneded dependency on kerberos_util. | Simo Sorce | 1 | -6/+12 |
2012-04-12 | s4-auth-krb: Simplify salt_princ handling. | Simo Sorce | 1 | -2/+8 |
2012-04-12 | s4-auth-krb: Move function to db-glue.c and make it static. | Simo Sorce | 1 | -19/+0 |
2012-04-12 | s4-auth-krb: Move keytab functions in a separate file. | Simo Sorce | 1 | -706/+11 |
2012-04-12 | s4-auth-krb: Streamline and cleanup code to make it readable. | Simo Sorce | 1 | -190/+256 |
2012-04-12 | s4-auth-krb: streamline and rename enctype functions | Simo Sorce | 1 | -11/+12 |
2012-04-12 | s4-auth-krb: Make kerberos_enctype_bitmap_to_enctype static. | Simo Sorce | 1 | -1/+1 |
2012-04-12 | s4-auth-krb: Make kerberos_enctype_bitmap_to_enctypes static. | Simo Sorce | 1 | -1/+7 |
2012-04-12 | s4-auth-krb: Make impersonate_principal_from_credentials static. | Simo Sorce | 1 | -0/+1 |
2011-12-07 | auth: Allow a NULL principal to be obtained from the credentials | Andrew Bartlett | 1 | -2/+10 |
2011-07-25 | s4:auth/kerberos: activate windows related krb5 flags | Stefan Metzmacher | 1 | -0/+10 |
2011-06-22 | s4:auth/kerberos: add S4U2Proxy support to kerberos_kinit_password_cc() | Stefan Metzmacher | 1 | -0/+1 |
2011-06-21 | s4/auth: Trivial spelling fixes. | Brad Hards | 1 | -3/+3 |
2011-05-18 | s4:auth/credentials: pass 'self_service' to cli_credentials_set_impersonate_p... | Stefan Metzmacher | 1 | -2/+6 |
2011-04-14 | s3-auth Rename smb_krb5_open_keytab to avoid a conflict with s3 | Andrew Bartlett | 1 | -7/+7 |
2011-04-14 | libcli/auth Move krb5 wrapper functions from s3 into common | Andrew Bartlett | 1 | -2/+2 |
2010-10-11 | s4-credentials Add explicit event context handling to Kerberos calls (only) | Andrew Bartlett | 1 | -0/+13 |
2010-10-11 | kerberos_util: Put into separate subsystem. | Jelmer Vernooij | 1 | -1/+2 |
2010-10-02 | s4-kerberos Don't regenerate key values for each alias in keytab | Andrew Bartlett | 1 | -43/+35 |
2010-10-01 | s4-auth: fixed a vagrind error when creating keytabs | Andrew Tridgell | 1 | -0/+3 |
2010-09-26 | s4-kerberos Don't segfault if the password isn't specified in keytab generation | Andrew Bartlett | 1 | -0/+7 |
2010-09-24 | s4-kerberos Rework keytab handling to export servicePrincipalName entries | Andrew Bartlett | 1 | -124/+160 |
2010-09-24 | s4-kerberos Move 'set key into keytab' code out of credentials. | Andrew Bartlett | 1 | -139/+223 |
2010-09-24 | s4-kerberos Fix kerberos_enctype_bitmap_to_enctypes() | Andrew Bartlett | 1 | -2/+3 |
2010-09-16 | s4-kerberos: obey the credentials setting for forwardable tickets | Andrew Tridgell | 1 | -1/+31 |
2010-06-29 | s4:kerberos Add functions to convert msDS-SupportedEncryptionTypes | Andrew Bartlett | 1 | -0/+57 |
2010-05-02 | s4:credentials Make the CCACHE in credentials depend on the things that built it | Andrew Bartlett | 1 | -5/+11 |
2010-04-10 | s4:credentials Add the functions needed to do S4U2Self with cli_credentials | Andrew Bartlett | 1 | -33/+84 |
2010-02-26 | s4-krb5: propogate errors from a lot more kerberos functions | Andrew Tridgell | 1 | -28/+34 |
2009-08-21 | s4:kerberos Use MIT compatible names for these enc types | Andrew Bartlett | 1 | -1/+1 |
2008-09-24 | Cosmetic corrections for the KERBEROS library | Matthias Dieter Wallnöfer | 1 | -3/+1 |
2008-09-24 | Kerberos cosmetic changes: Revert a part of the patch | Matthias Dieter Wallnöfer | 1 | -1/+3 |
2008-09-24 | Cosmetic corrections for the KERBEROS library | Matthias Dieter Wallnöfer | 1 | -10/+8 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 1 | -1/+2 |
2008-03-17 | Don't require users of credentials.h to have krb5.h and gssapi.h | Andrew Bartlett | 1 | -4/+4 |
2007-10-10 | r25552: Convert to standard bool type. | Jelmer Vernooij | 1 | -6/+6 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r22990: free temporary memory also on success... | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r22558: Move to a static list of enctypes to put into our keytab. In future, | Andrew Bartlett | 1 | -59/+40 |
2007-10-10 | r21175: Fix the kerberos keytab update code to handle deletes. | Andrew Bartlett | 1 | -3/+2 |
2007-10-10 | r19677: Fix more dependencies. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r19598: Ahead of a merge to current lorikeet-heimdal: | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r19568: When we get back a skew error, try with no skew. This allows us to | Andrew Bartlett | 1 | -38/+50 |
2007-10-10 | r15853: started the process of removing the warnings now that | Andrew Tridgell | 1 | -6/+6 |
2007-10-10 | r15511: Using this name causes less warnings on the IBM checker, due to using | Andrew Bartlett | 1 | -3/+5 |