Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-08 | Fix the wallet client to use check instead of exists. | Russ Allbery | |
2008-02-07 | Add new exists and autocreate wallet server interfaces. The first | Russ Allbery | |
states whether a given object exists and the second attempts to create the object using the default owner rules. Remove default owner handling from the create interface, which is now for administrators only. Remove server-side auto-creation of objects on get or store and instead have the client check for object existence and call autocreate if necessary. This removes confusion between default ACLs and administrative object creation for users who are also on the ADMIN ACL. | |||
2007-10-05 | Add comprehensive license information in LICENSE and update the copyright | Russ Allbery | |
and license statements in all files. Make sure that some files that were missing copyright information now have them. Reference LICENSE rather than README in all notices. | |||
2007-10-05 | Refactor the remctl calls in the wallet client to share a common routine. | Russ Allbery | |