aboutsummaryrefslogtreecommitdiffstats
path: root/scd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extended gpg-connect-agent.Werner Koch2007-10-022-0/+12
| | | | | New "GETINFO pid" command for scdaemon and gpg-agent.
* Use Assuan socket wrapper calls.Werner Koch2007-10-013-38/+50
| | | | | Made socket servers secure under Windows.
* 2007-09-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-09-142-2/+13
| | | | | | * scdaemon.c (main): New variable STANDARD_SOCKET, which is 1 for W32 targets. Use it for create_socket_name.
* Implemented the chain model for X.509 validation.Werner Koch2007-08-104-412/+4
|
* Factored common gpgconf constants outWerner Koch2007-08-022-17/+9
| | | | | Fixed W32 compare_filenames
* Applied exact length hack.Werner Koch2007-08-012-2/+16
|
* Last minute Makefile library reordering for the sake of non-GNU systems.gnupg-2.0.5Werner Koch2007-07-051-1/+1
|
* Fixed card key generation of gpg2.Werner Koch2007-07-055-22/+89
| | | | | Reveal less information about timings while generating a key.
* Changed to GPLv3.Werner Koch2007-07-0428-108/+60
| | | | | Removed intl/.
* A bunch of minor changes for Windows.Werner Koch2007-07-043-6/+38
|
* Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch2007-06-212-1/+4
| | | | Windows.
* [w32] gpg-agent is now started automagically by gpgsm.Werner Koch2007-06-201-1/+1
|
* Made percent_escape more general.Werner Koch2007-06-191-1/+1
| | | | | | Added regression tests support to jnlib. W32 changes.
* jnlib/Marcus Brinkmann2007-06-182-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-06-18 Marcus Brinkmann <[email protected]> * stringhelp.h (percent_escape): New prototype. * stringhelp.c (percent_escape): New function. agent/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpg-agent.c (main): Percent escape pathname in --gpgconf-list output. g10/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpg.c (gpgconf_list): Percent escape output of --gpgconf-list. scdaemon/ 2007-06-18 Marcus Brinkmann <[email protected]> * scdaemon.c (main): Percent escape output of --gpgconf-list. sm/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpgsm.c (main): Percent escape output of --gpgconf-list.
* A whole bunch of changes to allow building for Windows.Werner Koch2007-06-146-4/+42
| | | | | See the ChangeLogs for details.
* First steps towards supporting W32.Werner Koch2007-06-065-18/+16
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* Improved logging for error orginating from libgcrypt.Werner Koch2007-04-203-43/+11
|
* Add a way to get a listing of available CCID readers.Werner Koch2007-04-033-4/+40
|
* The Cherry XX44 keyboard's PINpad does now work.Werner Koch2007-03-075-55/+136
| | | | | DINSIG and NKS card applications are now also PIN pad aware.
* doc/Werner Koch2007-02-182-1/+7
| | | | | | | * gpg.texi (GPG Esoteric Options): No card reader options for gpg2. scd/ * scdaemon.c (DEFAULT_PCSC_DRIVER): Add a default for OS X.
* Typo fixesWerner Koch2007-02-141-5/+6
|
* Included LIBICONV in all Makefiles.Werner Koch2007-01-311-3/+6
| | | | | | | | | | g10/ * passphrase.c (passphrase_get): Set the cancel flag on all error from the agent. Fixes a bug reported by Tom Duerbusch. sm/ * gpgsm.c (main): Let --gen-key print a more informative error message.
* Added LIBINTL to more Makefile targets.Werner Koch2007-01-302-1/+7
| | | | | | | | | | | | | | | | | | | | doc/ * com-certs.pem: Added the current root certifcates of D-Trust and S-Trust. g10/ * status.c (write_status_begin_signing): New. * sign.c (sign_file, sign_symencrypt_file): Call it. * textfilter.c (copy_clearsig_text): Call it. * call-agent.c (agent_scd_pksign): Pass --hash-rmd160 to SCD if required. * gpg.c (main): Let --no-use-agent and --gpg-agent-info print a warning. * misc.c (obsolete_option): New.
* agent/Werner Koch2007-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * protect-tool.c (get_passphrase): New arg OPT_CHECK. (get_new_passphrase): Enable OTP_CHECK on the first call. * command.c (cmd_get_passphrase): Implement option --check. * gpg-agent.c (MIN_PASSPHRASE_LEN): New (parse_rereadable_options): New option --min-passphrase-len. * genkey.c (check_passphrase_constraints): New. (agent_genkey, agent_protect_and_store): Call new function. Fix memory leak. * call-pinentry.c (agent_askpin): Allow translation of the displayed error message. (agent_popup_message_start): Remove arg CANCEL_BTN. (popup_message_thread): Use --one-button option. * command.c (cmd_passwd): Now that we don't distinguish between assuan and regular error codes we can jump to the end on error. common/ * simple-pwquery.c (simple_pwquery): New arg OPT_CHECK.
* The keypad is now also used for OpenPGP signing keys.Werner Koch2006-12-212-98/+149
|
* Preparing 2.0.1Werner Koch2006-11-282-2/+9
|
* Final fix for rc1gnupg-2.0.1rc1Werner Koch2006-11-232-1/+5
|
* No more warnings for AMD64 (at least when cross-compiling). Thus tehre is aWerner Koch2006-11-214-6/+13
| | | | | | | good chance that gpg2 will now work. Other cleanups. Updated gettext.
* Made some PIN pads work.Werner Koch2006-11-209-74/+225
| | | | | Some cleanups for 64 bit CPUs.
* Preparing another releasegnupg-1.9.94Werner Koch2006-10-243-8/+42
|
* .Werner Koch2006-10-233-2/+11
|
* Pth tweaks and improved estream.cWerner Koch2006-10-173-3/+12
|
* Allow pkcs#10 creation directkly from a smart cardWerner Koch2006-10-112-1/+25
|
* Various changesWerner Koch2006-10-104-5/+13
|
* bug fixesWerner Koch2006-10-051-1/+1
|
* Fix for bug 537Werner Koch2006-10-021-1/+1
|
* 2006-10-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-10-022-1/+6
| | | | | | | * command.c (update_reader_status_file): Increase buffer of NUMBUF2 (fixing typo).
* 2006-09-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-232-2/+13
| | | | | | | * app-openpgp.c (do_sign): Advance INDATA by the SHA1 resp. RMD160 prefix length.
* Allow for a global trustlist.Werner Koch2006-09-151-1/+1
|
* Take advantage of newer gpg-error features.Werner Koch2006-09-146-32/+40
|
* Let scdaemon call a script on status changesWerner Koch2006-09-072-0/+48
|
* The big Assuan error code removal.Werner Koch2006-09-069-72/+83
|
* 2006-09-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-022-4/+17
| | | | | | | | * command.c (get_reader_slot): Return the slot_table index, not the APDU slot number. (update_reader_status_file): Use the slot_table index in the update_card_removed invocation.
* 2006-09-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-012-3/+35
| | | | | * command.c (cmd_getinfo): Handle status command.
* 2006-08-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-08-302-1/+9
| | | | | | * command.c (do_reset): Delay resetting CTRL->reader_slot until after update_card_removed invocation.
* 2006-08-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-08-292-34/+47
| | | | | | | * app-openpgp.c (do_decipher, do_sign): Allow "OPENPGP.2" resp. "OPENPGP.1" for KEYIDSTR.
* disconnectafter wake-up bug fix by Bob Dunlop.Werner Koch2006-08-212-11/+29
|
* A couple of fixes. gpg2's key generation does now work.Werner Koch2006-06-302-1/+7
|
* Updated FSF's address.Werner Koch2006-06-2020-20/+40
|
* agent/Marcus Brinkmann2006-06-092-1/+5
| | | | | | | | | | | | 2006-06-09 Marcus Brinkmann <[email protected]> * Makefile.am (gpg_agent_LDADD): Add $(NETLIBS). scd/ 2006-06-09 Marcus Brinkmann <[email protected]> * Makefile.am (scdaemon_LDADD): Add $(NETLIBS).