diff options
author | Russ Allbery <eagle@eyrie.org> | 2018-06-03 13:43:24 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2018-06-03 13:43:24 -0700 |
commit | 2f5350a4dc0a7ec201e0d11d70a10d0a1ecf8ec8 (patch) | |
tree | e8b7f809dbc9b66c7cdcaddf9da3f09a90967d21 /THANKS | |
parent | f3f09aab44117d8eb97811421b2685c295d3d585 (diff) |
Rewrite documentation using DocKnot
Numerous fixes to the README file by converging on standard
templates. Add a README.md for GitHub. Break thanks out into
a separate THANKS file following the convention used by remctl.
Diffstat (limited to 'THANKS')
-rw-r--r-- | THANKS | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -0,0 +1,24 @@ + wallet Thanks + +To Roland Schemers for the original idea that kicked off this project and +for the original implementation of the leland_srvtab system, which was its +primary inspiration. + +To Anton Ushakov for his prior work on Kerberos v5 synchronization and his +enhancements to kasetkey to read a key from an existing srvtab. + +To Jeffrey Hutzelman for his review of the original wallet design and +multiple useful discussions about what actions and configurations the +wallet would need to support to be useful outside of Stanford. + +To Huaqing Zheng, Paul Pavelko, David Hoffman, and Paul Keser for their +reviews of the wallet system design and comments on design decisions and +security models. + +To Jon Robertson for the refactoring of Wallet::Kadmin, Heimdal support, +many of the wallet server-side reports, the initial wallet-rekey +implementation, and lots of work on object and ACL types including nested +ACLs. + +To Bill MacAllister for Wallet::Kadmin::AD and the implementation of +keytab object types backed by Active Directory. |