Try all history keys to decrypt password history
[krb5.git] / src / lib / kdb /
2012-03-21 Greg HudsonOnly store master mey list in DAL handle
2011-11-03 Greg HudsonGet rid of periods in Python test success messages
2011-10-24 Greg HudsonRefactor salt computation into libkdb5
2011-10-17 Tom YuMake reindent
2011-10-04 Greg HudsonCreate e_data as pa_data in KDC interfaces
2011-09-24 Greg HudsonFix krb5_dbe_get_strings error handling
2011-09-22 Greg HudsonSupport special salt type in default krb5_dbe_cpw
2011-09-21 Greg HudsonFix string attribute unit tests
2011-09-21 Greg HudsonAdd KRB5_TL_STRING_ATTRS and libkdb5 accessors
2011-09-05 Ken RaeburnSilence various "may be used uninitialized" warnings...
2011-09-04 Ken RaeburnSkip redundant inclusion of iprop.h
2011-07-26 Greg HudsonDefine KRB5_TL_DB_ARGS unconditionally in kdb.h
2011-06-28 Greg HudsonGet static linking working again, mostly
2011-06-10 Greg HudsonMark up strings for translation
2011-05-22 Greg HudsonFix multiple tl-data updates over iprop
2011-03-14 Greg HudsonResolve a few miscellaneous warnings
2011-03-09 Greg HudsonAdjust most C source files to match the new standards...
2011-02-25 Greg HudsonMake depend
2010-11-28 Greg HudsonUse for loops for recursion in the Windows build, cutti...
2010-10-05 Greg HudsonPropagate modprinc -unlock from master to slave KDCs
2010-10-04 Greg HudsonProtoize old-style function definitions in kdb5.c and...
2010-09-28 Greg HudsonMake krb5_dbe_def_search_enctype skip key data entries...
2010-09-15 Greg HudsonWhitespace
2010-09-15 Sam Hartmankdb: store mkey list in context and permit NULL mkey...
2010-09-15 Greg HudsonWhitespace
2010-09-15 Sam HartmanFix warnings in encrypt_key and decrypt_key. Avoid...
2010-09-08 Greg HudsonMake depend
2010-07-21 Greg HudsonRevert the part of r24157 which added the dal_version...
2010-07-15 Greg HudsonAdd check_allowed_to_delegate to the DAL with a corresp...
2010-07-15 Greg HudsonAdd refresh_config to the DAL with a corresponding...
2010-07-13 Greg HudsonAddendum to r24185: make audit_as_req return void,...
2010-07-13 Greg HudsonAdd audit_as_req to the DAL with a corresponding libkdb...
2010-07-13 Greg HudsonAdd check_policy_as and check_policy_tgs to the DAL...
2010-07-12 Greg HudsonAdd check_transited_realms to the DAL table with a...
2010-07-12 Greg HudsonAdd sign_authdata to the DAL table with a corresponding...
2010-07-06 Greg HudsonRemove count parameters from get_principal, put_principal,
2010-07-03 Greg HudsonIn kdb5.c, simplify the code for getting the profile...
2010-07-03 Greg HudsonRemove assertions for non-nullity of init_module and...
2010-07-03 Greg HudsonMake the APIs for iterate, get_master_key_list, set_mas...
2010-07-03 Greg HudsonUse KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code...
2010-07-02 Greg HudsonRemove store_master_key from the DAL table, and implement
2010-07-02 Greg HudsonMake krb5_db_free_principal and krb5_db_free_mkey_list...
2010-07-02 Greg HudsonRemove verify_master_key from the DAL table, as well...
2010-07-02 Greg HudsonRemove db_ and similar prefixes from DAL function names...
2010-07-02 Greg HudsonRename krb5_dbekd_encrypt_key_data and krb5_dbekd_decry...
2010-07-02 Greg HudsonRemove the set_master_key and get_master_key DAL interf...
2010-07-02 Greg HudsonRemove errcode_2_string and release_errcode_string...
2010-07-02 Greg HudsonRemove db_supported_realms and db_free_supported_realms...
2010-07-02 Greg HudsonDAL improvements
2010-06-07 Greg Hudsonmake depend
2010-05-04 Greg HudsonRemove krb5_db_set_option and the associated DAL entry...
2010-01-29 Greg HudsonMake decryption of master key list more robust
2010-01-28 Greg HudsonHandle migration from pre-1.7 databases with master...
2010-01-27 Greg HudsonGet rid of kdb_ext.h and allow out-of-tree KDB plugins
2010-01-06 Greg HudsonMake krb5_dbe_def_search_enctype more consistent about...
2010-01-06 Greg HudsonDon't return KRB5_KDB_NO_PERMITTED_KEY from
2009-12-07 Tom Yuhandle negative enctypes better
2009-11-22 Greg HudsonConsolidate Makefile variables now that we have only...
2009-10-31 Tom Yumake mark-cstyle
2009-10-27 Greg HudsonHeimdal DB bridge plugin for KDC back end
2009-10-25 Greg HudsonAccount lockout
2009-10-10 Tom YuMove destest to builtin/des, because it depends on...
2009-09-16 Greg HudsonRe-run make depend without autoconf.h in the source...
2009-09-16 Zhanna TsitkovCrypto modularity proj.: Move prf and random-to-key...
2009-08-03 Greg HudsonGet "make depend" to work in an unbuilt source tree...
2009-06-08 Greg HudsonClean up and simplify kdb5.c; no functional changes
2009-06-08 Greg HudsonIn kdb5.c, remove calls to the locking macros which...
2009-06-08 Greg HudsonRestore limited support for static linking
2009-06-01 Greg HudsonMake results of krb5_db_def_fetch_mkey more predictable
2009-03-10 Will FiveashSeveral small fixes to enable the migrate mkey commands...
2009-03-10 Greg HudsonRename kdb_setup_lib_handle to krb5_db_setup_lib_handle...
2009-02-05 Will Fiveashdeal with memleaks in migrate mkey project
2009-02-05 Ken RaeburnCreate and use (in several places) a variant of
2009-02-04 Will Fiveashnew multi-masterkey support doesn't work well when...
2009-02-04 Zhanna TsitkovUse macros for config parameters
2009-02-02 Ken RaeburnRemove unnecessary pointer casts in args to free,memcpy...
2009-01-30 Will FiveashMaster Key Migration Project
2009-01-28 Ken RaeburnStart to phase out krb5_xfree macro, which just casts...
2009-01-23 Greg HudsonAdd some output parameter initializations n order to...
2009-01-07 Sam Hartmankdb/keytab.c: map KRB5_KDB_NO_MATCHING_KEY to KRB5_KT_K...
2009-01-05 Ken Raeburnmove generated dependencies out of Makefile.in
2009-01-03 Sam HartmanMerge mskrb-integ onto trunk
2008-12-29 Ezra PeisachCreate a private header file for local functions missin...
2008-12-02 Zhanna TsitkovRemove unneeded LEAN_CLIENT #define's
2008-11-24 Ken RaeburnSimplify memory management a bit in places, by allocati...
2008-11-17 Ken RaeburnFix a memory management bug
2008-11-04 Ken RaeburnDon't build dependencies for v4rcp.c.
2008-11-03 Greg HudsonApply a patch from Apple to correct a few memory leaks
2008-10-24 Greg HudsonUse strlcpy instead of strcpy in many places
2008-10-23 Greg HudsonUse snprintf instead of strcpy/strcat in many places
2008-10-20 Greg HudsonUse asprintf instead of malloc/strcpy/strcat in many...
2008-10-19 Ezra PeisachIn krb5_def_store_mkey(), mktemp was being invoked...
2008-09-18 Ken Raeburnmakedepend
2008-08-20 Zhanna Tsitkovlean client changes
2008-08-15 Will Fiveasha stash file is not a keytab
2008-08-07 Ken RaeburnDon't leak attr_types storage on error
2008-08-06 Ken RaeburnCheck fstat result. Close fd on error
2008-08-06 Ken RaeburnRewrite conditional test for update log processing...
2008-08-06 Ken RaeburnAfter freeing dbprinc, reset it to null
2008-08-06 Ken RaeburnIn loop over entries, make local vars local to each...
next