aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb
AgeCommit message (Expand)AuthorFilesLines
2009-12-23Code modularity related updatesZhanna Tsitkov9-235/+309
2009-12-22Remove krb5_ prefix from some static func namesZhanna Tsitkov9-102/+111
2009-12-16Whitespace fixesGreg Hudson1-7/+11
2009-12-15On Luke's advice, remove krb5_init_creds_store_creds. It is not aGreg Hudson1-11/+0
2009-12-15Get rid of the requirement of defining MAX_ENCTYPE inGreg Hudson1-36/+56
2009-12-15Formatining enhancementZhanna Tsitkov1-11/+13
2009-12-14fast negotiation projecSam Hartman5-104/+400
2009-12-09Change file holder for krb5int_check_clockskew. Minor Style changes per code ...Zhanna Tsitkov1-41/+25
2009-12-07handle negative enctypes betterTom Yu1-2/+3
2009-12-01Reindent and removed krb5_ prefix from static func nameZhanna Tsitkov1-67/+67
2009-11-30Terminate the loop in find_authdata_1 if we get an error in one of theGreg Hudson1-1/+1
2009-11-27Add krb5_key versions of the auth context key accessors, and use themGreg Hudson1-0/+27
2009-11-27Clean up the flow control in krb5int_send_tgs, and avoid setting theGreg Hudson1-38/+39
2009-11-27If krb5_init_creds_step is called on an already complete context,Greg Hudson1-1/+1
2009-11-27Make dependGreg Hudson1-3/+3
2009-11-26Clean up a few cases where krb5_get_in_tkt_with_keytab would leak theGreg Hudson1-3/+4
2009-11-26libkrb5 support for non-blocking AS requestsGreg Hudson9-634/+1230
2009-11-25Defer the conversion of the gic options structure to the extended formGreg Hudson4-91/+72
2009-11-24Remove krb5_ prefix from the name of the static func get_as_key_keytab. ReindentZhanna Tsitkov1-13/+12
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson2-712/+712
2009-11-19krb5_free_ad_signedpath must free outer structureLuke Howard1-0/+1
2009-11-16Move prototypes for krb5int_send_tgs and krb5int_decode_tgs_rep to int-proto.h.Ezra Peisach3-8/+30
2009-11-14Constrained delegation without PAC supportGreg Hudson2-20/+58
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-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