summaryrefslogtreecommitdiffstats
path: root/lib/krb5_wrap
Commit message (Expand)AuthorAgeFilesLines
* lib: util: asn1 fixes - check all returns.Jeremy Allison2014-09-261-11/+15
* Remove custom password change code in libadsSimo Sorce2014-09-011-1/+0
* krb5_wrap: Use com_err in krb5_warnx.Andreas Schneider2014-08-081-2/+5
* lib/krb5_wrap: make sure smb_krb5_principal_get_realm returns a malloced string.Günther Deschner2014-08-081-3/+5
* lib/krb5_wrap: provide krb5_warnx() replacement.Günther Deschner2014-08-082-0/+27
* lib/krb5_wrap: use krb5_copy_data_contents in smb_krb5_principal_set_realm.Günther Deschner2014-08-081-5/+5
* lib/krb5_wrap: provide CKSUMTYPE_HMAC_MD5 type matching MIT.Günther Deschner2014-08-081-0/+6
* lib/krb5_wrap: define KRB5_PW_SALT if it is not already there.Günther Deschner2014-08-081-0/+4
* lib/krb5_wrap: add smb_krb5_principal_get_type().Günther Deschner2014-08-082-0/+23
* lib/krb5_wrap: add smb_krb5_principal_set_realm().Günther Deschner2014-08-082-0/+48
* lib/krb5_wrap: use const principal in smb_krb5_principal_get_realm().Günther Deschner2014-08-082-2/+2
* lib/krb5_wrap: add krb5_copy_data_contents.Günther Deschner2014-08-082-0/+37
* lib/krb5_wrap: add smb_krb5_principal_get_comp_string().Günther Deschner2014-08-082-0/+42
* lib/krb5_wrap: move krb5_princ_size replacement code to lib/krb5_wrap/krb5_sa...Günther Deschner2014-08-081-0/+8
* lib/krb5_wrap: add smb_krb5_get_allowed_weak_crypto().Günther Deschner2014-08-082-0/+55
* lib/krb5_wrap: remove unused create_kerberos_key_from_string_direct().Günther Deschner2014-08-082-54/+0
* lib/krb5_wrap: add smb_krb5_create_key_from_string().Günther Deschner2014-08-082-0/+79
* lib/krb5_wrap: add smb_krb5_get_pw_salt().Günther Deschner2014-08-082-0/+45
* krb5_wrap: Move function declaration outside the function.Andreas Schneider2013-12-061-8/+9
* krb5wrap: Move mask to the right position.Andreas Schneider2013-06-121-1/+1
* Make sure to set umask() before calling mkstemp().Andreas Schneider2013-03-061-0/+4
* krb5_wrap: Make sure we don't dereference a NULL pointer.Andreas Schneider2013-03-051-1/+3
* krb5_wrap: Remove dead code in smb_krb5_renew_ticket().Andreas Schneider2012-12-211-7/+2
* lib/krb5_wrap: request enc_types in the correct order (bug #9272)Stefan Metzmacher2012-11-011-6/+6
* s3-krb5: use and request AES keys in kerberos operations.Günther Deschner2012-10-021-0/+6
* lib/krb5_wrap: when deleting default realm, pass char*, not char**Alexander Bokovoy2012-09-121-1/+1
* lib/krb4_wrap: Add const to kt_copy_one_principalAndrew Bartlett2012-08-292-2/+2
* libkrb5: Fix build with MIT Kerberos.Andreas Schneider2012-08-291-6/+6
* lib/krb5_wrap: Move enctype conversion functions into a simple helper fileAndrew Bartlett2012-08-284-36/+109
* lib/krb5_wrap: Move kerberos_enctype_to_bitmap() into krb5_wrapAndrew Bartlett2012-08-282-0/+23
* lib/krb5_wrap: Bring list of all enc types into krb5_wrapAndrew Bartlett2012-08-282-0/+16
* lib/krb5_wrap: Remove unused smb_krb5_get_credsAndrew Bartlett2012-06-032-125/+0
* waf: check for krb5_create_checksum and krb5_creds.flags for some Heimdal ver...Alexander Bokovoy2012-06-011-0/+4
* lib/krb5_wrap: Move krb5_princ_size helper to source4 as it is only used thereAndrew Bartlett2012-05-301-8/+0
* krb5samba: Add smb_gss_oid_equal wrapper.Andreas Schneider2012-05-233-2/+89
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-231-3/+7
* lib/krb5_wrap: implement krb5_cc_get_lifetime for MIT KerberosAlexander Bokovoy2012-05-231-19/+22
* gensec_gssapi: Make it possible to build with MIT krb5Simo Sorce2012-05-231-0/+3
* krb5samba: Add smb_krb5_make_pac_checksum.Andreas Schneider2012-05-082-0/+83
* krb5samba: Add krb5_free_checksum_contents wrapperSimo Sorce2012-05-082-0/+14
* krb5samba: Add a smb_krb5_cc_get_lifetime() function.Andreas Schneider2012-05-042-0/+59
* krb5samba: Add compat function for krb5_kt_compareSimo Sorce2012-05-042-0/+39
* krb5samba: Add compat krb5_make_principal for MIT buildSimo Sorce2012-05-042-0/+45
* krb5samba: Add compat code to initialize keyblock contentsSimo Sorce2012-05-042-0/+27
* Move keytab_copy to krb5samba libSimo Sorce2012-05-043-1/+241
* Split normal kinit from s4u2 flavored kinitSimo Sorce2012-05-042-31/+71
* Move kerberos_kinit_password_cc to krb5samba libSimo Sorce2012-05-042-0/+405
* Move kerberos_kinit_keyblock_cc to krb5samba libSimo Sorce2012-05-042-0/+98
* krb5samba: Remove unnecessary include fileSimo Sorce2012-05-041-1/+0
* Fix krb5_samba.c buildSimo Sorce2012-05-041-0/+4