aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-30Fix memory leakhartmans/fast-negotiateSam Hartman1-1/+2
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 Hartman2-6/+28
2009-11-24Store configuration information about whether FAST is available in the ccach...Sam Hartman4-6/+20
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 Hartman2-13/+32
2009-11-24AddSam Hartman4-6/+85
2009-11-24Fix ordering of call to request_enc_pa_repSam Hartman1-2/+2
2009-11-24Implement KDC side of protected negotiation:Sam Hartman6-21/+103
2009-11-24fix warningSam Hartman1-1/+1
2009-11-24Remove constants from fast.c now that they are in krb5.hSam Hartman1-3/+0
2009-11-24As and TGS path: cliam to support FAST negotiation in ticket flag; restructur...Sam Hartman4-16/+20
2009-11-24Constants for FAST negotiationSam Hartman1-2/+4
2009-11-24krb5_k_make_checksum: 0 cksumtype means use mandatory cksum for given enctypeSam Hartman1-2/+11
2009-11-24KDC MUST NOT accept ap-request armor in FAST TGSSam Hartman1-0/+5
2009-11-24Implement fast negotiation per discussion with LarrySam Hartman3-1/+80
2009-11-23Expose {decode,encode}_krb5_checksumSam Hartman4-0/+16
2009-11-23fix signed vs unsigned warningSam Hartman1-1/+1
2009-11-23Integrate Apple APIs for storing configuration parameters in a ccacheSam Hartman5-2/+182
2009-11-23Branch for fast negotiationSam Hartman0-0/+0
2009-11-23Simplify depfix.pl by assuming that all files outside of the sourceGreg Hudson2-27/+5
2009-11-23Check return value of gethostname in krb5_klog_initGreg Hudson1-2/+5
2009-11-22Make zap() work with non-gcc C++ compilers.Greg Hudson1-5/+4
2009-11-22Remove discussion of the unbundled applications from the installGreg Hudson1-153/+10
2009-11-22Update the build system documentation:Greg Hudson1-35/+11
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson236-5117/+4965
2009-11-22Remove functions from aclocal.m4 which are no longer needed now thatGreg Hudson1-81/+0
2009-11-22Unbundle applications into separate repositoryGreg Hudson170-70821/+2
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-21For the moment, test for nullity of pointers returned by k5allocGreg Hudson1-1/+1
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-19Put krb5_auth_con_set_req_cksumtype back in the public API, since itGreg Hudson2-4/+4
2009-11-18Minor reindent fixZhanna Tsitkov1-24/+20
2009-11-18minor reindentZhanna Tsitkov1-24/+16
2009-11-17Rework using "do { } while (0)" in macro bodies to avoid divergentTom Yu1-4/+8
2009-11-16Clean up some open-parenthesis problems, and reindentTom Yu8-119/+117
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 Yu9-915/+1080
2009-11-16Move prototypes for krb5int_send_tgs and krb5int_decode_tgs_rep to int-proto.h.Ezra Peisach4-29/+30
2009-11-15Move krb5int_get_fq_local_hostname to os-proto.h. Not exportedEzra Peisach2-2/+2
2009-11-15Moved krb5int_sendto prototype to os-proto.h. This function is not exported Ezra Peisach2-11/+11
2009-11-15Add an exception for include/iprop.h and revert its reformatting,Greg Hudson2-119/+119
2009-11-14Fix typos in previousTom Yu1-2/+2
2009-11-14Reindent include directory, reformatting prototypes as necessary.Greg Hudson54-5622/+5219
2009-11-14Remove include/krb54proto.h as it is no longer usedGreg Hudson1-17/+0