summaryrefslogtreecommitdiffstats
path: root/src/tests/krb5_child-test.c
Commit message (Expand)AuthorAgeFilesLines
* KRB5: Move all ccache operations to krb5_child.cJakub Hrozek2014-11-181-2/+1
* KRB5: Move checking for illegal RE to krb5_utils.cJakub Hrozek2014-11-181-1/+1
* KRB5: Move ccache-related functions to krb5_ccache.cJakub Hrozek2014-11-181-0/+1
* TOOLS: Always debug to stderrJakub Hrozek2014-07-091-1/+1
* TESTS: Remove unused macrosLukas Slebodnik2014-03-121-7/+0
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-22/+22
* krb5: Fix unit testsJakub Hrozek2013-10-071-3/+2
* TESTS: Remove unused variableJakub Hrozek2013-09-121-4/+0
* Fix formating of variables with type: id_tLukas Slebodnik2013-09-111-1/+1
* krb5: Remove unused ccache backend infrastructureSimo Sorce2013-09-091-23/+0
* krb5: Unify function to create ccache filesSimo Sorce2013-09-091-3/+3
* krb5: Use krb5_cc_destroy to remove old ccachesSimo Sorce2013-09-091-1/+1
* KRB5: Add new #define for collection cache typesStephen Gallagher2013-08-221-2/+2
* Making the authtok structure really opaque.Lukas Slebodnik2013-04-021-2/+2
* Reusing create_pam_data() on the other places.Lukas Slebodnik2013-04-021-1/+1
* Removing unused declaration of functions and variable.Lukas Slebodnik2013-03-191-2/+0
* Change pam data auth tokens.Simo Sorce2013-01-101-5/+8
* Include talloc log in our debug facilityMichal Zidek2012-10-291-1/+1
* Use find_or_guess_upn() where neededSumit Bose2012-10-261-1/+2
* Fixed: Uninitialized value in krb5_child-test if ccname was specified.Michal Zidek2012-07-181-1/+1
* Fixed: Unchecked return value from dp_opt_set_int.Michal Zidek2012-07-181-1/+5
* Cast uid_t to unsigned long long in DEBUG messagesJakub Hrozek2012-07-101-1/+2
* Add missing return value checkStephen Gallagher2012-07-091-1/+1
* Avoid NULL-dereference in error-handlingStephen Gallagher2012-07-091-1/+3
* Fix uninitialized value returnStephen Gallagher2012-07-091-1/+1
* heimdal: fix compile error in krb5-child-testRambaldi2012-07-091-0/+4
* KRB5: Auto-detect DIR cache support in configureStephen Gallagher2012-06-151-0/+2
* Use Kerberos context in KRB5_DEBUGJakub Hrozek2012-06-141-10/+4
* Add support for storing credential caches in the DIR: back endJakub Hrozek2012-06-141-9/+37
* Add a credential cache back end structureJakub Hrozek2012-06-141-28/+10
* Add a krb5_child test toolJakub Hrozek2012-06-141-0/+551