Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-19 | Adjust server/admin test for the new list arguments | Russ Allbery | |
2009-06-09 | Add owners report | Russ Allbery | |
Add a new report owners command to wallet-admin and corresponding report_owners() method to Wallet::Admin, which returns all ACL lines on owner ACLs for matching objects. | |||
2009-06-09 | Update tests to reflect suppression of store data in logging | Russ Allbery | |
2009-06-09 | Remove Subversion Id strings | Russ Allbery | |
2008-08-14 | Fix logging in wallet-backend and the remctl configuration to not log | Russ Allbery | |
the data passed to store. | |||
2008-04-24 | Perl 5.8 is required to run the test suite, but IO::String is not. | Russ Allbery | |
2008-02-13 | wallet-admin now supports registering new object or ACL verifier | Russ Allbery | |
implementations in the database. | |||
2008-02-07 | Added POD testing for the client and server documentation. | Russ Allbery | |
2008-02-07 | Add a new autocreate API call that tries to create an object using the | Russ Allbery | |
default ACLs. Remove autocreation support from create, which now requires that one be on the ADMIN ACL, and from get and store. The wallet client will soon know how to do the right thing. | |||
2008-02-07 | Add a check command to the wallet server to determine whether an object | Russ Allbery | |
already exists. | |||
2008-01-24 | Add a wallet-admin program which can initialize and destroy the | Russ Allbery | |
database and list all objects and ACLs in the database. | |||
2008-01-23 | Avoid return undef as a matter of style. | Russ Allbery | |
2008-01-23 | Fix license header layout. | Russ Allbery | |
2007-12-07 | Check a default creation ACL first before the ADMIN ACL when deciding | Russ Allbery | |
whether we can auto-create a non-existent ACL, since creating one with the ADMIN ACL doesn't create a useful object. Allow @ in wallet-backend arguments so that principal names can be passed in. | |||
2007-12-07 | Allow the empty string in wallet-backend arguments. | Russ Allbery | |
When writing to a file in the wallet client program, remove an old backup file before creating a new backup and don't fail if the backup already exists. | |||
2007-12-01 | Expiration dates are now expressed in YYYY-MM-DD HH:MM:SS instead of | Russ Allbery | |
seconds since epoch and returned the same way. Timestamps are now stored in the database as correct date and time types rather than seconds since epoch to work properly with MySQL. | |||
2007-11-14 | The wallet backend script now logs all commands and errors to syslog. | Russ Allbery | |
2007-11-14 | Add tests for the syslog logging in keytab-backend. | Russ Allbery | |
2007-10-11 | Add an acl history function to the server backend and the client | Russ Allbery | |
documentation and test it. Update NEWS and TODO for the completion of the history code. | |||
2007-10-10 | Add history to the wallet-backend and to its documentation and the end-user | Russ Allbery | |
documentation. Fix a variety of other problems with the documentation of the ACLs used and add mentions of getattr and setattr to a few places where they were missing. | |||
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-09-24 | Add support for attribute setting and retrieval to the front end and | Russ Allbery | |
document them in the user documentation. | |||
2007-09-18 | Add flag clear and flag set to the public interface. | Russ Allbery | |
2007-09-17 | Add an acl show command to the front end that calls the appropriate | Russ Allbery | |
Wallet::Server method. | |||
2007-09-15 | Add a test suite for keytab-backend. | Russ Allbery | |
2007-09-14 | Add a test suite for the backend driver program. | Russ Allbery | |