aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 2004-02-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-02-243-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-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-02-232-2/+7
| | | | | | * README.gpgconf: Change meaning of type 0 options value if it is the empty string or "0".
* 2004-02-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-02-233-9/+22
| | | | | | | * gpgconf.h (struct): Add member runtime. * gpgconf.c: Add new option oRuntime. (main): Same here.
* 2004-02-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-02-232-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.
* Added empty components for gpgsm and scdaemon.Werner Koch2004-02-182-0/+26
|
* * watchgnupg.c (main): Implement option "--".Werner Koch2004-02-123-19/+58
| | | | | | | (print_version): New. * Makefile.am: Include cmacros.am for common flags.
* Try to use getent, so that it also works for NISWerner Koch2004-02-032-3/+16
| | | | | setups.
* Fix copyright line.Marcus Brinkmann2004-02-011-1/+1
|
* 2004-01-31 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-01-312-104/+210
| | | | | | | * gpgconf-comp.c: Some bug fixes, parse only defaults from the program, and read the current values from the configuration file directly.
* *** empty log message ***Werner Koch2004-01-302-2/+25
|
* 2004-01-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-01-302-25/+65
| | | | | | * gpgconf-comp.c (gc_error): New function, use it instead of error() throughout.
* 2004-01-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-01-302-52/+38
| | | | | | | * gpgconf-comp.c: Use xmalloc, libcommon's asctimestamp and gnupg_get_time, fix error() invocation and use getline() consistently.
* * configure.ac: Require libksba 0.9.3 due to another bug fix there.Werner Koch2004-01-303-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.
* New.Werner Koch2004-01-293-1/+100
|
* 2004-01-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-01-287-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.
* Some minor bug fixes, new test utilities and started support for otherWerner Koch2004-01-273-0/+2019
| | | | | smartcard applications.
* (main): Need to use FD_ISSET for the clientWerner Koch2004-01-162-5/+22
| | | | | descriptors too; aiiih. Set the listening socket to non-blocking.
* Use GPG_ERROR_CFLAGSWerner Koch2004-01-102-1/+8
|
* * Manifest: New.Werner Koch2004-01-057-1/+384
| | | | | | | * gpgconf.c, gpgconf.h, gpgconf-list.c: New. A skeleton for now. * no-libgcrypt.c: New. * Makefile.am: Add above.
* * Makefile.am: New.Werner Koch2003-12-232-162/+9
| | | | | * watchgnupg.c: New.
* print the time.Werner Koch2003-12-161-3/+17
|
* Fixed blatant allocation bug.Werner Koch2003-12-161-11/+6
|
* Add simple tool to watch the log output of gnupg and related modules.Werner Koch2003-12-161-0/+337
|
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-12-092-0/+188
| | | | 'GNUPG-1-9-BRANCH'.
* Added a very simple tool.Werner Koch2003-12-011-0/+27
|
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-1913-1826/+0
| | | | 'GNUPG-1-9-BRANCH'.
* Add simple tool to sign all keys in a keyringWerner Koch2002-10-141-0/+33
|
* * Makefile.am: Link bftest with EGDLIBS (i.e. NETLIBS) as EGD usesDavid Shaw2002-09-252-1/+6
| | | | | sockets.
* Update head to match stable 1.0David Shaw2002-06-2912-150/+813
|
* Does now work with libgcryptWerner Koch2000-12-211-5/+6
|
* Removed the libgcrypt stuff and started to modify the source to work withWerner Koch2000-12-191-2/+2
| | | | | that external library.
* Changed keyring handling - saving still does not work.Werner Koch2000-10-102-7/+44
| | | | | Added new cipher mode and updated cipher test program.
* See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner KochWerner Koch2000-09-182-2/+13
|
* See ChangeLog: Mon Jul 17 16:35:47 CEST 2000 Werner KochWerner Koch2000-07-174-3/+184
|
* See ChangeLog: Mon Mar 13 19:22:46 CET 2000 Werner KochWerner Koch2000-03-131-2/+4
|
* See ChangeLog: Mon Feb 21 22:43:01 CET 2000 Werner KochWerner Koch2000-02-211-1/+0
|
* See ChangeLog: Mon Jan 31 17:48:10 CET 2000 Werner KochWerner Koch2000-01-315-22/+44
|
* See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner KochWerner Koch1999-12-081-2/+1
|
* See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner KochWerner Koch1999-10-262-10/+11
|
* See ChangeLog: Wed Sep 1 15:30:44 CEST 1999 Werner KochWerner Koch1999-09-011-0/+44
|
* See ChangeLog: Wed Jul 14 19:42:08 CEST 1999 Werner KochWerner Koch1999-07-141-1/+1
|
* See ChangeLog: Thu Jul 8 16:21:27 CEST 1999 Werner KochWerner Koch1999-07-083-0/+21
|
* See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner KochWerner Koch1999-07-072-2/+7
|
* See ChangeLog: Tue Jun 8 13:36:25 CEST 1999 Werner KochWerner Koch1999-06-082-2/+22
|
* See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner KochWerner Koch1999-04-181-1/+1
|
* See ChangeLog: Wed Feb 10 17:15:39 CET 1999 Werner KochWerner Koch1999-02-102-5/+5
|
* See ChangeLog: Sat Jan 9 18:54:57 CET 1999 Werner KochWerner Koch1999-01-091-1/+1
|
* See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner KochWerner Koch1998-12-232-6/+6
|
* See ChangeLog: Thu Dec 10 20:15:36 CET 1998 Werner KochWerner Koch1998-12-102-1/+9
|
* Some experimental support for other random gatheresWerner Koch1998-11-251-1/+1
|