[Heimdal-source-changes] [heimdal/heimdal] 430317: Fix signature of hdb_generate_key_set_password()

GitHub noreply at github.com
Mon Jan 30 01:41:01 CET 2017


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: 4303174a495a86377a059d7f7a9c873840842123
      https://github.com/heimdal/heimdal/commit/4303174a495a86377a059d7f7a9c873840842123
  Author: Roland C. Dowdeswell <roland.dowdeswell at twosigma.com>
  Date:   2017-01-29 (Sun, 29 Jan 2017)

  Changed paths:
    M lib/hdb/keys.c
    M lib/hdb/test_hdbkeys.c
    M lib/hdb/version-script.map
    M lib/kadm5/set_keys.c

  Log Message:
  -----------
  Fix signature of hdb_generate_key_set_password()

The change to the signature of hdb_generate_key_set_password() in
Heimdal 7.1 broke API/ABI compatibility with previous releases.  We
fix this by renaming it hdb_generate_key_set_password_with_ks_tuple()
and creating a new hdb_generate_key_set_password() which calls our
new function with zeroes for the added arguments.

Issue #246      https://github.com/heimdal/heimdal/issues/246




More information about the Heimdal-source-changes mailing list