po/
[gnupg.git] / tools / ChangeLog
blob9e19287d6c8572ccb26a056bdce1a4d62685f6a2
1 2009-09-23  Marcus Brinkmann  <marcus@g10code.de>
3         * gpg-connect-agent.c (getinfo_pid_cb, read_and_print_response)
4         (main): Update to new Assuan API.
6 2009-07-21  Werner Koch  <wk@g10code.com>
8         * gpgsplit.c (my_strusage): Remove i18n stuff.
10 2009-07-07  Werner Koch  <wk@g10code.com>
12         * gpg-connect-agent.c (start_agent): Adjust for changed args of
13         send_pinentry_environment.
15 2009-06-30  Werner Koch  <wk@g10code.com>
17         * ccidmon.c (parse_line_sniffusb): Take also TAB as delimiter.
19 2009-06-29  Werner Koch  <wk@g10code.com>
21         * ccidmon.c (parse_line_sniffusb): New.
22         (main): Add option --sniffusb.
24 2009-06-08  Werner Koch  <wk@g10code.com>
26         * gpgconf.c (main): Call gnupg_reopen_std.  Should fix bug#1072.
28 2009-05-19  Werner Koch  <wk@g10code.com>
30         * watchgnupg.c: Include jnlib/mischelp.h if required.
31         (main): Use SUN_LEN.
33 2009-04-17  Werner Koch  <wk@g10code.com>
35         * ccidmon.c: New.
37 2009-03-03  Werner Koch  <wk@g10code.com>
39         * gpgconf.c: New command --reload.
41         * gpgconf-comp.c (gc_component_reload): New.
43 2009-03-02  Werner Koch  <wk@g10code.com>
45         * gpgconf-comp.c (scdaemon_runtime_change): Killsc d only if it is
46         not running.
48 2009-02-27  Werner Koch  <wk@g10code.com>
50         * gpgconf-comp.c (gpg_agent_runtime_change): Declare static.
51         (scdaemon_runtime_change): New.
52         (gc_backend_scdaemon): Register new function.
53         (gc_options_scdaemon): Make most options runtime changable.
55 2009-01-20  Werner Koch  <wk@g10code.com>
57         * gpgconf.c (main): Print more directories.
59 2008-12-09  Werner Koch  <wk@g10code.com>
61         * gpg-check-pattern.c (main): Call i18n_init before
62         init_common_subsystems.
63         * gpg-connect-agent.c (main): Ditto.
64         * gpgconf.c (main): Ditto.
65         * symcryptrun.c (main): Ditto.
67 2008-12-08  Werner Koch  <wk@g10code.com>
69         * gpgkey2ssh.c (main): Change order of output for RSA. Change name
70         of DSA identifier.  Reported by Daniel Kahn Gillmor.  This is
71         bug#901.
73 2008-12-05  Werner Koch  <wk@g10code.com>
75         * gpg-connect-agent.c (opts): Use ARGPARSE_ macros.
76         (start_agent) [W32]: Start agent if not running.
78 2008-12-03  Werner Koch  <wk@g10code.com>
80         * gpgconf-comp.c <scdaemon>: Add option --card-timeout.  Remove
81         unused option --disable-opensc.
83 2008-10-20  Werner Koch  <wk@g10code.com>
85         * gpgsplit.c (write_part): Remove unused arg FNAME.  Change caller.
86         (do_split): Ditto.
88         * no-libgcrypt.c (gcry_control): Mark unused arg.
89         * gpg-connect-agent.c (do_recvfd): Ditto.
90         * gpgparsemail.c (mime_signed_begin, mime_encrypted_begin): Ditto.
91         (pkcs7_begin): Ditto.
93 2008-10-01  Werner Koch  <wk@g10code.com>
95         * gpg-connect-agent.c (main): New command datafile.
96         (read_and_print_response): Print to the defined datafile.
98 2008-09-30  Werner Koch  <wk@g10code.com>
100         * gpgconf.c (main) <aListDirs>: Print the bindir.
102 2008-08-06  Marcus Brinkmann  <marcus@g10code.de>
104         * gpgconf-comp.c (gc_options_gpgsm): Change type of keyserver
105         option to GC_ARG_TYPE_LDAP_SERVER.
107         * gpgconf-comp.c (retrieve_options_from_file): Transfer the
108         NO_CHANGE flag from the file name option to the list option.
110 2008-06-19  Werner Koch  <wk@g10code.com>
112         * gpgconf-comp.c (GC_ARG_TYPE_ALIAS_LIST): New.
113         (gc_arg_type): Add fallback type.
114         (gc_options_gpg): Add option "group".
116 2008-06-12  Marcus Brinkmann  <marcus@g10code.de>
118         * gpgconf-comp.c (gc_options_gpgsm): Add option keyserver.
120 2008-05-26  Marcus Brinkmann  <marcus@g10code.de>
122         * gpgconf-comp.c: Replace pathname by filename everywhere.
124         * gpgconf.c (enum cmd_and_opt_values): Add aListDirs.
125         (opts): Add aListDirs option.
126         (main): Handle aListDirs.
127         * gpgconf.h (gc_percent_escape): New declaration.
128         * gpgconf-comp.c (my_percent_escape): Make non-static and rename
129         to ...
130         (gc_percent_escape): ... this.  Change all callers.
131         
132 2008-05-26  Werner Koch  <wk@g10code.com>
134         * gpgconf-comp.c (gpg_agent_runtime_change) [W32]: Issue
135         "reloadagent" command to gpg-agent.
137         * gpg-connect-agent.c (main): Allow server command on the command
138         line.
140 2008-05-20  Marcus Brinkmann  <marcus@g10code.de>
142         * gpgconf.h (gc_component_check_programs): Rename to ...
143         (gc_check_programs): ... this.
144         (gc_component_change_options): Add argument OUT.
145         (gc_component_check_options): New function.
146         * gpgconf.c (enum cmd_and_opt_values): New option aCheckOptions.
147         (opts): Add new option aCheckOptions (aka --check-options).
148         (main): Handle new option aCheckOptions.
149         * gpgconf-comp.c (gc_component_check_programs): Rename to ...
150         (gc_check_programs): ... this.  Refactor core of it to ...
151         (gc_component_check_options): ... this new function.
152         (gc_component_change_options): Add new argument OUT.  Externally
153         verify all changes.  Implement option --dry-run.
155 2008-05-09  Werner Koch  <wk@g10code.com>
157         * gpgconf-comp.c (my_dgettext) [USE_SIMPLE_GETTEXT]:  Hack to
158         parly support translations.
160 2008-04-08  Werner Koch  <wk@g10code.com>
162         * gpgconf-comp.c (gc_options_gpg): Add --auto-key-locate.
164 2008-03-26  Werner Koch  <wk@g10code.com>
166         * make-dns-cert.c: Include unistd.h.  Use config.h if requested.
167         (cert_key): Protect read against EINTR.
168         (main): Print SVN revision for standalone version.
170 2008-03-05  Werner Koch  <wk@g10code.com>
172         * gpg-connect-agent.c (arithmetic_op): Add logical not, or and and.
173         (get_var_ext): Add functions errcode, errsource and errstring.
174         (read_and_print_response): Store server reply in $? variable.
175         (main): Implement IF command.
177 2008-02-27  Marcus Brinkmann  <marcus@g10code.de>
179         * gpgconf-comp.c (option_check_validity): For now, error out on
180         empty strings.
181         (enum): Add GC_ARG_TYPE_PUB_KEY and GC_ARG_TYPE_SEC_KEY.
183 2008-02-01  Marcus Brinkmann  <marcus@g10code.de>
185         * gpgconf-comp.c (gc_component_list_options): Fix memcpy.
186         Reported by Marc Mutz.
188 2008-01-22  Werner Koch  <wk@g10code.com>
190         * gpgconf-comp.c: Use gnupg domain for honor-http-proxy.  Make
191         "LDAP server list" group title translatable.
193 2008-01-17  Marcus Brinkmann  <marcus@g10code.de>
195         * gpgconf-comp.c (change_options_program): Strip duplicated
196         utf8-strings entries for gnupg backend.  Don't create them either.
198 2007-12-10  Marcus Brinkmann  <marcus@g10code.de>
200         * gpgconf-comp.c (gc_component_list_options): Fix up expert level
201         of group.
203 2007-12-04  Marcus Brinkmann  <marcus@g10code.de>
205         * gpgconf-comp.c (gc_component_list_components): Do not print a
206         trailing semi-colon to ensure forward compatibility, as this would
207         indicate another empty field.
208         (gc_process_gpgconf_conf): Likewise.
210 2007-11-15  Werner Koch  <wk@g10code.com>
212         * gpg-connect-agent.c (start_agent): Adjust changed
213         send_pinentry_environment.
215 2007-10-24  Werner Koch  <wk@g10code.com>
217         * gpg-connect-agent.c (substitute_line): Restore temporary nul
218         marker.
219         (main): Add /while command.
221 2007-10-23  Werner Koch  <wk@g10code.com>
223         * gpgconf-comp.c (gc_process_gpgconf_conf): Add arg
224         LISTFP.  Changed all callers.
225         * gpgconf.h: Add gc_error.
226         * gpgconf.c: Add command --list-config.
227         (get_outfp): New.
228         (main): Make --output work.
230         * gpgconf-comp.c (gc_options_gpg_agent): Replace accidently used
231         GC_BACKEND_SCDAEMON.  We should consider to create these tables
232         from plain files.
234 2007-10-22  Werner Koch  <wk@g10code.com>
236         * gpgconf-comp.c (retrieve_options_from_program): Replace use of
237         popen by our gnupg_spawn_process_fd.  This is required because
238         popen under Windows can't handle long filenames.
240 2007-10-19  Werner Koch  <wk@g10code.com>
242         * symcryptrun.c (confucius_get_pass): Use utf8 switching functions.
244         * gpg-connect-agent.c (get_var_ext): New.
245         (substitute_line): Use it.
246         (assign_variable): Implement /slet in terms of get_var_ext.
247         (main): New option -s/--subst.
248         (add_definq): Add arg IS_VAR.  Change all callers.
249         (main): Add command /definq.
250         (handle_inquire): Implement new command.
251         (substitute_line_copy): New.
252         (unescape_string, unpercent_string): New.
253         * no-libgcrypt.c (gcry_set_outofcore_handler) 
254         (gcry_set_fatalerror_handler, gcry_set_log_handler): New.
255         * Makefile.am (gpg_connect_agent_LDADD): Link to libreadline.
257         * gpgconf-comp.c (retrieve_options_from_file): Don't call fclose
258         with NULL.  Fixes bug 842.
260 2007-10-12  Werner Koch  <wk@g10code.com>
262         * gpg-connect-agent.c (substitute_line): Allow ${foo} syntax.
264 2007-10-11  Werner Koch  <wk@g10code.com>
266         * gpg-connect-agent.c (get_var): Expand environment variables.
267         Suggested by Marc Mutz.
268         (set_var): Return the value.
269         (assign_variable): Add arg syslet.
270         (main): New command /slet.
271         (gnu_getcwd): New.
272         (assign_variable): Add tag cwd, and *dir.
274 2007-10-02  Werner Koch  <wk@g10code.com>
276         * no-libgcrypt.c (gcry_malloc_secure): New.
278         * gpg-connect-agent.c (set_var, set_int_var, get_var)
279         (substitute_line, show_variables, assign_variable)
280         (do_open, do_close, do_showopen): New.
281         (main): Add new commands /nosubst, /subst, /let, /showvar, /open,
282         /close and /showopen.
283         (main): New commands /run and /bye.
285 2007-10-01  Werner Koch  <wk@g10code.com>
287         * gpg-connect-agent.c (do_sendfd): Use INT2FD for assuan_sendfd.
289 2007-09-26  Werner Koch  <wk@g10code.com>
291         * gpg-connect-agent.c (main): Print the first response from the
292         server.
294 2007-09-14  Werner Koch  <wk@g10code.com>
296         * gpgconf-comp.c: Make a string translatable.
298 2007-09-04  Moritz Schulte  <moritz@g10code.com>
300         * gpgsm-gencert.sh: Use printf instead of echo.
302 2007-09-04  Moritz Schulte  <moritz@g10code.com>
304         * gpgkey2ssh.c: Include sysutils.h so that gnupg_tmpfile() is
305         declared.
307 2007-08-31  Werner Koch  <wk@g10code.com>
309         * gpgparsemail.c: Support PGP/MIME signed messages.
311         * gpgconf-comp.c (gc_component_list_components): List the programs
312         names.
314 2007-08-29  Werner Koch  <wk@g10code.com>
316         * gpgconf.c: New command --check-programs.
317         * gpgconf-comp.c (gc_component_check_programs): New.
318         (gc_backend): Add member MODULE_NAME and add these module names.
319         (retrieve_options_from_program): Use module name so that we use an
320         absolute file name and don't rely on $PATH.
321         (collect_error_output): New.
322         * no-libgcrypt.c (gcry_control): New.
324 2007-08-28  Werner Koch  <wk@g10code.com>
326         * gpgconf-comp.c <gpg-agent>: Add options --max-passphrase-days
327         and --enable-passphrase-history.
329 2007-08-27  Werner Koch  <wk@g10code.com>
331         * gpg-check-pattern.c: New
332         * Makefile.am (libexec_PROGRAMS): Add unless DISABLE_REGEX.
334 2007-08-24  Werner Koch  <wk@g10code.com>
336         * gpgconf-comp.c <gpg-agent>: Add options --check-passphrase-pattern,
337         --min-passphrase-nonalpha and --enforce-passphrase-constraints and
338         move them into a new "passphrase policy" group.
339         (gc_component) [W32]: Enable dirmngr.
341 2007-08-21  Werner Koch  <wk@g10code.com>
343         * gpgkey2ssh.c (key_to_blob): Use gnupg_tmpfile().
345 2007-08-02  Werner Koch  <wk@g10code.com>
347         * gpgconf-comp.c: Factor the public GC_OPT_FLAG constants out and
348         include gc-opt-flags.h.
350 2007-07-17  Werner Koch  <wk@g10code.com>
352         * gpgconf-comp.c: Add --encrypt-to and --default-key to gpg and
353         gpgsm.
355 2007-07-16  Marcus Brinkmann  <marcus@g10code.de>
357         * gpg-connect-agent.c (main): Bail out if write fails.
359 2007-07-05  Marcus Brinkmann  <marcus@g10code.de>
361         * symcryptrun.c (confucius_get_pass): Define orig_codeset if
362         [ENABLE_NLS], not [HAVE_LANGINFO_CODESET].
364 2007-06-26  Werner Koch  <wk@g10code.com>
366         * gpgconf-comp.c (key_matches_user_or_group) [W32]: Implement user
367         name matching.
368         (GPGNAME): New.  Use it instead of "gpg".
369         (gc_component) [W32]:  Disable dirmngr for now.
370         (gc_component_retrieve_options): Ignore components without options.
371         (gc_component_change_options): Ditto.
372         (gc_component_list_options): Ditto.
373         (gc_component_find, gc_component_list_components): Ditto.
375 2007-06-19  Werner Koch  <wk@g10code.com>
377         * gpgconf-comp.c (percent_escape): Rename to my_percent_escape.
378         Changed all callers.
380 2007-06-18  Marcus Brinkmann  <marcus@g10code.de>
382         * gpgconf-comp.c (retrieve_options_from_file): Close LIST_FILE.
383         (copy_file): In error case, save/restore errno.  Close SRC and DST.
384         (gc_component_change_options): Catch error from unlink().  Remove
385         target backup file before rename().
387 2007-06-15  Marcus Brinkmann  <marcus@g10code.de>
389         * gpgconf-comp.c (copy_file) [HAVE_W32_SYSTEM]: New function.
390         (change_options_file, change_options_program) [HAVE_W32_SYSTEM]:
391         Copy backup file.
392         (gc_component_change_options) [HAVE_W32_SYSTEM]: Non-atomic replace.
393         (gc_process_gpgconf_conf): Rename fname to fname_arg and
394         fname_buffer to fname, initialize fname with fname_arg, discarding
395         const qualifier.
397 2007-06-15  Werner Koch  <wk@g10code.com>
399         * Makefile.am (symcryptrun_LDADD): It is LIBICONV and not LIBINCONV.
400         (gpgconf_LDADD, symcryptrun_LDADD): Add W32SOCKLIBS.
402 2007-06-14  Werner Koch  <wk@g10code.com>
404         * symcryptrun.c (main): Setup default socket name for
405         simple-pwquery.
406         (MAP_SPWQ_ERROR_IMPL): New.  Use it for all spwq error returns.
408 2007-06-12  Werner Koch  <wk@g10code.com>
410         * gpgconf-comp.c (gc_process_gpgconf_conf): Replace
411         GNUPG_SYSCONFDIR by a function call.
413         * gpg-connect-agent.c (main): Replace some calls by
414         init_common_subsystems.
415         * gpgconf.c (main): Ditto.
416         * symcryptrun.c (main): Ditto.
418 2007-06-11  Werner Koch  <wk@g10code.com>
420         * symcryptrun.c (main) [W32]: Call pth_init.
421         * gpgconf.c (main) [W32]: Call pth_init
422         * gpg-connect-agent.c (main) [W32]: Call pth_init.
424 2007-06-06  Werner Koch  <wk@g10code.com>
426         * Makefile.am (bin_PROGRAMS) [W32]: Do not build gpgparsemail.
428         * gpgconf-comp.c [W32]: Do not include pwd.h and grp.h.
429         (key_matches_user_or_group) [W32]: For now always return false.
431         * symcryptrun.c (i18n_init): Remove.
432         * gpgconf.c (i18n_init): Remove.
433         * gpg-connect-agent.c (i18n_init): Remove.
435 2007-05-19  Marcus Brinkmann  <marcus@g10code.de>
437         * symcryptrun.c (confucius_get_pass): Free ORIG_CODESET on error.
439 2007-05-08  Werner Koch  <wk@g10code.com>
441         * sockprox.c: New.  It needs to be build manually. By Moritz
442         Schulte.
444 2007-04-20  Werner Koch  <wk@g10code.com>
446         * symcryptrun.c (my_gcry_logger): Removed.
447         (main): Call setup_libgcrypt_logging.
449 2007-04-03  Werner Koch  <wk@g10code.com>
451         * gpgconf-comp.c: Allow changing of --allow-mark-trusted.
453         * gpg-connect-agent.c (main): New option --decode and commands
454         decode and undecode.
455         (read_and_print_response): Implement option.
457 2007-03-20  Werner Koch  <wk@g10code.com>
459         * gpgconf-comp.c (gc_options_gpgsm): Add p12-charset.
461 2007-03-07  Werner Koch  <wk@g10code.com>
463         * applygnupgdefaults: New.
464         * Makefile.am (sbin_SCRIPTS): Add it
466 2007-03-06  Werner Koch  <wk@g10code.com>
468         * gpgconf-comp.c: Include pwd.h and grp.h.
469         (GC_OPT_FLAG_NO_CHANGE): New.
470         (gc_component_change_options): Implement it.
471         (gc_options_gpg_agent): Add options for all ttl values and
472         min-passphrase-length.  Apply new flag to some of them.
473         (gc_process_gpgconf_conf, key_matches_user_or_group): New.
474         (gc_component_change_options): Factor some code out to ..
475         (change_one_value): .. new. 
476         (gc_component_retrieve_options): Allow -1 for COMPONENT to iterate
477         over al components.
478         * gpgconf.c (main): New commands --check-config and
479         --apply-defaults.  Call gc_process_gpgconf_conf.
481 2007-01-31  Werner Koch  <wk@g10code.com>
483         * Makefile.am (symcryptrun_LDADD): Add LIBICONV.
484         (gpgkey2ssh_LDADD): Ditto.
486 2006-12-13  David Shaw  <dshaw@jabberwocky.com>
488         * Makefile.am (gpgsplit_LDADD): Link to LIBINTL if we're using the
489         built-in code.
491 2006-12-07  David Shaw  <dshaw@jabberwocky.com>
493         * Makefile.am: Link to iconv for jnlib dependency.
495 2006-11-23  Werner Koch  <wk@g10code.com>
497         * Makefile.am (gpg_connect_agent_LDADD): Add NETLIBS.
499 2006-11-21  Werner Koch  <wk@g10code.com>
501         * gpgconf-comp.c (list_one_option): Cast print size_t arg.
503 2006-11-17  Werner Koch  <wk@g10code.com>
505         * gpgconf-comp.c: Made disable-keypad a basic option.
507 2006-11-03  Werner Koch  <wk@g10code.com>
509         * symcryptrun.c: Include signal.h and include pth.h only if test
510         asserts that it exists.
512 2006-10-23  Werner Koch  <wk@g10code.com>
514         * gpgconf-comp.c <gpgsm>: Add --cipher-algo.
516 2006-10-20  Werner Koch  <wk@g10code.com>
518         * gpgsm-gencert.sh: Enhanced the main menu. 
520 2006-10-12  Werner Koch  <wk@g10code.com>
522         * Makefile.am (gpg-zip, gpgsplit): Do not install due to a
523         conflict with gpg1.
525 2006-10-11  Werner Koch  <wk@g10code.com>
527         * gpgsm-gencert.sh: Allow generation of card keys.
529 2006-10-08  Werner Koch  <wk@g10code.com>
531         * Makefile.am (gpgkey2ssh_LDADD): Add LIBINTL. Suggested by
532         Andreas Metzler.
534 2006-09-22  Werner Koch  <wk@g10code.com>
536         * no-libgcrypt.c: Changed license to a simple all permissive one.
538 2006-09-20  Werner Koch  <wk@g10code.com>
540         * Makefile.am: Changes to allow parallel make runs.
542 2006-09-12  Werner Koch  <wk@g10code.com>
544         Replaced all call gpg_error_from_errno(errno) by
545         gpg_error_from_syserror().
547         * gpg-connect-agent.c (read_and_print_response): With verbosity
548         level 2 also print comment lines.
550 2006-09-06  Werner Koch  <wk@g10code.com>
552         * gpg-connect-agent.c: Switch everything to new Assuan error code
553         style.
555         * no-libgcrypt.c (out_of_core): Reanmed to ...
556         (out_of_memory): .. this to avoid name clash with util.h.
558 2006-08-21  Werner Koch  <wk@g10code.com>
560         * gpgsplit.c: New. Taken from 1.4. Adjusted to GnuPG2.
562         * Makefile.am (noinst_PROGRAMS): New.
564 2006-06-09  Marcus Brinkmann  <marcus@g10code.de>
566         * Makefile.am (gpgconf_LDADD): Add $(GPG_ERROR_LIBS).
567         (gpgkey2ssh_LDADD): Add ../jnlib/libjnlib.a.
569 2006-05-23  Werner Koch  <wk@g10code.com>
571         * gpgparsemail.c: Include config.h if available
572         (stpcpy): Conditional include it.
574         * gpgconf-comp.c (hextobyte): Removed as it is now availble in
575         jnlib.
577 2005-12-20  Werner Koch  <wk@g10code.com>
579         * gpgconf-comp.c (gc_options_gpg): Add allow-pka-lookup.
581 2005-12-14  Werner Koch  <wk@g10code.com>
583         * Makefile.am (bin_PROGRAMS): Build gpgparsemail.
585         * gpgparsemail.c (pkcs7_begin): New.
586         (parse_message, message_cb): Add support of direct pkcs signatures.
588 2005-10-19  Werner Koch  <wk@g10code.com>
590         * gpgconf-comp.c (gc_options_scdaemon): New option --disable-keypad.
592 2005-09-22  Werner Koch  <wk@g10code.com>
594         * rfc822parse.c (parse_field): Tread Content-Disposition special.
596 2005-10-08  Marcus Brinkmann  <marcus@g10code.de>
598         * Makefile.am (watchgnupg_LDADD): New variable.
600         * Makefile.am (gpgconf_LDADD): Add ../gl/libgnu.a after
601         ../common/libcommon.a.
602         (symcryptrun_LDADD, gpg_connect_agent_LDADD, gpgkey2ssh_LDADD):
603         Likewise.
605 2005-09-29  Marcus Brinkmann  <marcus@g10code.de>
607         * Makefile.am (AM_CFLAGS): Add $(LIBGCRYPT_CFLAGS).
609 2005-09-06  Werner Koch  <wk@g10code.com>
611         * rfc822parse.c, rfc822parse.h:  Changed license to LGPL.
613 2005-08-01  Werner Koch  <wk@g10code.com>
615         * gpgsm-gencert.sh: Allow entering a keygrip to generate a CSR from
616         an existing key.
618 2005-07-21  Werner Koch  <wk@g10code.com>
620         * gpgsm-gencert.sh: Reworked to allow for multiple email addresses
621         as well as DNsanmes and URi.  Present the parameter file before
622         creating the certificate.
624 2005-07-04  Marcus Brinkmann  <marcus@g10code.de>
626         * symcryptrun.c (SYMC_BAD_PASSPHRASE, SYMC_CANCELED): New symbols,
627         use instead constants.
628         (hash_string): New function copied from simple-gettext.c.
629         (confucius_get_pass): Take new argument CACHEID.
630         (confucius_process): Calculate cacheid and pass it to
631         confucius_get_pass.  Clear passphrase from cache if necessary.
633 2005-06-16  Werner Koch  <wk@g10code.com>
635         * gpg-connect-agent.c (read_and_print_response): Made LINELEN a
636         size_t.
638 2005-06-04  Marcus Brinkmann  <marcus@g10code.de>
640         * symcryptrun.c (main): Allow any number of arguments, don't use
641         first argument as input file name.  Pass extra arguments to
642         confucius_main.
643         (confucius_main): Accept new arguments argc and argv and pass them
644         to confucius_process.
645         (confucius_process): Accept new arguments argc and argv and pass
646         them to the confucius process.
648 2005-06-01  Werner Koch  <wk@g10code.com>
650         * symcryptrun.c: Include mkdtemp.h. 
652 2005-05-31  Werner Koch  <wk@g10code.com>
654         * watchgnupg.c: Make sure that PF_LCOAL and AF_LOCAL are defines.
655         Noted by Ray Link.
657 2005-05-28  Moritz Schulte  <moritz@g10code.com>
659         * gpgkey2ssh.c: New file.
660         * Makefile.am (bin_PROGRAMS): Added gpgkey2ssh.
662 2005-05-20  Werner Koch  <wk@g10code.com>
664         * gpg-connect-agent.c (add_definq, show_definq, clear_definq)
665         (handle_inquire): New.
666         (read_and_print_response): Handle INQUIRE command.
667         (main): Implement control commands.
669 2005-04-21  Werner Koch  <wk@g10code.com>
671         * symcryptrun.c (main): Optionally allow the input file as command
672         line argument.
674         * gpgconf-comp.c: Add gpgsm option disable-trusted-cert-crl-check.
676 2005-04-20  Werner Koch  <wk@g10code.com>
678         * gpgconf-comp.c: Add gpg-agent:disable-scdaemon.
680 2005-04-19  Marcus Brinkmann  <marcus@g10code.de>
682         * symcryptrun.c: Add --input option.
684 2005-04-15  Marcus Brinkmann  <marcus@g10code.de>
686         * symcryptrun.c (TEMP_FAILURE_RETRY): Define if not defined.
688         * symcryptrun.c (remove_file): New function.
689         (confucius_copy_file): Accept new argument PLAIN and shred the
690         file if it is set on error.
692         * Makefile.am: Define symcryptrun make variable depending on
693         BUILD_SYMCRYPTUN.
694         (bin_PROGRAMS): Add ${symcryptrun} instead symcryptrun.
695         (symcryptrun_LDADD): Use $(LIBUTIL_LIBS) instead of -lutil.
697 2005-04-11  Werner Koch  <wk@g10code.com>
699         * symcryptrun.c (confucius_mktmpdir): Changed to use mkdtmp(3).
701 2005-04-11  Marcus Brinkmann  <marcus@g10code.de>
703         * symcryptrun.c: Implement config file parsing.
704         
705         * Makefile.am (bin_PROGRAMS): Add symcryptrun.
706         (symcryptrun_SOURCES, symcryptrun_LDADD): New variables.
707         * symcryptrun.c: New file.
709 2005-03-31  Werner Koch  <wk@g10code.com>
711         * gpg-connect-agent.c (start_agent): Use PATHSEP_C instead of ':'.
713 2005-03-09  Werner Koch  <wk@g10code.com>
715         * gpgconf-comp.c <dirmngr>: Add honor-http-proxy.
717 2005-02-25  Werner Koch  <wk@g10code.com>
719         * no-libgcrypt.c (gcry_strdup): New.
721 2005-02-24  Werner Koch  <wk@g10code.com>
723         * gpg-connect-agent.c: New.
724         * Makefile.am: Add it. 
726 2004-12-21  Werner Koch  <wk@g10code.com>
728         * gpgconf-comp.c (get_config_pathname) [DOSISH]: Detect absolute
729         pathnames with a drive letter.
731 2004-12-15  Werner Koch  <wk@g10code.com>
733         * Makefile.am (bin_PROGRAMS) [W32]: Do not build watchgnupg.
735         * gpgconf-comp.c (gpg_agent_runtime_change) [W32]: No way yet to
736         send a signal.  Disable.
737         (change_options_file, change_options_program) [W32]: No link(2),
738         so we disable it.
739         (gc_component_change_options): Use rename instead of link.
741 2004-12-13  Werner Koch  <wk@g10code.com>
743         * gpgconf-comp.c <ignore-ocsp-service-url>: Fixed typo.
745 2004-11-24  Werner Koch  <wk@g10code.com>
747         * gpgconf-comp.c <dirmngr>: Add --ignore-http-dp, --ignore-ldap-dp
748         and --ignore-ocsp-service-url.
750 2004-11-23  Werner Koch  <wk@g10code.com>
752         * gpgconf-comp.c <dirmngr>: Add the proxy options.
753         <gpgsm>: Add --prefer-system-daemon.
755 2004-11-11  Werner Koch  <wk@g10code.com>
757         * watchgnupg.c (main): Fixed test for read error.
759 2004-10-22  Werner Koch  <wk@g10code.com>
761         * Makefile.am (bin_SCRIPTS): Add gpgsm-gencert.sh
763         * gpgsm-gencert.sh: Fixed copyright; its part of GnuPG thus FSF.
765 2004-10-01  Werner Koch  <wk@g10code.com>
767         * gpgconf-comp.c: Made all strings for --log-file read the same.
768         
769 2004-10-01  Werner Koch  <wk@g10code.com>
771         * gpgconf-comp.c (my_dgettext): Also switch codeset and directory
772         for the other used domains (i.e. dirmngr).
774         * gpgconf.c (main): Fixed translation markers.
776 2004-09-30  Werner Koch  <wk@g10code.com>
778         * gpgconf.c (i18n_init): Always use LC_ALL.
780         * Makefile.am: Adjusted for gettext 0.14.
782 2004-09-29  Werner Koch  <wk@g10code.com>
784         * gpgconf-comp.c: Made the entries fro GROUPs translatable.
785         Include i18n.h.
786         (my_dgettext): Hack to use the gnupg2 domain.
788 2004-08-09  Moritz Schulte  <moritz@g10code.com>
790         * gpgsm-gencert.sh: New file.
792 2004-06-16  Werner Koch  <wk@gnupg.org>
794         * rfc822parse.c (rfc822parse_get_field): Add arg VALUEOFF.
796 2004-06-14  Werner Koch  <wk@gnupg.org>
798         * no-libgcrypt.c (gcry_realloc, gcry_xmalloc, gcry_xcalloc): New.
800         * gpgconf-comp.c (retrieve_options_from_program) 
801         (retrieve_options_from_file, change_options_file) 
802         (change_options_program, gc_component_change_options): Replaced
803         getline by read_line and test for allocation failure.
805 2004-05-21  Marcus Brinkmann  <marcus@g10code.de>
807         * gpgconf-comp.c (gc_options_dirmngr): Remove CRL group, put its
808         only option "max-replies" into LDAP group.
809         (gc_component): Change description of dirmngr to "Directory
810         Manager".
812         * gpgconf-comp.c (gc_component_change_options): Move the
813         per-process backup file into a standard location.
815 2004-05-03  Werner Koch  <wk@gnupg.org>
817         * gpgconf-comp.c: Add --allow-mark-trusted for the gpg-agent.
819 2004-04-30  Werner Koch  <wk@gnupg.org>
821         * gpgconf-comp.c: Added more runtime flags for the gpg-agent
822         backend.
824 2004-04-29  Marcus Brinkmann  <marcus@g10code.de>
826         * gpgconf-comp.c (change_options_program): Turn on utf8-strings in
827         the gpgconf specific part of the config file for the GnuPG
828         backend.
830 2004-04-28  Werner Koch  <wk@gnupg.org>
832         * gpgconf-comp.c: Add --ocsp-signer for the dirmngr backend.
834 2004-04-20  Marcus Brinkmann  <marcus@g10code.de>
836         * gpgconf-comp.c (gc_options_gpg_agent): Change type of
837         ignore-cache-for-signing option to GC_ARG_TYPE_NONE.
839 2004-04-07  Werner Koch  <wk@gnupg.org>
841         * gpgconf-comp.c (my_dgettext): Switch the codeset once to utf-8.
842         Allow building with out NLS.
844 2004-03-23  Marcus Brinkmann  <marcus@g10code.de>
846         * gpgconf-comp.c (gc_options_dirmngr): Set GC_OPT_FLAG_ARG_OPT for
847         "LDAP Server".
848         (change_options_file): Remove assertion that tests that this flag
849         is not present.  Handle an empty string in OPTION->new_value.
851         * gpgconf.c (main): Remove obsolete warning.
853 2004-03-23  Werner Koch  <wk@gnupg.org>
855         * gpgconf-comp.c (gc_options_gpg): New.
856         (gc_component_t, gc_component): Add GC_BACKEND_GPG.
857         (gc_options_dirmngr): Add allow-ocsp.
859 2004-03-23  Marcus Brinkmann  <marcus@g10code.de>
861         * gpgconf-comp.c (gc_flag): Add missing flags.
863         * gpgconf-comp.c: Include <signal.h>.
864         (gc_backend): Add new member runtime_change.
865         (gpg_agent_runtime_change): New function.
866         (gc_component_change_options): New variable runtime.  Initialize
867         it.  If an option is changed that has the GC_OPT_FLAG_RUNTIME bit
868         set, also set the corresponding runtime variable.  Finally, call
869         the runtime_change callback of the backend if needed.   
871 2004-03-16  Werner Koch  <wk@gnupg.org>
873         * gpgconf-comp.c (gc_options_gpg_agent): Implemented.
874         (gc_options_gpgsm, gc_options_scdaemon): Implemented.
875         (gc_backend_t): Add GC_BACKEND_SCDAEMON.
877 2004-03-12  Marcus Brinkmann  <marcus@g10code.de>
879         * gpgconf-comp.c (gc_component_change_options): Set the filenames
880         of the option's backend, not of the component.
881         Also use GC_BACKEND_NR, not GC_COMPONENT_NR.
883 2004-03-09  Werner Koch  <wk@gnupg.org>
885         * gpgconf-comp.c [_riscos_]: Removed special code for RISC OS; we
886         don't want to clutter our code with system dependent stuff.
888 2004-03-08  Marcus Brinkmann  <marcus@g10code.de>
890         * gpgconf-comp.c (retrieve_options_from_file): Quote each string
891         in the list, not only the first.
893 2004-02-26  Marcus Brinkmann  <marcus@g10code.de>
895         * gpgconf-comp.c (gc_component_list_options): Do not print empty
896         groups.
898         * gpgconf-comp.c (option_check_validity): Check if option is
899         active.
900         (change_options_file): Implement.
902         * gpgconf-comp.c (retrieve_options_from_program): Remove broken
903         string handling.
905         * gpgconf-comp.c (change_options_program): Support all types of
906         options, including list types.
908         * README.gpgconf: Fix description of arguments.
909         * gpgconf-comp.c (option_check_validity): Rewritten to properly
910         support optional arguments in lists.
912         * README.gpgconf: Add info about optional arg and arg type 0.
913         * gpgconf-comp.c (gc_component_change_options): Parse list of
914         arg type 0 options.
915         (option_check_validity): Add new argument NEW_VALUE_NR.  Perform
916         rigorous validity checks.
917         (change_options_program): Disable an option also if we have a new
918         value for it.
920 2004-02-25  Marcus Brinkmann  <marcus@g10code.de>
922         * gpgconf-comp.c (gc_component_list_options): Correct output for
923         lists of arg type none.
924         (struct gc_option): Add new member new_flags.
925         (option_check_validity): Check OPTION->new_flags beside
926         OPTION->new_value.  Add new argument FLAGS.
927         (gc_component_change_options): Support default flag correctly.
928         (change_options_program): Likewise.
930 2004-02-24  Marcus Brinkmann  <marcus@g10code.de>
932         * README.gpgconf: Revert last change.  Add new flags "default",
933         "default desc" and "no arg desc".  Add new field ARGDEF.  Add new
934         field FLAG to backend interface.
935         * gpgconf-comp.c (struct gc_option): Make flags of type unsigned
936         long.
937         (gc_component_list_options): Adjust type for flags.
938         Add default argument field.
939         (retrieve_options_from_program): Use "1" as value for non-option
940         arguments, not "Y".
941         (gc_component_change_options): Read in flags from input.
943 2004-02-23  Marcus Brinkmann  <marcus@g10code.de>
945         * README.gpgconf: Change meaning of type 0 options value if it is
946         the empty string or "0".
948         * gpgconf.h (struct): Add member runtime.
949         * gpgconf.c: Add new option oRuntime.
950         (main): Same here.
952         * gpgconf-comp.c (hextobyte): New function.
953         (percent_deescape): New function.
954         (get_config_pathname): Percent deescape pathname if taken from
955         option (default) value.  Use default value only if it exists and
956         is not empty.  Use empty string otherwise.  Don't include leading
957         quote in pathname.
958         (change_options_program): Percent deescape string before writing
959         it out.
960         
961         * gpgconf-comp.c (gc_component_list_options): Do not skip groups
962         on output.
964 2004-02-18  Werner Koch  <wk@gnupg.org>
966         * gpgconf-comp.c: Added empty components for gpgsm and scdaemon.
968 2004-02-12  Werner Koch  <wk@gnupg.org>
970         * watchgnupg.c (main): Implement option "--".
971         (print_version): New.
973         * Makefile.am: Include cmacros.am for common flags.
975 2004-02-03  Werner Koch  <wk@gnupg.org>
977         * addgnupghome: Try to use getent, so that it also works for NIS
978         setups.
980 2004-01-31  Marcus Brinkmann  <marcus@g10code.de>
982         * gpgconf-comp.c: Some bug fixes, parse only defaults from the
983         program, and read the current values from the configuration file
984         directly.
986 2004-01-30  Marcus Brinkmann  <marcus@g10code.de>
988         * gpgconf-comp.c (gc_error): New function, use it instead of
989         error() throughout.
991         * gpgconf-comp.c: Use xmalloc, libcommon's asctimestamp and
992         gnupg_get_time, fix error() invocation and use getline()
993         consistently.
994         
995 2004-01-30  Werner Koch  <wk@gnupg.org>
997         * addgnupghome: Also set the group of copied files. 
999 2004-01-30  Werner Koch  <wk@gnupg.org>
1001         * Makefile.am (sbin_SCRIPTS): New, to install addgnupghome.
1002         (EXTRA_DIST): Added rfc822parse.c rfc822parse.h gpgparsemail.c
1003         which might be useful for debugging.
1005 2004-01-29  Werner Koch  <wk@gnupg.org>
1007         * addgnupghome: New.
1009 2004-01-29  Marcus Brinkmann  <marcus@g10code.de>
1011         * gpgconf-list.c: File removed.
1012         * README.gpgconf: New file.
1013         * gpgconf-comp.c: New file.
1014         * Makefile.am (gpgconf_SOURCES): Remove gpgconf-list.c, add
1015         gpgconf-comp.c.
1017 2004-01-16  Werner Koch  <wk@gnupg.org>
1019         * watchgnupg.c (main): Need to use FD_ISSET for the client
1020         descriptors too; aiiih.  Set the listening socket to non-blocking.
1022 2004-01-10  Werner Koch  <wk@gnupg.org>
1024         * Makefile.am: Use GPG_ERROR_CFLAGS
1025         
1026 2004-01-05  Werner Koch  <wk@gnupg.org>
1028         * Manifest: New.
1029         * gpgconf.c, gpgconf.h, gpgconf-list.c: New. A skeleton for now.
1030         * no-libgcrypt.c: New.
1031         * Makefile.am: Add above.
1033 2003-12-23  Werner Koch  <wk@gnupg.org>
1035         * Makefile.am: New.
1036         * watchgnupg.c: New.
1039  Copyright 2003, 2004, 2005, 2006, 2007, 2008,
1040            2009 Free Software Foundation, Inc.
1042  This file is free software; as a special exception the author gives
1043  unlimited permission to copy and/or distribute it, with or without
1044  modifications, as long as this notice is preserved.
1046  This file is distributed in the hope that it will be useful, but
1047  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
1048  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.