summaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Created help files form the current po entries.Werner Koch2007-12-041-1/+1
|
* Allow configuraton of pinentry tooltip.Werner Koch2007-12-042-15/+23
| | | | | Other minor buf fixes.
* Fixed testing for an alive ssh standard socket.Werner Koch2007-12-032-14/+32
|
* [W32] Changed default socket for dirmngr.Werner Koch2007-11-275-16/+84
| | | | | | [W32] Add some code for event notifications between scdaemon and gpg-agent.
* Started to implement the audit log feature.Werner Koch2007-11-198-12/+145
| | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
* Changed wording of passphrase checking messages.Werner Koch2007-10-242-15/+19
| | | | | Fixed a segv in gpg-connect-agent.
* Factored utf8 switching code out to i18n.c.Werner Koch2007-10-192-31/+7
|
* 2007-10-15 Daiki Ueno <ueno@unixuser.org> (wk)Werner Koch2007-10-152-3/+43
| | | | | | | | * command-ssh.c (reenter_compare_cb): New function; imported from genkey.c. (ssh_identity_register): Ask initial passphrase twice.
* 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-015-93/+121
| | | | | Made socket servers secure under Windows.
* Support the SETQUALITYBAR command of recent pinentries.Werner Koch2007-09-185-9/+150
|
* 2007-09-14 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2007-09-142-1/+15
| | | | | | * call-pinentry.c (agent_popup_message_stop): Implement kill for Windows.
* Print used library version with --version.Werner Koch2007-09-141-1/+1
| | | | | Typo fixes
* New command --check-programs for gpgconf.Werner Koch2007-08-291-1/+1
|
* Add more passphrase policy rules.Werner Koch2007-08-289-45/+300
| | | | | (--max-passphrase-days).
* Implemented more gpg-agen options to support certain passphrase policies.Werner Koch2007-08-276-24/+311
| | | | | New tool gpg-check-pattern.
* Fixed creation of private keys under W32.Werner Koch2007-08-222-2/+9
| | | | | Minor code cleanups.
* Updated estream.Werner Koch2007-08-222-2/+22
| | | | | More changes for Windows.
* Implemented the chain model for X.509 validation.Werner Koch2007-08-102-1/+17
|
* Factored common gpgconf constants outWerner Koch2007-08-022-18/+6
| | | | | Fixed W32 compare_filenames
* Typo fixes.Werner Koch2007-07-171-1/+1
| | | | | | Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf.
* Properly close files opened by es_fopen.Werner Koch2007-07-163-15/+53
| | | | | | Allow setting of an empty passphrase. Assorted W32 changes.
* Last minute Makefile library reordering for the sake of non-GNU systems.gnupg-2.0.5Werner Koch2007-07-051-2/+2
|
* Fixed card key generation of gpg2.Werner Koch2007-07-052-3/+43
| | | | | Reveal less information about timings while generating a key.
* Changed to GPLv3.Werner Koch2007-07-0425-96/+54
| | | | | Removed intl/.
* A bunch of minor changes for Windows.Werner Koch2007-07-046-39/+81
|
* More W32 related changesWerner Koch2007-06-262-5/+11
|
* Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch2007-06-213-31/+49
| | | | Windows.
* [w32] gpg-agent is now started automagically by gpgsm.Werner Koch2007-06-201-1/+1
|
* Made percent_escape more general.Werner Koch2007-06-193-21/+170
| | | | | | Added regression tests support to jnlib. W32 changes.
* jnlib/Marcus Brinkmann2007-06-182-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-06-18 Marcus Brinkmann <marcus@g10code.de> * stringhelp.h (percent_escape): New prototype. * stringhelp.c (percent_escape): New function. agent/ 2007-06-18 Marcus Brinkmann <marcus@g10code.de> * gpg-agent.c (main): Percent escape pathname in --gpgconf-list output. g10/ 2007-06-18 Marcus Brinkmann <marcus@g10code.de> * gpg.c (gpgconf_list): Percent escape output of --gpgconf-list. scdaemon/ 2007-06-18 Marcus Brinkmann <marcus@g10code.de> * scdaemon.c (main): Percent escape output of --gpgconf-list. sm/ 2007-06-18 Marcus Brinkmann <marcus@g10code.de> * gpgsm.c (main): Percent escape output of --gpgconf-list.
* Add missing fiels for W32.Werner Koch2007-06-187-1/+305
| | | | | | New agent commands: GETINFO and KILLAGENT (w32 only). Agent does now detach from the console.
* A whole bunch of changes to allow building for Windows.Werner Koch2007-06-1410-84/+173
| | | | | See the ChangeLogs for details.
* First steps towards supporting W32.Werner Koch2007-06-067-56/+29
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* agent/Marcus Brinkmann2007-05-192-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | 2007-05-19 Marcus Brinkmann <marcus@g10code.de> * protect-tool.c (get_passphrase): Free ORIG_CODESET on error. g10/ 2007-05-19 Marcus Brinkmann <marcus@g10code.de> * passphrase.c (passphrase_get): Free ORIG_CODESET on error. sm/ 2007-05-18 Marcus Brinkmann <marcus@g10code.de> * 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 <marcus@g10code.de> * symcryptrun.c (confucius_get_pass): Free ORIG_CODESET on error.
* Use estream_asprintf instead of the GNU asprintf.Werner Koch2007-05-152-9/+11
|
* Improved logging for error orginating from libgcrypt.Werner Koch2007-04-203-67/+11
|
* * trustlist.c (read_trustfiles): Take a missing trustlist as anWerner Koch2007-04-032-1/+16
| | | | | empty one.
* Allow setting of the passphrase encoding of pkcs#12 files.Werner Koch2007-03-204-10/+81
| | | | New option --p12-charset.
* * PKCS#12 import now tries several encodings in case the passphraseWerner Koch2007-03-192-25/+164
| | | | | was not utf-8 encoded.
* Support for a global gpgconf configuration file.Werner Koch2007-03-062-1/+14
|
* * call-pinentry.c (start_pinentry): Fix for OS X to allow loadingWerner Koch2007-02-202-0/+14
| | | | | of the bundle. Tested by Benjamin Donnachie.
* agent/Werner Koch2007-02-144-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.
* agent/Werner Koch2007-01-312-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.
* Included LIBICONV in all Makefiles.Werner Koch2007-01-312-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.
* jnlib/Werner Koch2007-01-252-3/+4
| | | | | | | * stringhelp.c (utf8_charcount): New. agent/ * genkey.c (check_passphrase_constraints): Use UTF-8 aware strlen.
* agent/Werner Koch2007-01-252-6/+8
| | | | | * genkey.c (check_passphrase_constraints): Get ngettext call right.
* agent/Werner Koch2007-01-258-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.
* Makefile.am: Link to iconv for jnlib dependency. (OSX)David Shaw2006-12-082-3/+7
|
* Made some PIN pads work.Werner Koch2006-11-209-84/+156
| | | | | Some cleanups for 64 bit CPUs.