mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-13 22:21:09 +02:00
(main): Set the prefixes for assuan logging.
This commit is contained in:
parent
bba0f77422
commit
f438224dae
@ -1,3 +1,7 @@
|
|||||||
|
2003-12-16 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* gpg-agent.c (main): Set the prefixes for assuan logging.
|
||||||
|
|
||||||
2003-12-15 Werner Koch <wk@gnupg.org>
|
2003-12-15 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* protect.c (do_encryption): Use gcry_create_nonce instad of the
|
* protect.c (do_encryption): Use gcry_create_nonce instad of the
|
||||||
|
@ -355,6 +355,8 @@ main (int argc, char **argv )
|
|||||||
}
|
}
|
||||||
|
|
||||||
assuan_set_malloc_hooks (gcry_malloc, gcry_realloc, gcry_free);
|
assuan_set_malloc_hooks (gcry_malloc, gcry_realloc, gcry_free);
|
||||||
|
assuan_set_assuan_log_stream (log_get_stream ());
|
||||||
|
assuan_set_assuan_log_prefix (log_get_prefix (NULL));
|
||||||
|
|
||||||
gcry_set_log_handler (my_gcry_logger, NULL);
|
gcry_set_log_handler (my_gcry_logger, NULL);
|
||||||
gcry_control (GCRYCTL_USE_SECURE_RNDPOOL);
|
gcry_control (GCRYCTL_USE_SECURE_RNDPOOL);
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2003-12-16 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* scdaemon.c (main): Set the prefixes for assuan logging.
|
||||||
|
|
||||||
2003-11-17 Werner Koch <wk@gnupg.org>
|
2003-11-17 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* scdaemon.c, scdaemon.h: New options --allow-admin and --deny-admin.
|
* scdaemon.c, scdaemon.h: New options --allow-admin and --deny-admin.
|
||||||
|
@ -272,7 +272,11 @@ main (int argc, char **argv )
|
|||||||
}
|
}
|
||||||
|
|
||||||
ksba_set_malloc_hooks (gcry_malloc, gcry_realloc, gcry_free);
|
ksba_set_malloc_hooks (gcry_malloc, gcry_realloc, gcry_free);
|
||||||
|
|
||||||
assuan_set_malloc_hooks (gcry_malloc, gcry_realloc, gcry_free);
|
assuan_set_malloc_hooks (gcry_malloc, gcry_realloc, gcry_free);
|
||||||
|
assuan_set_assuan_log_stream (log_get_stream ());
|
||||||
|
assuan_set_assuan_log_prefix (log_get_prefix (NULL));
|
||||||
|
|
||||||
gcry_set_log_handler (my_gcry_logger, NULL);
|
gcry_set_log_handler (my_gcry_logger, NULL);
|
||||||
gcry_control (GCRYCTL_USE_SECURE_RNDPOOL);
|
gcry_control (GCRYCTL_USE_SECURE_RNDPOOL);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user