From 0802cbb59b21e06e16b4fd8596934c5565e7f659 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 11 Aug 2021 11:50:41 +0200 Subject: w32: Move socketdir to LCOAL_APPDATA * common/homedir.c (is_gnupg_default_homedir): Use standard_homedir instead of the constant which makes a difference on Windows. (_gnupg_socketdir_internal) [W32]: Move the directory to LOCAL_APPDATA. (gnupg_cachedir): Remove unsued function. * common/sysutils.c (gnupg_rmdir): New. * tools/gpgconf.c (main): s/rmdir/gnupg_rmdir/. -- That is actually a more correct directory than APPDATA. This fixes a problem with installations where the APPDATA is non a network drive and the resulting socket filename is truncated in our socket helper function (because we use sockaddr also for our local socket emulation on Windows). LOCAL_APPDATA is expected to be on the local box and thus in the majority of cases the resulting socket file name will be short enough. GnuPG-bug-id: 5537 Signed-off-by: Werner Koch --- common/util.h | 1 - 1 file changed, 1 deletion(-) (limited to 'common/util.h') diff --git a/common/util.h b/common/util.h index a2ffbb6b6..4e123776c 100644 --- a/common/util.h +++ b/common/util.h @@ -275,7 +275,6 @@ const char *gnupg_libexecdir (void); const char *gnupg_libdir (void); const char *gnupg_datadir (void); const char *gnupg_localedir (void); -const char *gnupg_cachedir (void); const char *gpg_agent_socket_name (void); const char *dirmngr_socket_name (void); const char *keyboxd_socket_name (void); -- cgit v1.2.3