summaryrefslogtreecommitdiff
path: root/src/providers/krb5/krb5_renew_tgt.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-15sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny1-2/+1
The patch also updates code using modified functions. Tests have also been adjusted.
2011-06-02Add online callback only once for TGT renewalSumit Bose1-25/+44
2011-05-02Return pam data to the renewal item if renewal failsSumit Bose1-4/+9
A previous patch changed a talloc_steal() into a talloc_move(). Now it is not enough to change the parent memory context with talloc_steal to give back the data, but it has to be assigned back too. Additionally this patch uses the missing pam data as an indication that a renewal request for this data is currently running.
2011-02-22Check ccache file for renewable TGTs at startupSumit Bose1-0/+138
2011-02-18Remove renewal item if it is not re-addedSumit Bose1-1/+34
2010-12-20Fixes for automatic ticket renewalSumit Bose1-23/+56
- do not recreate the ccache file when renewing the TGT - use user principal name as hash key instead of ccfile name - let krb5_child return Kerberos error codes
2010-12-03Add support for automatic Kerberos ticket renewalSumit Bose1-0/+380