aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5
AgeCommit message (Expand)AuthorFilesLines
2009-11-10In lib/krb5/keytab, ensure that function definition headers haveGreg Hudson4-206/+139
2009-11-05make mark-cstyle; make reindentTom Yu15-324/+324
2009-11-05Reformat some block comments. Refine lib/krb5/asn.1 reindentTom Yu8-182/+233
2009-11-05Deal with some open paren formatting issues, and reindent. MakeTom Yu2-570/+567
2009-11-04Restore the krb5 1.6 behavior of not retrying AS requests afterGreg Hudson1-16/+1
2009-11-04Reindent and manually restore some BSD-style files that wereTom Yu2-0/+2
2009-11-03Reindent after making fixes for emacs-23Tom Yu1-2/+2
2009-11-02Clean up a bunch of signed/unsigned comparison warningsGreg Hudson9-42/+45
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-31Reformat to avoid parens at beginnings of linesTom Yu4-110/+110
2009-10-31In lib/krb5/ccache, ensure that function definition headers haveGreg Hudson4-16/+28
2009-10-31In lib/krb5/asn.1, ensure that function definition headers haveGreg Hudson9-219/+433
2009-10-31Reformat lib/krb5/asn.1 internal prototypes to avoid problematic parensGreg Hudson6-343/+310
2009-10-31Reformat asn1_make.h prototypes to avoid the problematic parens atGreg Hudson1-30/+18
2009-10-31In lib/krb5/os, ensure that function definition headers have functionGreg Hudson12-36/+70
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 Yu225-23259/+23391
2009-10-30Quote realm name in error message.Ken Raeburn1-1/+7
2009-10-28Bump the accessor version number since we made changes.Greg Hudson1-11/+7
2009-10-28Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov2-3/+3
2009-10-23Remove #define DEBUG 1 that slipped in in S4U mergeLuke Howard1-1/+1
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 Hudson17-204/+218
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 Yu8-573/+710
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson24-86/+2396
2009-10-09In asn1_decode_enc_kdc_rep_part, don't leak the enc_padata field onGreg Hudson1-0/+1
2009-10-06In krb5_encrypt_helper, return ENOMEM instead of 0 if we can'tGreg Hudson1-1/+1
2009-10-06Slightly more comprehensible message for KRB5_RC_IOKen Raeburn1-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 Hudson8-1246/+1119
2009-09-16Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov8-1109/+1246
2009-09-13Implement s4u extensionsGreg Hudson17-138/+1422
2009-08-21Use load_32_be processing length in TCP replyKen Raeburn1-5/+1
2009-08-21Use {load,store}_{16,32}_be for big-endian integersKen Raeburn1-17/+4
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