aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * 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
|
* 2003-11-10 Moritz Schulte <[email protected]>Moritz Schulte2003-11-102-1/+5
| | | | | * Makefile.am (INCLUDES): Added: @LIBGCRYPT_CFLAGS@.
* The Changelog was not yet ready, so again:Werner Koch2003-10-311-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 Koch2003-10-318-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 Koch2003-10-313-4/+24
| | | | | (get_ccid_error_string): New. Not very useful messages, though.
* new commandWerner Koch2003-10-312-0/+26
|
* * util.h (gnupg_isotime_t): New.Werner Koch2003-10-313-0/+52
| | | | | | | (gnupg_copy_time): New. * gettime.c (gnupg_get_isotime): New.
* * command.c (cmd_get_confirmation): New command.Werner Koch2003-10-312-0/+54
|
* (NEED_KSBA_VERSION): Set to 0.9.0 due the changedWerner Koch2003-10-312-2/+7
| | | | | time interface.
* (read_parameters): Fixed faulty of !spacep().Werner Koch2003-10-252-1/+5
|
* * command.c (cmd_genkey, cmd_passwd): Fixed faulty use ofWerner Koch2003-10-254-7/+45
| | | | | | | !spacep(). * apdu.c (apdu_open_reader): Hacks for PC/SC under Windows.
* (learn_status_cb, scd_genkey_cb): Fixed faulty useWerner Koch2003-10-252-5/+10
| | | | | of !spacep().
* * command.c (cmd_checkpin): New.Werner Koch2003-10-219-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 toWerner Koch2003-10-217-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 TheWerner Koch2003-10-212-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 Koch2003-10-092-32/+74
|