aboutsummaryrefslogtreecommitdiff
path: root/config/wallet
AgeCommit message (Collapse)Author
2010-02-20wallet-backend gets the third store argument from stdin if missingRuss Allbery
If there is no third argument to store, read it from standard input instead. This is the preferred way of running wallet-backend, using stdin=last support from remctl 2.14 and later. Receiving the third argument as a regular argument continues to be supported for backward compatibility.
2008-08-14Fix logging in wallet-backend and the remctl configuration to not logRuss Allbery
the data passed to store.
2007-09-01Add a remctl fragment for the wallet backend.Russ Allbery