aboutsummaryrefslogtreecommitdiffstats
path: root/kbx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make bug reporting address easier changeable.Werner Koch2009-07-211-3/+2
|
* Fixed a bunch of little bugs as reported by Fabian Keil.Werner Koch2009-06-241-0/+2
| | | | | Still one problem left; marked with a gcc #warning.
* New gpg-agent command to list key information.Werner Koch2009-03-061-1/+1
| | | | | | Gpgsm does now print the S/N of cards. Consider ephemeral keys during listing an export.
* Minor fixes.Werner Koch2008-12-092-2/+5
|
* Fixed a temporary file name collision between gpg and gpgsm under Windows.Werner Koch2008-11-203-7/+15
|
* Reorder libs in kbx. Werner Koch2008-11-112-2/+7
|
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-206-3/+26
|
* Fixed bug#907.Werner Koch2008-05-065-51/+62
| | | | | Fixed a segv in keybox and made it more robust.
* Fix a problem with dirmngr looked up certificates.Werner Koch2008-04-015-39/+122
| | | | | Typo fixes.
* Fixed an email/DN bug.Werner Koch2008-03-132-11/+29
| | | | | Changed pinentry prompts.
* Fixed a W32 crash in gpg2 when creating a new keyring.Werner Koch2008-01-291-1/+1
| | | | | Typo fixes.
* tryu harder to ignore duplicate specified keyrings and -boxes.Werner Koch2007-08-242-4/+7
| | | | | Documentation updates.
* Add new features to kbxutil.Werner Koch2007-08-234-16/+281
| | | | | Fixed bug 829 (can't encrypt if duplicated certs are in the keybox)
* Changed to GPLv3.Werner Koch2007-07-0414-56/+28
| | | | | Removed intl/.
* More W32 related changesWerner Koch2007-06-262-2/+6
|
* Build fixes for W32Werner Koch2007-06-152-2/+8
|
* A whole bunch of changes to allow building for Windows.Werner Koch2007-06-142-1/+8
| | | | | See the ChangeLogs for details.
* First steps towards supporting W32.Werner Koch2007-06-062-14/+4
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* Improved logging for error orginating from libgcrypt.Werner Koch2007-04-201-1/+1
|
* kbx/Werner Koch2007-03-205-5/+17
| | | | | | | | | | | | | | | | | | | | * keybox.h (KEYBOX_FLAG_BLOB_SECRET, KEYBOX_FLAG_BLOB_EPHEMERAL): New. * keybox-update.c (keybox_compress): Use it here instead of a magic constant. sm/ * fingerprint.c (gpgsm_get_fingerprint): Add caching. (gpgsm_get_fingerprint_string): Use bin2hexcolon(). (gpgsm_get_fingerprint_hexstring): Use bin2hex and allocate only as much memory as required. (gpgsm_get_keygrip_hexstring): Use bin2hex. * certchain.c (gpgsm_validate_chain): Keep track of the certificate chain and reset the ephemeral flags. * keydb.c (keydb_set_cert_flags): New args EPHEMERAL and MASK. Changed caller to use a mask of ~0. Return a proper error code if the certificate is not available.
* Included LIBICONV in all Makefiles.Werner Koch2007-01-312-3/+8
| | | | | | | | | | g10/ * passphrase.c (passphrase_get): Set the cancel flag on all error from the agent. Fixes a bug reported by Tom Duerbusch. sm/ * gpgsm.c (main): Let --gen-key print a more informative error message.
* Added LIBINTL to more Makefile targets.Werner Koch2007-01-302-1/+6
| | | | | | | | | | | | | | | | | | | | doc/ * com-certs.pem: Added the current root certifcates of D-Trust and S-Trust. g10/ * status.c (write_status_begin_signing): New. * sign.c (sign_file, sign_symencrypt_file): Call it. * textfilter.c (copy_clearsig_text): Call it. * call-agent.c (agent_scd_pksign): Pass --hash-rmd160 to SCD if required. * gpg.c (main): Let --no-use-agent and --gpg-agent-info print a warning. * misc.c (obsolete_option): New.
* Made some PIN pads work.Werner Koch2006-11-202-1/+5
| | | | | Some cleanups for 64 bit CPUs.
* Allow to select X.509 certificates using the keygrip.Werner Koch2006-10-203-0/+93
|
* Cleanups.Werner Koch2006-09-202-0/+5
|
* Take advantage of newer gpg-error features.Werner Koch2006-09-142-2/+7
|
* Updated FSF's address.Werner Koch2006-06-2014-14/+28
|
* Preparing an interim releaseWerner Koch2005-11-281-1/+1
|
* agent/Marcus Brinkmann2005-10-082-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (gpg_protect_tool_LDADD): Add ../gl/libgnu.a. (gpg_preset_passphrase_LDADD, t_common_ldadd): Likewise. (gpg_agent_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. kbx/ 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (kbxutil_LDADD): Add ../gl/libgnu.a after ../jnlib/libjnlib.a. scd/ 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (scdaemon_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. sm/ 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (gpgsm_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. tools/ 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (gpgconf_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. (symcryptrun_LDADD, gpg_connect_agent_LDADD, gpgkey2ssh_LDADD): Likewise.
* gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch2005-06-165-26/+41
| | | | | | | char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now.
* * configure.ac (gl_INIT): Add gnulib stuff.Werner Koch2005-06-014-2/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (fseeko, ftello, ttyname, isascii): Replaced the AC_REPLACE_FUNCS by a simple check. (putc_unlocked): Removed check. Not used. (strsep, mkdtemp, asprintf): Replaced checks by gnulib checks. (xsize): Added will probably come handy soon. (CFLAGS): Use -Wformat-security instead of -Wformat-nonliteral. Add --Wno-format-y2k. * gl/, gl/m4/: New. * gpg-agent.c: Include setenv.h. * Makefile.am (AM_CPPFLAGS): Added. * util.h: Add some includes for gnulib. (ttyname, isascii): Define them inline. * fseeko.c, ftello.c: Removed. * strsep.c, mkdtemp.c: Removed. * ttyname.c, isascii.c: Removed. * mkdtemp.c: Removed. * exec.c: Include mkdtemp.h * keybox-file.c (ftello) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/ftello.c. * keybox-update.c (fseeko) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/iobuf.c. * scdaemon.c: Include mkdtemp.h. * misc.c: Include setenv.h. * symcryptrun.c: Include mkdtemp.h.
* Avoid the " map_to_assuan_status called with no error source" diagnostic.Werner Koch2004-12-182-1/+8
|
* (keybox_release): Close the file pointer.Werner Koch2004-12-072-0/+9
|
* First take on a W32 portWerner Koch2004-12-024-7/+13
|
* typo fixWerner Koch2004-10-201-1/+1
|
* * gpgv.c (i18n_init): Always use LC_ALL.Werner Koch2004-09-302-7/+4
| | | | | | | | | | | | | | | | | | | * kbxutil.c (i18n_init): Always use LC_ALL. * gpgsm.c (i18n_init): Always use LC_ALL. * certdump.c (gpgsm_format_name): Factored code out to .. (gpgsm_format_name2): .. new. (gpgsm_print_name): Factored code out to .. (gpgsm_print_name2): .. new. (print_dn_part): New arg TRANSLATE. Changed all callers. (print_dn_parts): Ditto. (gpgsm_format_keydesc): Do not translate the SUBJECT; we require it to stay UTF-8 but we still want to filter out bad control characters. * gpgconf.c (i18n_init): Always use LC_ALL.
* Preparing a new release. Updated gettextWerner Koch2004-09-302-1/+5
|
* * kbxutil.c: New command --import-openpgp.Werner Koch2004-08-245-27/+810
| | | | | | | | | | (main): Updated libgcrypt initialization stuff. (my_gcry_logger): New. (read_file): New. Taken from ../agent/protect-tool. (dump_fpr, dump_openpgp_key, import_openpgp): New. * keybox-openpgp.c: New.
* * keybox-dump.c (_keybox_dump_file): New arg STATS_ONLY.Werner Koch2004-06-184-44/+187
| | | | | | (update_stats): New. * kbxutil.c (main): New command --stats.
* The keybox gets now compressed after 3 hours and ephemeralWerner Koch2004-04-269-54/+369
| | | | | stored certificates are deleted after about a day.
* Include jnlib/types.h and remove our ownWerner Koch2004-04-202-11/+11
| | | | | definitions for byte.u16 and u32.
* * configure.ac: Require libgcrypt 1.1.94.Werner Koch2004-04-061-8/+8
| | | | | | | | | | Introduce PACKAGE_GT and set it to gnupg2. * gpg-agent.c (main): Use new libgcrypt thread library register scheme. * Makevars (DOMAIN): Init from PACKAGE_GT
* * keybox.h (keybox_flag_t): New.Werner Koch2004-02-026-6/+229
| | | | | | | | | | | | | | | | | | | | | * keybox-search.c (get_flag_from_image, keybox_get_flags): New. (_keybox_get_flag_location): New. * certchain.c (gpgsm_validate_chain): Mark revoked certs in the keybox. * keylist.c (list_cert_colon): New arg VALIDITY; use it to print a revoked flag. (list_internal_keys): Retrieve validity flag. (list_external_cb): Pass 0 as validity flag. * keydb.c (keydb_get_flags, keydb_set_flags): New. (keydb_set_cert_flags): New. (lock_all): Return a proper error code. (keydb_lock): New. (keydb_delete): Don't lock but check that it has been locked. (keydb_update_keyblock): Ditto. * delete.c (delete_one): Take a lock.
* comment typo fixes.Werner Koch2004-01-162-3/+3
|
* Replaced deprecated type namesWerner Koch2003-12-175-11/+11
|
* Mainly changes to adjust for the changed KSBA API.Werner Koch2003-11-124-9/+17
|
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-08-053-0/+1399
| | | | 'GNUPG-1-9-BRANCH'.
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-06-058-0/+2231
| | | | 'GNUPG-1-9-BRANCH'.
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-1911-3622/+0
| | | | 'GNUPG-1-9-BRANCH'.
* Renamed some configure flags.Werner Koch2002-08-161-2/+2
|