aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5
AgeCommit message (Expand)AuthorFilesLines
2009-11-24Implement upgrade to FAST when the KDC supports FAST. Implement fallSam Hartman3-48/+127
2009-11-24If FAST is available and an armor ticket is supplied, use it; otherwise do no...Sam Hartman1-6/+25
2009-11-24Store configuration information about whether FAST is available in the ccach...Sam Hartman3-6/+18
2009-11-24Initialize creds to 0Sam Hartman1-1/+2
2009-11-24Use krb5_get_init_creds_opt_set_out_ccache to set the output ccache for kinit.Sam Hartman1-1/+16
2009-11-24AddSam Hartman2-0/+58
2009-11-24Fix ordering of call to request_enc_pa_repSam Hartman1-2/+2
2009-11-24Implement KDC side of protected negotiation:Sam Hartman1-0/+1
2009-11-24Remove constants from fast.c now that they are in krb5.hSam Hartman1-3/+0
2009-11-24Implement fast negotiation per discussion with LarrySam Hartman3-1/+80
2009-11-23Expose {decode,encode}_krb5_checksumSam Hartman3-0/+12
2009-11-23Integrate Apple APIs for storing configuration parameters in a ccacheSam Hartman3-2/+166
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
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