aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb
AgeCommit message (Expand)AuthorFilesLines
2009-11-01Memory leak fix: in obtain_sam_padata, after claiming the contents ofGreg Hudson1-1/+2
2009-11-01Stop using deprecated krb5_encrypt_data in preauth code. UseGreg Hudson2-6/+6
2009-10-31In lib/krb5/krb, ensure all function definition headers are in ANSIGreg Hudson10-140/+122
2009-10-31Fix indentation in gc_via_tkt.c which was messed up by a malformed #ifGreg Hudson1-221/+221
2009-10-31make mark-cstyleTom Yu112-12620/+12684
2009-10-28Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov1-2/+2
2009-10-22When iterating through the keytab in krb5_rd_req(), do notLuke Howard1-2/+4
2009-10-20For naming extensions draft compliance, s/mspac:/urn:mspac:/Luke Howard1-12/+12
2009-10-20fix some Coverity reported defects in naming extensionsLuke Howard4-25/+27
2009-10-19Implement new APIs to allow improved crypto performanceGreg Hudson16-203/+217
2009-10-13Fix preauth looping in krb5_get_init_credsGreg Hudson1-2/+16
2009-10-13Revert a small part of r22736 which incorrectly fixed a preauthGreg Hudson1-4/+2
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu1-289/+370
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson16-80/+2311
2009-10-06In krb5_encrypt_helper, return ENOMEM instead of 0 if we can'tGreg Hudson1-1/+1
2009-09-28Fix a braino in r22790Greg Hudson1-1/+1
2009-09-28Fix a few problems introduced by r22787Greg Hudson2-9/+7
2009-09-25Clean up krb5_get_credentials:Greg Hudson3-65/+59
2009-09-21Fix a few bugs in r22736. Cherry-picked from Luke's authdata branchGreg Hudson1-5/+5
2009-09-20Clean up warnings of unused variables that have crept into the source tree..Ezra Peisach2-3/+0
2009-09-16Re-run make depend without autoconf.h in the source treeGreg Hudson1-638/+568
2009-09-16Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov1-558/+638
2009-09-13Implement s4u extensionsGreg Hudson11-132/+1319
2009-08-03Re-run make depend. (I am not certain why the dependencies fromGreg Hudson1-0/+10
2009-08-01Fix of the test cleanup Zhanna Tsitkov1-0/+3
2009-07-30Fix memory leak in k5_pac_verify_server_checksumEzra Peisach2-1/+5
2009-07-30memory leak in test code t_authdataEzra Peisach1-0/+1
2009-07-30Fix memory leak by release context at end of test codeEzra Peisach1-0/+3
2009-07-29Enctype list configuration enhancementsGreg Hudson3-78/+334
2009-07-27Use zero-terminated enctype lists in the context structure instead ofGreg Hudson3-169/+148
2009-06-27In krb5_copy_error_message, pass correct pointer toGreg Hudson1-1/+1
2009-06-10krb5int_rd_chpw_rep could call krb5_free_error with random valueEzra Peisach1-1/+1
2009-05-24Fix test rules for non-gmake make versionsGreg Hudson1-2/+2
2009-05-22Use printf format attribute only with gccKen Raeburn2-0/+4
2009-05-19When using keyed checksum types with TGS subkeys, Microsoft AD 2003Greg Hudson1-0/+2
2009-05-11In recvauth_common, convert a use of strcpy to strdupGreg Hudson1-2/+2
2009-05-07Try decrypting using session key if subkey fails in tgs rep handlingSam Hartman2-7/+13
2009-05-07After consultation with kenh, remove a comment and if statement whichGreg Hudson1-7/+0
2009-05-06Fix yet another memory leak in pa_samGreg Hudson1-0/+1
2009-05-06Fix multiple memory leaks in obtain_sam_padataGreg Hudson1-23/+29
2009-05-06In pa_sam, use the correct function to free sam_challenge in theGreg Hudson1-1/+1
2009-05-06Fix a memory leak in pa_sam_2 where an outer data structure wasn'tGreg Hudson1-0/+1
2009-05-05Fix a memory leak in pa_samGreg Hudson1-2/+5
2009-05-05Fix a memory leak in krb5_obtain_padataGreg Hudson1-1/+1
2009-05-05In pa_sam_2, free sc2 in an error-handling case where it was leakedGreg Hudson1-1/+3
2009-05-05In pa_sam_2, free scratch in a couple of error-handling blocks whereGreg Hudson1-0/+2
2009-05-05In krb5int_rd_setpw_rep, if we get an error result, set ap_rep.lengthGreg Hudson1-0/+1
2009-05-05Remove some unnecessary null checks in krb5_get_in_tkt_with_passwordGreg Hudson1-4/+2
2009-05-05Remove some unnecessary null checks in krb5_get_in_tkt_with_keytabGreg Hudson1-4/+2
2009-05-05In krb5_get_in_tkt, free the whole encoded request (since theGreg Hudson1-1/+1