Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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. | ||||
* | * apdu.c (close_ct_reader, close_pcsc_reader): Implemented. | Werner Koch | 2003-10-31 | 3 | -4/+24 |
| | | | | | (get_ccid_error_string): New. Not very useful messages, though. | ||||
* | new command | Werner Koch | 2003-10-31 | 2 | -0/+26 |
| | |||||
* | * util.h (gnupg_isotime_t): New. | Werner Koch | 2003-10-31 | 3 | -0/+52 |
| | | | | | | | (gnupg_copy_time): New. * gettime.c (gnupg_get_isotime): New. | ||||
* | * command.c (cmd_get_confirmation): New command. | Werner Koch | 2003-10-31 | 2 | -0/+54 |
| | |||||
* | (NEED_KSBA_VERSION): Set to 0.9.0 due the changed | Werner Koch | 2003-10-31 | 2 | -2/+7 |
| | | | | | time interface. | ||||
* | (read_parameters): Fixed faulty of !spacep(). | Werner Koch | 2003-10-25 | 2 | -1/+5 |
| | |||||
* | * command.c (cmd_genkey, cmd_passwd): Fixed faulty use of | Werner Koch | 2003-10-25 | 4 | -7/+45 |
| | | | | | | | !spacep(). * apdu.c (apdu_open_reader): Hacks for PC/SC under Windows. | ||||
* | (learn_status_cb, scd_genkey_cb): Fixed faulty use | Werner Koch | 2003-10-25 | 2 | -5/+10 |
| | | | | | of !spacep(). | ||||
* | * command.c (cmd_checkpin): New. | Werner Koch | 2003-10-21 | 9 | -95/+324 |
| | | | | | | | | | (register_commands): Add command CHECKPIN. * app.c (app_check_pin): New. * app-openpgp.c (check_against_given_fingerprint): New. Factored out that code elsewhere. (do_check_pin): New. | ||||
* | * card-util.c (card_edit): New command "passwd". Add logic to | Werner Koch | 2003-10-21 | 7 | -21/+131 |
| | | | | | | | | check the PIN in advance. (card_status): Add new args to return the serial number. Changed all callers. * call-agent.c (agent_scd_checkpin): New. | ||||
* | (PRINTABLE_OS_NAME): Remove special case for The | Werner Koch | 2003-10-21 | 2 | -4/+6 |
| | | | | | | Hurd; Robert Millan reported that the uname test is now sufficient. | ||||
* | * ccid-driver.c (ccid_transceive): Add T=1 chaining for sending. | Werner Koch | 2003-10-09 | 2 | -32/+74 |
| |