aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpg-connect-agent.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-09Use gpgrt_process_spawn API from libgpg-error.NIIBE Yutaka1-3/+0
2024-02-27Allow tilde expansion for the foo-program options.Werner Koch1-6/+12
2023-08-29common: Prepare for more flags in start_new_service.Werner Koch1-3/+3
2023-07-18dirmngr,kbk,tools: Fix type casting.NIIBE Yutaka1-1/+1
2023-07-03tools:gpg-connect-agent: Fix use of HANDLE on Windows.NIIBE Yutaka1-4/+24
2023-06-01w32: Fix use of assuan_sendfd.NIIBE Yutaka1-15/+40
2022-09-21tools: Need to set the dir for common.confWerner Koch1-1/+4
2022-08-22common: New common option no-autostart.Werner Koch1-0/+9
2022-07-10gpg-connect-agent: No help string for --unbufferedWerner Koch1-1/+1
2022-06-22agent,gpg,tools: Fix use of log_get_fd.NIIBE Yutaka1-2/+1
2022-06-03Remove remaining support for WindowsCEWerner Koch1-12/+3
2022-06-02tools: Minor fix to gpg-connect-agent options.Werner Koch1-2/+2
2022-06-02tools: Add a way to cancell INQUIRE for gpg-connect-agent.NIIBE Yutaka1-5/+7
2022-06-02tools: Add --unbuffered option to gpg-connect-agent.NIIBE Yutaka1-0/+9
2022-04-20w32: Do no use Registry item DefaultLogFile for the main tools.Werner Koch1-1/+2
2020-10-20Replace most of the remaining stdio calls by estream calls.Werner Koch1-20/+21
2020-09-10gpg-connect-agent: Catch signals so that SIGPIPE is ignored.Werner Koch1-0/+1
2020-08-14Add --chuid to gpg, gpg-card, and gpg-connect-agent.Werner Koch1-1/+11
2020-07-02Support a history file in gpg-card and gpg-connect-agent.Werner Koch1-0/+35
2020-05-27card: Add command "bye"Werner Koch1-1/+1
2020-02-21Use gpgrt's new option parser for the tools.Werner Koch1-10/+9
2020-02-20gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch1-0/+4
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-1/+1
2019-08-06tools: New option --keyboxd for gpg-connect-agent.Werner Koch1-4/+25
2018-10-24tools: Fix FILE memory leak in gpg-connect-agent.Werner Koch1-2/+4
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-1/+1
2017-04-12tools: Fix condition for gpg-connect-agent.NIIBE Yutaka1-1/+1
2017-03-07Remove -I option to common.NIIBE Yutaka1-1/+1
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2017-01-24tools: Use platform abstraction for I/O.Justus Winter1-10/+10
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-09-17Fix more spellingDaniel Kahn Gillmor1-1/+1
2016-08-12Call log_set_prefix() with human-readable labels.Daniel Kahn Gillmor1-1/+1
2016-06-30tools: Fix trivial memory leak.Justus Winter1-0/+10
2016-06-08Implement /run/user/UID/gnupg based sockets.Werner Koch1-1/+1
2016-06-07common: Remove homedir arg from start_new_{dirmngr,gpg_agent}.Werner Koch1-2/+0
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch1-7/+6
2015-05-11gpg-connect-agent: Fix quoting of internal percent+ function.Werner Koch1-4/+4
2015-01-28Add a hook to be called right after main.Werner Koch1-0/+1
2014-11-19gpg-connect-agent: Add convenience option --uiserver.Werner Koch1-0/+10
2014-11-19Add "gpgconf --kill dirmngr" and avoid useless launch before a kill.Werner Koch1-3/+25
2014-10-10Use a unique capitalization for "Note:".Werner Koch1-1/+1
2014-04-22common: Add function gnupg_getcwd.Werner Koch1-25/+1
2014-03-18tools: Fix NULL deref in gpg-connect-agent.Werner Koch1-1/+4
2014-03-14gpg-connect-agent: Make it easier to connect to the dirmngr.Werner Koch1-6/+22
2013-11-18Make use of the *_NAME etc macros.Werner Koch1-3/+3
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-26/+26
2012-03-27Print warning for arguments not considered an option.Werner Koch1-0/+12
2012-02-06common: Add a global variable to for the default error source.Werner Koch1-0/+1
2012-01-27gpg-connect-tool: Take the string "true" as a true condition.Werner Koch1-1/+8