summaryrefslogtreecommitdiff
path: root/lib/krb5_wrap/krb5_samba.h
AgeCommit message (Collapse)AuthorFilesLines
2012-05-04krb5samba: Add compat function for krb5_kt_compareSimo Sorce1-0/+10
2012-05-04krb5samba: Add compat krb5_make_principal for MIT buildSimo Sorce1-0/+10
2012-05-04krb5samba: Add compat code to initialize keyblock contentsSimo Sorce1-0/+5
2012-05-04Move keytab_copy to krb5samba libSimo Sorce1-0/+11
This is a helper fucntion that uses purely krb5 code, so it belongs to krb5samba which is the krb5 wrapper for samba.
2012-05-04Split normal kinit from s4u2 flavored kinitSimo Sorce1-5/+15
This makes it simpler to slowly integrate MIT support and also amkes it somewhat clearer what operation is really requested. The 24u2 part is really only used by the cifs proxy code so we can temporarily disable it in the MIT build w/o major consequences.
2012-05-04Move kerberos_kinit_password_cc to krb5samba libSimo Sorce1-0/+10
2012-05-04Move kerberos_kinit_keyblock_cc to krb5samba libSimo Sorce1-0/+7
Make it also work with MIT where krb5_get_in_tkt_with_keyblock is not available.
2012-04-24s3: Attempt to fix the build without kerberosVolker Lendecke1-7/+6
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Tue Apr 24 15:04:14 CEST 2012 on sn-devel-104
2012-04-23Avoid warning about KRB5_DEPRECATE with MIT libsSimo Sorce1-0/+4
2012-04-23krb5_samba: Add support for krb5_princ_size when using HeimdalSimo Sorce1-0/+8
2012-04-23Make krb5 wrapper library common so they can be used all overSimo Sorce1-0/+215