summaryrefslogtreecommitdiff
path: root/src/tests/krb5_child-test.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-07krb5: Fix unit testsJakub Hrozek1-3/+2
2013-09-12TESTS: Remove unused variableJakub Hrozek1-4/+0
2013-09-11Fix formating of variables with type: id_tLukas Slebodnik1-1/+1
2013-09-09krb5: Remove unused ccache backend infrastructureSimo Sorce1-23/+0
2013-09-09krb5: Unify function to create ccache filesSimo Sorce1-3/+3
2013-09-09krb5: Use krb5_cc_destroy to remove old ccachesSimo Sorce1-1/+1
2013-08-22KRB5: Add new #define for collection cache typesStephen Gallagher1-2/+2
2013-04-02Making the authtok structure really opaque.Lukas Slebodnik1-2/+2
2013-04-02Reusing create_pam_data() on the other places.Lukas Slebodnik1-1/+1
2013-03-19Removing unused declaration of functions and variable.Lukas Slebodnik1-2/+0
2013-01-10Change pam data auth tokens.Simo Sorce1-5/+8
2012-10-29Include talloc log in our debug facilityMichal Zidek1-1/+1
2012-10-26Use find_or_guess_upn() where neededSumit Bose1-1/+2
2012-07-18Fixed: Uninitialized value in krb5_child-test if ccname was specified.Michal Zidek1-1/+1
2012-07-18Fixed: Unchecked return value from dp_opt_set_int.Michal Zidek1-1/+5
2012-07-10Cast uid_t to unsigned long long in DEBUG messagesJakub Hrozek1-1/+2
2012-07-09Add missing return value checkStephen Gallagher1-1/+1
2012-07-09Avoid NULL-dereference in error-handlingStephen Gallagher1-1/+3
2012-07-09Fix uninitialized value returnStephen Gallagher1-1/+1
2012-07-09heimdal: fix compile error in krb5-child-testRambaldi1-0/+4
2012-06-15KRB5: Auto-detect DIR cache support in configureStephen Gallagher1-0/+2
2012-06-14Use Kerberos context in KRB5_DEBUGJakub Hrozek1-10/+4
2012-06-14Add support for storing credential caches in the DIR: back endJakub Hrozek1-9/+37
2012-06-14Add a credential cache back end structureJakub Hrozek1-28/+10
2012-06-14Add a krb5_child test toolJakub Hrozek1-0/+551