2006-06-09 Marcus Brinkmann <marcus@g10code.de>
[gnupg.git] / tools / ChangeLog
blob25ffae5d2b3e1aea6f115c85ac96e8bbfca382c4
1 2006-06-09  Marcus Brinkmann  <marcus@g10code.de>
3         * Makefile.am (gpgconf_LDADD): Add $(GPG_ERROR_LIBS).
4         (gpgkey2ssh_LDADD): Add ../jnlib/libjnlib.a.
6 2006-05-23  Werner Koch  <wk@g10code.com>
8         * gpgparsemail.c: Include config.h if available
9         (stpcpy): Conditional include it.
11         * gpgconf-comp.c (hextobyte): Removed as it is now availble in
12         jnlib.
14 2005-12-20  Werner Koch  <wk@g10code.com>
16         * gpgconf-comp.c (gc_options_gpg): Add allow-pka-lookup.
18 2005-12-14  Werner Koch  <wk@g10code.com>
20         * Makefile.am (bin_PROGRAMS): Build gpgparsemail.
22         * gpgparsemail.c (pkcs7_begin): New.
23         (parse_message, message_cb): Add support of direct pkcs signatures.
25 2005-10-19  Werner Koch  <wk@g10code.com>
27         * gpgconf-comp.c (gc_options_scdaemon): New option --disable-keypad.
29 2005-09-22  Werner Koch  <wk@g10code.com>
31         * rfc822parse.c (parse_field): Tread Content-Disposition special.
33 2005-10-08  Marcus Brinkmann  <marcus@g10code.de>
35         * Makefile.am (watchgnupg_LDADD): New variable.
37         * Makefile.am (gpgconf_LDADD): Add ../gl/libgnu.a after
38         ../common/libcommon.a.
39         (symcryptrun_LDADD, gpg_connect_agent_LDADD, gpgkey2ssh_LDADD):
40         Likewise.
42 2005-09-29  Marcus Brinkmann  <marcus@g10code.de>
44         * Makefile.am (AM_CFLAGS): Add $(LIBGCRYPT_CFLAGS).
46 2005-09-06  Werner Koch  <wk@g10code.com>
48         * rfc822parse.c, rfc822parse.h:  Changed license to LGPL.
50 2005-08-01  Werner Koch  <wk@g10code.com>
52         * gpgsm-gencert.sh: Allow entering a keygrip to generate a CSR from
53         an existing key.
55 2005-07-21  Werner Koch  <wk@g10code.com>
57         * gpgsm-gencert.sh: Reworked to allow for multiple email addresses
58         as well as DNsanmes and URi.  Present the parameter file before
59         creating the certificate.
61 2005-07-04  Marcus Brinkmann  <marcus@g10code.de>
63         * symcryptrun.c (SYMC_BAD_PASSPHRASE, SYMC_CANCELED): New symbols,
64         use instead constants.
65         (hash_string): New function copied from simple-gettext.c.
66         (confucius_get_pass): Take new argument CACHEID.
67         (confucius_process): Calculate cacheid and pass it to
68         confucius_get_pass.  Clear passphrase from cache if necessary.
70 2005-06-16  Werner Koch  <wk@g10code.com>
72         * gpg-connect-agent.c (read_and_print_response): Made LINELEN a
73         size_t.
75 2005-06-04  Marcus Brinkmann  <marcus@g10code.de>
77         * symcryptrun.c (main): Allow any number of arguments, don't use
78         first argument as input file name.  Pass extra arguments to
79         confucius_main.
80         (confucius_main): Accept new arguments argc and argv and pass them
81         to confucius_process.
82         (confucius_process): Accept new arguments argc and argv and pass
83         them to the confucius process.
85 2005-06-01  Werner Koch  <wk@g10code.com>
87         * symcryptrun.c: Include mkdtemp.h. 
89 2005-05-31  Werner Koch  <wk@g10code.com>
91         * watchgnupg.c: Make sure that PF_LCOAL and AF_LOCAL are defines.
92         Noted by Ray Link.
94 2005-05-28  Moritz Schulte  <moritz@g10code.com>
96         * gpgkey2ssh.c: New file.
97         * Makefile.am (bin_PROGRAMS): Added gpgkey2ssh.
99 2005-05-20  Werner Koch  <wk@g10code.com>
101         * gpg-connect-agent.c (add_definq, show_definq, clear_definq)
102         (handle_inquire): New.
103         (read_and_print_response): Handle INQUIRE command.
104         (main): Implement control commands.
106 2005-04-21  Werner Koch  <wk@g10code.com>
108         * symcryptrun.c (main): Optionally allow the input file as command
109         line argument.
111         * gpgconf-comp.c: Add gpgsm option disable-trusted-cert-crl-check.
113 2005-04-20  Werner Koch  <wk@g10code.com>
115         * gpgconf-comp.c: Add gpg-agent:disable-scdaemon.
117 2005-04-19  Marcus Brinkmann  <marcus@g10code.de>
119         * symcryptrun.c: Add --input option.
121 2005-04-15  Marcus Brinkmann  <marcus@g10code.de>
123         * symcryptrun.c (TEMP_FAILURE_RETRY): Define if not defined.
125         * symcryptrun.c (remove_file): New function.
126         (confucius_copy_file): Accept new argument PLAIN and shred the
127         file if it is set on error.
129         * Makefile.am: Define symcryptrun make variable depending on
130         BUILD_SYMCRYPTUN.
131         (bin_PROGRAMS): Add ${symcryptrun} instead symcryptrun.
132         (symcryptrun_LDADD): Use $(LIBUTIL_LIBS) instead of -lutil.
134 2005-04-11  Werner Koch  <wk@g10code.com>
136         * symcryptrun.c (confucius_mktmpdir): Changed to use mkdtmp(3).
138 2005-04-11  Marcus Brinkmann  <marcus@g10code.de>
140         * symcryptrun.c: Implement config file parsing.
141         
142         * Makefile.am (bin_PROGRAMS): Add symcryptrun.
143         (symcryptrun_SOURCES, symcryptrun_LDADD): New variables.
144         * symcryptrun.c: New file.
146 2005-03-31  Werner Koch  <wk@g10code.com>
148         * gpg-connect-agent.c (start_agent): Use PATHSEP_C instead of ':'.
150 2005-03-09  Werner Koch  <wk@g10code.com>
152         * gpgconf-comp.c <dirmngr>: Add honor-http-proxy.
154 2005-02-25  Werner Koch  <wk@g10code.com>
156         * no-libgcrypt.c (gcry_strdup): New.
158 2005-02-24  Werner Koch  <wk@g10code.com>
160         * gpg-connect-agent.c: New.
161         * Makefile.am: Add it. 
163 2004-12-21  Werner Koch  <wk@g10code.com>
165         * gpgconf-comp.c (get_config_pathname) [DOSISH]: Detect absolute
166         pathnames with a drive letter.
168 2004-12-15  Werner Koch  <wk@g10code.com>
170         * Makefile.am (bin_PROGRAMS) [W32]: Do not build watchgnupg.
172         * gpgconf-comp.c (gpg_agent_runtime_change) [W32]: No way yet to
173         send a signal.  Disable.
174         (change_options_file, change_options_program) [W32]: No link(2),
175         so we disable it.
176         (gc_component_change_options): Use rename instead of link.
178 2004-12-13  Werner Koch  <wk@g10code.com>
180         * gpgconf-comp.c <ignore-ocsp-service-url>: Fixed typo.
182 2004-11-24  Werner Koch  <wk@g10code.com>
184         * gpgconf-comp.c <dirmngr>: Add --ignore-http-dp, --ignore-ldap-dp
185         and --ignore-ocsp-service-url.
187 2004-11-23  Werner Koch  <wk@g10code.com>
189         * gpgconf-comp.c <dirmngr>: Add the proxy options.
190         <gpgsm>: Add --prefer-system-daemon.
192 2004-11-11  Werner Koch  <wk@g10code.com>
194         * watchgnupg.c (main): Fixed test for read error.
196 2004-10-22  Werner Koch  <wk@g10code.com>
198         * Makefile.am (bin_SCRIPTS): Add gpgsm-gencert.sh
200         * gpgsm-gencert.sh: Fixed copyright; its part of GnuPG thus FSF.
202 2004-10-01  Werner Koch  <wk@g10code.com>
204         * gpgconf-comp.c: Made all strings for --log-file read the same.
205         
206 2004-10-01  Werner Koch  <wk@g10code.com>
208         * gpgconf-comp.c (my_dgettext): Also switch codeset and directory
209         for the other used domains (i.e. dirmngr).
211         * gpgconf.c (main): Fixed translation markers.
213 2004-09-30  Werner Koch  <wk@g10code.com>
215         * gpgconf.c (i18n_init): Always use LC_ALL.
217         * Makefile.am: Adjusted for gettext 0.14.
219 2004-09-29  Werner Koch  <wk@g10code.com>
221         * gpgconf-comp.c: Made the entries fro GROUPs translatable.
222         Include i18n.h.
223         (my_dgettext): Hack to use the gnupg2 domain.
225 2004-08-09  Moritz Schulte  <moritz@g10code.com>
227         * gpgsm-gencert.sh: New file.
229 2004-06-16  Werner Koch  <wk@gnupg.org>
231         * rfc822parse.c (rfc822parse_get_field): Add arg VALUEOFF.
233 2004-06-14  Werner Koch  <wk@gnupg.org>
235         * no-libgcrypt.c (gcry_realloc, gcry_xmalloc, gcry_xcalloc): New.
237         * gpgconf-comp.c (retrieve_options_from_program) 
238         (retrieve_options_from_file, change_options_file) 
239         (change_options_program, gc_component_change_options): Replaced
240         getline by read_line and test for allocation failure.
242 2004-05-21  Marcus Brinkmann  <marcus@g10code.de>
244         * gpgconf-comp.c (gc_options_dirmngr): Remove CRL group, put its
245         only option "max-replies" into LDAP group.
246         (gc_component): Change description of dirmngr to "Directory
247         Manager".
249         * gpgconf-comp.c (gc_component_change_options): Move the
250         per-process backup file into a standard location.
252 2004-05-03  Werner Koch  <wk@gnupg.org>
254         * gpgconf-comp.c: Add --allow-mark-trusted for the gpg-agent.
256 2004-04-30  Werner Koch  <wk@gnupg.org>
258         * gpgconf-comp.c: Added more runtime flags for the gpg-agent
259         backend.
261 2004-04-29  Marcus Brinkmann  <marcus@g10code.de>
263         * gpgconf-comp.c (change_options_program): Turn on utf8-strings in
264         the gpgconf specific part of the config file for the GnuPG
265         backend.
267 2004-04-28  Werner Koch  <wk@gnupg.org>
269         * gpgconf-comp.c: Add --ocsp-signer for the dirmngr backend.
271 2004-04-20  Marcus Brinkmann  <marcus@g10code.de>
273         * gpgconf-comp.c (gc_options_gpg_agent): Change type of
274         ignore-cache-for-signing option to GC_ARG_TYPE_NONE.
276 2004-04-07  Werner Koch  <wk@gnupg.org>
278         * gpgconf-comp.c (my_dgettext): Switch the codeset once to utf-8.
279         Allow building with out NLS.
281 2004-03-23  Marcus Brinkmann  <marcus@g10code.de>
283         * gpgconf-comp.c (gc_options_dirmngr): Set GC_OPT_FLAG_ARG_OPT for
284         "LDAP Server".
285         (change_options_file): Remove assertion that tests that this flag
286         is not present.  Handle an empty string in OPTION->new_value.
288         * gpgconf.c (main): Remove obsolete warning.
290 2004-03-23  Werner Koch  <wk@gnupg.org>
292         * gpgconf-comp.c (gc_options_gpg): New.
293         (gc_component_t, gc_component): Add GC_BACKEND_GPG.
294         (gc_options_dirmngr): Add allow-ocsp.
296 2004-03-23  Marcus Brinkmann  <marcus@g10code.de>
298         * gpgconf-comp.c (gc_flag): Add missing flags.
300         * gpgconf-comp.c: Include <signal.h>.
301         (gc_backend): Add new member runtime_change.
302         (gpg_agent_runtime_change): New function.
303         (gc_component_change_options): New variable runtime.  Initialize
304         it.  If an option is changed that has the GC_OPT_FLAG_RUNTIME bit
305         set, also set the corresponding runtime variable.  Finally, call
306         the runtime_change callback of the backend if needed.   
308 2004-03-16  Werner Koch  <wk@gnupg.org>
310         * gpgconf-comp.c (gc_options_gpg_agent): Implemented.
311         (gc_options_gpgsm, gc_options_scdaemon): Implemented.
312         (gc_backend_t): Add GC_BACKEND_SCDAEMON.
314 2004-03-12  Marcus Brinkmann  <marcus@g10code.de>
316         * gpgconf-comp.c (gc_component_change_options): Set the filenames
317         of the option's backend, not of the component.
318         Also use GC_BACKEND_NR, not GC_COMPONENT_NR.
320 2004-03-09  Werner Koch  <wk@gnupg.org>
322         * gpgconf-comp.c [_riscos_]: Removed special code for RISC OS; we
323         don't want to clutter our code with system dependent stuff.
325 2004-03-08  Marcus Brinkmann  <marcus@g10code.de>
327         * gpgconf-comp.c (retrieve_options_from_file): Quote each string
328         in the list, not only the first.
330 2004-02-26  Marcus Brinkmann  <marcus@g10code.de>
332         * gpgconf-comp.c (gc_component_list_options): Do not print empty
333         groups.
335         * gpgconf-comp.c (option_check_validity): Check if option is
336         active.
337         (change_options_file): Implement.
339         * gpgconf-comp.c (retrieve_options_from_program): Remove broken
340         string handling.
342         * gpgconf-comp.c (change_options_program): Support all types of
343         options, including list types.
345         * README.gpgconf: Fix description of arguments.
346         * gpgconf-comp.c (option_check_validity): Rewritten to properly
347         support optional arguments in lists.
349         * README.gpgconf: Add info about optional arg and arg type 0.
350         * gpgconf-comp.c (gc_component_change_options): Parse list of
351         arg type 0 options.
352         (option_check_validity): Add new argument NEW_VALUE_NR.  Perform
353         rigorous validity checks.
354         (change_options_program): Disable an option also if we have a new
355         value for it.
357 2004-02-25  Marcus Brinkmann  <marcus@g10code.de>
359         * gpgconf-comp.c (gc_component_list_options): Correct output for
360         lists of arg type none.
361         (struct gc_option): Add new member new_flags.
362         (option_check_validity): Check OPTION->new_flags beside
363         OPTION->new_value.  Add new argument FLAGS.
364         (gc_component_change_options): Support default flag correctly.
365         (change_options_program): Likewise.
367 2004-02-24  Marcus Brinkmann  <marcus@g10code.de>
369         * README.gpgconf: Revert last change.  Add new flags "default",
370         "default desc" and "no arg desc".  Add new field ARGDEF.  Add new
371         field FLAG to backend interface.
372         * gpgconf-comp.c (struct gc_option): Make flags of type unsigned
373         long.
374         (gc_component_list_options): Adjust type for flags.
375         Add default argument field.
376         (retrieve_options_from_program): Use "1" as value for non-option
377         arguments, not "Y".
378         (gc_component_change_options): Read in flags from input.
380 2004-02-23  Marcus Brinkmann  <marcus@g10code.de>
382         * README.gpgconf: Change meaning of type 0 options value if it is
383         the empty string or "0".
385         * gpgconf.h (struct): Add member runtime.
386         * gpgconf.c: Add new option oRuntime.
387         (main): Same here.
389         * gpgconf-comp.c (hextobyte): New function.
390         (percent_deescape): New function.
391         (get_config_pathname): Percent deescape pathname if taken from
392         option (default) value.  Use default value only if it exists and
393         is not empty.  Use empty string otherwise.  Don't include leading
394         quote in pathname.
395         (change_options_program): Percent deescape string before writing
396         it out.
397         
398         * gpgconf-comp.c (gc_component_list_options): Do not skip groups
399         on output.
401 2004-02-18  Werner Koch  <wk@gnupg.org>
403         * gpgconf-comp.c: Added empty components for gpgsm and scdaemon.
405 2004-02-12  Werner Koch  <wk@gnupg.org>
407         * watchgnupg.c (main): Implement option "--".
408         (print_version): New.
410         * Makefile.am: Include cmacros.am for common flags.
412 2004-02-03  Werner Koch  <wk@gnupg.org>
414         * addgnupghome: Try to use getent, so that it also works for NIS
415         setups.
417 2004-01-31  Marcus Brinkmann  <marcus@g10code.de>
419         * gpgconf-comp.c: Some bug fixes, parse only defaults from the
420         program, and read the current values from the configuration file
421         directly.
423 2004-01-30  Marcus Brinkmann  <marcus@g10code.de>
425         * gpgconf-comp.c (gc_error): New function, use it instead of
426         error() throughout.
428         * gpgconf-comp.c: Use xmalloc, libcommon's asctimestamp and
429         gnupg_get_time, fix error() invocation and use getline()
430         consistently.
431         
432 2004-01-30  Werner Koch  <wk@gnupg.org>
434         * addgnupghome: Also set the group of copied files. 
436 2004-01-30  Werner Koch  <wk@gnupg.org>
438         * Makefile.am (sbin_SCRIPTS): New, to install addgnupghome.
439         (EXTRA_DIST): Added rfc822parse.c rfc822parse.h gpgparsemail.c
440         which might be useful for debugging.
442 2004-01-29  Werner Koch  <wk@gnupg.org>
444         * addgnupghome: New.
446 2004-01-29  Marcus Brinkmann  <marcus@g10code.de>
448         * gpgconf-list.c: File removed.
449         * README.gpgconf: New file.
450         * gpgconf-comp.c: New file.
451         * Makefile.am (gpgconf_SOURCES): Remove gpgconf-list.c, add
452         gpgconf-comp.c.
454 2004-01-16  Werner Koch  <wk@gnupg.org>
456         * watchgnupg.c (main): Need to use FD_ISSET for the client
457         descriptors too; aiiih.  Set the listening socket to non-blocking.
459 2004-01-10  Werner Koch  <wk@gnupg.org>
461         * Makefile.am: Use GPG_ERROR_CFLAGS
462         
463 2004-01-05  Werner Koch  <wk@gnupg.org>
465         * Manifest: New.
466         * gpgconf.c, gpgconf.h, gpgconf-list.c: New. A skeleton for now.
467         * no-libgcrypt.c: New.
468         * Makefile.am: Add above.
470 2003-12-23  Werner Koch  <wk@gnupg.org>
472         * Makefile.am: New.
473         * watchgnupg.c: New.
476  Copyright 2003, 2004, 2005 Free Software Foundation, Inc.
478  This file is free software; as a special exception the author gives
479  unlimited permission to copy and/or distribute it, with or without
480  modifications, as long as this notice is preserved.
482  This file is distributed in the hope that it will be useful, but
483  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
484  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.