aboutsummaryrefslogtreecommitdiffstats
path: root/scd (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-242008-05-25 Moritz <[email protected]>mo-scdMoritz Schulte2-47/+82
* scdaemon.c: New options: oSystemDaemon, oSystemSocket. (main): New local variables: is_system_daemon, system_socket, set variables during parsing. (main): Don't parse default config if oSystemDaemon is given on the commandline. Implemented basic "system-daemon" logic.
2008-04-21W32 related keyserver fixes.Werner Koch1-1/+1
2008-04-21Use default PIN flagWerner Koch2-1/+24
2008-04-18Adjust for the changed Camellia draft.Werner Koch1-1/+1
W32 gettext changes. Comment and typo fixes.
2008-03-26Preparing a release.Werner Koch2-21/+73
2008-02-092008-02-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-2/+9
* scdaemon.c (main): Use CONFIG_FILENAME as filename if it is set in gpgconf-list output.
2007-12-12Support DSA2.Werner Koch2-2/+2
Support Camellia for testing. More audit stuff.
2007-12-10Fix for bug 851.Werner Koch2-3/+49
Fixed auto generation of the stub key for the card. Allow to encrypt toElgamal encryption keys of type 20.
2007-11-19Started to implement the audit log feature.Werner Koch3-6/+26
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
2007-10-02Extended gpg-connect-agent.Werner Koch2-0/+12
New "GETINFO pid" command for scdaemon and gpg-agent.
2007-10-01Use Assuan socket wrapper calls.Werner Koch3-38/+50
Made socket servers secure under Windows.
2007-09-142007-09-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-2/+13
* scdaemon.c (main): New variable STANDARD_SOCKET, which is 1 for W32 targets. Use it for create_socket_name.
2007-08-10Implemented the chain model for X.509 validation.Werner Koch4-412/+4
2007-08-02Factored common gpgconf constants outWerner Koch2-17/+9
Fixed W32 compare_filenames
2007-08-01Applied exact length hack.Werner Koch2-2/+16
2007-07-05Last minute Makefile library reordering for the sake of non-GNU systems.gnupg-2.0.5Werner Koch1-1/+1
2007-07-05Fixed card key generation of gpg2.Werner Koch5-22/+89
Reveal less information about timings while generating a key.
2007-07-04Changed to GPLv3.Werner Koch28-108/+60
Removed intl/.
2007-07-04A bunch of minor changes for Windows.Werner Koch3-6/+38
2007-06-21Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch2-1/+4
Windows.
2007-06-20[w32] gpg-agent is now started automagically by gpgsm.Werner Koch1-1/+1
2007-06-19Made percent_escape more general.Werner Koch1-1/+1
Added regression tests support to jnlib. W32 changes.
2007-06-18jnlib/Marcus Brinkmann2-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.
2007-06-14A whole bunch of changes to allow building for Windows.Werner Koch6-4/+42
See the ChangeLogs for details.
2007-06-06First steps towards supporting W32.Werner Koch5-18/+16
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
2007-04-20Improved logging for error orginating from libgcrypt.Werner Koch3-43/+11
2007-04-03Add a way to get a listing of available CCID readers.Werner Koch3-4/+40
2007-03-07The Cherry XX44 keyboard's PINpad does now work.Werner Koch5-55/+136
DINSIG and NKS card applications are now also PIN pad aware.
2007-02-18doc/Werner Koch2-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.
2007-02-14Typo fixesWerner Koch1-5/+6
2007-01-31Included LIBICONV in all Makefiles.Werner Koch1-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.
2007-01-30Added LIBINTL to more Makefile targets.Werner Koch2-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.
2007-01-25agent/Werner Koch1-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.
2006-12-21The keypad is now also used for OpenPGP signing keys.Werner Koch2-98/+149
2006-11-28Preparing 2.0.1Werner Koch2-2/+9
2006-11-23Final fix for rc1gnupg-2.0.1rc1Werner Koch2-1/+5
2006-11-21No more warnings for AMD64 (at least when cross-compiling). Thus tehre is aWerner Koch4-6/+13
good chance that gpg2 will now work. Other cleanups. Updated gettext.
2006-11-20Made some PIN pads work.Werner Koch9-74/+225
Some cleanups for 64 bit CPUs.
2006-10-24Preparing another releasegnupg-1.9.94Werner Koch3-8/+42
2006-10-23.Werner Koch3-2/+11
2006-10-17Pth tweaks and improved estream.cWerner Koch3-3/+12
2006-10-11Allow pkcs#10 creation directkly from a smart cardWerner Koch2-1/+25
2006-10-10Various changesWerner Koch4-5/+13
2006-10-05bug fixesWerner Koch1-1/+1
2006-10-02Fix for bug 537Werner Koch1-1/+1
2006-10-022006-10-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-1/+6
* command.c (update_reader_status_file): Increase buffer of NUMBUF2 (fixing typo).
2006-09-232006-09-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-2/+13
* app-openpgp.c (do_sign): Advance INDATA by the SHA1 resp. RMD160 prefix length.
2006-09-15Allow for a global trustlist.Werner Koch1-1/+1
2006-09-14Take advantage of newer gpg-error features.Werner Koch6-32/+40
2006-09-07Let scdaemon call a script on status changesWerner Koch2-0/+48