aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb/preauth_otp.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-10Fix leak in FAST OTP client processingGreg Hudson1-0/+1
2016-07-25Set prompt type for OTP preauth promptGreg Hudson1-0/+5
2016-05-26Avoid setting AS key when OTP preauth failsNathaniel McCallum1-5/+5
2014-06-05Use k5_setmsgGreg Hudson1-5/+3
2013-02-13Make internal JSON functions return error codesGreg Hudson1-68/+60
2012-12-19Make clpreauth flags function optionalGreg Hudson1-7/+0
2012-12-19Separate clpreauth and kdcpreauth interfacesGreg Hudson1-1/+1
2012-12-05Build fixes for windowsBen Kaduk1-3/+3
2012-10-19Don't expose binary format in preauth otpNathaniel McCallum1-1/+2
2012-10-18Use config storage for client OTP token selectionNalin Dahyabhai1-0/+90
2012-10-16Handle concat OTP responder caseNathaniel McCallum1-8/+11
2012-10-15Add responder support to preauth_otpNathaniel McCallum1-18/+572
2012-10-15Migrate to non-destructive tokeninfo selectionNathaniel McCallum1-148/+191
2012-10-15Move forward tokeninfo filteringNathaniel McCallum1-63/+81
2012-10-15Move pa_data encoding into a separate functionNathaniel McCallum1-39/+45
2012-08-24Fix portability, printf bugs in preauth_otp.cGreg Hudson1-3/+1
2012-08-23Add otp client preauth pluginNathaniel McCallum1-0/+561