aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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.
| * Post release version number bump.Werner Koch2003-12-232-1/+5
| |
| * * README-alpha: Removed.V1-9-3Werner Koch2003-12-236-32/+21
| | | | | | | | | | * configure.ac, Makefile.am: Add the tests and tools directories.
| * * Makefile.am: New.Werner Koch2003-12-232-162/+9
| | | | | | | | | | * watchgnupg.c: New.
| * * apdu.c (apdu_send_le): Send a get_response with the indicatedWerner Koch2003-12-233-1/+31
| | | | | | | | | | | | | | | | length and not the 64 bytes we used for testing. * app-openpgp.c (verify_chv2, verify_chv3, do_sign): Check the minimum length of the passphrase, so that we don't need to decrement the retry counter.
| * (map_assuan_err): Prepared for a new error code.Werner Koch2003-12-232-11/+8
| |
| * Enable the tests directory.Werner Koch2003-12-235-16/+27
| |
| * * server.c (gpgsm_server): Add arg DEFAULT_RECPLIST.Werner Koch2003-12-177-87/+203
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cmd_encrypt): Add all enrypt-to marked certs to the list. * encrypt.c (gpgsm_encrypt): Check that real recipients are available. * gpgsm.c (main): Make the --encrypt-to and --no-encrypt-to options work. Pass the list of recients to gpgsm_server. * gpgsm.h (certlist_s): Add field IS_ENCRYPT_TO. (opt): Add NO_ENCRYPT_TO. * certlist.c (gpgsm_add_to_certlist): New arg IS_ENCRYPT_TO. Changed all callers and ignore duplicate entries. (is_cert_in_certlist): New. (gpgsm_add_cert_to_certlist): New.
| * Requires now libassuan 0.6.2.Werner Koch2003-12-172-2/+4
| | | | | | | | | | (CFLAGS): Add --Wformat-noliteral in gcc mode.
| * (CFLAGS): Add --Wformat-noliteral in gcc mode.Werner Koch2003-12-172-0/+5
| |
| * Replaced deprecated type names.Werner Koch2003-12-1722-203/+203
| | | | | | | | | | | | | | | | * certdump.c (gpgsm_print_serial): Cleaned up cast use in strtoul. (gpgsm_dump_serial): Ditto. * decrypt.c (gpgsm_decrypt): Replaced ERR by RC.
| * Replaced deprecated type names.Werner Koch2003-12-177-18/+21
| | | | | | | | | | | | * card-p15.c (p15_enum_keypairs): Replaced KRC by RC. * card-dinsig.c (dinsig_enum_keypairs): Ditto.
| * Replaced deprecated type namesWerner Koch2003-12-175-11/+11
| |
| * * card-util.c (print_name): Fixed bad format string usage.Werner Koch2003-12-176-35/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (print_isoname): Ditto. * trustdb.c (check_regexp): s/exp/expr/. * keyedit.c (trustsig_prompt): Removed a "> 255" term; it is always false due to the data type. * passphrase.c (agent_get_passphrase): Use xasprintf and avoid non-literal format strings. * tdbio.c (upd_hashtable, drop_from_hashtable, lookup_hashtable): Fixed log_error format string bugs. Kudos to the now working gcc-3.3 -Wformat-nonliteral and Florian Weimer's investigations in gnupg 1.2.3.
| * * gettime.c (asctimestamp): Add a note on a non-avoidable gcc warning.Werner Koch2003-12-174-3/+40
| | | | | | | | | | | | | | | | * util.h [!HAVE_VASPRINTF]: Add printf format attribute to the replacement function. * miscellaneous.c (xasprintf): New.
| * (initialize): Replaced use of non-literal formaWerner Koch2003-12-172-15/+22
| | | | | | | | | | args. Suggested by Florian Weimer.
| * Updated.Werner Koch2003-12-161-4/+4
| |
| * print the time.Werner Koch2003-12-161-3/+17
| |
| * * gpgsm.c (main): Set the prefixes for assuan logging.Werner Koch2003-12-164-6/+30
| | | | | | | | | | | | | | | | | | * sign.c (gpgsm_sign): Add validation checks for the default certificate. * gpgsm.c: Add -k as alias for --list-keys and -K for --list-secret-keys.
| * (main): Set the prefixes for assuan logging.Werner Koch2003-12-164-0/+14
| |
| * (writen, fun_writer, fun_closer): New.Werner Koch2003-12-162-6/+14
| | | | | | | | | | | | (log_set_file): Add feature to log to a socket. (log_set_file, do_logv): Force printing with prefix and pid.
| * 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
| |
| * * encrypt.c (init_dek): Use gry_create_nonce for the IV; there isWerner Koch2003-12-165-6/+12
| | | | | | | | | | | | not need for real strong random here and it even better protect the random bits used for the key.
| * * seckey-cert.c (protect_secret_key): Use gry_create_nonce for theWerner Koch2003-12-162-2/+7
| | | | | | | | | | | | IV; there is not need for real strong random here and it even better protect the random bits used for the key.
| * * protect.c (do_encryption): Use gcry_create_nonce instad of theWerner Koch2003-12-162-4/+9
| | | | | | | | | | obsolete WEAK_RANDOM.
| * * configure.ac: Check for funopen and fopencookie as part of theWerner Koch2003-12-165-15/+187
| | | | | | | | | | | | | | | | jnlib checks. * logging.c (writen, fun_writer, fun_closer): New. (log_set_file): Add feature to log to a socket.
| * Keep those files in CVS too.Werner Koch2003-12-091-45/+213
| |
| * Added missing filesWerner Koch2003-12-090-0/+0
| |
| * Readded accidential removed filesWerner Koch2003-12-090-0/+0
| |
| * This commit was manufactured by cvs2svn to create branchRepo Admin2003-12-092-0/+280
| | | | | | | | 'GNUPG-1-9-BRANCH'.
| * Readded fileWerner Koch2003-12-091-0/+16
| |
| * (MSGID_BUGS_ADDRESS): New.Werner Koch2003-12-092-0/+20
| |
| * * configure.ac: Add a min_automake_version.Werner Koch2003-12-094-93/+99
| | | | | | | | | | | | | | * README.CVS: New. * autogen.sh: Revamped except for the --build-w32 hack. * Makefile.am: Add README.CVS
| * Added files we better keep in the CVSWerner Koch2003-12-098-332/+7244
| |
| * This commit was manufactured by cvs2svn to create branchRepo Admin2003-12-0972-0/+16658
| | | | | | | | 'GNUPG-1-9-BRANCH'.
| * Added a very simple tool.Werner Koch2003-12-011-0/+27
| |
| * * gpgsm.c, gpgsm.h: New options --{enable,disable}-ocsp.Werner Koch2003-12-016-12/+59
| | | | | | | | | | | | | | | | (gpgsm_init_default_ctrl): Set USE_OCSP to the default value. * certchain.c (gpgsm_validate_chain): Handle USE_OCSP. * call-dirmngr.c (gpgsm_dirmngr_isvalid): Add arg USE_OCSP and proceed accordingly.
| * * scdaemon.c, scdaemon.h: New options --allow-admin and --deny-admin.Werner Koch2003-12-014-2/+20
| | | | | | | | | | * app-openpgp.c (verify_chv3): Check it here.
| * (Certificate Options): Add --{enable,disable}-ocsp.Werner Koch2003-12-014-0/+33
| |
| * * sexp-parse.h (snext): Don't use atoi_1 and digitp macros, soWerner Koch2003-12-012-7/+13
| | | | | | | | | | that this file is useful by other applications too.
| * * verify.c (gpgsm_verify): Fixed for changes API of gcry_md_info.Werner Koch2003-11-183-2/+13
| | | | | | | | | | * certchain.c (unknown_criticals): Fixed an error code test.
| * *** empty log message ***Werner Koch2003-11-172-1/+4
| |
| * Preparing for 1.9.2 release.V1-9-2Werner Koch2003-11-1710-34/+93
| |
| * 2003-11-16 Moritz Schulte <[email protected]>Moritz Schulte2003-11-161-0/+4
| | | | | | | | | | * signal.c: Removed unused file.
| * Removed.Werner Koch2003-11-143-40/+4
| |
| * (vasprintf): Also fixed the prototype.Werner Koch2003-11-132-1/+3
| |
| * (vasprintf): ARGS should not be a pointer. FixedWerner Koch2003-11-133-2/+9
| | | | | | | | | | segv on Solaris. Reported by Andrew J. Schorr.
| * Mainly changes to adjust for the changed KSBA API.Werner Koch2003-11-1236-245/+216
| |