mirror of
git://git.gnupg.org/gnupg.git
synced 2024-10-31 20:08:43 +01:00
61ba223221
n, so that it is possible to attach gdb when used in server mode. * query.c (agent_askpin): Don't ask in batch mode.
41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
2001-12-14 Werner Koch <wk@gnupg.org>
|
|
|
|
* 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.
|
|
|
|
* command.c: Removed the conversion macros as they are now in
|
|
../common/util.h.
|
|
|
|
2001-12-14 Marcus Brinkmann <marcus@g10code.de>
|
|
|
|
* query.c (LINELENGTH): Removed.
|
|
(agent_askpin): Use ASSUAN_LINELENGTH, not LINELENGTH.
|
|
|
|
2001-11-19 Werner Koch <wk@gnupg.org>
|
|
|
|
* gpg-agent.c: Removed all GUI code, removed code for old
|
|
protocol. New code to use the Assuan protocol as a server and
|
|
also to communicate with a new ask-passphrase utility.
|
|
|
|
2000-11-22 Werner Koch <wk@gnupg.org>
|
|
|
|
* gpg-agent.c (main): csh support by Dan Winship, new options --sh
|
|
and --csh and set default by consulting $SHELL.
|
|
|
|
Mon Aug 21 17:59:17 CEST 2000 Werner Koch <wk@openit.de>
|
|
|
|
* gpg-agent.c (passphrase_dialog): Cleanup the window and added the
|
|
user supplied text to the window.
|
|
(main): Fixed segv in gtk_init when used without a command to start.
|
|
|
|
* gpg-agent.c: --flush option.
|
|
(req_flush): New.
|
|
(req_clear_passphrase): Implemented.
|
|
|
|
Fri Aug 18 14:27:14 CEST 2000 Werner Koch <wk@openit.de>
|
|
|
|
* gpg-agent.c: New.
|
|
* Makefile.am: New.
|
|
|