Remove testing cruft.
[gnupg.git] / tools / ChangeLog
blob82328eeefb193e1a1841b44cc35fd6e565693ae6
1 2009-04-17  Werner Koch  <wk@g10code.com>
3         * ccidmon.c: New.
5 2009-03-03  Werner Koch  <wk@g10code.com>
7         * gpgconf.c: New command --reload.
9         * gpgconf-comp.c (gc_component_reload): New.
11 2009-03-02  Werner Koch  <wk@g10code.com>
13         * gpgconf-comp.c (scdaemon_runtime_change): Killsc d only if it is
14         not running.
16 2009-02-27  Werner Koch  <wk@g10code.com>
18         * gpgconf-comp.c (gpg_agent_runtime_change): Declare static.
19         (scdaemon_runtime_change): New.
20         (gc_backend_scdaemon): Register new function.
21         (gc_options_scdaemon): Make most options runtime changable.
23 2009-01-20  Werner Koch  <wk@g10code.com>
25         * gpgconf.c (main): Print more directories.
27 2008-12-09  Werner Koch  <wk@g10code.com>
29         * gpg-check-pattern.c (main): Call i18n_init before
30         init_common_subsystems.
31         * gpg-connect-agent.c (main): Ditto.
32         * gpgconf.c (main): Ditto.
33         * symcryptrun.c (main): Ditto.
35 2008-12-08  Werner Koch  <wk@g10code.com>
37         * gpgkey2ssh.c (main): Change order of output for RSA. Change name
38         of DSA identifier.  Reported by Daniel Kahn Gillmor.  This is
39         bug#901.
41 2008-12-05  Werner Koch  <wk@g10code.com>
43         * gpg-connect-agent.c (opts): Use ARGPARSE_ macros.
44         (start_agent) [W32]: Start agent if not running.
46 2008-12-03  Werner Koch  <wk@g10code.com>
48         * gpgconf-comp.c <scdaemon>: Add option --card-timeout.  Remove
49         unused option --disable-opensc.
51 2008-10-20  Werner Koch  <wk@g10code.com>
53         * gpgsplit.c (write_part): Remove unused arg FNAME.  Change caller.
54         (do_split): Ditto.
56         * no-libgcrypt.c (gcry_control): Mark unused arg.
57         * gpg-connect-agent.c (do_recvfd): Ditto.
58         * gpgparsemail.c (mime_signed_begin, mime_encrypted_begin): Ditto.
59         (pkcs7_begin): Ditto.
61 2008-10-01  Werner Koch  <wk@g10code.com>
63         * gpg-connect-agent.c (main): New command datafile.
64         (read_and_print_response): Print to the defined datafile.
66 2008-09-30  Werner Koch  <wk@g10code.com>
68         * gpgconf.c (main) <aListDirs>: Print the bindir.
70 2008-08-06  Marcus Brinkmann  <marcus@g10code.de>
72         * gpgconf-comp.c (gc_options_gpgsm): Change type of keyserver
73         option to GC_ARG_TYPE_LDAP_SERVER.
75         * gpgconf-comp.c (retrieve_options_from_file): Transfer the
76         NO_CHANGE flag from the file name option to the list option.
78 2008-06-19  Werner Koch  <wk@g10code.com>
80         * gpgconf-comp.c (GC_ARG_TYPE_ALIAS_LIST): New.
81         (gc_arg_type): Add fallback type.
82         (gc_options_gpg): Add option "group".
84 2008-06-12  Marcus Brinkmann  <marcus@g10code.de>
86         * gpgconf-comp.c (gc_options_gpgsm): Add option keyserver.
88 2008-05-26  Marcus Brinkmann  <marcus@g10code.de>
90         * gpgconf-comp.c: Replace pathname by filename everywhere.
92         * gpgconf.c (enum cmd_and_opt_values): Add aListDirs.
93         (opts): Add aListDirs option.
94         (main): Handle aListDirs.
95         * gpgconf.h (gc_percent_escape): New declaration.
96         * gpgconf-comp.c (my_percent_escape): Make non-static and rename
97         to ...
98         (gc_percent_escape): ... this.  Change all callers.
99         
100 2008-05-26  Werner Koch  <wk@g10code.com>
102         * gpgconf-comp.c (gpg_agent_runtime_change) [W32]: Issue
103         "reloadagent" command to gpg-agent.
105         * gpg-connect-agent.c (main): Allow server command on the command
106         line.
108 2008-05-20  Marcus Brinkmann  <marcus@g10code.de>
110         * gpgconf.h (gc_component_check_programs): Rename to ...
111         (gc_check_programs): ... this.
112         (gc_component_change_options): Add argument OUT.
113         (gc_component_check_options): New function.
114         * gpgconf.c (enum cmd_and_opt_values): New option aCheckOptions.
115         (opts): Add new option aCheckOptions (aka --check-options).
116         (main): Handle new option aCheckOptions.
117         * gpgconf-comp.c (gc_component_check_programs): Rename to ...
118         (gc_check_programs): ... this.  Refactor core of it to ...
119         (gc_component_check_options): ... this new function.
120         (gc_component_change_options): Add new argument OUT.  Externally
121         verify all changes.  Implement option --dry-run.
123 2008-05-09  Werner Koch  <wk@g10code.com>
125         * gpgconf-comp.c (my_dgettext) [USE_SIMPLE_GETTEXT]:  Hack to
126         parly support translations.
128 2008-04-08  Werner Koch  <wk@g10code.com>
130         * gpgconf-comp.c (gc_options_gpg): Add --auto-key-locate.
132 2008-03-26  Werner Koch  <wk@g10code.com>
134         * make-dns-cert.c: Include unistd.h.  Use config.h if requested.
135         (cert_key): Protect read against EINTR.
136         (main): Print SVN revision for standalone version.
138 2008-03-05  Werner Koch  <wk@g10code.com>
140         * gpg-connect-agent.c (arithmetic_op): Add logical not, or and and.
141         (get_var_ext): Add functions errcode, errsource and errstring.
142         (read_and_print_response): Store server reply in $? variable.
143         (main): Implement IF command.
145 2008-02-27  Marcus Brinkmann  <marcus@g10code.de>
147         * gpgconf-comp.c (option_check_validity): For now, error out on
148         empty strings.
149         (enum): Add GC_ARG_TYPE_PUB_KEY and GC_ARG_TYPE_SEC_KEY.
151 2008-02-01  Marcus Brinkmann  <marcus@g10code.de>
153         * gpgconf-comp.c (gc_component_list_options): Fix memcpy.
154         Reported by Marc Mutz.
156 2008-01-22  Werner Koch  <wk@g10code.com>
158         * gpgconf-comp.c: Use gnupg domain for honor-http-proxy.  Make
159         "LDAP server list" group title translatable.
161 2008-01-17  Marcus Brinkmann  <marcus@g10code.de>
163         * gpgconf-comp.c (change_options_program): Strip duplicated
164         utf8-strings entries for gnupg backend.  Don't create them either.
166 2007-12-10  Marcus Brinkmann  <marcus@g10code.de>
168         * gpgconf-comp.c (gc_component_list_options): Fix up expert level
169         of group.
171 2007-12-04  Marcus Brinkmann  <marcus@g10code.de>
173         * gpgconf-comp.c (gc_component_list_components): Do not print a
174         trailing semi-colon to ensure forward compatibility, as this would
175         indicate another empty field.
176         (gc_process_gpgconf_conf): Likewise.
178 2007-11-15  Werner Koch  <wk@g10code.com>
180         * gpg-connect-agent.c (start_agent): Adjust changed
181         send_pinentry_environment.
183 2007-10-24  Werner Koch  <wk@g10code.com>
185         * gpg-connect-agent.c (substitute_line): Restore temporary nul
186         marker.
187         (main): Add /while command.
189 2007-10-23  Werner Koch  <wk@g10code.com>
191         * gpgconf-comp.c (gc_process_gpgconf_conf): Add arg
192         LISTFP.  Changed all callers.
193         * gpgconf.h: Add gc_error.
194         * gpgconf.c: Add command --list-config.
195         (get_outfp): New.
196         (main): Make --output work.
198         * gpgconf-comp.c (gc_options_gpg_agent): Replace accidently used
199         GC_BACKEND_SCDAEMON.  We should consider to create these tables
200         from plain files.
202 2007-10-22  Werner Koch  <wk@g10code.com>
204         * gpgconf-comp.c (retrieve_options_from_program): Replace use of
205         popen by our gnupg_spawn_process_fd.  This is required because
206         popen under Windows can't handle long filenames.
208 2007-10-19  Werner Koch  <wk@g10code.com>
210         * symcryptrun.c (confucius_get_pass): Use utf8 switching functions.
212         * gpg-connect-agent.c (get_var_ext): New.
213         (substitute_line): Use it.
214         (assign_variable): Implement /slet in terms of get_var_ext.
215         (main): New option -s/--subst.
216         (add_definq): Add arg IS_VAR.  Change all callers.
217         (main): Add command /definq.
218         (handle_inquire): Implement new command.
219         (substitute_line_copy): New.
220         (unescape_string, unpercent_string): New.
221         * no-libgcrypt.c (gcry_set_outofcore_handler) 
222         (gcry_set_fatalerror_handler, gcry_set_log_handler): New.
223         * Makefile.am (gpg_connect_agent_LDADD): Link to libreadline.
225         * gpgconf-comp.c (retrieve_options_from_file): Don't call fclose
226         with NULL.  Fixes bug 842.
228 2007-10-12  Werner Koch  <wk@g10code.com>
230         * gpg-connect-agent.c (substitute_line): Allow ${foo} syntax.
232 2007-10-11  Werner Koch  <wk@g10code.com>
234         * gpg-connect-agent.c (get_var): Expand environment variables.
235         Suggested by Marc Mutz.
236         (set_var): Return the value.
237         (assign_variable): Add arg syslet.
238         (main): New command /slet.
239         (gnu_getcwd): New.
240         (assign_variable): Add tag cwd, and *dir.
242 2007-10-02  Werner Koch  <wk@g10code.com>
244         * no-libgcrypt.c (gcry_malloc_secure): New.
246         * gpg-connect-agent.c (set_var, set_int_var, get_var)
247         (substitute_line, show_variables, assign_variable)
248         (do_open, do_close, do_showopen): New.
249         (main): Add new commands /nosubst, /subst, /let, /showvar, /open,
250         /close and /showopen.
251         (main): New commands /run and /bye.
253 2007-10-01  Werner Koch  <wk@g10code.com>
255         * gpg-connect-agent.c (do_sendfd): Use INT2FD for assuan_sendfd.
257 2007-09-26  Werner Koch  <wk@g10code.com>
259         * gpg-connect-agent.c (main): Print the first response from the
260         server.
262 2007-09-14  Werner Koch  <wk@g10code.com>
264         * gpgconf-comp.c: Make a string translatable.
266 2007-09-04  Moritz Schulte  <moritz@g10code.com>
268         * gpgsm-gencert.sh: Use printf instead of echo.
270 2007-09-04  Moritz Schulte  <moritz@g10code.com>
272         * gpgkey2ssh.c: Include sysutils.h so that gnupg_tmpfile() is
273         declared.
275 2007-08-31  Werner Koch  <wk@g10code.com>
277         * gpgparsemail.c: Support PGP/MIME signed messages.
279         * gpgconf-comp.c (gc_component_list_components): List the programs
280         names.
282 2007-08-29  Werner Koch  <wk@g10code.com>
284         * gpgconf.c: New command --check-programs.
285         * gpgconf-comp.c (gc_component_check_programs): New.
286         (gc_backend): Add member MODULE_NAME and add these module names.
287         (retrieve_options_from_program): Use module name so that we use an
288         absolute file name and don't rely on $PATH.
289         (collect_error_output): New.
290         * no-libgcrypt.c (gcry_control): New.
292 2007-08-28  Werner Koch  <wk@g10code.com>
294         * gpgconf-comp.c <gpg-agent>: Add options --max-passphrase-days
295         and --enable-passphrase-history.
297 2007-08-27  Werner Koch  <wk@g10code.com>
299         * gpg-check-pattern.c: New
300         * Makefile.am (libexec_PROGRAMS): Add unless DISABLE_REGEX.
302 2007-08-24  Werner Koch  <wk@g10code.com>
304         * gpgconf-comp.c <gpg-agent>: Add options --check-passphrase-pattern,
305         --min-passphrase-nonalpha and --enforce-passphrase-constraints and
306         move them into a new "passphrase policy" group.
307         (gc_component) [W32]: Enable dirmngr.
309 2007-08-21  Werner Koch  <wk@g10code.com>
311         * gpgkey2ssh.c (key_to_blob): Use gnupg_tmpfile().
313 2007-08-02  Werner Koch  <wk@g10code.com>
315         * gpgconf-comp.c: Factor the public GC_OPT_FLAG constants out and
316         include gc-opt-flags.h.
318 2007-07-17  Werner Koch  <wk@g10code.com>
320         * gpgconf-comp.c: Add --encrypt-to and --default-key to gpg and
321         gpgsm.
323 2007-07-16  Marcus Brinkmann  <marcus@g10code.de>
325         * gpg-connect-agent.c (main): Bail out if write fails.
327 2007-07-05  Marcus Brinkmann  <marcus@g10code.de>
329         * symcryptrun.c (confucius_get_pass): Define orig_codeset if
330         [ENABLE_NLS], not [HAVE_LANGINFO_CODESET].
332 2007-06-26  Werner Koch  <wk@g10code.com>
334         * gpgconf-comp.c (key_matches_user_or_group) [W32]: Implement user
335         name matching.
336         (GPGNAME): New.  Use it instead of "gpg".
337         (gc_component) [W32]:  Disable dirmngr for now.
338         (gc_component_retrieve_options): Ignore components without options.
339         (gc_component_change_options): Ditto.
340         (gc_component_list_options): Ditto.
341         (gc_component_find, gc_component_list_components): Ditto.
343 2007-06-19  Werner Koch  <wk@g10code.com>
345         * gpgconf-comp.c (percent_escape): Rename to my_percent_escape.
346         Changed all callers.
348 2007-06-18  Marcus Brinkmann  <marcus@g10code.de>
350         * gpgconf-comp.c (retrieve_options_from_file): Close LIST_FILE.
351         (copy_file): In error case, save/restore errno.  Close SRC and DST.
352         (gc_component_change_options): Catch error from unlink().  Remove
353         target backup file before rename().
355 2007-06-15  Marcus Brinkmann  <marcus@g10code.de>
357         * gpgconf-comp.c (copy_file) [HAVE_W32_SYSTEM]: New function.
358         (change_options_file, change_options_program) [HAVE_W32_SYSTEM]:
359         Copy backup file.
360         (gc_component_change_options) [HAVE_W32_SYSTEM]: Non-atomic replace.
361         (gc_process_gpgconf_conf): Rename fname to fname_arg and
362         fname_buffer to fname, initialize fname with fname_arg, discarding
363         const qualifier.
365 2007-06-15  Werner Koch  <wk@g10code.com>
367         * Makefile.am (symcryptrun_LDADD): It is LIBICONV and not LIBINCONV.
368         (gpgconf_LDADD, symcryptrun_LDADD): Add W32SOCKLIBS.
370 2007-06-14  Werner Koch  <wk@g10code.com>
372         * symcryptrun.c (main): Setup default socket name for
373         simple-pwquery.
374         (MAP_SPWQ_ERROR_IMPL): New.  Use it for all spwq error returns.
376 2007-06-12  Werner Koch  <wk@g10code.com>
378         * gpgconf-comp.c (gc_process_gpgconf_conf): Replace
379         GNUPG_SYSCONFDIR by a function call.
381         * gpg-connect-agent.c (main): Replace some calls by
382         init_common_subsystems.
383         * gpgconf.c (main): Ditto.
384         * symcryptrun.c (main): Ditto.
386 2007-06-11  Werner Koch  <wk@g10code.com>
388         * symcryptrun.c (main) [W32]: Call pth_init.
389         * gpgconf.c (main) [W32]: Call pth_init
390         * gpg-connect-agent.c (main) [W32]: Call pth_init.
392 2007-06-06  Werner Koch  <wk@g10code.com>
394         * Makefile.am (bin_PROGRAMS) [W32]: Do not build gpgparsemail.
396         * gpgconf-comp.c [W32]: Do not include pwd.h and grp.h.
397         (key_matches_user_or_group) [W32]: For now always return false.
399         * symcryptrun.c (i18n_init): Remove.
400         * gpgconf.c (i18n_init): Remove.
401         * gpg-connect-agent.c (i18n_init): Remove.
403 2007-05-19  Marcus Brinkmann  <marcus@g10code.de>
405         * symcryptrun.c (confucius_get_pass): Free ORIG_CODESET on error.
407 2007-05-08  Werner Koch  <wk@g10code.com>
409         * sockprox.c: New.  It needs to be build manually. By Moritz
410         Schulte.
412 2007-04-20  Werner Koch  <wk@g10code.com>
414         * symcryptrun.c (my_gcry_logger): Removed.
415         (main): Call setup_libgcrypt_logging.
417 2007-04-03  Werner Koch  <wk@g10code.com>
419         * gpgconf-comp.c: Allow changing of --allow-mark-trusted.
421         * gpg-connect-agent.c (main): New option --decode and commands
422         decode and undecode.
423         (read_and_print_response): Implement option.
425 2007-03-20  Werner Koch  <wk@g10code.com>
427         * gpgconf-comp.c (gc_options_gpgsm): Add p12-charset.
429 2007-03-07  Werner Koch  <wk@g10code.com>
431         * applygnupgdefaults: New.
432         * Makefile.am (sbin_SCRIPTS): Add it
434 2007-03-06  Werner Koch  <wk@g10code.com>
436         * gpgconf-comp.c: Include pwd.h and grp.h.
437         (GC_OPT_FLAG_NO_CHANGE): New.
438         (gc_component_change_options): Implement it.
439         (gc_options_gpg_agent): Add options for all ttl values and
440         min-passphrase-length.  Apply new flag to some of them.
441         (gc_process_gpgconf_conf, key_matches_user_or_group): New.
442         (gc_component_change_options): Factor some code out to ..
443         (change_one_value): .. new. 
444         (gc_component_retrieve_options): Allow -1 for COMPONENT to iterate
445         over al components.
446         * gpgconf.c (main): New commands --check-config and
447         --apply-defaults.  Call gc_process_gpgconf_conf.
449 2007-01-31  Werner Koch  <wk@g10code.com>
451         * Makefile.am (symcryptrun_LDADD): Add LIBICONV.
452         (gpgkey2ssh_LDADD): Ditto.
454 2006-12-13  David Shaw  <dshaw@jabberwocky.com>
456         * Makefile.am (gpgsplit_LDADD): Link to LIBINTL if we're using the
457         built-in code.
459 2006-12-07  David Shaw  <dshaw@jabberwocky.com>
461         * Makefile.am: Link to iconv for jnlib dependency.
463 2006-11-23  Werner Koch  <wk@g10code.com>
465         * Makefile.am (gpg_connect_agent_LDADD): Add NETLIBS.
467 2006-11-21  Werner Koch  <wk@g10code.com>
469         * gpgconf-comp.c (list_one_option): Cast print size_t arg.
471 2006-11-17  Werner Koch  <wk@g10code.com>
473         * gpgconf-comp.c: Made disable-keypad a basic option.
475 2006-11-03  Werner Koch  <wk@g10code.com>
477         * symcryptrun.c: Include signal.h and include pth.h only if test
478         asserts that it exists.
480 2006-10-23  Werner Koch  <wk@g10code.com>
482         * gpgconf-comp.c <gpgsm>: Add --cipher-algo.
484 2006-10-20  Werner Koch  <wk@g10code.com>
486         * gpgsm-gencert.sh: Enhanced the main menu. 
488 2006-10-12  Werner Koch  <wk@g10code.com>
490         * Makefile.am (gpg-zip, gpgsplit): Do not install due to a
491         conflict with gpg1.
493 2006-10-11  Werner Koch  <wk@g10code.com>
495         * gpgsm-gencert.sh: Allow generation of card keys.
497 2006-10-08  Werner Koch  <wk@g10code.com>
499         * Makefile.am (gpgkey2ssh_LDADD): Add LIBINTL. Suggested by
500         Andreas Metzler.
502 2006-09-22  Werner Koch  <wk@g10code.com>
504         * no-libgcrypt.c: Changed license to a simple all permissive one.
506 2006-09-20  Werner Koch  <wk@g10code.com>
508         * Makefile.am: Changes to allow parallel make runs.
510 2006-09-12  Werner Koch  <wk@g10code.com>
512         Replaced all call gpg_error_from_errno(errno) by
513         gpg_error_from_syserror().
515         * gpg-connect-agent.c (read_and_print_response): With verbosity
516         level 2 also print comment lines.
518 2006-09-06  Werner Koch  <wk@g10code.com>
520         * gpg-connect-agent.c: Switch everything to new Assuan error code
521         style.
523         * no-libgcrypt.c (out_of_core): Reanmed to ...
524         (out_of_memory): .. this to avoid name clash with util.h.
526 2006-08-21  Werner Koch  <wk@g10code.com>
528         * gpgsplit.c: New. Taken from 1.4. Adjusted to GnuPG2.
530         * Makefile.am (noinst_PROGRAMS): New.
532 2006-06-09  Marcus Brinkmann  <marcus@g10code.de>
534         * Makefile.am (gpgconf_LDADD): Add $(GPG_ERROR_LIBS).
535         (gpgkey2ssh_LDADD): Add ../jnlib/libjnlib.a.
537 2006-05-23  Werner Koch  <wk@g10code.com>
539         * gpgparsemail.c: Include config.h if available
540         (stpcpy): Conditional include it.
542         * gpgconf-comp.c (hextobyte): Removed as it is now availble in
543         jnlib.
545 2005-12-20  Werner Koch  <wk@g10code.com>
547         * gpgconf-comp.c (gc_options_gpg): Add allow-pka-lookup.
549 2005-12-14  Werner Koch  <wk@g10code.com>
551         * Makefile.am (bin_PROGRAMS): Build gpgparsemail.
553         * gpgparsemail.c (pkcs7_begin): New.
554         (parse_message, message_cb): Add support of direct pkcs signatures.
556 2005-10-19  Werner Koch  <wk@g10code.com>
558         * gpgconf-comp.c (gc_options_scdaemon): New option --disable-keypad.
560 2005-09-22  Werner Koch  <wk@g10code.com>
562         * rfc822parse.c (parse_field): Tread Content-Disposition special.
564 2005-10-08  Marcus Brinkmann  <marcus@g10code.de>
566         * Makefile.am (watchgnupg_LDADD): New variable.
568         * Makefile.am (gpgconf_LDADD): Add ../gl/libgnu.a after
569         ../common/libcommon.a.
570         (symcryptrun_LDADD, gpg_connect_agent_LDADD, gpgkey2ssh_LDADD):
571         Likewise.
573 2005-09-29  Marcus Brinkmann  <marcus@g10code.de>
575         * Makefile.am (AM_CFLAGS): Add $(LIBGCRYPT_CFLAGS).
577 2005-09-06  Werner Koch  <wk@g10code.com>
579         * rfc822parse.c, rfc822parse.h:  Changed license to LGPL.
581 2005-08-01  Werner Koch  <wk@g10code.com>
583         * gpgsm-gencert.sh: Allow entering a keygrip to generate a CSR from
584         an existing key.
586 2005-07-21  Werner Koch  <wk@g10code.com>
588         * gpgsm-gencert.sh: Reworked to allow for multiple email addresses
589         as well as DNsanmes and URi.  Present the parameter file before
590         creating the certificate.
592 2005-07-04  Marcus Brinkmann  <marcus@g10code.de>
594         * symcryptrun.c (SYMC_BAD_PASSPHRASE, SYMC_CANCELED): New symbols,
595         use instead constants.
596         (hash_string): New function copied from simple-gettext.c.
597         (confucius_get_pass): Take new argument CACHEID.
598         (confucius_process): Calculate cacheid and pass it to
599         confucius_get_pass.  Clear passphrase from cache if necessary.
601 2005-06-16  Werner Koch  <wk@g10code.com>
603         * gpg-connect-agent.c (read_and_print_response): Made LINELEN a
604         size_t.
606 2005-06-04  Marcus Brinkmann  <marcus@g10code.de>
608         * symcryptrun.c (main): Allow any number of arguments, don't use
609         first argument as input file name.  Pass extra arguments to
610         confucius_main.
611         (confucius_main): Accept new arguments argc and argv and pass them
612         to confucius_process.
613         (confucius_process): Accept new arguments argc and argv and pass
614         them to the confucius process.
616 2005-06-01  Werner Koch  <wk@g10code.com>
618         * symcryptrun.c: Include mkdtemp.h. 
620 2005-05-31  Werner Koch  <wk@g10code.com>
622         * watchgnupg.c: Make sure that PF_LCOAL and AF_LOCAL are defines.
623         Noted by Ray Link.
625 2005-05-28  Moritz Schulte  <moritz@g10code.com>
627         * gpgkey2ssh.c: New file.
628         * Makefile.am (bin_PROGRAMS): Added gpgkey2ssh.
630 2005-05-20  Werner Koch  <wk@g10code.com>
632         * gpg-connect-agent.c (add_definq, show_definq, clear_definq)
633         (handle_inquire): New.
634         (read_and_print_response): Handle INQUIRE command.
635         (main): Implement control commands.
637 2005-04-21  Werner Koch  <wk@g10code.com>
639         * symcryptrun.c (main): Optionally allow the input file as command
640         line argument.
642         * gpgconf-comp.c: Add gpgsm option disable-trusted-cert-crl-check.
644 2005-04-20  Werner Koch  <wk@g10code.com>
646         * gpgconf-comp.c: Add gpg-agent:disable-scdaemon.
648 2005-04-19  Marcus Brinkmann  <marcus@g10code.de>
650         * symcryptrun.c: Add --input option.
652 2005-04-15  Marcus Brinkmann  <marcus@g10code.de>
654         * symcryptrun.c (TEMP_FAILURE_RETRY): Define if not defined.
656         * symcryptrun.c (remove_file): New function.
657         (confucius_copy_file): Accept new argument PLAIN and shred the
658         file if it is set on error.
660         * Makefile.am: Define symcryptrun make variable depending on
661         BUILD_SYMCRYPTUN.
662         (bin_PROGRAMS): Add ${symcryptrun} instead symcryptrun.
663         (symcryptrun_LDADD): Use $(LIBUTIL_LIBS) instead of -lutil.
665 2005-04-11  Werner Koch  <wk@g10code.com>
667         * symcryptrun.c (confucius_mktmpdir): Changed to use mkdtmp(3).
669 2005-04-11  Marcus Brinkmann  <marcus@g10code.de>
671         * symcryptrun.c: Implement config file parsing.
672         
673         * Makefile.am (bin_PROGRAMS): Add symcryptrun.
674         (symcryptrun_SOURCES, symcryptrun_LDADD): New variables.
675         * symcryptrun.c: New file.
677 2005-03-31  Werner Koch  <wk@g10code.com>
679         * gpg-connect-agent.c (start_agent): Use PATHSEP_C instead of ':'.
681 2005-03-09  Werner Koch  <wk@g10code.com>
683         * gpgconf-comp.c <dirmngr>: Add honor-http-proxy.
685 2005-02-25  Werner Koch  <wk@g10code.com>
687         * no-libgcrypt.c (gcry_strdup): New.
689 2005-02-24  Werner Koch  <wk@g10code.com>
691         * gpg-connect-agent.c: New.
692         * Makefile.am: Add it. 
694 2004-12-21  Werner Koch  <wk@g10code.com>
696         * gpgconf-comp.c (get_config_pathname) [DOSISH]: Detect absolute
697         pathnames with a drive letter.
699 2004-12-15  Werner Koch  <wk@g10code.com>
701         * Makefile.am (bin_PROGRAMS) [W32]: Do not build watchgnupg.
703         * gpgconf-comp.c (gpg_agent_runtime_change) [W32]: No way yet to
704         send a signal.  Disable.
705         (change_options_file, change_options_program) [W32]: No link(2),
706         so we disable it.
707         (gc_component_change_options): Use rename instead of link.
709 2004-12-13  Werner Koch  <wk@g10code.com>
711         * gpgconf-comp.c <ignore-ocsp-service-url>: Fixed typo.
713 2004-11-24  Werner Koch  <wk@g10code.com>
715         * gpgconf-comp.c <dirmngr>: Add --ignore-http-dp, --ignore-ldap-dp
716         and --ignore-ocsp-service-url.
718 2004-11-23  Werner Koch  <wk@g10code.com>
720         * gpgconf-comp.c <dirmngr>: Add the proxy options.
721         <gpgsm>: Add --prefer-system-daemon.
723 2004-11-11  Werner Koch  <wk@g10code.com>
725         * watchgnupg.c (main): Fixed test for read error.
727 2004-10-22  Werner Koch  <wk@g10code.com>
729         * Makefile.am (bin_SCRIPTS): Add gpgsm-gencert.sh
731         * gpgsm-gencert.sh: Fixed copyright; its part of GnuPG thus FSF.
733 2004-10-01  Werner Koch  <wk@g10code.com>
735         * gpgconf-comp.c: Made all strings for --log-file read the same.
736         
737 2004-10-01  Werner Koch  <wk@g10code.com>
739         * gpgconf-comp.c (my_dgettext): Also switch codeset and directory
740         for the other used domains (i.e. dirmngr).
742         * gpgconf.c (main): Fixed translation markers.
744 2004-09-30  Werner Koch  <wk@g10code.com>
746         * gpgconf.c (i18n_init): Always use LC_ALL.
748         * Makefile.am: Adjusted for gettext 0.14.
750 2004-09-29  Werner Koch  <wk@g10code.com>
752         * gpgconf-comp.c: Made the entries fro GROUPs translatable.
753         Include i18n.h.
754         (my_dgettext): Hack to use the gnupg2 domain.
756 2004-08-09  Moritz Schulte  <moritz@g10code.com>
758         * gpgsm-gencert.sh: New file.
760 2004-06-16  Werner Koch  <wk@gnupg.org>
762         * rfc822parse.c (rfc822parse_get_field): Add arg VALUEOFF.
764 2004-06-14  Werner Koch  <wk@gnupg.org>
766         * no-libgcrypt.c (gcry_realloc, gcry_xmalloc, gcry_xcalloc): New.
768         * gpgconf-comp.c (retrieve_options_from_program) 
769         (retrieve_options_from_file, change_options_file) 
770         (change_options_program, gc_component_change_options): Replaced
771         getline by read_line and test for allocation failure.
773 2004-05-21  Marcus Brinkmann  <marcus@g10code.de>
775         * gpgconf-comp.c (gc_options_dirmngr): Remove CRL group, put its
776         only option "max-replies" into LDAP group.
777         (gc_component): Change description of dirmngr to "Directory
778         Manager".
780         * gpgconf-comp.c (gc_component_change_options): Move the
781         per-process backup file into a standard location.
783 2004-05-03  Werner Koch  <wk@gnupg.org>
785         * gpgconf-comp.c: Add --allow-mark-trusted for the gpg-agent.
787 2004-04-30  Werner Koch  <wk@gnupg.org>
789         * gpgconf-comp.c: Added more runtime flags for the gpg-agent
790         backend.
792 2004-04-29  Marcus Brinkmann  <marcus@g10code.de>
794         * gpgconf-comp.c (change_options_program): Turn on utf8-strings in
795         the gpgconf specific part of the config file for the GnuPG
796         backend.
798 2004-04-28  Werner Koch  <wk@gnupg.org>
800         * gpgconf-comp.c: Add --ocsp-signer for the dirmngr backend.
802 2004-04-20  Marcus Brinkmann  <marcus@g10code.de>
804         * gpgconf-comp.c (gc_options_gpg_agent): Change type of
805         ignore-cache-for-signing option to GC_ARG_TYPE_NONE.
807 2004-04-07  Werner Koch  <wk@gnupg.org>
809         * gpgconf-comp.c (my_dgettext): Switch the codeset once to utf-8.
810         Allow building with out NLS.
812 2004-03-23  Marcus Brinkmann  <marcus@g10code.de>
814         * gpgconf-comp.c (gc_options_dirmngr): Set GC_OPT_FLAG_ARG_OPT for
815         "LDAP Server".
816         (change_options_file): Remove assertion that tests that this flag
817         is not present.  Handle an empty string in OPTION->new_value.
819         * gpgconf.c (main): Remove obsolete warning.
821 2004-03-23  Werner Koch  <wk@gnupg.org>
823         * gpgconf-comp.c (gc_options_gpg): New.
824         (gc_component_t, gc_component): Add GC_BACKEND_GPG.
825         (gc_options_dirmngr): Add allow-ocsp.
827 2004-03-23  Marcus Brinkmann  <marcus@g10code.de>
829         * gpgconf-comp.c (gc_flag): Add missing flags.
831         * gpgconf-comp.c: Include <signal.h>.
832         (gc_backend): Add new member runtime_change.
833         (gpg_agent_runtime_change): New function.
834         (gc_component_change_options): New variable runtime.  Initialize
835         it.  If an option is changed that has the GC_OPT_FLAG_RUNTIME bit
836         set, also set the corresponding runtime variable.  Finally, call
837         the runtime_change callback of the backend if needed.   
839 2004-03-16  Werner Koch  <wk@gnupg.org>
841         * gpgconf-comp.c (gc_options_gpg_agent): Implemented.
842         (gc_options_gpgsm, gc_options_scdaemon): Implemented.
843         (gc_backend_t): Add GC_BACKEND_SCDAEMON.
845 2004-03-12  Marcus Brinkmann  <marcus@g10code.de>
847         * gpgconf-comp.c (gc_component_change_options): Set the filenames
848         of the option's backend, not of the component.
849         Also use GC_BACKEND_NR, not GC_COMPONENT_NR.
851 2004-03-09  Werner Koch  <wk@gnupg.org>
853         * gpgconf-comp.c [_riscos_]: Removed special code for RISC OS; we
854         don't want to clutter our code with system dependent stuff.
856 2004-03-08  Marcus Brinkmann  <marcus@g10code.de>
858         * gpgconf-comp.c (retrieve_options_from_file): Quote each string
859         in the list, not only the first.
861 2004-02-26  Marcus Brinkmann  <marcus@g10code.de>
863         * gpgconf-comp.c (gc_component_list_options): Do not print empty
864         groups.
866         * gpgconf-comp.c (option_check_validity): Check if option is
867         active.
868         (change_options_file): Implement.
870         * gpgconf-comp.c (retrieve_options_from_program): Remove broken
871         string handling.
873         * gpgconf-comp.c (change_options_program): Support all types of
874         options, including list types.
876         * README.gpgconf: Fix description of arguments.
877         * gpgconf-comp.c (option_check_validity): Rewritten to properly
878         support optional arguments in lists.
880         * README.gpgconf: Add info about optional arg and arg type 0.
881         * gpgconf-comp.c (gc_component_change_options): Parse list of
882         arg type 0 options.
883         (option_check_validity): Add new argument NEW_VALUE_NR.  Perform
884         rigorous validity checks.
885         (change_options_program): Disable an option also if we have a new
886         value for it.
888 2004-02-25  Marcus Brinkmann  <marcus@g10code.de>
890         * gpgconf-comp.c (gc_component_list_options): Correct output for
891         lists of arg type none.
892         (struct gc_option): Add new member new_flags.
893         (option_check_validity): Check OPTION->new_flags beside
894         OPTION->new_value.  Add new argument FLAGS.
895         (gc_component_change_options): Support default flag correctly.
896         (change_options_program): Likewise.
898 2004-02-24  Marcus Brinkmann  <marcus@g10code.de>
900         * README.gpgconf: Revert last change.  Add new flags "default",
901         "default desc" and "no arg desc".  Add new field ARGDEF.  Add new
902         field FLAG to backend interface.
903         * gpgconf-comp.c (struct gc_option): Make flags of type unsigned
904         long.
905         (gc_component_list_options): Adjust type for flags.
906         Add default argument field.
907         (retrieve_options_from_program): Use "1" as value for non-option
908         arguments, not "Y".
909         (gc_component_change_options): Read in flags from input.
911 2004-02-23  Marcus Brinkmann  <marcus@g10code.de>
913         * README.gpgconf: Change meaning of type 0 options value if it is
914         the empty string or "0".
916         * gpgconf.h (struct): Add member runtime.
917         * gpgconf.c: Add new option oRuntime.
918         (main): Same here.
920         * gpgconf-comp.c (hextobyte): New function.
921         (percent_deescape): New function.
922         (get_config_pathname): Percent deescape pathname if taken from
923         option (default) value.  Use default value only if it exists and
924         is not empty.  Use empty string otherwise.  Don't include leading
925         quote in pathname.
926         (change_options_program): Percent deescape string before writing
927         it out.
928         
929         * gpgconf-comp.c (gc_component_list_options): Do not skip groups
930         on output.
932 2004-02-18  Werner Koch  <wk@gnupg.org>
934         * gpgconf-comp.c: Added empty components for gpgsm and scdaemon.
936 2004-02-12  Werner Koch  <wk@gnupg.org>
938         * watchgnupg.c (main): Implement option "--".
939         (print_version): New.
941         * Makefile.am: Include cmacros.am for common flags.
943 2004-02-03  Werner Koch  <wk@gnupg.org>
945         * addgnupghome: Try to use getent, so that it also works for NIS
946         setups.
948 2004-01-31  Marcus Brinkmann  <marcus@g10code.de>
950         * gpgconf-comp.c: Some bug fixes, parse only defaults from the
951         program, and read the current values from the configuration file
952         directly.
954 2004-01-30  Marcus Brinkmann  <marcus@g10code.de>
956         * gpgconf-comp.c (gc_error): New function, use it instead of
957         error() throughout.
959         * gpgconf-comp.c: Use xmalloc, libcommon's asctimestamp and
960         gnupg_get_time, fix error() invocation and use getline()
961         consistently.
962         
963 2004-01-30  Werner Koch  <wk@gnupg.org>
965         * addgnupghome: Also set the group of copied files. 
967 2004-01-30  Werner Koch  <wk@gnupg.org>
969         * Makefile.am (sbin_SCRIPTS): New, to install addgnupghome.
970         (EXTRA_DIST): Added rfc822parse.c rfc822parse.h gpgparsemail.c
971         which might be useful for debugging.
973 2004-01-29  Werner Koch  <wk@gnupg.org>
975         * addgnupghome: New.
977 2004-01-29  Marcus Brinkmann  <marcus@g10code.de>
979         * gpgconf-list.c: File removed.
980         * README.gpgconf: New file.
981         * gpgconf-comp.c: New file.
982         * Makefile.am (gpgconf_SOURCES): Remove gpgconf-list.c, add
983         gpgconf-comp.c.
985 2004-01-16  Werner Koch  <wk@gnupg.org>
987         * watchgnupg.c (main): Need to use FD_ISSET for the client
988         descriptors too; aiiih.  Set the listening socket to non-blocking.
990 2004-01-10  Werner Koch  <wk@gnupg.org>
992         * Makefile.am: Use GPG_ERROR_CFLAGS
993         
994 2004-01-05  Werner Koch  <wk@gnupg.org>
996         * Manifest: New.
997         * gpgconf.c, gpgconf.h, gpgconf-list.c: New. A skeleton for now.
998         * no-libgcrypt.c: New.
999         * Makefile.am: Add above.
1001 2003-12-23  Werner Koch  <wk@gnupg.org>
1003         * Makefile.am: New.
1004         * watchgnupg.c: New.
1007  Copyright 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1009  This file is free software; as a special exception the author gives
1010  unlimited permission to copy and/or distribute it, with or without
1011  modifications, as long as this notice is preserved.
1013  This file is distributed in the hope that it will be useful, but
1014  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
1015  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.