aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-08-29New command --check-programs for gpgconf.Werner Koch1-1/+1
2007-08-28Add more passphrase policy rules.Werner Koch9-45/+300
(--max-passphrase-days).
2007-08-27Implemented more gpg-agen options to support certain passphrase policies.Werner Koch6-24/+311
New tool gpg-check-pattern.
2007-08-22Fixed creation of private keys under W32.Werner Koch2-2/+9
Minor code cleanups.
2007-08-22Updated estream.Werner Koch2-2/+22
More changes for Windows.
2007-08-10Implemented the chain model for X.509 validation.Werner Koch2-1/+17
2007-08-02Factored common gpgconf constants outWerner Koch2-18/+6
Fixed W32 compare_filenames
2007-07-17Typo fixes.Werner Koch1-1/+1
Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf.
2007-07-16Properly close files opened by es_fopen.Werner Koch3-15/+53
Allow setting of an empty passphrase. Assorted W32 changes.
2007-07-05Last minute Makefile library reordering for the sake of non-GNU systems.gnupg-2.0.5Werner Koch1-2/+2
2007-07-05Fixed card key generation of gpg2.Werner Koch2-3/+43
Reveal less information about timings while generating a key.
2007-07-04Changed to GPLv3.Werner Koch25-96/+54
Removed intl/.
2007-07-04A bunch of minor changes for Windows.Werner Koch6-39/+81
2007-06-26More W32 related changesWerner Koch2-5/+11
2007-06-21Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch3-31/+49
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 Koch3-21/+170
Added regression tests support to jnlib. W32 changes.
2007-06-18jnlib/Marcus Brinkmann2-1/+10
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-18Add missing fiels for W32.Werner Koch7-1/+305
New agent commands: GETINFO and KILLAGENT (w32 only). Agent does now detach from the console.
2007-06-14A whole bunch of changes to allow building for Windows.Werner Koch10-84/+173
See the ChangeLogs for details.
2007-06-06First steps towards supporting W32.Werner Koch7-56/+29
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
2007-05-18agent/Marcus Brinkmann2-1/+8
2007-05-19 Marcus Brinkmann <[email protected]> * protect-tool.c (get_passphrase): Free ORIG_CODESET on error. g10/ 2007-05-19 Marcus Brinkmann <[email protected]> * passphrase.c (passphrase_get): Free ORIG_CODESET on error. sm/ 2007-05-18 Marcus Brinkmann <[email protected]> * qualified.c (gpgsm_qualified_consent, gpgsm_not_qualified_warning): Free ORIG_CODESET on error. * certdump.c (gpgsm_format_keydesc): Likewise. tools/ 2007-05-19 Marcus Brinkmann <[email protected]> * symcryptrun.c (confucius_get_pass): Free ORIG_CODESET on error.
2007-05-15Use estream_asprintf instead of the GNU asprintf.Werner Koch2-9/+11
2007-04-20Improved logging for error orginating from libgcrypt.Werner Koch3-67/+11
2007-04-03 * trustlist.c (read_trustfiles): Take a missing trustlist as anWerner Koch2-1/+16
empty one.
2007-03-20Allow setting of the passphrase encoding of pkcs#12 files.Werner Koch4-10/+81
New option --p12-charset.
2007-03-19 * PKCS#12 import now tries several encodings in case the passphraseWerner Koch2-25/+164
was not utf-8 encoded.
2007-03-06Support for a global gpgconf configuration file.Werner Koch2-1/+14
2007-02-20 * call-pinentry.c (start_pinentry): Fix for OS X to allow loadingWerner Koch2-0/+14
of the bundle. Tested by Benjamin Donnachie.
2007-02-14agent/Werner Koch4-0/+52
* gpg-agent.c: New option --pinentry-touch-file. (get_agent_socket_name): New. * agent.h (opt): Add pinentry_touch_file. * call-pinentry.c (start_pinentry): Send new option to the pinentry.
2007-01-31agent/Werner Koch2-7/+23
* command-ssh.c (stream_read_string): Initialize LENGTH to zero. (start_command_handler_ssh): Use es_fgetc/es_ungetc to check if EOF has been reached before trying to process another request.
2007-01-31Included LIBICONV in all Makefiles.Werner Koch2-1/+5
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-25jnlib/Werner Koch2-3/+4
* stringhelp.c (utf8_charcount): New. agent/ * genkey.c (check_passphrase_constraints): Use UTF-8 aware strlen.
2007-01-25agent/Werner Koch2-6/+8
* genkey.c (check_passphrase_constraints): Get ngettext call right.
2007-01-25agent/Werner Koch8-37/+142
* 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-07Makefile.am: Link to iconv for jnlib dependency. (OSX)David Shaw2-3/+7
2006-11-20Made some PIN pads work.Werner Koch9-84/+156
Some cleanups for 64 bit CPUs.
2006-11-14Silent GETEVENT command. Requires latest libassuan.Werner Koch2-0/+48
agent/ * command.c (post_cmd_notify, io_monitor): New. (register_commands, start_command_handler): Register them.
2006-11-14New command GETEVENTCOUNTER.Werner Koch6-1/+94
* command.c (bump_key_eventcounter): New. (bump_card_eventcounter): New. (cmd_geteventcounter): New command. * gpg-agent.c (handle_signal): Call bump_card_eventcounter. * findkey.c (agent_write_private_key): Call bump_key_eventcounter. * trustlist.c (agent_reload_trustlist): Ditto.
2006-11-14sm/Werner Koch1-1/+1
* server.c (skip_options): Skip leading spaces. (has_option): Honor "--". (cmd_export): Add option --data to do an inline export. Skip all options. * certdump.c (gpgsm_fpr_and_name_for_status): New. * verify.c (gpgsm_verify): Use it to print correct status messages. doc/ * gpgsm.texi (GPGSM EXPORT): Document changes.
2006-11-09gpg-agent.c (main): In detached mode connect standard descriptors to /dev/null.Werner Koch4-4/+24
Other minor fixes
2006-10-23.Werner Koch2-0/+7
2006-10-23Allow importing of web.de generated p12 filesWerner Koch3-5/+14
2006-10-19FixesWerner Koch4-1/+67
2006-10-17Pth tweaks and improved estream.cWerner Koch2-12/+13
2006-10-16Allow to cancel marktrusted.Werner Koch4-2/+21
2006-10-11Allow pkcs#10 creation directkly from a smart cardWerner Koch1-1/+1
2006-10-10Various changesWerner Koch2-3/+6
2006-10-06Make it also work for the card.Werner Koch2-0/+7
2006-10-06Add TLS hash modeWerner Koch5-28/+150