summaryrefslogtreecommitdiffstats
path: root/src/tests/t_init_creds.c
Commit message (Collapse)AuthorAgeFilesLines
* Make empty passwords work via init_creds APIsGreg Hudson2013-05-271-0/+88
In the gak_data value used by krb5_get_as_key_password, separate the already-known password from the storage we might have allocated to put it in, so that we no longer use an empty data buffer to determine whether we know the password. This allows empty passwords to work via the API. Remove the kadm5 test which explicitly uses an empty password. Based on a patch from Stef Walter. ticket: 7642