summaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Expand)AuthorAgeFilesLines
* agent: Fix error from do_encryption.NIIBE Yutaka2017-05-311-12/+19
* agent: Fix memory leaks.NIIBE Yutaka2017-05-302-4/+11
* agent: Make digest algorithms for ssh fingerprints configurable.Justus Winter2017-05-244-3/+17
* agent: Write both ssh fingerprints to 'sshcontrol' file.Justus Winter2017-05-241-4/+18
* common: Support different digest algorithms for ssh fingerprints.Justus Winter2017-05-243-4/+4
* agent: Add const qualifier for read-only table.NIIBE Yutaka2017-05-224-9/+9
* tests: Make it possible to run all tests using our infrastructure.Justus Winter2017-05-112-1/+36
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-287-11/+11
* agent: More minor change.NIIBE Yutaka2017-04-171-1/+0
* agent: Minor cleanup.NIIBE Yutaka2017-04-172-3/+0
* agent: Clean up error initialize/return.NIIBE Yutaka2017-04-144-6/+2
* agent: Simplify stream_read_cstring.NIIBE Yutaka2017-04-121-7/+1
* agent: Use "ll" length specifier when time_t is larger.NIIBE Yutaka2017-04-101-1/+7
* agent: Serialize access to passphrase cache.NIIBE Yutaka2017-04-071-36/+37
* agent: Minor fix for get_client_pid.NIIBE Yutaka2017-04-041-4/+6
* gpgconf: Add --enable-extended-key-format for the agent.Werner Koch2017-04-031-0/+2
* agent: Use OCB for key protection with --enable-extended-key-format.Werner Koch2017-04-021-6/+1
* agent: New option --enable-extended-key-format.Werner Koch2017-03-243-11/+43
* agent: New option --stub-only for DELETE_KEYWerner Koch2017-03-243-16/+30
* agent,g10: Remove redundant SERIALNO request.NIIBE Yutaka2017-03-161-10/+11
* agent: Resolve conflict of util.h.NIIBE Yutaka2017-03-0716-31/+31
* agent: Add include files.NIIBE Yutaka2017-03-071-0/+4
* agent: Fix get_client_pid for portability.NIIBE Yutaka2017-03-071-11/+32
* agent: For SSH, robustly handling scdaemon's errors.NIIBE Yutaka2017-03-061-10/+9
* agent: Improve error message for the KEYTOCARD command.Werner Koch2017-03-021-12/+27
* scd,agent: Improve the OpenPGP PIN prompt texts.Werner Koch2017-02-221-7/+66
* scd: Improve the prompts for OpenPGP cards.Werner Koch2017-02-221-15/+38
* agent: Prepend the description to a PIN prompt.Werner Koch2017-02-224-19/+96
* agent: Prepare to pass an additional parameter to the getpin callback.Werner Koch2017-02-225-46/+85
* Fix spelling.Daniel Kahn Gillmor2017-02-211-3/+3
* Clean up word replication.Yuri Chornoivan2017-02-2110-16/+16
* agent: No cards is not an error.NIIBE Yutaka2017-02-171-0/+6
* agent: Send back all public keys for available cards.NIIBE Yutaka2017-02-173-8/+135
* agent: Tell pinentry the hostname the agent is running on.Werner Koch2017-02-031-1/+11
* agent: Tell the Pinentry the client's pid.Werner Koch2017-02-034-1/+63
* gpg: More diagnostics for a launched pinentry.Werner Koch2017-02-031-1/+5
* Fix explanation of commit e175152ef7515921635bf1e00383e812668d13fc.Werner Koch2017-02-011-3/+5
* Explain commit e175152ef7515921635bf1e00383e812668d13fc.Werner Koch2017-01-301-1/+9
* agent: Fix double free.Justus Winter2017-01-251-2/+15
* Update copyright notices for 2017.Werner Koch2017-01-232-3/+3
* agent: Reduce sleep time in the progress callback.Werner Koch2017-01-181-2/+10
* agent: Ask specific SERIALNO for pksign/pkdecrypt.NIIBE Yutaka2017-01-165-7/+19
* agent,w32: Fix annoying output to DebugView.Werner Koch2017-01-061-2/+6
* Remove unused debug flags and add "dns" and "network".Werner Koch2016-12-192-6/+2
* agent: Respect --enable-large-secmemDaniel Kahn Gillmor2016-12-061-1/+1
* agent,dirmngr: Tiny restructuring.Werner Koch2016-11-291-1/+6
* agent,dirmngr: Handle corner case in shutdown mode.Werner Koch2016-11-291-0/+6
* agent,w32: Initialize nPth in server mode.Werner Koch2016-11-291-0/+5
* agent: Fix npth + daemon mode problem.NIIBE Yutaka2016-11-211-2/+0
* agent: Improve concurrency when Libgcrypt 1.8 is used.Werner Koch2016-11-121-9/+15