summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson2009-08-0312-5/+18
* Re-run make depend. (I am not certain why the dependencies fromGreg Hudson2009-08-0317-697/+654
* In the crypto-tests check target, refer to t_cf2.expected in theGreg Hudson2009-08-031-1/+1
* In configure.in's list of Makefiles to generate, remove the trailingGreg Hudson2009-08-031-6/+6
* Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov2009-08-03245-1783/+1895
* Fix of the test cleanup Zhanna Tsitkov2009-08-011-0/+3
* Include <assert.h> in k5-platform.h, since we use assertions in someGreg Hudson2009-07-301-0/+1
* Fix memory leak in k5_pac_verify_server_checksumEzra Peisach2009-07-302-1/+5
* memory leak in test code t_authdataEzra Peisach2009-07-301-0/+1
* Fix memory leak by release context at end of test codeEzra Peisach2009-07-301-0/+3
* Enctype list configuration enhancementsGreg Hudson2009-07-296-80/+358
* Crypto Modularity proj: Added an option --with-crypto-impl to configure.in to...Zhanna Tsitkov2009-07-281-0/+10
* Use zero-terminated enctype lists in the context structure instead ofGreg Hudson2009-07-274-173/+150
* include win-mac.h in gssftp/ftp/cmds.c for HAVE_STDLIB_HTom Yu2009-07-171-0/+4
* check for slogin failure in setup_root_shellTom Yu2009-07-101-1/+1
* Add a new '-W' option to kadmind and kdb5_util create to allow readingTom Yu2009-07-104-5/+14
* In the dejagnu test suite, remove the no-longer-used check_kloginGreg Hudson2009-07-101-31/+0
* Make datetest buildable againTom Yu2009-07-092-3/+4
* In tests/dejagnu/Makefile.in, remove a --srcdir option which wasGreg Hudson2009-07-091-1/+1
* In pre.in, remove some variable expansions in the definition ofGreg Hudson2009-07-091-2/+1
* k5-platform.h no longer takes responsibility for making "staticGreg Hudson2009-07-011-1/+0
* In krb5_copy_error_message, pass correct pointer toGreg Hudson2009-06-271-1/+1
* Add test case omitted in last commitTom Yu2009-06-261-0/+105
* Check for principal expiration prior to checking for passwordTom Yu2009-06-261-16/+16
* syms.c doesn't exist; update clean target and dependenciesKen Raeburn2009-06-232-9/+9
* GSSAPI init/accept_sec_context performance testing programKen Raeburn2009-06-232-0/+457
* Update comments to reflect reality and the fact that this is not a file basedEzra Peisach2009-06-211-20/+28
* reduce some mutex performance problems in profile libraryKen Raeburn2009-06-183-21/+19
* minor memory leak in 'none' replay cache typeKen Raeburn2009-06-181-2/+8
* Remove the new configure option --enable-static-only, and insteadGreg Hudson2009-06-181-16/+9
* In default.exp, revert an unintended part of the last commitGreg Hudson2009-06-181-1/+1
* In default.exp, import RLOGIN_FLAGS from the environment, as isGreg Hudson2009-06-181-2/+2
* In the previous patch - I neglected a potential NULL deref in the callEzra Peisach2009-06-171-1/+3
* In ldap_create.c, remove four incorrect uses of krb5_set_error_messageGreg Hudson2009-06-171-10/+3
* Use ticket forwarding in the GSSAPI test cases to exerciseGreg Hudson2009-06-111-2/+2
* krb5int_yarrow_final could deref NULL if out of memoryEzra Peisach2009-06-111-1/+2
* krb5int_rd_chpw_rep could call krb5_free_error with random valueEzra Peisach2009-06-101-1/+1
* Clean up and simplify kdb5.c; no functional changesGreg Hudson2009-06-081-707/+311
* In kdb5.c, remove calls to the locking macros which were stubbed outGreg Hudson2009-06-081-258/+1
* Restore limited support for static linkingGreg Hudson2009-06-0817-118/+153
* libkdb5 now depends on libgssrpc. So when linking kpropd, specifyGreg Hudson2009-06-081-2/+2
* Don't build the kadm5/unit-test test programs during "make all"; buildGreg Hudson2009-06-081-4/+0
* kadmind is parsing acls good deref NULL pointer on errorEzra Peisach2009-06-061-13/+17
* kadm5int_acl_parse_restrictions could ref uninitialized variableEzra Peisach2009-06-061-1/+1
* Make results of krb5_db_def_fetch_mkey more predictableGreg Hudson2009-06-011-25/+16
* Fix a typo in the admin guide (with not keyword -> with no keyword)Greg Hudson2009-06-011-1/+1
* Fix minor bug in r21269 - wrong field nameKen Raeburn2009-05-301-1/+1
* Revert last changeKen Raeburn2009-05-271-7/+5
* Don't re-run test programs to recreate output every time 'check' is builtKen Raeburn2009-05-271-5/+7
* fix t_prf test code properlyKen Raeburn2009-05-271-6/+8