aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5
AgeCommit message (Expand)AuthorFilesLines
2009-12-03Sense of POINTERS_ARE_ALL_THE_SAME test was backwardsKen Raeburn1-3/+3
2009-12-02Fixed the conflicting type "static krb5_error_code KRB5_CALLCONV" of krb5_ch...Zhanna Tsitkov1-30/+42
2009-12-01Reindent and removed krb5_ prefix from static func nameZhanna Tsitkov1-67/+67
2009-11-30ReindentZhanna Tsitkov2-39/+29
2009-11-30Terminate the loop in find_authdata_1 if we get an error in one of theGreg Hudson1-1/+1
2009-11-29Remove the non-iov entry point introduced in r23378, since it's easyGreg Hudson1-1/+0
2009-11-28Create functional internal interfaces to allow GSSAPI to performGreg Hudson1-3/+2
2009-11-27Add krb5_key versions of the auth context key accessors, and use themGreg Hudson2-0/+30
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 Hudson10-634/+1241
2009-11-25Defer the conversion of the gic options structure to the extended formGreg Hudson5-92/+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 Hudson20-1427/+1416
2009-11-19krb5_free_ad_signedpath must free outer structureLuke Howard1-0/+1
2009-11-18Minor reindent fixZhanna Tsitkov1-24/+20
2009-11-16Fix coding style in lib/krb5/asn.1, remove from exclusions, andTom Yu8-909/+1080
2009-11-16Move prototypes for krb5int_send_tgs and krb5int_decode_tgs_rep to int-proto.h.Ezra Peisach3-8/+30
2009-11-15Move krb5int_get_fq_local_hostname to os-proto.h. Not exportedEzra Peisach1-0/+2
2009-11-15Moved krb5int_sendto prototype to os-proto.h. This function is not exported Ezra Peisach1-0/+11
2009-11-14Constrained delegation without PAC supportGreg Hudson7-21/+243
2009-11-13In lib/krb5/rcache, ensure that function definition headers put theGreg Hudson2-19/+31
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