aboutsummaryrefslogtreecommitdiffstats
path: root/common/asshelp.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-29common: Prepare for more flags in start_new_service.Werner Koch1-12/+17
2023-05-11common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function.NIIBE Yutaka1-9/+5
2022-11-16common: Remove Windows CE support in common.NIIBE Yutaka1-9/+3
2020-09-24keyboxd: Integrate into gpgconf.Werner Koch1-0/+1
2020-09-01Use only one copy of the warn_server_mismatch function.Werner Koch1-0/+54
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-1/+1
2019-09-10gpg: First rough implementation of keyboxd access for key lookup.Werner Koch1-9/+13
2019-08-06tools: New option --keyboxd for gpg-connect-agent.Werner Koch1-9/+39
2019-08-05common: Remove code duplication for service starting.Werner Koch1-148/+102
2019-07-24common: Fix the previous commit.NIIBE Yutaka1-0/+9
2019-07-24common: Use gnupg_spawn_process_fd to invoke gpg-agent/dirmngr.NIIBE Yutaka1-3/+13
2017-12-11Adjust for changed macro names in libgpg-error master.Werner Koch1-1/+1
2017-11-15assuan: Fix exponential decay for first second.Werner Koch1-1/+4
2017-11-15i18n: Add an article to "agent" and lowercase "dirmngr" in one file.Werner Koch1-4/+4
2017-11-15common: Tweak new code to keep already translated strings.Werner Koch1-7/+22
2017-11-08assuan: Use exponential decay for first 1s of spinlock.Daniel Kahn Gillmor1-5/+26
2017-11-08assuan: Reorganize waiting for socket.Daniel Kahn Gillmor1-42/+30
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2016-11-08common,w32: Simplify locking.Justus Winter1-49/+0
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-09-05common: Add an assuan logging monitor.Werner Koch1-3/+15
2016-08-18dirmngr: Remove all system daemon features.Werner Koch1-40/+7
2016-06-07common: New function gnupg_socketdir.Werner Koch1-1/+8
2016-06-07common: Remove homedir arg from start_new_{dirmngr,gpg_agent}.Werner Koch1-8/+5
2016-01-08common: New function get_assuan_server_version.Werner Koch1-0/+38
2015-12-04Do not translate messages printed with log_debug.Werner Koch1-2/+2
2015-04-24common: Rename log and gcc attribute macros (jnlib merge).Werner Koch1-1/+1
2015-04-24common: Remove two JNLIB_ macros (jnlib merge).Werner Koch1-1/+0
2014-11-27gpg-agent: Add restricted connection feature.Мирослав Николић1-3/+17
2014-11-19Add "gpgconf --kill dirmngr" and avoid useless launch before a kill.Werner Koch1-11/+15
2014-10-30tests: Speed up the genkey1024.test by using not so strong random.Werner Koch1-10/+35
2014-10-03Remove support for the GPG_AGENT_INFO envvar.Werner Koch1-181/+74
2014-04-22gpg: Pass --homedir to gpg-agent.Werner Koch1-12/+44
2014-03-14dirmngr: Default to a user socket name and enable autostart.Werner Koch1-9/+47
2014-03-07Silence several warnings when building under Windows.Werner Koch1-2/+2
2013-11-18Make use of the *_NAME etc macros.Werner Koch1-6/+7
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-7/+7
2012-04-20Change license for some files in common to LGPLv3+/GPLv2+.Werner Koch1-5/+15
2011-12-13scd: New option --debug-assuan-log-cats.Werner Koch1-0/+13
2011-09-28Add a flag parameter to dotlock_create.Werner Koch1-1/+1
2011-09-23Renamed the lock functions.Werner Koch1-3/+3
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-35/+34
2010-12-17Increase start timeoutWerner Koch1-23/+22
2010-11-26Remove superfluous parameter.Werner Koch1-8/+10
2010-11-23Change stack size for Wince.Werner Koch1-12/+29
2010-10-18Re-enabled german translationWerner Koch1-4/+4
2010-10-14Some tweaks to the agent startup.Werner Koch1-8/+18
2010-10-08New configure optionh --enable-dirmngr-auto-start.Werner Koch1-1/+9
2010-08-16Auto-start dirmngr.Werner Koch1-25/+157