From noreply at github.com Mon Sep 14 02:36:33 2015 From: noreply at github.com (GitHub) Date: Sun, 13 Sep 2015 17:36:33 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] c81572: Windows: Remove *_PA_ClientCanon* from export list Message-ID: <55f61691b323a_b473f931c5ed2bc346af@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: c81572ab5dcee3062e715b9e25ca7a20f6ec456b https://github.com/heimdal/heimdal/commit/c81572ab5dcee3062e715b9e25ca7a20f6ec456b Author: Jeffrey Altman Date: 2015-09-13 (Sun, 13 Sep 2015) Changed paths: M lib/asn1/libasn1-exports.def Log Message: ----------- Windows: Remove *_PA_ClientCanon* from export list Change 29f6290fe60cebb4ad08860214e324af0c8b23b1 removed the PA_ClientCanon* ASN.1 functionality but failed to remove the generated symbols from the Windows export list. Change-Id: I9a46532ed7d8612fbc597dec9848505d4b440e09 From noreply at github.com Fri Sep 25 00:47:02 2015 From: noreply at github.com (GitHub) Date: Thu, 24 Sep 2015 15:47:02 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 1d07f0: Add ability to specifiy PKCS#11 slot number when u... Message-ID: <56047d66ddbad_3fbf3fd84ca192bc6621c@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 1d07f0835181eaa83859e5ae40928e71c77b81da https://github.com/heimdal/heimdal/commit/1d07f0835181eaa83859e5ae40928e71c77b81da Author: Timothy Pearson Date: 2015-09-24 (Thu, 24 Sep 2015) Changed paths: M lib/hx509/ks_p11.c Log Message: ----------- Add ability to specifiy PKCS#11 slot number when using hx509 Example usage: kinit -C PKCS11:/usr/lib/opensc-pkcs11.so,slot=3 foo at BAR.TLD Commit: 042b1ee7cb85afc6a8f7f66586d4b755df52a9f4 https://github.com/heimdal/heimdal/commit/042b1ee7cb85afc6a8f7f66586d4b755df52a9f4 Author: Timothy Pearson Date: 2015-09-24 (Thu, 24 Sep 2015) Changed paths: M lib/hx509/crypto.c Log Message: ----------- Do not crash if private key not found Commit: bb14c02e128d23f7fa1fda7b5a233bcaa2a96519 https://github.com/heimdal/heimdal/commit/bb14c02e128d23f7fa1fda7b5a233bcaa2a96519 Author: Love Hörnquist Åstrand Date: 2015-09-25 (Fri, 25 Sep 2015) Changed paths: M lib/hx509/crypto.c M lib/hx509/ks_p11.c Log Message: ----------- Merge pull request #140 from madscientist159/master Add ability to specifiy PKCS#11 slot number when using hx509 Compare: https://github.com/heimdal/heimdal/compare/c81572ab5dce...bb14c02e128d From noreply at github.com Mon Sep 28 10:49:14 2015 From: noreply at github.com (GitHub) Date: Mon, 28 Sep 2015 01:49:14 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] f5f76e: Add ability to store extended principal attributes... Message-ID: <5608ff0ae013_132f3fb36934329c1083ea@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: f5f76ee72c5df3533218fb88c7c9172ba9ee64ba https://github.com/heimdal/heimdal/commit/f5f76ee72c5df3533218fb88c7c9172ba9ee64ba Author: Timothy Pearson Date: 2015-09-27 (Sun, 27 Sep 2015) Changed paths: M lib/hdb/hdb-ldap.c M lib/hdb/hdb.schema Log Message: ----------- Add ability to store extended principal attributes in LDAP A careful code review was undertaken, and it was determined that the best way to store the extended attributes was in a native ASN1 encoded field. LDAP does not understand the SEQUENCE of SEQUENCE structures used extensively throughout the extended attributes structure, and there was already a precedent set for storing the krb5Key data in a native ASN1 encoded field. Commit: 8a906db068ba158d32692ab0c548d403bb2e5c4c https://github.com/heimdal/heimdal/commit/8a906db068ba158d32692ab0c548d403bb2e5c4c Author: Love Hörnquist Åstrand Date: 2015-09-28 (Mon, 28 Sep 2015) Changed paths: M lib/hdb/hdb-ldap.c M lib/hdb/hdb.schema Log Message: ----------- Merge pull request #141 from madscientist159/master Add ability to store extended principal attributes in LDAP Compare: https://github.com/heimdal/heimdal/compare/bb14c02e128d...8a906db068ba From noreply at github.com Mon Sep 28 10:50:38 2015 From: noreply at github.com (GitHub) Date: Mon, 28 Sep 2015 01:50:38 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 7c86e0: Update ack.texi Message-ID: <5608ff5ef3217_32873f8075d8b2bc1287d3@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 7c86e09dd87ab6270571604bf477ec231e50dc17 https://github.com/heimdal/heimdal/commit/7c86e09dd87ab6270571604bf477ec231e50dc17 Author: Love Hörnquist Åstrand Date: 2015-09-28 (Mon, 28 Sep 2015) Changed paths: M doc/ack.texi Log Message: ----------- Update ack.texi Add Timothy From noreply at github.com Mon Sep 28 10:52:48 2015 From: noreply at github.com (GitHub) Date: Mon, 28 Sep 2015 01:52:48 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 434020: Update copyright.texi Message-ID: <5608ffe0c58e7_6db93fb50df1929c274a4@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 434020567a463755402d194f42c8e80260242dc8 https://github.com/heimdal/heimdal/commit/434020567a463755402d194f42c8e80260242dc8 Author: Love Hörnquist Åstrand Date: 2015-09-28 (Mon, 28 Sep 2015) Changed paths: M doc/copyright.texi Log Message: ----------- Update copyright.texi Add Timothy