Make use of the card's extended capabilities.
[gnupg.git] / tools / ChangeLog
blob5714daca9b40a52eb697c21775552c6b52aa7410
1 2009-07-21  Werner Koch  <wk@g10code.com>
3         * gpgsplit.c (my_strusage): Remove i18n stuff.
5 2009-07-07  Werner Koch  <wk@g10code.com>
7         * gpg-connect-agent.c (start_agent): Adjust for changed args of
8         send_pinentry_environment.
10 2009-06-30  Werner Koch  <wk@g10code.com>
12         * ccidmon.c (parse_line_sniffusb): Take also TAB as delimiter.
14 2009-06-29  Werner Koch  <wk@g10code.com>
16         * ccidmon.c (parse_line_sniffusb): New.
17         (main): Add option --sniffusb.
19 2009-06-08  Werner Koch  <wk@g10code.com>
21         * gpgconf.c (main): Call gnupg_reopen_std.  Should fix bug#1072.
23 2009-05-19  Werner Koch  <wk@g10code.com>
25         * watchgnupg.c: Include jnlib/mischelp.h if required.
26         (main): Use SUN_LEN.
28 2009-04-17  Werner Koch  <wk@g10code.com>
30         * ccidmon.c: New.
32 2009-03-03  Werner Koch  <wk@g10code.com>
34         * gpgconf.c: New command --reload.
36         * gpgconf-comp.c (gc_component_reload): New.
38 2009-03-02  Werner Koch  <wk@g10code.com>
40         * gpgconf-comp.c (scdaemon_runtime_change): Killsc d only if it is
41         not running.
43 2009-02-27  Werner Koch  <wk@g10code.com>
45         * gpgconf-comp.c (gpg_agent_runtime_change): Declare static.
46         (scdaemon_runtime_change): New.
47         (gc_backend_scdaemon): Register new function.
48         (gc_options_scdaemon): Make most options runtime changable.
50 2009-01-20  Werner Koch  <wk@g10code.com>
52         * gpgconf.c (main): Print more directories.
54 2008-12-09  Werner Koch  <wk@g10code.com>
56         * gpg-check-pattern.c (main): Call i18n_init before
57         init_common_subsystems.
58         * gpg-connect-agent.c (main): Ditto.
59         * gpgconf.c (main): Ditto.
60         * symcryptrun.c (main): Ditto.
62 2008-12-08  Werner Koch  <wk@g10code.com>
64         * gpgkey2ssh.c (main): Change order of output for RSA. Change name
65         of DSA identifier.  Reported by Daniel Kahn Gillmor.  This is
66         bug#901.
68 2008-12-05  Werner Koch  <wk@g10code.com>
70         * gpg-connect-agent.c (opts): Use ARGPARSE_ macros.
71         (start_agent) [W32]: Start agent if not running.
73 2008-12-03  Werner Koch  <wk@g10code.com>
75         * gpgconf-comp.c <scdaemon>: Add option --card-timeout.  Remove
76         unused option --disable-opensc.
78 2008-10-20  Werner Koch  <wk@g10code.com>
80         * gpgsplit.c (write_part): Remove unused arg FNAME.  Change caller.
81         (do_split): Ditto.
83         * no-libgcrypt.c (gcry_control): Mark unused arg.
84         * gpg-connect-agent.c (do_recvfd): Ditto.
85         * gpgparsemail.c (mime_signed_begin, mime_encrypted_begin): Ditto.
86         (pkcs7_begin): Ditto.
88 2008-10-01  Werner Koch  <wk@g10code.com>
90         * gpg-connect-agent.c (main): New command datafile.
91         (read_and_print_response): Print to the defined datafile.
93 2008-09-30  Werner Koch  <wk@g10code.com>
95         * gpgconf.c (main) <aListDirs>: Print the bindir.
97 2008-08-06  Marcus Brinkmann  <marcus@g10code.de>
99         * gpgconf-comp.c (gc_options_gpgsm): Change type of keyserver
100         option to GC_ARG_TYPE_LDAP_SERVER.
102         * gpgconf-comp.c (retrieve_options_from_file): Transfer the
103         NO_CHANGE flag from the file name option to the list option.
105 2008-06-19  Werner Koch  <wk@g10code.com>
107         * gpgconf-comp.c (GC_ARG_TYPE_ALIAS_LIST): New.
108         (gc_arg_type): Add fallback type.
109         (gc_options_gpg): Add option "group".
111 2008-06-12  Marcus Brinkmann  <marcus@g10code.de>
113         * gpgconf-comp.c (gc_options_gpgsm): Add option keyserver.
115 2008-05-26  Marcus Brinkmann  <marcus@g10code.de>
117         * gpgconf-comp.c: Replace pathname by filename everywhere.
119         * gpgconf.c (enum cmd_and_opt_values): Add aListDirs.
120         (opts): Add aListDirs option.
121         (main): Handle aListDirs.
122         * gpgconf.h (gc_percent_escape): New declaration.
123         * gpgconf-comp.c (my_percent_escape): Make non-static and rename
124         to ...
125         (gc_percent_escape): ... this.  Change all callers.
126         
127 2008-05-26  Werner Koch  <wk@g10code.com>
129         * gpgconf-comp.c (gpg_agent_runtime_change) [W32]: Issue
130         "reloadagent" command to gpg-agent.
132         * gpg-connect-agent.c (main): Allow server command on the command
133         line.
135 2008-05-20  Marcus Brinkmann  <marcus@g10code.de>
137         * gpgconf.h (gc_component_check_programs): Rename to ...
138         (gc_check_programs): ... this.
139         (gc_component_change_options): Add argument OUT.
140         (gc_component_check_options): New function.
141         * gpgconf.c (enum cmd_and_opt_values): New option aCheckOptions.
142         (opts): Add new option aCheckOptions (aka --check-options).
143         (main): Handle new option aCheckOptions.
144         * gpgconf-comp.c (gc_component_check_programs): Rename to ...
145         (gc_check_programs): ... this.  Refactor core of it to ...
146         (gc_component_check_options): ... this new function.
147         (gc_component_change_options): Add new argument OUT.  Externally
148         verify all changes.  Implement option --dry-run.
150 2008-05-09  Werner Koch  <wk@g10code.com>
152         * gpgconf-comp.c (my_dgettext) [USE_SIMPLE_GETTEXT]:  Hack to
153         parly support translations.
155 2008-04-08  Werner Koch  <wk@g10code.com>
157         * gpgconf-comp.c (gc_options_gpg): Add --auto-key-locate.
159 2008-03-26  Werner Koch  <wk@g10code.com>
161         * make-dns-cert.c: Include unistd.h.  Use config.h if requested.
162         (cert_key): Protect read against EINTR.
163         (main): Print SVN revision for standalone version.
165 2008-03-05  Werner Koch  <wk@g10code.com>
167         * gpg-connect-agent.c (arithmetic_op): Add logical not, or and and.
168         (get_var_ext): Add functions errcode, errsource and errstring.
169         (read_and_print_response): Store server reply in $? variable.
170         (main): Implement IF command.
172 2008-02-27  Marcus Brinkmann  <marcus@g10code.de>
174         * gpgconf-comp.c (option_check_validity): For now, error out on
175         empty strings.
176         (enum): Add GC_ARG_TYPE_PUB_KEY and GC_ARG_TYPE_SEC_KEY.
178 2008-02-01  Marcus Brinkmann  <marcus@g10code.de>
180         * gpgconf-comp.c (gc_component_list_options): Fix memcpy.
181         Reported by Marc Mutz.
183 2008-01-22  Werner Koch  <wk@g10code.com>
185         * gpgconf-comp.c: Use gnupg domain for honor-http-proxy.  Make
186         "LDAP server list" group title translatable.
188 2008-01-17  Marcus Brinkmann  <marcus@g10code.de>
190         * gpgconf-comp.c (change_options_program): Strip duplicated
191         utf8-strings entries for gnupg backend.  Don't create them either.
193 2007-12-10  Marcus Brinkmann  <marcus@g10code.de>
195         * gpgconf-comp.c (gc_component_list_options): Fix up expert level
196         of group.
198 2007-12-04  Marcus Brinkmann  <marcus@g10code.de>
200         * gpgconf-comp.c (gc_component_list_components): Do not print a
201         trailing semi-colon to ensure forward compatibility, as this would
202         indicate another empty field.
203         (gc_process_gpgconf_conf): Likewise.
205 2007-11-15  Werner Koch  <wk@g10code.com>
207         * gpg-connect-agent.c (start_agent): Adjust changed
208         send_pinentry_environment.
210 2007-10-24  Werner Koch  <wk@g10code.com>
212         * gpg-connect-agent.c (substitute_line): Restore temporary nul
213         marker.
214         (main): Add /while command.
216 2007-10-23  Werner Koch  <wk@g10code.com>
218         * gpgconf-comp.c (gc_process_gpgconf_conf): Add arg
219         LISTFP.  Changed all callers.
220         * gpgconf.h: Add gc_error.
221         * gpgconf.c: Add command --list-config.
222         (get_outfp): New.
223         (main): Make --output work.
225         * gpgconf-comp.c (gc_options_gpg_agent): Replace accidently used
226         GC_BACKEND_SCDAEMON.  We should consider to create these tables
227         from plain files.
229 2007-10-22  Werner Koch  <wk@g10code.com>
231         * gpgconf-comp.c (retrieve_options_from_program): Replace use of
232         popen by our gnupg_spawn_process_fd.  This is required because
233         popen under Windows can't handle long filenames.
235 2007-10-19  Werner Koch  <wk@g10code.com>
237         * symcryptrun.c (confucius_get_pass): Use utf8 switching functions.
239         * gpg-connect-agent.c (get_var_ext): New.
240         (substitute_line): Use it.
241         (assign_variable): Implement /slet in terms of get_var_ext.
242         (main): New option -s/--subst.
243         (add_definq): Add arg IS_VAR.  Change all callers.
244         (main): Add command /definq.
245         (handle_inquire): Implement new command.
246         (substitute_line_copy): New.
247         (unescape_string, unpercent_string): New.
248         * no-libgcrypt.c (gcry_set_outofcore_handler) 
249         (gcry_set_fatalerror_handler, gcry_set_log_handler): New.
250         * Makefile.am (gpg_connect_agent_LDADD): Link to libreadline.
252         * gpgconf-comp.c (retrieve_options_from_file): Don't call fclose
253         with NULL.  Fixes bug 842.
255 2007-10-12  Werner Koch  <wk@g10code.com>
257         * gpg-connect-agent.c (substitute_line): Allow ${foo} syntax.
259 2007-10-11  Werner Koch  <wk@g10code.com>
261         * gpg-connect-agent.c (get_var): Expand environment variables.
262         Suggested by Marc Mutz.
263         (set_var): Return the value.
264         (assign_variable): Add arg syslet.
265         (main): New command /slet.
266         (gnu_getcwd): New.
267         (assign_variable): Add tag cwd, and *dir.
269 2007-10-02  Werner Koch  <wk@g10code.com>
271         * no-libgcrypt.c (gcry_malloc_secure): New.
273         * gpg-connect-agent.c (set_var, set_int_var, get_var)
274         (substitute_line, show_variables, assign_variable)
275         (do_open, do_close, do_showopen): New.
276         (main): Add new commands /nosubst, /subst, /let, /showvar, /open,
277         /close and /showopen.
278         (main): New commands /run and /bye.
280 2007-10-01  Werner Koch  <wk@g10code.com>
282         * gpg-connect-agent.c (do_sendfd): Use INT2FD for assuan_sendfd.
284 2007-09-26  Werner Koch  <wk@g10code.com>
286         * gpg-connect-agent.c (main): Print the first response from the
287         server.
289 2007-09-14  Werner Koch  <wk@g10code.com>
291         * gpgconf-comp.c: Make a string translatable.
293 2007-09-04  Moritz Schulte  <moritz@g10code.com>
295         * gpgsm-gencert.sh: Use printf instead of echo.
297 2007-09-04  Moritz Schulte  <moritz@g10code.com>
299         * gpgkey2ssh.c: Include sysutils.h so that gnupg_tmpfile() is
300         declared.
302 2007-08-31  Werner Koch  <wk@g10code.com>
304         * gpgparsemail.c: Support PGP/MIME signed messages.
306         * gpgconf-comp.c (gc_component_list_components): List the programs
307         names.
309 2007-08-29  Werner Koch  <wk@g10code.com>
311         * gpgconf.c: New command --check-programs.
312         * gpgconf-comp.c (gc_component_check_programs): New.
313         (gc_backend): Add member MODULE_NAME and add these module names.
314         (retrieve_options_from_program): Use module name so that we use an
315         absolute file name and don't rely on $PATH.
316         (collect_error_output): New.
317         * no-libgcrypt.c (gcry_control): New.
319 2007-08-28  Werner Koch  <wk@g10code.com>
321         * gpgconf-comp.c <gpg-agent>: Add options --max-passphrase-days
322         and --enable-passphrase-history.
324 2007-08-27  Werner Koch  <wk@g10code.com>
326         * gpg-check-pattern.c: New
327         * Makefile.am (libexec_PROGRAMS): Add unless DISABLE_REGEX.
329 2007-08-24  Werner Koch  <wk@g10code.com>
331         * gpgconf-comp.c <gpg-agent>: Add options --check-passphrase-pattern,
332         --min-passphrase-nonalpha and --enforce-passphrase-constraints and
333         move them into a new "passphrase policy" group.
334         (gc_component) [W32]: Enable dirmngr.
336 2007-08-21  Werner Koch  <wk@g10code.com>
338         * gpgkey2ssh.c (key_to_blob): Use gnupg_tmpfile().
340 2007-08-02  Werner Koch  <wk@g10code.com>
342         * gpgconf-comp.c: Factor the public GC_OPT_FLAG constants out and
343         include gc-opt-flags.h.
345 2007-07-17  Werner Koch  <wk@g10code.com>
347         * gpgconf-comp.c: Add --encrypt-to and --default-key to gpg and
348         gpgsm.
350 2007-07-16  Marcus Brinkmann  <marcus@g10code.de>
352         * gpg-connect-agent.c (main): Bail out if write fails.
354 2007-07-05  Marcus Brinkmann  <marcus@g10code.de>
356         * symcryptrun.c (confucius_get_pass): Define orig_codeset if
357         [ENABLE_NLS], not [HAVE_LANGINFO_CODESET].
359 2007-06-26  Werner Koch  <wk@g10code.com>
361         * gpgconf-comp.c (key_matches_user_or_group) [W32]: Implement user
362         name matching.
363         (GPGNAME): New.  Use it instead of "gpg".
364         (gc_component) [W32]:  Disable dirmngr for now.
365         (gc_component_retrieve_options): Ignore components without options.
366         (gc_component_change_options): Ditto.
367         (gc_component_list_options): Ditto.
368         (gc_component_find, gc_component_list_components): Ditto.
370 2007-06-19  Werner Koch  <wk@g10code.com>
372         * gpgconf-comp.c (percent_escape): Rename to my_percent_escape.
373         Changed all callers.
375 2007-06-18  Marcus Brinkmann  <marcus@g10code.de>
377         * gpgconf-comp.c (retrieve_options_from_file): Close LIST_FILE.
378         (copy_file): In error case, save/restore errno.  Close SRC and DST.
379         (gc_component_change_options): Catch error from unlink().  Remove
380         target backup file before rename().
382 2007-06-15  Marcus Brinkmann  <marcus@g10code.de>
384         * gpgconf-comp.c (copy_file) [HAVE_W32_SYSTEM]: New function.
385         (change_options_file, change_options_program) [HAVE_W32_SYSTEM]:
386         Copy backup file.
387         (gc_component_change_options) [HAVE_W32_SYSTEM]: Non-atomic replace.
388         (gc_process_gpgconf_conf): Rename fname to fname_arg and
389         fname_buffer to fname, initialize fname with fname_arg, discarding
390         const qualifier.
392 2007-06-15  Werner Koch  <wk@g10code.com>
394         * Makefile.am (symcryptrun_LDADD): It is LIBICONV and not LIBINCONV.
395         (gpgconf_LDADD, symcryptrun_LDADD): Add W32SOCKLIBS.
397 2007-06-14  Werner Koch  <wk@g10code.com>
399         * symcryptrun.c (main): Setup default socket name for
400         simple-pwquery.
401         (MAP_SPWQ_ERROR_IMPL): New.  Use it for all spwq error returns.
403 2007-06-12  Werner Koch  <wk@g10code.com>
405         * gpgconf-comp.c (gc_process_gpgconf_conf): Replace
406         GNUPG_SYSCONFDIR by a function call.
408         * gpg-connect-agent.c (main): Replace some calls by
409         init_common_subsystems.
410         * gpgconf.c (main): Ditto.
411         * symcryptrun.c (main): Ditto.
413 2007-06-11  Werner Koch  <wk@g10code.com>
415         * symcryptrun.c (main) [W32]: Call pth_init.
416         * gpgconf.c (main) [W32]: Call pth_init
417         * gpg-connect-agent.c (main) [W32]: Call pth_init.
419 2007-06-06  Werner Koch  <wk@g10code.com>
421         * Makefile.am (bin_PROGRAMS) [W32]: Do not build gpgparsemail.
423         * gpgconf-comp.c [W32]: Do not include pwd.h and grp.h.
424         (key_matches_user_or_group) [W32]: For now always return false.
426         * symcryptrun.c (i18n_init): Remove.
427         * gpgconf.c (i18n_init): Remove.
428         * gpg-connect-agent.c (i18n_init): Remove.
430 2007-05-19  Marcus Brinkmann  <marcus@g10code.de>
432         * symcryptrun.c (confucius_get_pass): Free ORIG_CODESET on error.
434 2007-05-08  Werner Koch  <wk@g10code.com>
436         * sockprox.c: New.  It needs to be build manually. By Moritz
437         Schulte.
439 2007-04-20  Werner Koch  <wk@g10code.com>
441         * symcryptrun.c (my_gcry_logger): Removed.
442         (main): Call setup_libgcrypt_logging.
444 2007-04-03  Werner Koch  <wk@g10code.com>
446         * gpgconf-comp.c: Allow changing of --allow-mark-trusted.
448         * gpg-connect-agent.c (main): New option --decode and commands
449         decode and undecode.
450         (read_and_print_response): Implement option.
452 2007-03-20  Werner Koch  <wk@g10code.com>
454         * gpgconf-comp.c (gc_options_gpgsm): Add p12-charset.
456 2007-03-07  Werner Koch  <wk@g10code.com>
458         * applygnupgdefaults: New.
459         * Makefile.am (sbin_SCRIPTS): Add it
461 2007-03-06  Werner Koch  <wk@g10code.com>
463         * gpgconf-comp.c: Include pwd.h and grp.h.
464         (GC_OPT_FLAG_NO_CHANGE): New.
465         (gc_component_change_options): Implement it.
466         (gc_options_gpg_agent): Add options for all ttl values and
467         min-passphrase-length.  Apply new flag to some of them.
468         (gc_process_gpgconf_conf, key_matches_user_or_group): New.
469         (gc_component_change_options): Factor some code out to ..
470         (change_one_value): .. new. 
471         (gc_component_retrieve_options): Allow -1 for COMPONENT to iterate
472         over al components.
473         * gpgconf.c (main): New commands --check-config and
474         --apply-defaults.  Call gc_process_gpgconf_conf.
476 2007-01-31  Werner Koch  <wk@g10code.com>
478         * Makefile.am (symcryptrun_LDADD): Add LIBICONV.
479         (gpgkey2ssh_LDADD): Ditto.
481 2006-12-13  David Shaw  <dshaw@jabberwocky.com>
483         * Makefile.am (gpgsplit_LDADD): Link to LIBINTL if we're using the
484         built-in code.
486 2006-12-07  David Shaw  <dshaw@jabberwocky.com>
488         * Makefile.am: Link to iconv for jnlib dependency.
490 2006-11-23  Werner Koch  <wk@g10code.com>
492         * Makefile.am (gpg_connect_agent_LDADD): Add NETLIBS.
494 2006-11-21  Werner Koch  <wk@g10code.com>
496         * gpgconf-comp.c (list_one_option): Cast print size_t arg.
498 2006-11-17  Werner Koch  <wk@g10code.com>
500         * gpgconf-comp.c: Made disable-keypad a basic option.
502 2006-11-03  Werner Koch  <wk@g10code.com>
504         * symcryptrun.c: Include signal.h and include pth.h only if test
505         asserts that it exists.
507 2006-10-23  Werner Koch  <wk@g10code.com>
509         * gpgconf-comp.c <gpgsm>: Add --cipher-algo.
511 2006-10-20  Werner Koch  <wk@g10code.com>
513         * gpgsm-gencert.sh: Enhanced the main menu. 
515 2006-10-12  Werner Koch  <wk@g10code.com>
517         * Makefile.am (gpg-zip, gpgsplit): Do not install due to a
518         conflict with gpg1.
520 2006-10-11  Werner Koch  <wk@g10code.com>
522         * gpgsm-gencert.sh: Allow generation of card keys.
524 2006-10-08  Werner Koch  <wk@g10code.com>
526         * Makefile.am (gpgkey2ssh_LDADD): Add LIBINTL. Suggested by
527         Andreas Metzler.
529 2006-09-22  Werner Koch  <wk@g10code.com>
531         * no-libgcrypt.c: Changed license to a simple all permissive one.
533 2006-09-20  Werner Koch  <wk@g10code.com>
535         * Makefile.am: Changes to allow parallel make runs.
537 2006-09-12  Werner Koch  <wk@g10code.com>
539         Replaced all call gpg_error_from_errno(errno) by
540         gpg_error_from_syserror().
542         * gpg-connect-agent.c (read_and_print_response): With verbosity
543         level 2 also print comment lines.
545 2006-09-06  Werner Koch  <wk@g10code.com>
547         * gpg-connect-agent.c: Switch everything to new Assuan error code
548         style.
550         * no-libgcrypt.c (out_of_core): Reanmed to ...
551         (out_of_memory): .. this to avoid name clash with util.h.
553 2006-08-21  Werner Koch  <wk@g10code.com>
555         * gpgsplit.c: New. Taken from 1.4. Adjusted to GnuPG2.
557         * Makefile.am (noinst_PROGRAMS): New.
559 2006-06-09  Marcus Brinkmann  <marcus@g10code.de>
561         * Makefile.am (gpgconf_LDADD): Add $(GPG_ERROR_LIBS).
562         (gpgkey2ssh_LDADD): Add ../jnlib/libjnlib.a.
564 2006-05-23  Werner Koch  <wk@g10code.com>
566         * gpgparsemail.c: Include config.h if available
567         (stpcpy): Conditional include it.
569         * gpgconf-comp.c (hextobyte): Removed as it is now availble in
570         jnlib.
572 2005-12-20  Werner Koch  <wk@g10code.com>
574         * gpgconf-comp.c (gc_options_gpg): Add allow-pka-lookup.
576 2005-12-14  Werner Koch  <wk@g10code.com>
578         * Makefile.am (bin_PROGRAMS): Build gpgparsemail.
580         * gpgparsemail.c (pkcs7_begin): New.
581         (parse_message, message_cb): Add support of direct pkcs signatures.
583 2005-10-19  Werner Koch  <wk@g10code.com>
585         * gpgconf-comp.c (gc_options_scdaemon): New option --disable-keypad.
587 2005-09-22  Werner Koch  <wk@g10code.com>
589         * rfc822parse.c (parse_field): Tread Content-Disposition special.
591 2005-10-08  Marcus Brinkmann  <marcus@g10code.de>
593         * Makefile.am (watchgnupg_LDADD): New variable.
595         * Makefile.am (gpgconf_LDADD): Add ../gl/libgnu.a after
596         ../common/libcommon.a.
597         (symcryptrun_LDADD, gpg_connect_agent_LDADD, gpgkey2ssh_LDADD):
598         Likewise.
600 2005-09-29  Marcus Brinkmann  <marcus@g10code.de>
602         * Makefile.am (AM_CFLAGS): Add $(LIBGCRYPT_CFLAGS).
604 2005-09-06  Werner Koch  <wk@g10code.com>
606         * rfc822parse.c, rfc822parse.h:  Changed license to LGPL.
608 2005-08-01  Werner Koch  <wk@g10code.com>
610         * gpgsm-gencert.sh: Allow entering a keygrip to generate a CSR from
611         an existing key.
613 2005-07-21  Werner Koch  <wk@g10code.com>
615         * gpgsm-gencert.sh: Reworked to allow for multiple email addresses
616         as well as DNsanmes and URi.  Present the parameter file before
617         creating the certificate.
619 2005-07-04  Marcus Brinkmann  <marcus@g10code.de>
621         * symcryptrun.c (SYMC_BAD_PASSPHRASE, SYMC_CANCELED): New symbols,
622         use instead constants.
623         (hash_string): New function copied from simple-gettext.c.
624         (confucius_get_pass): Take new argument CACHEID.
625         (confucius_process): Calculate cacheid and pass it to
626         confucius_get_pass.  Clear passphrase from cache if necessary.
628 2005-06-16  Werner Koch  <wk@g10code.com>
630         * gpg-connect-agent.c (read_and_print_response): Made LINELEN a
631         size_t.
633 2005-06-04  Marcus Brinkmann  <marcus@g10code.de>
635         * symcryptrun.c (main): Allow any number of arguments, don't use
636         first argument as input file name.  Pass extra arguments to
637         confucius_main.
638         (confucius_main): Accept new arguments argc and argv and pass them
639         to confucius_process.
640         (confucius_process): Accept new arguments argc and argv and pass
641         them to the confucius process.
643 2005-06-01  Werner Koch  <wk@g10code.com>
645         * symcryptrun.c: Include mkdtemp.h. 
647 2005-05-31  Werner Koch  <wk@g10code.com>
649         * watchgnupg.c: Make sure that PF_LCOAL and AF_LOCAL are defines.
650         Noted by Ray Link.
652 2005-05-28  Moritz Schulte  <moritz@g10code.com>
654         * gpgkey2ssh.c: New file.
655         * Makefile.am (bin_PROGRAMS): Added gpgkey2ssh.
657 2005-05-20  Werner Koch  <wk@g10code.com>
659         * gpg-connect-agent.c (add_definq, show_definq, clear_definq)
660         (handle_inquire): New.
661         (read_and_print_response): Handle INQUIRE command.
662         (main): Implement control commands.
664 2005-04-21  Werner Koch  <wk@g10code.com>
666         * symcryptrun.c (main): Optionally allow the input file as command
667         line argument.
669         * gpgconf-comp.c: Add gpgsm option disable-trusted-cert-crl-check.
671 2005-04-20  Werner Koch  <wk@g10code.com>
673         * gpgconf-comp.c: Add gpg-agent:disable-scdaemon.
675 2005-04-19  Marcus Brinkmann  <marcus@g10code.de>
677         * symcryptrun.c: Add --input option.
679 2005-04-15  Marcus Brinkmann  <marcus@g10code.de>
681         * symcryptrun.c (TEMP_FAILURE_RETRY): Define if not defined.
683         * symcryptrun.c (remove_file): New function.
684         (confucius_copy_file): Accept new argument PLAIN and shred the
685         file if it is set on error.
687         * Makefile.am: Define symcryptrun make variable depending on
688         BUILD_SYMCRYPTUN.
689         (bin_PROGRAMS): Add ${symcryptrun} instead symcryptrun.
690         (symcryptrun_LDADD): Use $(LIBUTIL_LIBS) instead of -lutil.
692 2005-04-11  Werner Koch  <wk@g10code.com>
694         * symcryptrun.c (confucius_mktmpdir): Changed to use mkdtmp(3).
696 2005-04-11  Marcus Brinkmann  <marcus@g10code.de>
698         * symcryptrun.c: Implement config file parsing.
699         
700         * Makefile.am (bin_PROGRAMS): Add symcryptrun.
701         (symcryptrun_SOURCES, symcryptrun_LDADD): New variables.
702         * symcryptrun.c: New file.
704 2005-03-31  Werner Koch  <wk@g10code.com>
706         * gpg-connect-agent.c (start_agent): Use PATHSEP_C instead of ':'.
708 2005-03-09  Werner Koch  <wk@g10code.com>
710         * gpgconf-comp.c <dirmngr>: Add honor-http-proxy.
712 2005-02-25  Werner Koch  <wk@g10code.com>
714         * no-libgcrypt.c (gcry_strdup): New.
716 2005-02-24  Werner Koch  <wk@g10code.com>
718         * gpg-connect-agent.c: New.
719         * Makefile.am: Add it. 
721 2004-12-21  Werner Koch  <wk@g10code.com>
723         * gpgconf-comp.c (get_config_pathname) [DOSISH]: Detect absolute
724         pathnames with a drive letter.
726 2004-12-15  Werner Koch  <wk@g10code.com>
728         * Makefile.am (bin_PROGRAMS) [W32]: Do not build watchgnupg.
730         * gpgconf-comp.c (gpg_agent_runtime_change) [W32]: No way yet to
731         send a signal.  Disable.
732         (change_options_file, change_options_program) [W32]: No link(2),
733         so we disable it.
734         (gc_component_change_options): Use rename instead of link.
736 2004-12-13  Werner Koch  <wk@g10code.com>
738         * gpgconf-comp.c <ignore-ocsp-service-url>: Fixed typo.
740 2004-11-24  Werner Koch  <wk@g10code.com>
742         * gpgconf-comp.c <dirmngr>: Add --ignore-http-dp, --ignore-ldap-dp
743         and --ignore-ocsp-service-url.
745 2004-11-23  Werner Koch  <wk@g10code.com>
747         * gpgconf-comp.c <dirmngr>: Add the proxy options.
748         <gpgsm>: Add --prefer-system-daemon.
750 2004-11-11  Werner Koch  <wk@g10code.com>
752         * watchgnupg.c (main): Fixed test for read error.
754 2004-10-22  Werner Koch  <wk@g10code.com>
756         * Makefile.am (bin_SCRIPTS): Add gpgsm-gencert.sh
758         * gpgsm-gencert.sh: Fixed copyright; its part of GnuPG thus FSF.
760 2004-10-01  Werner Koch  <wk@g10code.com>
762         * gpgconf-comp.c: Made all strings for --log-file read the same.
763         
764 2004-10-01  Werner Koch  <wk@g10code.com>
766         * gpgconf-comp.c (my_dgettext): Also switch codeset and directory
767         for the other used domains (i.e. dirmngr).
769         * gpgconf.c (main): Fixed translation markers.
771 2004-09-30  Werner Koch  <wk@g10code.com>
773         * gpgconf.c (i18n_init): Always use LC_ALL.
775         * Makefile.am: Adjusted for gettext 0.14.
777 2004-09-29  Werner Koch  <wk@g10code.com>
779         * gpgconf-comp.c: Made the entries fro GROUPs translatable.
780         Include i18n.h.
781         (my_dgettext): Hack to use the gnupg2 domain.
783 2004-08-09  Moritz Schulte  <moritz@g10code.com>
785         * gpgsm-gencert.sh: New file.
787 2004-06-16  Werner Koch  <wk@gnupg.org>
789         * rfc822parse.c (rfc822parse_get_field): Add arg VALUEOFF.
791 2004-06-14  Werner Koch  <wk@gnupg.org>
793         * no-libgcrypt.c (gcry_realloc, gcry_xmalloc, gcry_xcalloc): New.
795         * gpgconf-comp.c (retrieve_options_from_program) 
796         (retrieve_options_from_file, change_options_file) 
797         (change_options_program, gc_component_change_options): Replaced
798         getline by read_line and test for allocation failure.
800 2004-05-21  Marcus Brinkmann  <marcus@g10code.de>
802         * gpgconf-comp.c (gc_options_dirmngr): Remove CRL group, put its
803         only option "max-replies" into LDAP group.
804         (gc_component): Change description of dirmngr to "Directory
805         Manager".
807         * gpgconf-comp.c (gc_component_change_options): Move the
808         per-process backup file into a standard location.
810 2004-05-03  Werner Koch  <wk@gnupg.org>
812         * gpgconf-comp.c: Add --allow-mark-trusted for the gpg-agent.
814 2004-04-30  Werner Koch  <wk@gnupg.org>
816         * gpgconf-comp.c: Added more runtime flags for the gpg-agent
817         backend.
819 2004-04-29  Marcus Brinkmann  <marcus@g10code.de>
821         * gpgconf-comp.c (change_options_program): Turn on utf8-strings in
822         the gpgconf specific part of the config file for the GnuPG
823         backend.
825 2004-04-28  Werner Koch  <wk@gnupg.org>
827         * gpgconf-comp.c: Add --ocsp-signer for the dirmngr backend.
829 2004-04-20  Marcus Brinkmann  <marcus@g10code.de>
831         * gpgconf-comp.c (gc_options_gpg_agent): Change type of
832         ignore-cache-for-signing option to GC_ARG_TYPE_NONE.
834 2004-04-07  Werner Koch  <wk@gnupg.org>
836         * gpgconf-comp.c (my_dgettext): Switch the codeset once to utf-8.
837         Allow building with out NLS.
839 2004-03-23  Marcus Brinkmann  <marcus@g10code.de>
841         * gpgconf-comp.c (gc_options_dirmngr): Set GC_OPT_FLAG_ARG_OPT for
842         "LDAP Server".
843         (change_options_file): Remove assertion that tests that this flag
844         is not present.  Handle an empty string in OPTION->new_value.
846         * gpgconf.c (main): Remove obsolete warning.
848 2004-03-23  Werner Koch  <wk@gnupg.org>
850         * gpgconf-comp.c (gc_options_gpg): New.
851         (gc_component_t, gc_component): Add GC_BACKEND_GPG.
852         (gc_options_dirmngr): Add allow-ocsp.
854 2004-03-23  Marcus Brinkmann  <marcus@g10code.de>
856         * gpgconf-comp.c (gc_flag): Add missing flags.
858         * gpgconf-comp.c: Include <signal.h>.
859         (gc_backend): Add new member runtime_change.
860         (gpg_agent_runtime_change): New function.
861         (gc_component_change_options): New variable runtime.  Initialize
862         it.  If an option is changed that has the GC_OPT_FLAG_RUNTIME bit
863         set, also set the corresponding runtime variable.  Finally, call
864         the runtime_change callback of the backend if needed.   
866 2004-03-16  Werner Koch  <wk@gnupg.org>
868         * gpgconf-comp.c (gc_options_gpg_agent): Implemented.
869         (gc_options_gpgsm, gc_options_scdaemon): Implemented.
870         (gc_backend_t): Add GC_BACKEND_SCDAEMON.
872 2004-03-12  Marcus Brinkmann  <marcus@g10code.de>
874         * gpgconf-comp.c (gc_component_change_options): Set the filenames
875         of the option's backend, not of the component.
876         Also use GC_BACKEND_NR, not GC_COMPONENT_NR.
878 2004-03-09  Werner Koch  <wk@gnupg.org>
880         * gpgconf-comp.c [_riscos_]: Removed special code for RISC OS; we
881         don't want to clutter our code with system dependent stuff.
883 2004-03-08  Marcus Brinkmann  <marcus@g10code.de>
885         * gpgconf-comp.c (retrieve_options_from_file): Quote each string
886         in the list, not only the first.
888 2004-02-26  Marcus Brinkmann  <marcus@g10code.de>
890         * gpgconf-comp.c (gc_component_list_options): Do not print empty
891         groups.
893         * gpgconf-comp.c (option_check_validity): Check if option is
894         active.
895         (change_options_file): Implement.
897         * gpgconf-comp.c (retrieve_options_from_program): Remove broken
898         string handling.
900         * gpgconf-comp.c (change_options_program): Support all types of
901         options, including list types.
903         * README.gpgconf: Fix description of arguments.
904         * gpgconf-comp.c (option_check_validity): Rewritten to properly
905         support optional arguments in lists.
907         * README.gpgconf: Add info about optional arg and arg type 0.
908         * gpgconf-comp.c (gc_component_change_options): Parse list of
909         arg type 0 options.
910         (option_check_validity): Add new argument NEW_VALUE_NR.  Perform
911         rigorous validity checks.
912         (change_options_program): Disable an option also if we have a new
913         value for it.
915 2004-02-25  Marcus Brinkmann  <marcus@g10code.de>
917         * gpgconf-comp.c (gc_component_list_options): Correct output for
918         lists of arg type none.
919         (struct gc_option): Add new member new_flags.
920         (option_check_validity): Check OPTION->new_flags beside
921         OPTION->new_value.  Add new argument FLAGS.
922         (gc_component_change_options): Support default flag correctly.
923         (change_options_program): Likewise.
925 2004-02-24  Marcus Brinkmann  <marcus@g10code.de>
927         * README.gpgconf: Revert last change.  Add new flags "default",
928         "default desc" and "no arg desc".  Add new field ARGDEF.  Add new
929         field FLAG to backend interface.
930         * gpgconf-comp.c (struct gc_option): Make flags of type unsigned
931         long.
932         (gc_component_list_options): Adjust type for flags.
933         Add default argument field.
934         (retrieve_options_from_program): Use "1" as value for non-option
935         arguments, not "Y".
936         (gc_component_change_options): Read in flags from input.
938 2004-02-23  Marcus Brinkmann  <marcus@g10code.de>
940         * README.gpgconf: Change meaning of type 0 options value if it is
941         the empty string or "0".
943         * gpgconf.h (struct): Add member runtime.
944         * gpgconf.c: Add new option oRuntime.
945         (main): Same here.
947         * gpgconf-comp.c (hextobyte): New function.
948         (percent_deescape): New function.
949         (get_config_pathname): Percent deescape pathname if taken from
950         option (default) value.  Use default value only if it exists and
951         is not empty.  Use empty string otherwise.  Don't include leading
952         quote in pathname.
953         (change_options_program): Percent deescape string before writing
954         it out.
955         
956         * gpgconf-comp.c (gc_component_list_options): Do not skip groups
957         on output.
959 2004-02-18  Werner Koch  <wk@gnupg.org>
961         * gpgconf-comp.c: Added empty components for gpgsm and scdaemon.
963 2004-02-12  Werner Koch  <wk@gnupg.org>
965         * watchgnupg.c (main): Implement option "--".
966         (print_version): New.
968         * Makefile.am: Include cmacros.am for common flags.
970 2004-02-03  Werner Koch  <wk@gnupg.org>
972         * addgnupghome: Try to use getent, so that it also works for NIS
973         setups.
975 2004-01-31  Marcus Brinkmann  <marcus@g10code.de>
977         * gpgconf-comp.c: Some bug fixes, parse only defaults from the
978         program, and read the current values from the configuration file
979         directly.
981 2004-01-30  Marcus Brinkmann  <marcus@g10code.de>
983         * gpgconf-comp.c (gc_error): New function, use it instead of
984         error() throughout.
986         * gpgconf-comp.c: Use xmalloc, libcommon's asctimestamp and
987         gnupg_get_time, fix error() invocation and use getline()
988         consistently.
989         
990 2004-01-30  Werner Koch  <wk@gnupg.org>
992         * addgnupghome: Also set the group of copied files. 
994 2004-01-30  Werner Koch  <wk@gnupg.org>
996         * Makefile.am (sbin_SCRIPTS): New, to install addgnupghome.
997         (EXTRA_DIST): Added rfc822parse.c rfc822parse.h gpgparsemail.c
998         which might be useful for debugging.
1000 2004-01-29  Werner Koch  <wk@gnupg.org>
1002         * addgnupghome: New.
1004 2004-01-29  Marcus Brinkmann  <marcus@g10code.de>
1006         * gpgconf-list.c: File removed.
1007         * README.gpgconf: New file.
1008         * gpgconf-comp.c: New file.
1009         * Makefile.am (gpgconf_SOURCES): Remove gpgconf-list.c, add
1010         gpgconf-comp.c.
1012 2004-01-16  Werner Koch  <wk@gnupg.org>
1014         * watchgnupg.c (main): Need to use FD_ISSET for the client
1015         descriptors too; aiiih.  Set the listening socket to non-blocking.
1017 2004-01-10  Werner Koch  <wk@gnupg.org>
1019         * Makefile.am: Use GPG_ERROR_CFLAGS
1020         
1021 2004-01-05  Werner Koch  <wk@gnupg.org>
1023         * Manifest: New.
1024         * gpgconf.c, gpgconf.h, gpgconf-list.c: New. A skeleton for now.
1025         * no-libgcrypt.c: New.
1026         * Makefile.am: Add above.
1028 2003-12-23  Werner Koch  <wk@gnupg.org>
1030         * Makefile.am: New.
1031         * watchgnupg.c: New.
1034  Copyright 2003, 2004, 2005, 2006, 2007, 2008,
1035            2009 Free Software Foundation, Inc.
1037  This file is free software; as a special exception the author gives
1038  unlimited permission to copy and/or distribute it, with or without
1039  modifications, as long as this notice is preserved.
1041  This file is distributed in the hope that it will be useful, but
1042  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
1043  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.