1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* gpg-agent.c (main): New option --batch. New option --debug-wait

n, so that it is possible to attach gdb when used in server mode.
* query.c (agent_askpin): Don't ask in batch mode.
This commit is contained in:
Werner Koch 2001-12-14 15:39:44 +00:00
parent 7606e3b33a
commit 61ba223221
4 changed files with 23 additions and 1 deletions

View file

@ -33,6 +33,7 @@ struct {
int verbose; /* verbosity level */
int quiet; /* be as quiet as possible */
int dry_run; /* don't change any persistent data */
int batch; /* batch mode */
const char *homedir; /* configuration directory name */
const char *pinentry_program;