diff options
author | Russ Allbery <rra@stanford.edu> | 2010-02-20 21:52:38 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-02-20 21:52:38 -0800 |
commit | 3b3e387b6bca35a00a86ad41e39874eeadcb78b9 (patch) | |
tree | 4bcf411ad194268b919a40a559ac39fa98bed9c3 /NEWS | |
parent | 78d83f1d2757fbbc36bbb1e5463cb7c263053a22 (diff) |
Update documentation for support for storing nul data
Update the wallet client, wallet-backend, and Wallet::Object::File
documentation for the support for storing data containing nul
characters using the new stdin support in remctld. Add this to NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -26,6 +26,12 @@ wallet 0.10 (unreleased) right thing for sites that use a KDC that serves both Kerberos v4 and Kerberos v5 from the same database. + The wallet client can now store data containing nul characters and + wallet-backend will accept it if passed on standard input instead of + as a command-line argument. See config/wallet for the new required + remctld configuration. Storing data containing nul characters + requires remctl 2.14 or later. + Correctly handle storing of data that begins with a dash and don't parse it as an argument to wallet-backend. |