aboutsummaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2017-12-181-2/+14
|\
| * Change backlog from 5 to 64 and provide option --listen-backlog.Werner Koch2017-12-121-2/+14
* | Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2017-12-114-5/+17
|\|
| * doc: Fix DijkstraWerner Koch2017-12-081-2/+2
| * agent: Fix description of shadow format.NIIBE Yutaka2017-12-083-3/+3
| * agent: Change intialization of assuan socket system hooks.NIIBE Yutaka2017-12-071-1/+2
| * agent: Set assuan system hooks before call of assuan_sock_init.NIIBE Yutaka2017-12-061-1/+1
| * agent: New option --auto-expand-secmem.Werner Koch2017-11-241-0/+11
| * gpg-agent: Avoid getting stuck in shutdown pending state.Werner Koch2017-11-201-15/+22
| * agent: Use clock or clock_gettime for calibration.NIIBE Yutaka2017-11-202-6/+10
| * agent: New GETINFO sub-commands "s2k_count_cal" and "s2k_time".Werner Koch2017-11-063-16/+51
| * agent: New option --s2k-count.Werner Koch2017-11-063-0/+16
| * agent: Fix returning GPG_ERR_NOT_FOUND wrongly.NIIBE Yutaka2017-11-021-7/+5
| * agent: Clean up pinentry access locking.NIIBE Yutaka2017-10-272-67/+60
| * agent: Allow recursive use of pinentry.NIIBE Yutaka2017-10-272-11/+26
| * agent, tests: Support --disable-scdaemon build case.NIIBE Yutaka2017-10-261-3/+6
* | Use the gpgrt log functions if possible.Werner Koch2017-11-273-5/+5
* | gpg-agent: Avoid getting stuck in shutdown pending state.Werner Koch2017-11-131-15/+22
* | agent: Use clock or clock_gettime for calibration.NIIBE Yutaka2017-11-072-6/+10
* | agent: New GETINFO sub-commands "s2k_count_cal" and "s2k_time".Werner Koch2017-11-063-16/+51
* | agent: New option --s2k-count.Werner Koch2017-11-063-0/+16
* | agent: Fix returning GPG_ERR_NOT_FOUND wrongly.NIIBE Yutaka2017-11-021-7/+5
* | agent: Clean up pinentry access locking.NIIBE Yutaka2017-10-272-67/+60
* | agent: Allow recursive use of pinentry.NIIBE Yutaka2017-10-262-11/+26
* | agent, tests: Support --disable-scdaemon build case.NIIBE Yutaka2017-10-261-3/+6
* | agent: Send pinentry the uid of connecting process where possible.Daniel Kahn Gillmor2017-10-194-13/+38
* | agent: Fix cancellation handling for scdaemon.NIIBE Yutaka2017-09-201-41/+0
* | agent: compile-time configuration of s2k calibration.Daniel Kahn Gillmor2017-09-081-3/+3
* | gpg: default to 3072-bit RSA keys.Daniel Kahn Gillmor2017-09-081-1/+1
|/
* agent: Fix string translation for WindowsAndre Heinecke2017-08-231-1/+1
* Simple typo fix.Daniel Kahn Gillmor2017-08-071-1/+1
* agent: Make --no-grab the default.Werner Koch2017-08-041-3/+13
* agent: Make --ssh-fingerprint-digest re-readable.Werner Koch2017-07-281-6/+15
* agent: For OCB key files return Bad Passprase instead of Checksum Error.Werner Koch2017-07-282-3/+12
* agent: Minor cleanup (mostly for documentation).Werner Koch2017-07-285-161/+173
* agent,dirmngr: Check for homedir removal also using stat(2).Werner Koch2017-07-261-3/+30
* agent: Lengthen timertick interval on Unix to 4 seconds.Werner Koch2017-07-261-9/+7
* w32: Also change the directory on daemon startup.Werner Koch2017-07-251-7/+7
* common: New functions gnupg_daemon_rootdir and gnupg_chdir.Werner Koch2017-07-251-2/+3
* Revert "w32: Change directory on daemon startup."Werner Koch2017-07-251-6/+0
* w32: Change directory on daemon startup.Marcus Brinkmann2017-07-241-0/+6
* agent: Minor fix for Windows.NIIBE Yutaka2017-07-241-1/+1
* Fix usage of ARGPARSE_OPTS.NIIBE Yutaka2017-07-192-2/+3
* agent: New GETINFO sub-command jent_active.Werner Koch2017-07-171-0/+19
* agent: Use MAX_PASSPHRASE_LEN (255) also for the loopback.Werner Koch2017-07-052-6/+6
* agent: Fix option --debug-waitWerner Koch2017-06-281-1/+1
* agent: Support unprotected ssh keys.Justus Winter2017-06-261-1/+12
* agent: Shutdown on removal of the home directory.Werner Koch2017-06-231-16/+48
* agent: Fix error from do_encryption.NIIBE Yutaka2017-05-311-12/+19
* agent: Fix memory leaks.NIIBE Yutaka2017-05-302-4/+11