1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-09-22 15:11:41 +02:00
gnupg/sm
Marcus Brinkmann ee6bb32a8b 2002-04-24 Marcus Brinkmann <marcus@g10code.de>
* configure.ac: Check for locale.h.

agent/
2002-04-24  Marcus Brinkmann  <marcus@g10code.de>

	* agent.h (struct opt): Add members display, ttyname, ttytype,
	lc_ctype, and lc_messages.
	* gpg-agent.c (enum cmd_and_opt_values): Add oDisplay, oTTYname,
	oTTYtype, oLCctype, and LCmessages.
	(main): Handle these options.
	* command.c (option_handler): New function.
	(register_commands): Register option handler.
	* query.c (start_pinentry): Pass the various display and tty
	options to the pinentry.

sm/
2002-04-24  Marcus Brinkmann  <marcus@g10code.de>

	* gpgsm.h (struct opt): New members display, ttyname, ttytype,
	lc_ctype, lc_messages.
	* gpgsm.c (enum cmd_and_opt_values): New members oDisplay,
	oTTYname, oTTYtype, oLCctype, oLCmessages.
	(opts): New entries for these options.
	(main): Handle these new options.
	* call-agent.c (start_agent): Set the various display and tty
	parameter after resetting.
2002-04-24 21:52:47 +00:00
..
base64.c Doc fixes, moved some fizmes to TODO, fixed minor bugs. 2002-03-18 09:30:35 +00:00
call-agent.c 2002-04-24 Marcus Brinkmann <marcus@g10code.de> 2002-04-24 21:52:47 +00:00
call-dirmngr.c Changes needed to support smartcards. Well, only _support_. There is 2002-02-28 11:07:59 +00:00
certchain.c * certpath.c (find_up): New to use the authorithKeyIdentifier. 2002-04-15 13:18:44 +00:00
certcheck.c Doc fixes, moved some fizmes to TODO, fixed minor bugs. 2002-03-18 09:30:35 +00:00
certdump.c * certpath.c (gpgsm_validate_path): Print the DN of a missing issuer. 2002-01-23 13:40:38 +00:00
certlist.c * certlist.c (cert_usable_p): New. 2002-04-12 18:54:34 +00:00
certpath.c * certpath.c (find_up): New to use the authorithKeyIdentifier. 2002-04-15 13:18:44 +00:00
certreqgen.c * certreqgen.c (gpgsm_genkey): Write status output on success. 2002-04-18 13:06:18 +00:00
ChangeLog 2002-04-24 Marcus Brinkmann <marcus@g10code.de> 2002-04-24 21:52:47 +00:00
decrypt.c * certlist.c (cert_usable_p): New. 2002-04-12 18:54:34 +00:00
encrypt.c * verify.c (gpgsm_verify): Detect certs-only message. 2002-03-12 13:36:29 +00:00
export.c * export.c: New. 2002-03-21 14:42:14 +00:00
fingerprint.c * fingerprint.c (gpgsm_get_certid): Print the serialand not the 2002-01-13 10:43:21 +00:00
gpgsm.c 2002-04-24 Marcus Brinkmann <marcus@g10code.de> 2002-04-24 21:52:47 +00:00
gpgsm.h 2002-04-24 Marcus Brinkmann <marcus@g10code.de> 2002-04-24 21:52:47 +00:00
import.c * verify.c (gpgsm_verify): Detect certs-only message. 2002-03-12 13:36:29 +00:00
keydb.c * gpgsm.c, gpgsm.h: Add local_user. 2002-03-05 15:56:46 +00:00
keydb.h * import.c (gpgsm_import): Just do a basic cert check before 2002-01-15 13:02:47 +00:00
keylist.c * certlist.c (cert_usable_p): New. 2002-04-12 18:54:34 +00:00
Makefile.am * export.c: New. 2002-03-21 14:42:14 +00:00
misc.c Added new directory common to enable sharing of some code and error 2001-11-24 17:43:43 +00:00
server.c * export.c: New. 2002-03-21 14:42:14 +00:00
sign.c * certlist.c (cert_usable_p): New. 2002-04-12 18:54:34 +00:00
verify.c * certlist.c (cert_usable_p): New. 2002-04-12 18:54:34 +00:00