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 /perl/Wallet/Object | |
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 'perl/Wallet/Object')
-rw-r--r-- | perl/Wallet/Object/File.pm | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/perl/Wallet/Object/File.pm b/perl/Wallet/Object/File.pm index 69262f6..c655b44 100644 --- a/perl/Wallet/Object/File.pm +++ b/perl/Wallet/Object/File.pm @@ -221,12 +221,11 @@ dashes replaced by C<%> and the hex code of the character. =head1 LIMITATIONS -The wallet implementation itself can handle arbitrary file object names -and arbitrary content. However, due to limitations in the B<remctld> -server usually used to run B<wallet-backend>, file object names and -contents containing nul characters (ASCII 0) may not be permitted. The -file system used for storing file objects may impose a length limitation -on the file object name. +The wallet implementation itself can handle arbitrary file object names. +However, due to limitations in the B<remctld> server usually used to run +B<wallet-backend>, file object names containing nul characters (ASCII 0) +may not be permitted. The file system used for storing file objects may +impose a length limitation on the file object name. =head1 SEE ALSO |