aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2016-01-03Document the new ACL schemes in docs/design-aclRuss Allbery
2015-06-08Updated documentation for duo and password objectsJon Robertson
2014-07-11Add new object type for Duo integrationsRuss Allbery
2013-09-14Clarify use of the tivoli-key file type in Stanford policyRuss Allbery
2013-04-12Further clarify the ssl-key Stanford naming policyRuss Allbery
2013-03-27Add NEWS entry and doc reference to Wallet::Policy::StanfordRuss Allbery
2013-03-27Allow owners of objects to destroy them by defaultRuss Allbery
2013-02-27Add license statements to all textual documentation in docsRuss Allbery
2013-02-13Add ssl-keypair to Stanford naming policyRuss Allbery
2013-02-05Add another case to the Stanford ssl-key naming conventionRuss Allbery
2013-01-18Further Stanford naming convention changesRuss Allbery
2013-01-17Significant revision of the Stanford naming schemeRuss Allbery
2012-07-16Add objects-and-schemes to EXTRA_DIST, renameRuss Allbery
2012-07-16Add documentation of existing wallet objects and ACL schemesRuss Allbery
2012-03-29Fix incorrect wallet.conf path in the setup documentationRuss Allbery
2011-03-23Add -ssl-keystore to the Stanford naming conventionsRuss Allbery
2010-04-14Update Stanford naming for Tivoli keysRuss Allbery
2010-02-20wallet-backend gets the third store argument from stdin if missingRuss Allbery
2010-01-13Add Tivoli encryption keys to the Stanford naming guideRuss Allbery
2009-08-15Add a naming convention for general config filesRuss Allbery
2009-08-07Update Stanford naming documentation for puppet.confRuss Allbery
2009-03-25Add the shibboleth.xml object naming convention.Russ Allbery
2009-02-27Add htpasswd convention.Russ Allbery
2008-12-15Add ssh key naming to the Stanford naming guide.Russ Allbery
2008-10-06Add additional Stanford naming conventions.Russ Allbery
2008-09-17Clarify database password object naming and add PAM configuration objectRuss Allbery
2008-07-07Initial Stanford naming conventions.Russ Allbery
2008-02-13Update the design documentation to reflect the current protocol andRuss Allbery
2008-01-24Add a wallet-admin program which can initialize and destroy theRuss Allbery
2007-12-01Move wallet.conf to /etc/wallet since we're going to want to put otherRuss Allbery
2007-10-09Initial implementation of enctype restriction with a basic test suite.Russ Allbery
2007-09-26Include the synchronization configuration in show() output. Provide aRuss Allbery
2007-09-20Update the documentation to get rid of the stupid error return fromRuss Allbery
2007-09-19Add generic attribute support to the object layer and update the APIRuss Allbery
2007-09-18Document the locked flag in the server backend and client man pages.Russ Allbery
2007-09-18Note cases where one might want to override flag_set() or flag_clear().Russ Allbery
2007-09-01Finish revising the design documentation to bring it up to date.Russ Allbery
2007-09-01Note that you may need to change the path to wallet-backend.Russ Allbery
2007-09-01Update and rewrite from the perspective of someone extending the walletRuss Allbery
2007-09-01Update for the current state of the world, remove some stuff that weRuss Allbery
2007-09-01Flesh out the setup instructions.Russ Allbery
2007-08-31Remove the ACL API, which is now in the Wallet::ACL documentation, andRuss Allbery
2007-08-29Convert the schema documentation into a Perl class that contains the sameRuss Allbery
2007-08-28Throw exceptions for failure of object new() and create() functionsRuss Allbery
2007-08-28Use acl_entries, not acl_entry, for the ACL table to match theRuss Allbery
2007-08-28Standardize on terminology. Each component of an ACL is called an entry.Russ Allbery
2007-08-28Remove the default ACL thing from the object API. That was a bad idea.Russ Allbery
2007-08-28No need to pass a database handle into the ACL constructors any more.Russ Allbery
2007-08-28Remove krb5-group, which I won't be implementing. Clarify the netdb ACLRuss Allbery
2007-08-28Update for the correct arguments, add trace arguments to more methods,Russ Allbery