aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2012-12-19Make clpreauth flags function optionalGreg Hudson5-28/+2
2012-12-19Use a proper consumer interface for clpreauthGreg Hudson1-419/+359
2012-12-19Separate clpreauth and kdcpreauth interfacesGreg Hudson36-1256/+1131
2012-12-19Save extended messages across fallback to masterGreg Hudson2-33/+28
2012-12-19Add functions to save and restore error stateGreg Hudson2-0/+37
2012-12-19Style cleanup for internal error handlingGreg Hudson5-42/+46
2012-12-13Use an empty challenge for the password questionGreg Hudson1-1/+1
2012-12-10Fix various integer issuesGreg Hudson1-3/+3
2012-12-05Build fixes for windowsBen Kaduk3-4/+6
2012-11-29Avoid redundant socket cleanup in sendto_kdc.cGreg Hudson1-4/+0
2012-11-29Fix spin-loop bug in k5_sendto_kdcGreg Hudson1-1/+1
2012-11-28Add camellia_key_cleanupBen Kaduk1-1/+9
2012-11-27Make krb5_trace_info a typedefBen Kaduk1-2/+2
2012-11-25Remove broken clean_hostname trace messagesGreg Hudson1-2/+0
2012-11-15Fix typo disabling static-linked LDAP back endGreg Hudson1-1/+1
2012-11-14Add Camellia enctypes to default enctype listsGreg Hudson1-0/+1
2012-10-24Don't leak new fields of krb5_init_creds_contextGreg Hudson1-0/+2
2012-10-24Don't save empty cc_config_out in ccacheGreg Hudson1-1/+2
2012-10-23Revert last trace.c changeGreg Hudson1-1/+1
2012-10-23Only record real selected preauth typeGreg Hudson1-3/+3
2012-10-23Print tilde characters as-is in trace outputGreg Hudson1-1/+1
2012-10-23Alter responder function signature for consistencyGreg Hudson1-2/+2
2012-10-21Add dependencies for some test programsGreg Hudson4-3/+77
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-18Fix sam2 client preauth after salt changesGreg Hudson1-2/+3
2012-10-17make dependGreg Hudson1-33/+35
2012-10-17Add "pa_config_data" configuration to ccachesNalin Dahyabhai4-1/+183
2012-10-16Test in_ccache and pa_types functionalityNalin Dahyabhai7-6/+411
2012-10-16Add "pa_type" configuration to ccachesNalin Dahyabhai3-0/+85
2012-10-16Add an input ccache get_init_creds optionNalin Dahyabhai3-0/+17
2012-10-16Handle concat OTP responder caseNathaniel McCallum1-8/+11
2012-10-15make dependTom Yu3-26/+20
2012-10-15Eliminate some KDC globalsTom Yu1-2/+2
2012-10-15Bump libkdb5 API and DAL versionsGreg Hudson1-1/+1
2012-10-15Use hex escaping for non-printable trace dataNalin Dahyabhai1-3/+42
2012-10-15Export krb5_cc_move()Nalin Dahyabhai2-0/+2
2012-10-15Correct type mismatches for get_as_key callbacksNalin Dahyabhai2-2/+4
2012-10-15Add responder support to preauth_otpNathaniel McCallum3-18/+578
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-10-13Don't use void * arithmetic in interposed_oidGreg Hudson1-1/+2
2012-10-12Fix a couple of typosNalin Dahyabhai1-2/+2
2012-10-12Add responder support to preauth_encts/preauth_ecNathaniel McCallum2-0/+26
2012-10-12Add responder support to get_as_key()Nathaniel McCallum6-8/+55
2012-10-12Allow null inputs to response item functionsNathaniel McCallum1-2/+14
2012-10-10Fix argument order when calling the responderNathaniel McCallum1-2/+2
2012-10-09De-conditionalize Camellia codeGreg Hudson26-164/+6
2012-10-08Untabify preauth_sam2.cGreg Hudson1-17/+17