summaryrefslogtreecommitdiff
path: root/libcli/auth/krb5_wrap.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-23Make krb5 wrapper library common so they can be used all overSimo Sorce1-243/+0
2012-04-12krb5_wrap: krb5_string_to_key / krb5_encrypt_block are deprecated.Simo Sorce1-4/+4
2012-04-12auth-krb: Move pac related util functions in a single place.Simo Sorce1-49/+0
2012-04-12krb5_wrap: remove duplicate declaration and dead ifdefSimo Sorce1-4/+0
2012-01-10krb5: Require krb5_string_to_key be available to build with krb5Andrew Bartlett1-1/+1
2012-01-10krb5: Require krb5_principal_compare_any_realm be available to build with krb5Andrew Bartlett1-28/+0
2012-01-10krb5: Require krb5_c_verify_checksum is available to build with krb5Andrew Bartlett1-63/+20
2011-05-13libcli/auth/krb5_wrap: correctly use discard_const().Günther Deschner1-2/+2
2011-05-10libcli/auth: fix "no talloc stackframe around" message from the samba4.blackb...Michael Adam1-2/+4
2011-05-06More const fixes. Remove CONST_DISCARD.Jeremy Allison1-2/+2
2011-04-27libcli/auth Move Samba4's gssapi_error_string from GENSEC to libcli/authAndrew Bartlett1-0/+39
2011-04-20libcli/auth: Move more kerberos wrapping in commonAndrew Bartlett1-1/+206
2011-04-14libcli/auth Fix compile on hosts without krb5Andrew Bartlett1-2/+2
2011-04-14libcli/auth Move krb5 wrapper functions from s3 into commonAndrew Bartlett1-0/+121