[Heimdal-source-changes] [heimdal/heimdal] 9e72c4: hdb: need prototypes for hdb_ldap[i]_create

GitHub noreply at github.com
Sat Nov 19 07:27:13 CET 2016


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: 9e72c475ae71b89b5ba8b90bcde6387d7b31823f
      https://github.com/heimdal/heimdal/commit/9e72c475ae71b89b5ba8b90bcde6387d7b31823f
  Author: Jeffrey Altman <jaltman at secure-endpoints.com>
  Date:   2016-11-19 (Sat, 19 Nov 2016)

  Changed paths:
    M lib/hdb/hdb-ldap.c

  Log Message:
  -----------
  hdb: need prototypes for hdb_ldap[i]_create

Commit 4b6bd40106c01ca80ee8bfdb26b65d3e5a6b70fb made hdb_ldap_create and
hdb_ldapi_create static in the OPENLDAP_MODULE case.  However, by
failing to leave a blank line between the static and the function
declaration the perl program that produces the hdb-protos.h file
skips the functions.

Add appropriate spacing.

Change-Id: I9ad24176fc31a0bce92b51f7adab141e8fa70fa3


  Commit: 0dc3d217249820d195cf40f63e4f939092184983
      https://github.com/heimdal/heimdal/commit/0dc3d217249820d195cf40f63e4f939092184983
  Author: Jeffrey Altman <jaltman at secure-endpoints.com>
  Date:   2016-11-19 (Sat, 19 Nov 2016)

  Changed paths:
    M lib/hdb/mkey.c

  Log Message:
  -----------
  hdb: read_master_key add parens around (*mkey)

Add parens around the use of (*mkey)->next.

Change-Id: I3b60c2432d1c5dee8483795bed52ff24c7aa6a70


Compare: https://github.com/heimdal/heimdal/compare/11d1c81c279d...0dc3d2172498


More information about the Heimdal-source-changes mailing list