Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 722 Only store latest keys in key history entry If a password is changed with the -keepold option, then changed again, the history entry contains both the latest password and the one that was kept. Fix create_history_entry to only store the latest kvno in the history entry. Also add a test to ensure that the bug is fixed. https://github.com/krb5/krb5/commit/d7f91ac2f6655e77bb3658c2c8cc6132f958a340 Author: Sarah Day Committer: Greg Hudson Commit: d7f91ac2f6655e77bb3658c2c8cc6132f958a340 Branch: master src/lib/kadm5/srv/svr_principal.c | 86 +++++++++++++++++++++++++------------ src/tests/t_kdb.py | 7 +++ 2 files changed, 65 insertions(+), 28 deletions(-)