aboutsummaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-02-262004-02-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-96/+121
* gpgconf-comp.c (gc_component_list_options): Do not print empty groups.
2004-02-262004-02-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-3/+292
* gpgconf-comp.c (option_check_validity): Check if option is active. (change_options_file): Implement.
2004-02-262004-02-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-6/+3
* gpgconf-comp.c (retrieve_options_from_program): Remove broken string handling.
2004-02-262004-02-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann3-13/+77
* gpgconf-comp.c (change_options_program): Support all types of options, including list types.
2004-02-262004-02-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann3-100/+92
* README.gpgconf: Fix description of arguments. * gpgconf-comp.c (option_check_validity): Rewritten to properly support optional arguments in lists.
2004-02-262004-02-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann3-13/+141
* README.gpgconf (NAME): Add info about optional arg and arg type 0. * gpgconf-comp.c (gc_component_change_options): Parse list of arg type 0 options. (option_check_validity): Add new argument NEW_VALUE_NR. Perform rigorous validity checks. (change_options_program): Disable an option also if we have a new value for it.
2004-02-252004-02-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-14/+26
* gpgconf-comp.c (struct gc_option): Add new member new_flags. (option_check_validity): Check OPTION->new_flags beside OPTION->new_value. Add new argument FLAGS. (gc_component_change_options): Support default flag correctly. (change_options_program): Likewise.
2004-02-252004-02-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-1/+13
* gpgconf-comp.c (gc_component_list_options): Correct output for lists of arg type none.
2004-02-242004-02-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann3-60/+266
* README.gpgconf: Revert last change. Add new flags "default", "default desc" and "no arg desc". Add new field ARGDEF. Add new field FLAG to backend interface. * gpgconf-comp.c (struct gc_option): Make flags of type unsigned long. (gc_component_list_options): Adjust type for flags. Add default argument field. (retrieve_options_from_program): Use "1" as value for non-option arguments, not "Y". (gc_component_change_options): Read in flags from input.
2004-02-232004-02-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-2/+7
* README.gpgconf: Change meaning of type 0 options value if it is the empty string or "0".
2004-02-232004-02-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann3-9/+22
* gpgconf.h (struct): Add member runtime. * gpgconf.c: Add new option oRuntime. (main): Same here.
2004-02-232004-02-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-11/+98
* gpgconf-comp.c (hextobyte): New function. (percent_deescape): New function. (get_config_pathname): Percent deescape pathname if taken from option (default) value. Use default value only if it exists and is not empty. Use empty string otherwise. Don't include leading quote in pathname. (change_options_program): Percent deescape string before writing it out.
2004-02-18Added empty components for gpgsm and scdaemon.Werner Koch2-0/+26
2004-02-12* watchgnupg.c (main): Implement option "--".Werner Koch3-19/+58
(print_version): New. * Makefile.am: Include cmacros.am for common flags.
2004-02-03Try to use getent, so that it also works for NISWerner Koch2-3/+16
setups.
2004-02-01Fix copyright line.Marcus Brinkmann1-1/+1
2004-01-312004-01-31 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-104/+210
* gpgconf-comp.c: Some bug fixes, parse only defaults from the program, and read the current values from the configuration file directly.
2004-01-30*** empty log message ***Werner Koch2-2/+25
2004-01-302004-01-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-25/+65
* gpgconf-comp.c (gc_error): New function, use it instead of error() throughout.
2004-01-302004-01-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-52/+38
* gpgconf-comp.c: Use xmalloc, libcommon's asctimestamp and gnupg_get_time, fix error() invocation and use getline() consistently.
2004-01-30* configure.ac: Require libksba 0.9.3 due to another bug fix there.Werner Koch3-3/+13
* sign.c (add_certificate_list): Decrement N for the first cert. * Makefile.am (sbin_SCRIPTS): New, to install addgnupghome. (EXTRA_DIST): Added rfc822parse.c rfc822parse.h gpgparsemail.c which might be useful for debugging.
2004-01-29New.Werner Koch3-1/+100
2004-01-282004-01-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann7-89/+1721
* gpgconf-list.c: File removed. * README.gpgconf: New file. * gpgconf-comp.c: New file. * Makefile.am (gpgconf_SOURCES): Remove gpgconf-list.c, add gpgconf-comp.c.
2004-01-27Some minor bug fixes, new test utilities and started support for otherWerner Koch3-0/+2019
smartcard applications.
2004-01-16(main): Need to use FD_ISSET for the clientWerner Koch2-5/+22
descriptors too; aiiih. Set the listening socket to non-blocking.
2004-01-10Use GPG_ERROR_CFLAGSWerner Koch2-1/+8
2004-01-05* Manifest: New.Werner Koch7-1/+384
* gpgconf.c, gpgconf.h, gpgconf-list.c: New. A skeleton for now. * no-libgcrypt.c: New. * Makefile.am: Add above.
2003-12-23* Makefile.am: New.Werner Koch2-162/+9
* watchgnupg.c: New.
2003-12-16print the time.Werner Koch1-3/+17
2003-12-16Fixed blatant allocation bug.Werner Koch1-11/+6
2003-12-16Add simple tool to watch the log output of gnupg and related modules.Werner Koch1-0/+337
2003-12-09This commit was manufactured by cvs2svn to create branchRepo Admin2-0/+188
'GNUPG-1-9-BRANCH'.
2003-12-01Added a very simple tool.Werner Koch1-0/+27
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin13-1826/+0
'GNUPG-1-9-BRANCH'.
2002-10-14Add simple tool to sign all keys in a keyringWerner Koch1-0/+33
2002-09-25* Makefile.am: Link bftest with EGDLIBS (i.e. NETLIBS) as EGD usesDavid Shaw2-1/+6
sockets.
2002-06-29Update head to match stable 1.0David Shaw12-150/+813
2000-12-21Does now work with libgcryptWerner Koch1-5/+6
2000-12-19Removed the libgcrypt stuff and started to modify the source to work withWerner Koch1-2/+2
that external library.
2000-10-10Changed keyring handling - saving still does not work.Werner Koch2-7/+44
Added new cipher mode and updated cipher test program.
2000-09-18See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner KochWerner Koch2-2/+13
2000-07-17See ChangeLog: Mon Jul 17 16:35:47 CEST 2000 Werner KochWerner Koch4-3/+184
2000-03-13See ChangeLog: Mon Mar 13 19:22:46 CET 2000 Werner KochWerner Koch1-2/+4
2000-02-21See ChangeLog: Mon Feb 21 22:43:01 CET 2000 Werner KochWerner Koch1-1/+0
2000-01-31See ChangeLog: Mon Jan 31 17:48:10 CET 2000 Werner KochWerner Koch5-22/+44
1999-12-08See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner KochWerner Koch1-2/+1
1999-10-26See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner KochWerner Koch2-10/+11
1999-09-01See ChangeLog: Wed Sep 1 15:30:44 CEST 1999 Werner KochWerner Koch1-0/+44
1999-07-14See ChangeLog: Wed Jul 14 19:42:08 CEST 1999 Werner KochWerner Koch1-1/+1
1999-07-08See ChangeLog: Thu Jul 8 16:21:27 CEST 1999 Werner KochWerner Koch3-0/+21