diff options
author | Werner Koch <[email protected]> | 2016-08-29 09:45:47 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-08-29 09:51:00 +0000 |
commit | 2aa0701013f703ad93e17da3345c493c08aa04ee (patch) | |
tree | 42e9b6da0d5cc00e5d3c2a9ec6c34a8f4d5659de /doc/gpgsm.texi | |
parent | gpg: Make decryption of -R work w/o --try-secret-key or --default-key. (diff) | |
download | gnupg-2aa0701013f703ad93e17da3345c493c08aa04ee.tar.gz gnupg-2aa0701013f703ad93e17da3345c493c08aa04ee.zip |
common: Add a default socket name feature.
* common/logging.c (log_set_socket_dir_cb): New.
(socket_dir_cb): New.
(set_file_fd): Allow "socket://".
(fun_writer): Implement default socket name.
* common/init.c (_init_common_subsystems): Register default socket.
--
This change allows the use of
log-file socket://
in any configuration file.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc/gpgsm.texi')
-rw-r--r-- | doc/gpgsm.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index dae26b239..7cee0f35f 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -384,6 +384,7 @@ Do not print a warning when the so called "secure memory" cannot be used. @item --log-file @var{file} @opindex log-file When running in server mode, append all logging output to @var{file}. +Use @file{socket://} to log to socket. @end table |