Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * README-alpha: Removed.V1-9-3 | Werner Koch | 2003-12-23 | 6 | -32/+21 |
| | | | | | * configure.ac, Makefile.am: Add the tests and tools directories. | ||||
* | * Makefile.am: New. | Werner Koch | 2003-12-23 | 2 | -162/+9 |
| | | | | | * watchgnupg.c: New. | ||||
* | * apdu.c (apdu_send_le): Send a get_response with the indicated | Werner Koch | 2003-12-23 | 3 | -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 Koch | 2003-12-23 | 2 | -11/+8 |
| | |||||
* | Enable the tests directory. | Werner Koch | 2003-12-23 | 5 | -16/+27 |
| | |||||
* | * server.c (gpgsm_server): Add arg DEFAULT_RECPLIST. | Werner Koch | 2003-12-17 | 7 | -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 Koch | 2003-12-17 | 2 | -2/+4 |
| | | | | | (CFLAGS): Add --Wformat-noliteral in gcc mode. | ||||
* | (CFLAGS): Add --Wformat-noliteral in gcc mode. | Werner Koch | 2003-12-17 | 2 | -0/+5 |
| | |||||
* | Replaced deprecated type names. | Werner Koch | 2003-12-17 | 22 | -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 Koch | 2003-12-17 | 7 | -18/+21 |
| | | | | | | * card-p15.c (p15_enum_keypairs): Replaced KRC by RC. * card-dinsig.c (dinsig_enum_keypairs): Ditto. | ||||
* | Replaced deprecated type names | Werner Koch | 2003-12-17 | 5 | -11/+11 |
| | |||||
* | * card-util.c (print_name): Fixed bad format string usage. | Werner Koch | 2003-12-17 | 6 | -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 Koch | 2003-12-17 | 4 | -3/+40 |
| | | | | | | | | * util.h [!HAVE_VASPRINTF]: Add printf format attribute to the replacement function. * miscellaneous.c (xasprintf): New. | ||||
* | (initialize): Replaced use of non-literal forma | Werner Koch | 2003-12-17 | 2 | -15/+22 |
| | | | | | args. Suggested by Florian Weimer. | ||||
* | Updated. | Werner Koch | 2003-12-16 | 1 | -4/+4 |
| | |||||
* | print the time. | Werner Koch | 2003-12-16 | 1 | -3/+17 |
| | |||||
* | * gpgsm.c (main): Set the prefixes for assuan logging. | Werner Koch | 2003-12-16 | 4 | -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 Koch | 2003-12-16 | 4 | -0/+14 |
| | |||||
* | (writen, fun_writer, fun_closer): New. | Werner Koch | 2003-12-16 | 2 | -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 Koch | 2003-12-16 | 1 | -11/+6 |
| | |||||
* | Add simple tool to watch the log output of gnupg and related modules. | Werner Koch | 2003-12-16 | 1 | -0/+337 |
| | |||||
* | * encrypt.c (init_dek): Use gry_create_nonce for the IV; there is | Werner Koch | 2003-12-16 | 5 | -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 the | Werner Koch | 2003-12-16 | 2 | -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 the | Werner Koch | 2003-12-16 | 2 | -4/+9 |
| | | | | | obsolete WEAK_RANDOM. | ||||
* | * configure.ac: Check for funopen and fopencookie as part of the | Werner Koch | 2003-12-16 | 5 | -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 Koch | 2003-12-09 | 1 | -45/+213 |
| | |||||
* | Added missing files | Werner Koch | 2003-12-09 | 0 | -0/+0 |
| | |||||
* | Readded accidential removed files | Werner Koch | 2003-12-09 | 0 | -0/+0 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2003-12-09 | 2 | -0/+280 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | Readded file | Werner Koch | 2003-12-09 | 1 | -0/+16 |
| | |||||
* | (MSGID_BUGS_ADDRESS): New. | Werner Koch | 2003-12-09 | 2 | -0/+20 |
| | |||||
* | * configure.ac: Add a min_automake_version. | Werner Koch | 2003-12-09 | 4 | -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 CVS | Werner Koch | 2003-12-09 | 8 | -332/+7244 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2003-12-09 | 72 | -0/+16658 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | Added a very simple tool. | Werner Koch | 2003-12-01 | 1 | -0/+27 |
| | |||||
* | * gpgsm.c, gpgsm.h: New options --{enable,disable}-ocsp. | Werner Koch | 2003-12-01 | 6 | -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 Koch | 2003-12-01 | 4 | -2/+20 |
| | | | | | * app-openpgp.c (verify_chv3): Check it here. | ||||
* | (Certificate Options): Add --{enable,disable}-ocsp. | Werner Koch | 2003-12-01 | 4 | -0/+33 |
| | |||||
* | * sexp-parse.h (snext): Don't use atoi_1 and digitp macros, so | Werner Koch | 2003-12-01 | 2 | -7/+13 |
| | | | | | that this file is useful by other applications too. | ||||
* | * verify.c (gpgsm_verify): Fixed for changes API of gcry_md_info. | Werner Koch | 2003-11-18 | 3 | -2/+13 |
| | | | | | * certchain.c (unknown_criticals): Fixed an error code test. | ||||
* | *** empty log message *** | Werner Koch | 2003-11-17 | 2 | -1/+4 |
| | |||||
* | Preparing for 1.9.2 release.V1-9-2 | Werner Koch | 2003-11-17 | 10 | -34/+93 |
| | |||||
* | 2003-11-16 Moritz Schulte <[email protected]> | Moritz Schulte | 2003-11-16 | 1 | -0/+4 |
| | | | | | * signal.c: Removed unused file. | ||||
* | 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 | 3 | -2/+9 |
| | | | | | segv on Solaris. Reported by Andrew J. Schorr. | ||||
* | Mainly changes to adjust for the changed KSBA API. | Werner Koch | 2003-11-12 | 36 | -245/+216 |
| | |||||
* | 2003-11-10 Moritz Schulte <[email protected]> | Moritz Schulte | 2003-11-10 | 2 | -1/+5 |
| | | | | | * Makefile.am (INCLUDES): Added: @LIBGCRYPT_CFLAGS@. | ||||
* | The Changelog was not yet ready, so again: | Werner Koch | 2003-10-31 | 1 | -9/+5 |
| | | | | | | | | | | * certchain.c (gpgsm_validate_chain): Changed to use ksba_isotime_t. * verify.c (strtimestamp_r, gpgsm_verify): Ditto. * sign.c (gpgsm_sign): Ditto. * keylist.c (print_time, list_cert_std, list_cert_colon): Ditto. * certdump.c (gpgsm_print_time, gpgsm_dump_time, gpgsm_dump_cert): Ditto. | ||||
* | * verify.c (strtimestamp_r, gpgsm_verify): | Werner Koch | 2003-10-31 | 8 | -84/+79 |
| | | | | | | | | | | | * sign.c (gpgsm_sign): * keylist.c (print_time, list_cert_std, list_cert_colon): * certdump.c (gpgsm_print_time, gpgsm_dump_time, gpgsm_dump_cert): * certchain.c (gpgsm_validate_chain): Changed to use ksba_isotime_t. |