From noreply at github.com Fri Jun 8 18:04:48 2018 From: noreply at github.com (GitHub) Date: Fri, 08 Jun 2018 09:04:48 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 1d4ebc: lib/krb5: restore krb5_context_data field ordering... Message-ID: <5b1aa92038f4b_7cee2ad0d970fc0416167@hookshot-fe-5a11256.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 1d4ebc0df798cb1d8edca910b806e55c6c19bccb https://github.com/heimdal/heimdal/commit/1d4ebc0df798cb1d8edca910b806e55c6c19bccb Author: Jeffrey Altman Date: 2018-06-08 (Fri, 08 Jun 2018) Changed paths: M lib/krb5/krb5_locl.h Log Message: ----------- lib/krb5: restore krb5_context_data field ordering to match 7.x The struct krb5_context_data field can be passed to plugins which might not be aware of the new structure layout. To reduce the risk of data corruption, fields must never be removed, modified or reordered. Old unused fields are marked deprecated and new fields are appended to the end of the structure. This change moves two fields that were added to master which are not present in Heimdal 7.x: fe43be85587f834266623adb0ecf2793d212a7ca added config_include_depth. 5b39bd7c1d5447e544498962e93ac06c86f9d1f2 added no_ticket_store. Change-Id: I28b157e128732324972c99b246a93a828bc077c1 **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.