Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (simple_pwquery): Handle gpg-error style return | Werner Koch | 2004-08-18 | 2 | -2/+13 |
| | | | | | code for canceled. | ||||
* | * Makefile.am (sm): Build kbx only if gpgsm is to be build. | Werner Koch | 2004-07-20 | 2 | -1/+4 |
| | | | | | * maperror.c: Removed header ksba.h. Not required anymore. | ||||
* | * xreadline.c: New. Based on the iobuf_read_line function. | Werner Koch | 2004-06-14 | 4 | -0/+126 |
| | | | | | | | | | | * no-libgcrypt.c (gcry_realloc, gcry_xmalloc, gcry_xcalloc): New. * gpgconf-comp.c (retrieve_options_from_program) (retrieve_options_from_file, change_options_file) (change_options_program, gc_component_change_options): Replaced getline by read_line and test for allocation failure. | ||||
* | * util.h (xtrycalloc_secure,xtrymalloc_secure): New. | Werner Koch | 2004-06-06 | 2 | -1/+7 |
| | |||||
* | * sysutils.c (disable_core_dumps): Only set the current limit. | Werner Koch | 2004-05-11 | 3 | -7/+36 |
| | | | | | | | | | | | | | | | (enable_core_dumps): New. * gpgsm.texi (Esoteric Options): Add --debug-allow-core-dump. * gpgsm.c: New option --debug-allow-core-dump. * gpgsm.h (opt): Add member CONFIG_FILENAME. * gpgsm.c (main): Use it here instead of the local var. * server.c (gpgsm_server): Print some additional information with the hello in verbose mode. | ||||
* | Removed this file from the CVS. | Werner Koch | 2004-04-20 | 1 | -37/+0 |
| | |||||
* | (copy_and_escape): Relaxed quoting. | Werner Koch | 2004-04-13 | 2 | -5/+11 |
| | |||||
* | (STATUS_NEWSIG): New. | Werner Koch | 2004-04-05 | 2 | -1/+6 |
| | |||||
* | * dynload.h [__MINGW32__]: Define RTLD_LAZY. | Werner Koch | 2004-03-16 | 3 | -2/+10 |
| | |||||
* | Preparing for a release | Werner Koch | 2004-03-06 | 4 | -1/+209 |
| | |||||
* | * protect-tool.c: New options --have-cert and --prompt. | Werner Koch | 2004-02-19 | 2 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | (export_p12_file): Read a certificate from STDIN and pass it to p12_build. Detect a keygrip and construct the filename in that case. Unprotcet a key if needed. Print error messages for key formats we can't handle. (release_passphrase): New. (get_passphrase): New arg PROMPTNO. Return the allocated string. Changed all callers. * minip12.c: Revamped the build part. (p12_build): New args CERT and CERTLEN. * simple-pwquery.c (agent_open): Don't mangle INFOSTR. * export.c (export_p12, popen_protect_tool) (gpgsm_p12_export): New. * gpgsm.c (main): New command --export-secret-key-p12. | ||||
* | * simple-pwquery.c (agent_open): Ignore an empty GPG_AGENT_INFO. | Werner Koch | 2004-02-18 | 2 | -1/+3 |
| | |||||
* | Added STATUS_IMPORT_OK. | Werner Koch | 2004-02-17 | 2 | -0/+5 |
| | |||||
* | minor cleanups | Werner Koch | 2004-02-12 | 2 | -3/+3 |
| | |||||
* | New. Based on code from ../sm/base64.c. | Werner Koch | 2004-02-10 | 4 | -2/+234 |
| | |||||
* | 2004-01-30 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2004-01-30 | 4 | -19/+52 |
| | | | | | | | | * Makefile.am (libcommon_a_SOURCES): Add xasprintf.c. * miscellaneous.c (xasprintf): Moved to ... * xasprintf (xasprintf): ... here. New file. This allows to use xasprintf without sucking in gpg-error. | ||||
* | Some minor bug fixes, new test utilities and started support for other | Werner Koch | 2004-01-27 | 4 | -1/+108 |
| | | | | | smartcard applications. | ||||
* | (map_assuan_err): Prepared for a new error code. | Werner Koch | 2003-12-23 | 2 | -11/+8 |
| | |||||
* | * gettime.c (asctimestamp): Add a note on a non-avoidable gcc warning. | Werner Koch | 2003-12-17 | 4 | -3/+40 |
| | | | | | | | | * util.h [!HAVE_VASPRINTF]: Add printf format attribute to the replacement function. * miscellaneous.c (xasprintf): New. | ||||
* | Preparing for 1.9.2 release.V1-9-2 | Werner Koch | 2003-11-17 | 2 | -5/+4 |
| | |||||
* | Removed. | Werner Koch | 2003-11-14 | 3 | -40/+4 |
| | |||||
* | (vasprintf): Also fixed the prototype. | Werner Koch | 2003-11-13 | 2 | -1/+3 |
| | |||||
* | (vasprintf): ARGS should not be a pointer. Fixed | Werner Koch | 2003-11-13 | 2 | -2/+7 |
| | | | | | segv on Solaris. Reported by Andrew J. Schorr. | ||||
* | Mainly changes to adjust for the changed KSBA API. | Werner Koch | 2003-11-12 | 3 | -45/+4 |
| | |||||
* | * util.h (gnupg_isotime_t): New. | Werner Koch | 2003-10-31 | 3 | -0/+52 |
| | | | | | | | (gnupg_copy_time): New. * gettime.c (gnupg_get_isotime): New. | ||||
* | Merged most of David Shaw's changes in 1.3 since 2003-06-03. | Werner Koch | 2003-09-23 | 4 | -18/+30 |
| | |||||
* | (tty_fprintf): New. | Werner Koch | 2003-09-18 | 3 | -7/+64 |
| | | | | | | (tty_print_string, tty_print_utf8_string2) (tty_print_utf8_string): Made P argument const byte*. | ||||
* | 2003-08-20 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2003-08-20 | 2 | -2/+7 |
| | | | | | | * maperror.c (map_ksba_err): Map -1. Use gpg_err_make to set the error source. | ||||
* | Add 'dynload.h' to Makefile.am. | Timo Schulz | 2003-08-14 | 1 | -1/+2 |
| | |||||
* | *** empty log message *** | Timo Schulz | 2003-08-14 | 2 | -8/+6 |
| | |||||
* | 2003-08-14 Timo Schulz <[email protected]> | Timo Schulz | 2003-08-14 | 2 | -0/+75 |
| | | | | | * dlfcn.h. New. W32 wrapper around the dynload mechanism. | ||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2003-08-05 | 17 | -0/+4965 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2003-01-09 | 3 | -0/+286 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2002-10-19 | 8 | -1098/+0 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | 2002-09-04 Neal H. Walfield <[email protected]> | Neal Walfield | 2002-09-05 | 2 | -1/+14 |
| | | | | | | | * vasprintf.c (vasprintf) [va_copy]: Use va_copy. [!va_copy && __va_copy]: Use __va_copy. [!va_copy && !__va_copy]: Only now fall back to using memcpy. | ||||
* | * errors.h: Added STATUS_IMPORT_PROBLEM. | Werner Koch | 2002-08-21 | 2 | -0/+5 |
| | |||||
* | * vasprintf.c: Hack to handle NULL for %s. | Werner Koch | 2002-08-21 | 2 | -2/+13 |
| | |||||
* | Renamed an error code. | Werner Koch | 2002-08-16 | 3 | -3/+3 |
| | |||||
* | * signal.c: New. Taken from GnuPG 1.1.91. | Werner Koch | 2002-08-09 | 4 | -3/+246 |
| | |||||
* | * fseeko.c, ftello.c: New. | Werner Koch | 2002-07-22 | 4 | -1/+89 |
| | | | | | * configure.ac: Check for ftello and provide a replacement. | ||||
* | * maperror.c (map_to_assuan_status): Map more errorcodes to Bad | Werner Koch | 2002-06-28 | 2 | -0/+11 |
| | | | | | Certificate. | ||||
* | * maperror.c (map_to_assuan_status): Map EOF to No_Data_Available. | Werner Koch | 2002-06-26 | 2 | -0/+7 |
| | |||||
* | Various changes. | Werner Koch | 2002-06-12 | 5 | -6/+91 |
| | |||||
* | * no-pth.c, Makefile.am: Removed. | Werner Koch | 2002-05-23 | 3 | -55/+4 |
| | | | | | | | | | | | | * call-scd.c: Seirialized all scdaeom access when using Pth. * cache.c: Made the cache Pth-thread-safe. (agent_unlock_cache_entry): New. * findkey.c (unprotect): Unlock the returned cache value. * command.c (cmd_get_passphrase): Ditto. * gpg-agent.c (main): Register pth_read/write with Assuan. | ||||
* | * mkdtemp.c: Replaced byte by unsigned char because it is no longer | Werner Koch | 2002-05-22 | 2 | -2/+7 |
| | | | | | defined in gcrypt.h. | ||||
* | * keylist.c (list_internal_keys): Renamed from gpgsm_list_keys. | Werner Koch | 2002-05-21 | 1 | -1/+3 |
| | | | | | | | | | | | (list_external_keys): New. (gpgsm_list_keys): Dispatcher for above. * call-dirmngr.c (lookup_cb,pattern_from_strlist) (gpgsm_dirmngr_lookup): New. * server.c (option_handler): Handle new option --list-mode. (do_listkeys): Handle options and actually use the mode argument. (get_status_string): New code TRUNCATED. | ||||
* | * import.c (gpgsm_import): Try to identify the type of input and | Werner Koch | 2002-05-21 | 2 | -2/+33 |
| | | | | | | | | | | handle certs-only messages. * maperror.c (map_gcry_err): Add libgcrypt's new S-expression errors. (map_ksba_err): Add a few mappings. * configure.ac: We now require libgcrypt 1.1.7 and libksba 0.4.2. | ||||
* | sm/ | Werner Koch | 2002-05-14 | 4 | -1/+100 |
| | | | | | | | | | | | | | | * gpgsm.c: New option --faked-system-time * sign.c (gpgsm_sign): And use it here. * certpath.c (gpgsm_validate_path): Ditto. common/ * gettime.c: New. agent/ * cache.c (housekeeping, agent_put_cache): Use our time() wrapper. / * doc/: New * configure.ac, Makefile.am: Added doc/ | ||||
* | * errors.h: Added STARUS_EXPSIG and STATUS_EXPKEYSIG.NEWPG-0-3-6 | Werner Koch | 2002-05-03 | 2 | -0/+7 |
| | |||||
* | * cryptmiss.c: New. | Werner Koch | 2002-04-15 | 3 | -1/+45 |
| |