Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-18 | Document the locked flag in the server backend and client man pages. | Russ Allbery | |
Document locked flag issues when implementing a new object type. | |||
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-14 | Rewrite to put the guts into a function to make testing easier. Remove | Russ Allbery | |
Wallet::Config, which was no longer used now that the database opening code is in Wallet::Server. Fix the exception in argument checking for store. | |||
2007-09-01 | Note that the commands section is duplicated from the wallet documentation. | Russ Allbery | |
2007-09-01 | Print error messages for unknown commands. Rewrite the command docs to | Russ Allbery | |
use a better convention for command arguments and to include quite a few more details. | |||
2007-09-01 | Add documentation. | Russ Allbery | |
2007-09-01 | Add acl destroy as a command, add newlines after the owner, expires, and | Russ Allbery | |
getacl returns, and handle undef returns from owner, expires, and getacl that aren't errors. | |||
2007-08-31 | Implement argument checking. Stop explicitly including the MySQL driver | Russ Allbery | |
since DBI doesn't require it. | |||
2007-08-29 | Wallet::Server is now responsible for connecting to the database. Don't | Russ Allbery | |
bother working hard to disconnect the database on exit, since the DESTROY DBI method will do the right thing. | |||
2007-08-29 | Initial driver implementation. | Russ Allbery | |