mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Use estream_asprintf instead of the GNU asprintf.
This commit is contained in:
parent
edb3dc99e9
commit
5f3bca9682
25 changed files with 2413 additions and 351 deletions
|
@ -1,5 +1,11 @@
|
|||
2007-05-11 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpgsm.texi (--export): Enhanced description.
|
||||
|
||||
2007-05-09 Werner Koch <wk@g10code.com>
|
||||
|
||||
* examples/gpgconf.conf: Remove active example line.
|
||||
|
||||
* Makefile.am (online): Distinguish between released and svn manuals.
|
||||
|
||||
2007-05-08 Werner Koch <wk@g10code.com>
|
||||
|
|
|
@ -52,7 +52,5 @@
|
|||
#-------------------------------------------------------------------
|
||||
|
||||
|
||||
# Deny all users to change the allow-mark-trusted option.
|
||||
* gpg-agent allow-mark-trusted [no-change]
|
||||
|
||||
|
||||
|
|
|
@ -228,8 +228,14 @@ Delete the keys matching @var{pattern}.
|
|||
@item --export [@var{pattern}]
|
||||
@opindex export
|
||||
Export all certificates stored in the Keybox or those specified by the
|
||||
optional @var{pattern}. When using along with the @code{--armor} option
|
||||
a few informational lines are prepended before each block.
|
||||
optional @var{pattern}. Those pattern consist of a list of user ids
|
||||
(@pxref{how-to-specify-a-user-id}). When used along with the
|
||||
@option{--armor} option a few informational lines are prepended before
|
||||
each block. There is one limitation: As there is no commonly agreed
|
||||
upon way to pack more than one certificate into an ASN.1 structure, the
|
||||
binary export (i.e. without using @option{armor}) works only for the
|
||||
export of one certificate. Thus it is required to specify a
|
||||
@var{pattern} which yields exactly one certificate.
|
||||
|
||||
@item --export-secret-key-p12 @var{key-id}
|
||||
@opindex export
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue