aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-24add gss_store_cred prototypelhoward/gssextrasLuke Howard3-1/+12
2009-11-24s/t_prf/t_gssexts/Luke Howard2-6/+6
2009-11-24add a gss_store_cred() testLuke Howard1-0/+14
2009-11-22add support for Heimdal's gss_context_query_attributes()Luke Howard12-0/+242
2009-11-22gss_store_cred implementationLuke Howard4-1/+202
2009-11-22PRF bugfixesLuke Howard2-7/+13
2009-11-22add PRF testLuke Howard2-6/+414
2009-11-22implement gss_pseudo_random()Luke Howard12-0/+297
2009-11-22branch for a few little GSS extrasLuke Howard0-0/+0
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
2009-11-14Constrained delegation without PAC supportGreg Hudson27-120/+1263
2009-11-13In lib/krb5/rcache, ensure that function definition headers put theGreg Hudson2-19/+31
2009-11-12Typo fixZhanna Tsitkov1-1/+1
2009-11-12Post-great-reindent check. Part IIZhanna Tsitkov2-173/+211
2009-11-12Restore the local variable typeZhanna Tsitkov1-1/+1
2009-11-12Post-great-reindent check. Part IZhanna Tsitkov6-284/+363
2009-11-11For iprop test, reduce expected attribute change count to reflect the threeLuke Howard1-5/+5
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-09Revise patch to avoid using changequoteKen Raeburn1-3/+1
2009-11-09quoting bug causes solaris pre-10 thread handling bugsKen Raeburn1-0/+2
2009-11-07Don't flush stdout so much. Calculate and display some more averagesKen Raeburn1-2/+11
2009-11-07Delay start of test until the start of a new second on the systemKen Raeburn1-4/+17
2009-11-06Reformat some open-paren issues. Remove kprop.c and kpropd.c fromTom Yu3-1936/+1907
2009-11-06Change INIT_ONCE compile-time flag into a run-time option. DeleteKen Raeburn1-62/+89
2009-11-06Don't start by attempting to unlink replay caches by guessingKen Raeburn1-4/+27
2009-11-06Use krb5_get_error_message for reporting if krb5_get_server_rcache failsKen Raeburn1-2/+6
2009-11-06make mark-cstyle; make reindentTom Yu3-295/+298