aboutsummaryrefslogtreecommitdiffstats
path: root/common/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * Makefile.am (sm): Build kbx only if gpgsm is to be build.Werner Koch2004-07-201-0/+4
| | | | | * maperror.c: Removed header ksba.h. Not required anymore.
* * xreadline.c: New. Based on the iobuf_read_line function.Werner Koch2004-06-141-0/+4
| | | | | | | | | | * 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 Koch2004-06-061-0/+4
|
* * sysutils.c (disable_core_dumps): Only set the current limit.Werner Koch2004-05-111-0/+5
| | | | | | | | | | | | | | | (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.
* (copy_and_escape): Relaxed quoting.Werner Koch2004-04-131-0/+4
|
* (STATUS_NEWSIG): New.Werner Koch2004-04-051-0/+4
|
* * dynload.h [__MINGW32__]: Define RTLD_LAZY.Werner Koch2004-03-161-0/+8
|
* Preparing for a releaseWerner Koch2004-03-061-0/+5
|
* * protect-tool.c: New options --have-cert and --prompt.Werner Koch2004-02-191-0/+4
| | | | | | | | | | | | | | | | | | | | (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 Koch2004-02-181-0/+2
|
* Added STATUS_IMPORT_OK.Werner Koch2004-02-171-0/+4
|
* New. Based on code from ../sm/base64.c.Werner Koch2004-02-101-0/+4
|
* 2004-01-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-01-301-0/+7
| | | | | | | | * 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 otherWerner Koch2004-01-271-0/+6
| | | | | smartcard applications.
* (map_assuan_err): Prepared for a new error code.Werner Koch2003-12-231-0/+4
|
* * gettime.c (asctimestamp): Add a note on a non-avoidable gcc warning.Werner Koch2003-12-171-0/+9
| | | | | | | | * util.h [!HAVE_VASPRINTF]: Add printf format attribute to the replacement function. * miscellaneous.c (xasprintf): New.
* Preparing for 1.9.2 release.V1-9-2Werner Koch2003-11-171-0/+2
|
* Removed.Werner Koch2003-11-141-0/+4
|
* (vasprintf): Also fixed the prototype.Werner Koch2003-11-131-0/+2
|
* (vasprintf): ARGS should not be a pointer. FixedWerner Koch2003-11-131-0/+5
| | | | | segv on Solaris. Reported by Andrew J. Schorr.
* Mainly changes to adjust for the changed KSBA API.Werner Koch2003-11-121-0/+4
|
* * util.h (gnupg_isotime_t): New.Werner Koch2003-10-311-0/+7
| | | | | | | (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 Koch2003-09-231-0/+8
|
* (tty_fprintf): New.Werner Koch2003-09-181-0/+6
| | | | | | (tty_print_string, tty_print_utf8_string2) (tty_print_utf8_string): Made P argument const byte*.
* 2003-08-20 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-08-201-0/+5
| | | | | | * maperror.c (map_ksba_err): Map -1. Use gpg_err_make to set the error source.
* *** empty log message ***Timo Schulz2003-08-141-1/+1
|
* 2003-08-14 Timo Schulz <[email protected]>Timo Schulz2003-08-141-0/+4
| | | | | * dlfcn.h. New. W32 wrapper around the dynload mechanism.
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-08-051-0/+219
| | | | 'GNUPG-1-9-BRANCH'.
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-191-139/+0
| | | | 'GNUPG-1-9-BRANCH'.
* 2002-09-04 Neal H. Walfield <[email protected]>Neal Walfield2002-09-051-0/+6
| | | | | | | * 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 Koch2002-08-211-0/+4
|
* * vasprintf.c: Hack to handle NULL for %s.Werner Koch2002-08-211-0/+4
|
* * signal.c: New. Taken from GnuPG 1.1.91.Werner Koch2002-08-091-0/+9
|
* * fseeko.c, ftello.c: New.Werner Koch2002-07-221-0/+4
| | | | | * configure.ac: Check for ftello and provide a replacement.
* * maperror.c (map_to_assuan_status): Map more errorcodes to BadWerner Koch2002-06-281-0/+5
| | | | | Certificate.
* * maperror.c (map_to_assuan_status): Map EOF to No_Data_Available.Werner Koch2002-06-261-0/+4
|
* Various changes.Werner Koch2002-06-121-0/+12
|
* * no-pth.c, Makefile.am: Removed.Werner Koch2002-05-231-0/+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 longerWerner Koch2002-05-221-0/+5
| | | | | defined in gcrypt.h.
* * import.c (gpgsm_import): Try to identify the type of input andWerner Koch2002-05-211-0/+5
| | | | | | | | | | 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 Koch2002-05-141-0/+4
| | | | | | | | | | | | | | * 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-6Werner Koch2002-05-031-0/+4
|
* * cryptmiss.c: New.Werner Koch2002-04-151-0/+4
|
* More error codesWerner Koch2002-02-181-0/+4
|
* * fopencookie.c: Dummy function.Werner Koch2002-02-121-0/+9
| | | | | | | | * vasprintf.c: New. Taken from binutils-2.9.1 and dropped all non ANSI-C stuff. Merged with asprintf version. * no-pth.c: New.
* * mkdtemp.c: Copied from gnupg-1.0.6c and changed to use libgcrypt.Werner Koch2002-01-231-0/+4
| | | | | | * configure.ac (mkdtemp): See whether we have to provide a replacement.
* * sysutils.c: New. This is the misc.c file from gnupg 1.0.6 withWerner Koch2002-01-191-0/+6
| | | | | | the OpenPGP stuff removed. * sysutils.h: New.
* * maperror.c: Add mapping for Not_Trusted.Werner Koch2002-01-151-0/+4
|
* * maperror.c (map_assuan_err): Codes for CRLWerner Koch2002-01-111-0/+4
|
* *** empty log message ***Werner Koch2002-01-101-1/+10
|