aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-28Mark and reindent lib/cryptoGreg Hudson173-7792/+7932
2009-11-27Add krb5_key versions of the auth context key accessors, and use themGreg Hudson4-29/+51
2009-11-27Allow null keys to be referenced (a no-op) for simpler "copying" ofGreg Hudson1-1/+2
2009-11-27Export krb5_k_reference_key since it's part of the public APIGreg Hudson1-0/+1
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-27Move the arcfour directory from the crypto module dirs into krb. ThisGreg Hudson33-1068/+164
2009-11-27Make dependGreg Hudson1-3/+3
2009-11-27Add krb5_k_prf, the krb5_key version of krb5_c_prfGreg Hudson3-4/+18
2009-11-26Clean up a few cases where krb5_get_in_tkt_with_keytab would leak theGreg Hudson1-3/+4
2009-11-26Pullup to 1.7-branch is only for the test case, as krb5-1.7 behavedTom Yu4-19/+138
2009-11-26libkrb5 support for non-blocking AS requestsGreg Hudson11-634/+1293
2009-11-25Defer the conversion of the gic options structure to the extended formGreg Hudson6-99/+79
2009-11-25Coding Style related fixesZhanna Tsitkov3-414/+379
2009-11-25In krb5_db2_db_init, make a format string constant to make CoverityGreg Hudson1-3/+2
2009-11-25Mark and reindent the pkinit plugin code, except for the header filesGreg Hudson9-4814/+4820
2009-11-24Mark and reindent plugins, except for pkinit, which needs a littleGreg Hudson66-11372/+11100
2009-11-24Remove krb5_ prefix from the name of the static func get_as_key_keytab. ReindentZhanna Tsitkov1-13/+12
2009-11-24Mark and reindent what's left of the appl directoryGreg Hudson13-1710/+1700
2009-11-24Remove appl man pages from the list of pages to convert in the docGreg Hudson1-6/+1
2009-11-24Fix boilerplate in zap.cGreg Hudson1-2/+2
2009-11-24Punt the volatile cast in the non-gcc, non-Windows version of zap.Greg Hudson6-3/+51
2009-11-24KDC MUST NOT accept ap-request armor in FAST TGSSam Hartman1-0/+5
2009-11-24Expand comments around 'zap' codeKen Raeburn1-1/+29
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