summaryrefslogtreecommitdiffstats
path: root/common/homedir.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* w32: Move socketdir to LCOAL_APPDATAWerner Koch2021-08-111-84/+122
* common: Annotate leaked memory in homedir.cWerner Koch2021-05-211-12/+61
* tpm2d: Add tpm2daemon codeJames Bottomley2021-03-101-0/+7
* common: Fix duplicate implementation of try_make_homedir.Werner Koch2020-11-041-0/+33
* w32: Add another pinentry search pathAndre Heinecke2020-11-041-0/+2
* Replace all calls to access by gnupg_accessWerner Koch2020-10-201-41/+36
* keyboxd: Integrate into gpgconf.Werner Koch2020-09-241-1/+13
* common: Fix name of keyboxd.Werner Koch2020-09-221-1/+1
* Spelling cleanup.Daniel Kahn Gillmor2020-02-191-1/+1
* gpgconf,w32: Print a warning for a suspicious homedir.Werner Koch2020-01-171-0/+3
* tools: New option --keyboxd for gpg-connect-agent.Werner Koch2019-08-061-0/+7
* common: Remove code duplication for service starting.Werner Koch2019-08-051-0/+11
* gpg,w32: Fix empty homedir when only a drive letter is used.Werner Koch2018-04-091-32/+63
* common: Use larger buffer for homedir in case of 64 bit UIDs.Werner Koch2017-12-201-1/+1
* build: New configure option --enable-run-gnupg-user-socket.Werner Koch2017-12-121-2/+12
* common: Strip trailing slashes from the homedir.Werner Koch2017-07-251-6/+57
* common: New functions gnupg_daemon_rootdir and gnupg_chdir.Werner Koch2017-07-251-0/+28
* common: Fix connecting to the agent.Justus Winter2017-03-271-0/+2
* common: Implicitly do a gpgconf --create-socketdir.Werner Koch2017-03-231-7/+18
* build: Add kludge for "make distcheck" in a release build.Werner Koch2017-03-011-1/+1
* common: Support locating components in the build tree.Justus Winter2016-12-141-17/+64
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* common: Add GNUPG_MODULE_NAME_GPGV.Werner Koch2016-10-271-0/+7
* dirmngr: Remove all system daemon features.Werner Koch2016-08-181-48/+2
* w32: Fix recent build regression.Werner Koch2016-06-081-0/+2
* Implement /run/user/UID/gnupg based sockets.Werner Koch2016-06-081-20/+223
* common: New function gnupg_socketdir.Werner Koch2016-06-071-2/+31
* Replace use of opt.homedir by accessor functions.Werner Koch2016-06-071-1/+31
* Now build "gpg" binary but install as "gpg2"Werner Koch2016-04-041-1/+5
* w32: Do not error out if gpgconf is not installed.Werner Koch2016-02-161-3/+1
* w32: Try more places to find an installed Pinentry.Werner Koch2015-07-281-8/+33
* common: Rename log and gcc attribute macros (jnlib merge).Werner Koch2015-04-241-1/+1
* gpg-agent: Use "pinentry-basic" as fallback.Werner Koch2015-02-041-2/+47
* w32: Allow for Unicocde installation directory.Werner Koch2015-02-011-13/+7
* dirmngr: Use the homedir based socket also under W32.Werner Koch2014-06-271-4/+0
* gpg: Pass --homedir to gpg-agent.Werner Koch2014-04-221-2/+2
* dirmngr: Default to a user socket name and enable autostart.Werner Koch2014-03-141-2/+18
* w32: Add macro for the registry key.Werner Koch2014-01-081-1/+1
* Make use of the *_NAME etc macros.Werner Koch2013-11-181-4/+5
* w32: Fix recent patch 9ff72e4.Werner Koch2013-08-011-1/+1
* w32: Add code to support a portable use of GnuPG.Werner Koch2013-08-011-58/+183
* scd: move SCDaemon to libexecdir.NIIBE Yutaka2013-04-011-1/+1
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-1/+1
* Change license for some files in common to LGPLv3+/GPLv2+.Werner Koch2012-04-201-5/+15
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-23/+23
* Use estream for dirmngr's --gpgconf-list.Werner Koch2011-01-191-1/+1
* 2010-12-17 Marcus Brinkmann <mb@g10code.com>Marcus Brinkmann2010-12-171-0/+2
* Fix standard directories for Wince.Werner Koch2010-09-131-39/+28
* More work on the dirmngr. It now builds for W32 and W32CE and quickWerner Koch2010-08-061-1/+16
* Merged Dirmngr with GnuPG.Werner Koch2010-06-091-14/+79