aboutsummaryrefslogtreecommitdiff
path: root/server/wallet-backend
AgeCommit message (Collapse)Author
2007-09-01Add documentation.Russ Allbery
2007-09-01Add acl destroy as a command, add newlines after the owner, expires, andRuss Allbery
getacl returns, and handle undef returns from owner, expires, and getacl that aren't errors.
2007-08-31Implement argument checking. Stop explicitly including the MySQL driverRuss Allbery
since DBI doesn't require it.
2007-08-29Wallet::Server is now responsible for connecting to the database. Don'tRuss Allbery
bother working hard to disconnect the database on exit, since the DESTROY DBI method will do the right thing.
2007-08-29Initial driver implementation.Russ Allbery