summaryrefslogtreecommitdiff
path: root/client/wallet.c
AgeCommit message (Collapse)Author
2007-09-01Change an instance of remctl to wallet in the -h output.Russ Allbery
2007-08-29Kill warnings. We now build with all warnings enabled.Russ Allbery
2007-08-29Add support for -f and recognize -S. Remove the special-casing of onlyRuss Allbery
get and show and pass all commands on to the server. Instead, only special-case get to write its output to a different location.
2006-08-23Make quite a bit more behavior configurable so that I can run a meaningfulRuss Allbery
test. Display show output to standard out instead of writing it to a keytab file. NULL-terminate the commands passed to the server. Don't constrain the object type to be keytab.
2006-08-17Initial very simple wallet client program.Russ Allbery