summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add gss_store_cred prototypelhoward/gssextrasLuke Howard2009-11-243-1/+12
* s/t_prf/t_gssexts/Luke Howard2009-11-242-6/+6
* add a gss_store_cred() testLuke Howard2009-11-241-0/+14
* add support for Heimdal's gss_context_query_attributes()Luke Howard2009-11-2212-0/+242
* gss_store_cred implementationLuke Howard2009-11-224-1/+202
* PRF bugfixesLuke Howard2009-11-222-7/+13
* add PRF testLuke Howard2009-11-222-6/+414
* implement gss_pseudo_random()Luke Howard2009-11-2212-0/+297
* branch for a few little GSS extrasLuke Howard2009-11-220-0/+0
* In _kadm5_init_any on error - if we created a cache entry, destroy itEzra Peisach2009-11-221-0/+8
* Clean up some memory leaks by releasing contextEzra Peisach2009-11-222-1/+5
* For the moment, test for nullity of pointers returned by k5allocGreg Hudson2009-11-211-1/+1
* Memory leak in _kadm5_init_any introduced with ipropdEzra Peisach2009-11-211-0/+2
* Correct argument to kadm5_get_principal is a pointer to a struct - notEzra Peisach2009-11-201-2/+6
* The size of kadm5_server_handle_rec differs between the client andEzra Peisach2009-11-202-4/+11
* krb5_free_ad_signedpath must free outer structureLuke Howard2009-11-191-0/+1
* Put krb5_auth_con_set_req_cksumtype back in the public API, since itGreg Hudson2009-11-192-4/+4
* Minor reindent fixZhanna Tsitkov2009-11-181-24/+20
* minor reindentZhanna Tsitkov2009-11-181-24/+16
* Rework using "do { } while (0)" in macro bodies to avoid divergentTom Yu2009-11-171-4/+8
* Clean up some open-parenthesis problems, and reindentTom Yu2009-11-168-119/+117
* Typo fixZhanna Tsitkov2009-11-161-1/+1
* Remove unreferred krb5int_keyhash_aescbc_xxx. Cleaner krb5int_keyhash_md5_hma...Zhanna Tsitkov2009-11-162-2/+2
* Fix coding style in lib/krb5/asn.1, remove from exclusions, andTom Yu2009-11-169-915/+1080
* Move prototypes for krb5int_send_tgs and krb5int_decode_tgs_rep to int-proto.h.Ezra Peisach2009-11-164-29/+30
* Move krb5int_get_fq_local_hostname to os-proto.h. Not exportedEzra Peisach2009-11-152-2/+2
* Moved krb5int_sendto prototype to os-proto.h. This function is not exported Ezra Peisach2009-11-152-11/+11
* Add an exception for include/iprop.h and revert its reformatting,Greg Hudson2009-11-152-119/+119
* Fix typos in previousTom Yu2009-11-141-2/+2
* Reindent include directory, reformatting prototypes as necessary.Greg Hudson2009-11-1454-5622/+5219
* Remove include/krb54proto.h as it is no longer usedGreg Hudson2009-11-141-17/+0
* Constrained delegation without PAC supportGreg Hudson2009-11-1427-120/+1263
* In lib/krb5/rcache, ensure that function definition headers put theGreg Hudson2009-11-132-19/+31
* Typo fixZhanna Tsitkov2009-11-121-1/+1
* Post-great-reindent check. Part IIZhanna Tsitkov2009-11-122-173/+211
* Restore the local variable typeZhanna Tsitkov2009-11-121-1/+1
* Post-great-reindent check. Part IZhanna Tsitkov2009-11-126-284/+363
* For iprop test, reduce expected attribute change count to reflect the threeLuke Howard2009-11-111-5/+5
* In lib/krb5/keytab, ensure that function definition headers haveGreg Hudson2009-11-104-206/+139
* Remove the unnecessary src/lib/glue4.cGreg Hudson2009-11-101-19/+0
* Remove src/lib/crypto/krb/enc_provider, which was accidentallyGreg Hudson2009-11-107-1210/+0
* Revise patch to avoid using changequoteKen Raeburn2009-11-091-3/+1
* quoting bug causes solaris pre-10 thread handling bugsKen Raeburn2009-11-091-0/+2
* Don't flush stdout so much. Calculate and display some more averagesKen Raeburn2009-11-071-2/+11
* Delay start of test until the start of a new second on the systemKen Raeburn2009-11-071-4/+17
* Reformat some open-paren issues. Remove kprop.c and kpropd.c fromTom Yu2009-11-063-1936/+1907
* Change INIT_ONCE compile-time flag into a run-time option. DeleteKen Raeburn2009-11-061-62/+89
* Don't start by attempting to unlink replay caches by guessingKen Raeburn2009-11-061-4/+27
* Use krb5_get_error_message for reporting if krb5_get_server_rcache failsKen Raeburn2009-11-061-2/+6
* make mark-cstyle; make reindentTom Yu2009-11-063-295/+298