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 /server | |
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 'server')
-rwxr-xr-x | server/wallet-backend | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/server/wallet-backend b/server/wallet-backend index 453aa79..0a611db 100755 --- a/server/wallet-backend +++ b/server/wallet-backend @@ -317,7 +317,7 @@ __END__ =for stopwords wallet-backend backend backend-specific remctld ACL acl timestamp getacl -setacl metadata nul keytab keytabs enctypes enctype ktadd KDC Allbery +setacl metadata keytab keytabs enctypes enctype ktadd KDC Allbery autocreate =head1 NAME @@ -546,11 +546,6 @@ Stores <data> for the object identified by <type> and <name> for later retrieval with C<get>. Not all object types support this. If <data> is not given as an argument, it will be read from standard input. -Currently, <data> is limited to not containing nul characters and may -therefore not be binary data, and is limited by the maximum command line -length of the operating system of the wallet server. These restrictions -will be lifted in the future. - =back =head1 ATTRIBUTES |