aboutsummaryrefslogtreecommitdiff
path: root/src/lib
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-24krb5_k_make_checksum: 0 cksumtype means use mandatory cksum for given enctypeSam Hartman1-2/+11
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-23Check return value of gethostname in krb5_klog_initGreg Hudson1-2/+5
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson102-3767/+3732
2009-11-22In _kadm5_init_any on error - if we created a cache entry, destroy itEzra Peisach1-0/+8
2009-11-22Clean up some memory leaks by releasing contextEzra Peisach2-1/+5
2009-11-21Memory leak in _kadm5_init_any introduced with ipropdEzra Peisach1-0/+2
2009-11-20Correct argument to kadm5_get_principal is a pointer to a struct - notEzra Peisach1-2/+6
2009-11-20The size of kadm5_server_handle_rec differs between the client andEzra Peisach2-4/+11
2009-11-19krb5_free_ad_signedpath must free outer structureLuke Howard1-0/+1
2009-11-18Minor reindent fixZhanna Tsitkov1-24/+20
2009-11-18minor reindentZhanna Tsitkov1-24/+16
2009-11-16Clean up some open-parenthesis problems, and reindentTom Yu1-1/+0
2009-11-16Typo fixZhanna Tsitkov1-1/+1
2009-11-16Remove unreferred krb5int_keyhash_aescbc_xxx. Cleaner krb5int_keyhash_md5_hma...Zhanna Tsitkov2-2/+2
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-10Remove the unnecessary src/lib/glue4.cGreg Hudson1-19/+0
2009-11-10Remove src/lib/crypto/krb/enc_provider, which was accidentallyGreg Hudson7-1210/+0
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 Yu7-256/+261
2009-11-03Reindent after making fixes for emacs-23Tom Yu2-4/+4
2009-11-02Clean up a bunch of signed/unsigned comparison warningsGreg Hudson16-53/+58
2009-11-01Memory leak fix: in obtain_sam_padata, after claiming the contents ofGreg Hudson1-1/+2
2009-11-01Move the implementations of four deprecated crypto functions toGreg Hudson5-24/+42
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