aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-08-03Be a little more verbose about errors from mit_des_key_sched(), andTom Yu1-1/+2
2009-08-03Fix deplibs for t_crcTom Yu1-1/+1
2009-08-03Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson12-5/+18
2009-08-03Re-run make depend. (I am not certain why the dependencies fromGreg Hudson17-697/+654
2009-08-03In the crypto-tests check target, refer to t_cf2.expected in theGreg Hudson1-1/+1
2009-08-03In configure.in's list of Makefiles to generate, remove the trailingGreg Hudson1-6/+6
2009-08-03Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov245-1783/+1895
2009-08-01Fix of the test cleanup Zhanna Tsitkov1-0/+3
2009-07-30Include <assert.h> in k5-platform.h, since we use assertions in someGreg Hudson1-0/+1
2009-07-30Fix memory leak in k5_pac_verify_server_checksumEzra Peisach2-1/+5
2009-07-30memory leak in test code t_authdataEzra Peisach1-0/+1
2009-07-30Fix memory leak by release context at end of test codeEzra Peisach1-0/+3
2009-07-29Enctype list configuration enhancementsGreg Hudson4-78/+338
2009-07-28Crypto Modularity proj: Added an option --with-crypto-impl to configure.in to...Zhanna Tsitkov1-0/+10
2009-07-27Use zero-terminated enctype lists in the context structure instead ofGreg Hudson4-173/+150
2009-07-17include win-mac.h in gssftp/ftp/cmds.c for HAVE_STDLIB_HTom Yu1-0/+4
2009-07-10check for slogin failure in setup_root_shellTom Yu1-1/+1
2009-07-10Add a new '-W' option to kadmind and kdb5_util create to allow readingTom Yu4-5/+14
2009-07-10In the dejagnu test suite, remove the no-longer-used check_kloginGreg Hudson1-31/+0
2009-07-09Make datetest buildable againTom Yu2-3/+4
2009-07-09In tests/dejagnu/Makefile.in, remove a --srcdir option which wasGreg Hudson1-1/+1
2009-07-09In pre.in, remove some variable expansions in the definition ofGreg Hudson1-2/+1
2009-07-01k5-platform.h no longer takes responsibility for making "staticGreg Hudson1-1/+0
2009-06-27In krb5_copy_error_message, pass correct pointer toGreg Hudson1-1/+1
2009-06-26Add test case omitted in last commitTom Yu1-0/+105
2009-06-26Check for principal expiration prior to checking for passwordTom Yu1-16/+16
2009-06-23syms.c doesn't exist; update clean target and dependenciesKen Raeburn2-9/+9
2009-06-23GSSAPI init/accept_sec_context performance testing programKen Raeburn2-0/+457
2009-06-21Update comments to reflect reality and the fact that this is not a file basedEzra Peisach1-20/+28
2009-06-18reduce some mutex performance problems in profile libraryKen Raeburn3-21/+19
2009-06-18minor memory leak in 'none' replay cache typeKen Raeburn1-2/+8
2009-06-18Remove the new configure option --enable-static-only, and insteadGreg Hudson1-16/+9
2009-06-18In default.exp, revert an unintended part of the last commitGreg Hudson1-1/+1
2009-06-18In default.exp, import RLOGIN_FLAGS from the environment, as isGreg Hudson1-2/+2
2009-06-17In the previous patch - I neglected a potential NULL deref in the callEzra Peisach1-1/+3
2009-06-17In ldap_create.c, remove four incorrect uses of krb5_set_error_messageGreg Hudson1-10/+3
2009-06-11Use ticket forwarding in the GSSAPI test cases to exerciseGreg Hudson1-2/+2
2009-06-11krb5int_yarrow_final could deref NULL if out of memoryEzra Peisach1-1/+2
2009-06-10krb5int_rd_chpw_rep could call krb5_free_error with random valueEzra Peisach1-1/+1
2009-06-08Clean up and simplify kdb5.c; no functional changesGreg Hudson1-707/+311
2009-06-08In kdb5.c, remove calls to the locking macros which were stubbed outGreg Hudson1-258/+1
2009-06-08Restore limited support for static linkingGreg Hudson17-118/+153
2009-06-08libkdb5 now depends on libgssrpc. So when linking kpropd, specifyGreg Hudson1-2/+2
2009-06-08Don't build the kadm5/unit-test test programs during "make all"; buildGreg Hudson1-4/+0
2009-06-06kadmind is parsing acls good deref NULL pointer on errorEzra Peisach1-13/+17
2009-06-06kadm5int_acl_parse_restrictions could ref uninitialized variableEzra Peisach1-1/+1
2009-06-01Make results of krb5_db_def_fetch_mkey more predictableGreg Hudson1-25/+16
2009-05-30Fix minor bug in r21269 - wrong field nameKen Raeburn1-1/+1
2009-05-27Revert last changeKen Raeburn1-7/+5
2009-05-27Don't re-run test programs to recreate output every time 'check' is builtKen Raeburn1-5/+7