2003-08-05 19:11:04 +02:00
|
|
|
|
/* gpg-agent.c - The GnuPG Agent
|
2005-02-23 22:06:32 +01:00
|
|
|
|
* Copyright (C) 2000, 2001, 2002, 2003, 2004,
|
2005-01-26 23:20:21 +01:00
|
|
|
|
* 2005 Free Software Foundation, Inc.
|
2003-08-05 19:11:04 +02:00
|
|
|
|
*
|
|
|
|
|
* This file is part of GnuPG.
|
|
|
|
|
*
|
|
|
|
|
* GnuPG is free software; you can redistribute it and/or modify
|
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
|
|
|
* (at your option) any later version.
|
|
|
|
|
*
|
|
|
|
|
* GnuPG is distributed in the hope that it will be useful,
|
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
|
*
|
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
|
* along with this program; if not, write to the Free Software
|
|
|
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#include <config.h>
|
|
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <stddef.h>
|
|
|
|
|
#include <stdarg.h>
|
|
|
|
|
#include <string.h>
|
|
|
|
|
#include <errno.h>
|
|
|
|
|
#include <assert.h>
|
|
|
|
|
#include <time.h>
|
|
|
|
|
#include <fcntl.h>
|
2004-06-20 13:35:13 +02:00
|
|
|
|
#include <sys/stat.h>
|
2004-12-13 16:49:56 +01:00
|
|
|
|
#ifndef HAVE_W32_SYSTEM
|
|
|
|
|
#include <sys/socket.h>
|
2003-08-05 19:11:04 +02:00
|
|
|
|
#include <sys/un.h>
|
2004-12-15 15:15:54 +01:00
|
|
|
|
#endif /*HAVE_W32_SYSTEM*/
|
2003-08-05 19:11:04 +02:00
|
|
|
|
#include <unistd.h>
|
|
|
|
|
#include <signal.h>
|
2005-05-18 12:48:06 +02:00
|
|
|
|
#include <pth.h>
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
|
|
|
|
#define JNLIB_NEED_LOG_LOGV
|
|
|
|
|
#include "agent.h"
|
2004-12-13 16:49:56 +01:00
|
|
|
|
#include <assuan.h> /* Malloc hooks */
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
|
|
|
|
#include "i18n.h"
|
|
|
|
|
#include "sysutils.h"
|
2004-12-13 16:49:56 +01:00
|
|
|
|
#ifdef HAVE_W32_SYSTEM
|
|
|
|
|
#include "../jnlib/w32-afunix.h"
|
|
|
|
|
#endif
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
2005-02-03 18:40:02 +01:00
|
|
|
|
|
2003-08-05 19:11:04 +02:00
|
|
|
|
enum cmd_and_opt_values
|
|
|
|
|
{ aNull = 0,
|
|
|
|
|
oCsh = 'c',
|
|
|
|
|
oQuiet = 'q',
|
|
|
|
|
oSh = 's',
|
|
|
|
|
oVerbose = 'v',
|
2004-02-18 17:57:38 +01:00
|
|
|
|
|
2003-08-05 19:11:04 +02:00
|
|
|
|
oNoVerbose = 500,
|
2004-02-18 17:57:38 +01:00
|
|
|
|
aGPGConfList,
|
2003-08-05 19:11:04 +02:00
|
|
|
|
oOptions,
|
|
|
|
|
oDebug,
|
|
|
|
|
oDebugAll,
|
2004-02-18 17:57:38 +01:00
|
|
|
|
oDebugLevel,
|
2003-08-05 19:11:04 +02:00
|
|
|
|
oDebugWait,
|
|
|
|
|
oNoGreeting,
|
|
|
|
|
oNoOptions,
|
|
|
|
|
oHomedir,
|
|
|
|
|
oNoDetach,
|
|
|
|
|
oNoGrab,
|
|
|
|
|
oLogFile,
|
|
|
|
|
oServer,
|
|
|
|
|
oDaemon,
|
|
|
|
|
oBatch,
|
|
|
|
|
|
|
|
|
|
oPinentryProgram,
|
|
|
|
|
oDisplay,
|
|
|
|
|
oTTYname,
|
|
|
|
|
oTTYtype,
|
|
|
|
|
oLCctype,
|
|
|
|
|
oLCmessages,
|
|
|
|
|
oScdaemonProgram,
|
2004-08-20 15:43:14 +02:00
|
|
|
|
oDefCacheTTL,
|
|
|
|
|
oMaxCacheTTL,
|
2004-12-20 17:17:25 +01:00
|
|
|
|
oUseStandardSocket,
|
|
|
|
|
oNoUseStandardSocket,
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
|
|
|
|
oIgnoreCacheForSigning,
|
2004-05-03 15:37:38 +02:00
|
|
|
|
oAllowMarkTrusted,
|
2004-12-21 20:05:15 +01:00
|
|
|
|
oAllowPresetPassphrase,
|
2003-08-05 19:11:04 +02:00
|
|
|
|
oKeepTTY,
|
2005-01-26 23:20:21 +01:00
|
|
|
|
oKeepDISPLAY,
|
2005-04-20 21:19:24 +02:00
|
|
|
|
oSSHSupport,
|
|
|
|
|
oDisableScdaemon
|
2004-12-20 17:17:25 +01:00
|
|
|
|
};
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static ARGPARSE_OPTS opts[] = {
|
2004-02-18 17:57:38 +01:00
|
|
|
|
|
|
|
|
|
{ aGPGConfList, "gpgconf-list", 256, "@" },
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
|
|
|
|
{ 301, NULL, 0, N_("@Options:\n ") },
|
|
|
|
|
|
|
|
|
|
{ oServer, "server", 0, N_("run in server mode (foreground)") },
|
|
|
|
|
{ oDaemon, "daemon", 0, N_("run in daemon mode (background)") },
|
|
|
|
|
{ oVerbose, "verbose", 0, N_("verbose") },
|
|
|
|
|
{ oQuiet, "quiet", 0, N_("be somewhat more quiet") },
|
|
|
|
|
{ oSh, "sh", 0, N_("sh-style command output") },
|
|
|
|
|
{ oCsh, "csh", 0, N_("csh-style command output") },
|
2004-03-16 11:48:42 +01:00
|
|
|
|
{ oOptions, "options" , 2, N_("|FILE|read options from FILE")},
|
2004-02-18 17:57:38 +01:00
|
|
|
|
{ oDebug, "debug" ,4|16, "@"},
|
|
|
|
|
{ oDebugAll, "debug-all" ,0, "@"},
|
|
|
|
|
{ oDebugLevel, "debug-level" ,2, "@"},
|
2003-08-05 19:11:04 +02:00
|
|
|
|
{ oDebugWait,"debug-wait",1, "@"},
|
|
|
|
|
{ oNoDetach, "no-detach" ,0, N_("do not detach from the console")},
|
|
|
|
|
{ oNoGrab, "no-grab" ,0, N_("do not grab keyboard and mouse")},
|
|
|
|
|
{ oLogFile, "log-file" ,2, N_("use a log file for the server")},
|
2004-12-20 17:17:25 +01:00
|
|
|
|
{ oUseStandardSocket, "use-standard-socket", 0,
|
|
|
|
|
N_("use a standard location for the socket")},
|
|
|
|
|
{ oNoUseStandardSocket, "no-use-standard-socket", 0, "@"},
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
2004-05-03 15:37:38 +02:00
|
|
|
|
{ oPinentryProgram, "pinentry-program", 2 ,
|
|
|
|
|
N_("|PGM|use PGM as the PIN-Entry program") },
|
|
|
|
|
{ oScdaemonProgram, "scdaemon-program", 2 ,
|
|
|
|
|
N_("|PGM|use PGM as the SCdaemon program") },
|
2005-04-20 21:19:24 +02:00
|
|
|
|
{ oDisableScdaemon, "disable-scdaemon", 0, N_("do not use the SCdaemon") },
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
2004-05-03 15:37:38 +02:00
|
|
|
|
{ oDisplay, "display", 2, "@" },
|
|
|
|
|
{ oTTYname, "ttyname", 2, "@" },
|
|
|
|
|
{ oTTYtype, "ttytype", 2, "@" },
|
|
|
|
|
{ oLCctype, "lc-ctype", 2, "@" },
|
|
|
|
|
{ oLCmessages, "lc-messages", 2, "@" },
|
2003-08-05 19:11:04 +02:00
|
|
|
|
{ oKeepTTY, "keep-tty", 0, N_("ignore requests to change the TTY")},
|
|
|
|
|
{ oKeepDISPLAY, "keep-display",
|
|
|
|
|
0, N_("ignore requests to change the X display")},
|
2004-05-03 15:37:38 +02:00
|
|
|
|
|
|
|
|
|
{ oDefCacheTTL, "default-cache-ttl", 4,
|
|
|
|
|
N_("|N|expire cached PINs after N seconds")},
|
2004-08-20 15:43:14 +02:00
|
|
|
|
{ oMaxCacheTTL, "max-cache-ttl", 4, "@" },
|
2004-05-03 15:37:38 +02:00
|
|
|
|
{ oIgnoreCacheForSigning, "ignore-cache-for-signing", 0,
|
|
|
|
|
N_("do not use the PIN cache when signing")},
|
|
|
|
|
{ oAllowMarkTrusted, "allow-mark-trusted", 0,
|
|
|
|
|
N_("allow clients to mark keys as \"trusted\"")},
|
2004-12-21 20:05:15 +01:00
|
|
|
|
{ oAllowPresetPassphrase, "allow-preset-passphrase", 0,
|
|
|
|
|
N_("allow presetting passphrase")},
|
2005-02-23 22:06:32 +01:00
|
|
|
|
{ oSSHSupport, "enable-ssh-support", 0, N_("enable ssh-agent emulation") },
|
2003-08-05 19:11:04 +02:00
|
|
|
|
{0}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
2004-08-20 15:43:14 +02:00
|
|
|
|
#define DEFAULT_CACHE_TTL (10*60) /* 10 minutes */
|
|
|
|
|
#define MAX_CACHE_TTL (120*60) /* 2 hours */
|
2004-03-16 11:48:42 +01:00
|
|
|
|
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
|
|
|
|
/* flag to indicate that a shutdown was requested */
|
|
|
|
|
static int shutdown_pending;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* It is possible that we are currently running under setuid permissions */
|
|
|
|
|
static int maybe_setuid = 1;
|
|
|
|
|
|
2005-02-03 18:40:02 +01:00
|
|
|
|
/* Name of the communication socket used for native gpg-agent requests. */
|
2004-12-20 17:17:25 +01:00
|
|
|
|
static char *socket_name;
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
2005-01-26 23:20:21 +01:00
|
|
|
|
/* Name of the communication socket used for ssh-agent-emulation. */
|
|
|
|
|
static char *socket_name_ssh;
|
|
|
|
|
|
2003-08-05 19:11:04 +02:00
|
|
|
|
/* Default values for options passed to the pinentry. */
|
|
|
|
|
static char *default_display;
|
|
|
|
|
static char *default_ttyname;
|
|
|
|
|
static char *default_ttytype;
|
|
|
|
|
static char *default_lc_ctype;
|
|
|
|
|
static char *default_lc_messages;
|
|
|
|
|
|
|
|
|
|
/* Name of a config file, which will be reread on a HUP if it is not NULL. */
|
|
|
|
|
static char *config_filename;
|
|
|
|
|
|
2004-02-18 17:57:38 +01:00
|
|
|
|
/* Helper to implement --debug-level */
|
|
|
|
|
static const char *debug_level;
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
2004-04-30 05:58:21 +02:00
|
|
|
|
/* Keep track of the current log file so that we can avoid updating
|
2004-10-22 11:39:47 +02:00
|
|
|
|
the log file after a SIGHUP if it didn't changed. Malloced. */
|
2004-04-30 05:58:21 +02:00
|
|
|
|
static char *current_logfile;
|
|
|
|
|
|
2005-04-20 21:19:24 +02:00
|
|
|
|
/* The handle_tick() function may test whether a parent is still
|
2005-05-18 12:48:06 +02:00
|
|
|
|
running. We record the PID of the parent here or -1 if it should be
|
2005-04-20 21:19:24 +02:00
|
|
|
|
watched. */
|
|
|
|
|
static pid_t parent_pid = (pid_t)(-1);
|
|
|
|
|
|
2005-05-18 12:48:06 +02:00
|
|
|
|
|
2005-02-03 18:40:02 +01:00
|
|
|
|
/*
|
|
|
|
|
Local prototypes.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
static char *create_socket_name (int use_standard_socket,
|
|
|
|
|
char *standard_name, char *template);
|
|
|
|
|
static int create_server_socket (int is_standard_name, const char *name);
|
2003-08-05 19:11:04 +02:00
|
|
|
|
static void create_directories (void);
|
2005-02-03 18:40:02 +01:00
|
|
|
|
|
2005-01-26 23:20:21 +01:00
|
|
|
|
static void handle_connections (int listen_fd, int listen_fd_ssh);
|
2004-12-20 17:17:25 +01:00
|
|
|
|
static int check_for_running_agent (int);
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
2005-05-18 12:48:06 +02:00
|
|
|
|
/* Pth wrapper function definitions. */
|
|
|
|
|
GCRY_THREAD_OPTION_PTH_IMPL;
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
|
|
|
|
|
2005-02-03 18:40:02 +01:00
|
|
|
|
|
2005-05-18 12:48:06 +02:00
|
|
|
|
|
2005-02-03 18:40:02 +01:00
|
|
|
|
/*
|
|
|
|
|
Functions.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
2003-08-05 19:11:04 +02:00
|
|
|
|
static const char *
|
|
|
|
|
my_strusage (int level)
|
|
|
|
|
{
|
|
|
|
|
const char *p;
|
|
|
|
|
switch (level)
|
|
|
|
|
{
|
|
|
|
|
case 11: p = "gpg-agent (GnuPG)";
|
|
|
|
|
break;
|
|
|
|
|
case 13: p = VERSION; break;
|
|
|
|
|
case 17: p = PRINTABLE_OS_NAME; break;
|
|
|
|
|
case 19: p = _("Please report bugs to <" PACKAGE_BUGREPORT ">.\n");
|
|
|
|
|
break;
|
|
|
|
|
case 1:
|
|
|
|
|
case 40: p = _("Usage: gpg-agent [options] (-h for help)");
|
|
|
|
|
break;
|
|
|
|
|
case 41: p = _("Syntax: gpg-agent [options] [command [args]]\n"
|
|
|
|
|
"Secret key management for GnuPG\n");
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
default: p = NULL;
|
|
|
|
|
}
|
|
|
|
|
return p;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static void
|
|
|
|
|
i18n_init (void)
|
|
|
|
|
{
|
|
|
|
|
#ifdef USE_SIMPLE_GETTEXT
|
2004-04-06 12:01:04 +02:00
|
|
|
|
set_gettext_file( PACKAGE_GT );
|
2003-08-05 19:11:04 +02:00
|
|
|
|
#else
|
|
|
|
|
#ifdef ENABLE_NLS
|
|
|
|
|
setlocale (LC_ALL, "");
|
2004-04-06 12:01:04 +02:00
|
|
|
|
bindtextdomain (PACKAGE_GT, LOCALEDIR);
|
|
|
|
|
textdomain (PACKAGE_GT);
|
2003-08-05 19:11:04 +02:00
|
|
|
|
#endif
|
|
|
|
|
#endif
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Used by gcry for logging */
|
|
|
|
|
static void
|
|
|
|
|
my_gcry_logger (void *dummy, int level, const char *fmt, va_list arg_ptr)
|
|
|
|
|
{
|
|
|
|
|
/* translate the log levels */
|
|
|
|
|
switch (level)
|
|
|
|
|
{
|
|
|
|
|
case GCRY_LOG_CONT: level = JNLIB_LOG_CONT; break;
|
|
|
|
|
case GCRY_LOG_INFO: level = JNLIB_LOG_INFO; break;
|
|
|
|
|
case GCRY_LOG_WARN: level = JNLIB_LOG_WARN; break;
|
|
|
|
|
case GCRY_LOG_ERROR:level = JNLIB_LOG_ERROR; break;
|
|
|
|
|
case GCRY_LOG_FATAL:level = JNLIB_LOG_FATAL; break;
|
|
|
|
|
case GCRY_LOG_BUG: level = JNLIB_LOG_BUG; break;
|
|
|
|
|
case GCRY_LOG_DEBUG:level = JNLIB_LOG_DEBUG; break;
|
|
|
|
|
default: level = JNLIB_LOG_ERROR; break;
|
|
|
|
|
}
|
|
|
|
|
log_logv (level, fmt, arg_ptr);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2004-12-02 08:48:09 +01:00
|
|
|
|
/* Setup the debugging. With the global variable DEBUG_LEVEL set to NULL
|
|
|
|
|
only the active debug flags are propagated to the subsystems. With
|
|
|
|
|
DEBUG_LEVEL set, a specific set of debug flags is set; thus overriding
|
|
|
|
|
all flags already set. Note that we don't fail here, because it is
|
|
|
|
|
important to keep gpg-agent running even after re-reading the
|
|
|
|
|
options due to a SIGHUP. */
|
2004-02-18 17:57:38 +01:00
|
|
|
|
static void
|
|
|
|
|
set_debug (void)
|
|
|
|
|
{
|
|
|
|
|
if (!debug_level)
|
|
|
|
|
;
|
|
|
|
|
else if (!strcmp (debug_level, "none"))
|
|
|
|
|
opt.debug = 0;
|
|
|
|
|
else if (!strcmp (debug_level, "basic"))
|
|
|
|
|
opt.debug = DBG_ASSUAN_VALUE;
|
|
|
|
|
else if (!strcmp (debug_level, "advanced"))
|
|
|
|
|
opt.debug = DBG_ASSUAN_VALUE|DBG_COMMAND_VALUE;
|
|
|
|
|
else if (!strcmp (debug_level, "expert"))
|
|
|
|
|
opt.debug = (DBG_ASSUAN_VALUE|DBG_COMMAND_VALUE
|
|
|
|
|
|DBG_CACHE_VALUE);
|
|
|
|
|
else if (!strcmp (debug_level, "guru"))
|
|
|
|
|
opt.debug = ~0;
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
log_error (_("invalid debug-level `%s' given\n"), debug_level);
|
|
|
|
|
opt.debug = 0; /* Reset debugging, so that prior debug
|
|
|
|
|
statements won't have an undesired effect. */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (opt.debug && !opt.verbose)
|
|
|
|
|
opt.verbose = 1;
|
|
|
|
|
if (opt.debug && opt.quiet)
|
|
|
|
|
opt.quiet = 0;
|
|
|
|
|
|
|
|
|
|
if (opt.debug & DBG_MPI_VALUE)
|
|
|
|
|
gcry_control (GCRYCTL_SET_DEBUG_FLAGS, 2);
|
|
|
|
|
if (opt.debug & DBG_CRYPTO_VALUE )
|
|
|
|
|
gcry_control (GCRYCTL_SET_DEBUG_FLAGS, 1);
|
|
|
|
|
gcry_control (GCRYCTL_SET_VERBOSITY, (int)opt.verbose);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2005-02-03 18:40:02 +01:00
|
|
|
|
/* Helper for cleanup to remove one socket with NAME. */
|
2003-08-05 19:11:04 +02:00
|
|
|
|
static void
|
2005-02-03 18:40:02 +01:00
|
|
|
|
remove_socket (char *name)
|
2003-08-05 19:11:04 +02:00
|
|
|
|
{
|
2005-01-26 23:20:21 +01:00
|
|
|
|
if (name && *name)
|
2003-08-05 19:11:04 +02:00
|
|
|
|
{
|
|
|
|
|
char *p;
|
|
|
|
|
|
2005-01-26 23:20:21 +01:00
|
|
|
|
remove (name);
|
|
|
|
|
p = strrchr (name, '/');
|
2003-08-05 19:11:04 +02:00
|
|
|
|
if (p)
|
2005-01-26 23:20:21 +01:00
|
|
|
|
{
|
|
|
|
|
*p = 0;
|
|
|
|
|
rmdir (name);
|
|
|
|
|
*p = '/';
|
|
|
|
|
}
|
|
|
|
|
*name = 0;
|
2003-08-05 19:11:04 +02:00
|
|
|
|
}
|
2005-01-26 23:20:21 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static void
|
|
|
|
|
cleanup (void)
|
|
|
|
|
{
|
2005-02-03 18:40:02 +01:00
|
|
|
|
remove_socket (socket_name);
|
|
|
|
|
remove_socket (socket_name_ssh);
|
2003-08-05 19:11:04 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Handle options which are allowed to be reset after program start.
|
|
|
|
|
Return true when the current option in PARGS could be handled and
|
|
|
|
|
false if not. As a special feature, passing a value of NULL for
|
2004-04-30 05:58:21 +02:00
|
|
|
|
PARGS, resets the options to the default. REREAD should be set
|
|
|
|
|
true if it is not the initial option parsing. */
|
2003-08-05 19:11:04 +02:00
|
|
|
|
static int
|
2004-04-30 05:58:21 +02:00
|
|
|
|
parse_rereadable_options (ARGPARSE_ARGS *pargs, int reread)
|
2003-08-05 19:11:04 +02:00
|
|
|
|
{
|
|
|
|
|
if (!pargs)
|
|
|
|
|
{ /* reset mode */
|
|
|
|
|
opt.quiet = 0;
|
|
|
|
|
opt.verbose = 0;
|
|
|
|
|
opt.debug = 0;
|
|
|
|
|
opt.no_grab = 0;
|
|
|
|
|
opt.pinentry_program = NULL;
|
|
|
|
|
opt.scdaemon_program = NULL;
|
2004-03-16 11:48:42 +01:00
|
|
|
|
opt.def_cache_ttl = DEFAULT_CACHE_TTL;
|
2004-08-20 15:43:14 +02:00
|
|
|
|
opt.max_cache_ttl = MAX_CACHE_TTL;
|
2003-08-05 19:11:04 +02:00
|
|
|
|
opt.ignore_cache_for_signing = 0;
|
2004-05-03 15:37:38 +02:00
|
|
|
|
opt.allow_mark_trusted = 0;
|
2005-04-20 21:19:24 +02:00
|
|
|
|
opt.disable_scdaemon = 0;
|
2003-08-05 19:11:04 +02:00
|
|
|
|
return 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
switch (pargs->r_opt)
|
|
|
|
|
{
|
|
|
|
|
case oQuiet: opt.quiet = 1; break;
|
|
|
|
|
case oVerbose: opt.verbose++; break;
|
|
|
|
|
|
|
|
|
|
case oDebug: opt.debug |= pargs->r.ret_ulong; break;
|
|
|
|
|
case oDebugAll: opt.debug = ~0; break;
|
2004-02-18 17:57:38 +01:00
|
|
|
|
case oDebugLevel: debug_level = pargs->r.ret_str; break;
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
2004-04-30 05:58:21 +02:00
|
|
|
|
case oLogFile:
|
2004-10-22 11:39:47 +02:00
|
|
|
|
if (!reread)
|
|
|
|
|
return 0; /* not handeld */
|
|
|
|
|
if (!current_logfile || !pargs->r.ret_str
|
|
|
|
|
|| strcmp (current_logfile, pargs->r.ret_str))
|
2004-04-30 05:58:21 +02:00
|
|
|
|
{
|
|
|
|
|
log_set_file (pargs->r.ret_str);
|
|
|
|
|
xfree (current_logfile);
|
|
|
|
|
current_logfile = xtrystrdup (pargs->r.ret_str);
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
|
2003-08-05 19:11:04 +02:00
|
|
|
|
case oNoGrab: opt.no_grab = 1; break;
|
|
|
|
|
|
|
|
|
|
case oPinentryProgram: opt.pinentry_program = pargs->r.ret_str; break;
|
|
|
|
|
case oScdaemonProgram: opt.scdaemon_program = pargs->r.ret_str; break;
|
2005-04-20 21:19:24 +02:00
|
|
|
|
case oDisableScdaemon: opt.disable_scdaemon = 1; break;
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
|
|
|
|
case oDefCacheTTL: opt.def_cache_ttl = pargs->r.ret_ulong; break;
|
2004-08-20 15:43:14 +02:00
|
|
|
|
case oMaxCacheTTL: opt.max_cache_ttl = pargs->r.ret_ulong; break;
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
|
|
|
|
case oIgnoreCacheForSigning: opt.ignore_cache_for_signing = 1; break;
|
|
|
|
|
|
2004-05-03 15:37:38 +02:00
|
|
|
|
case oAllowMarkTrusted: opt.allow_mark_trusted = 1; break;
|
|
|
|
|
|
2004-12-21 20:05:15 +01:00
|
|
|
|
case oAllowPresetPassphrase: opt.allow_preset_passphrase = 1; break;
|
|
|
|
|
|
2003-08-05 19:11:04 +02:00
|
|
|
|
default:
|
|
|
|
|
return 0; /* not handled */
|
|
|
|
|
}
|
|
|
|
|
return 1; /* handled */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int
|
|
|
|
|
main (int argc, char **argv )
|
|
|
|
|
{
|
|
|
|
|
ARGPARSE_ARGS pargs;
|
|
|
|
|
int orig_argc;
|
|
|
|
|
int may_coredump;
|
|
|
|
|
char **orig_argv;
|
|
|
|
|
FILE *configfp = NULL;
|
|
|
|
|
char *configname = NULL;
|
|
|
|
|
const char *shell;
|
|
|
|
|
unsigned configlineno;
|
|
|
|
|
int parse_debug = 0;
|
|
|
|
|
int default_config =1;
|
|
|
|
|
int greeting = 0;
|
|
|
|
|
int nogreeting = 0;
|
|
|
|
|
int pipe_server = 0;
|
|
|
|
|
int is_daemon = 0;
|
|
|
|
|
int nodetach = 0;
|
|
|
|
|
int csh_style = 0;
|
|
|
|
|
char *logfile = NULL;
|
|
|
|
|
int debug_wait = 0;
|
2004-02-18 17:57:38 +01:00
|
|
|
|
int gpgconf_list = 0;
|
2004-12-20 17:17:25 +01:00
|
|
|
|
int standard_socket = 0;
|
2004-04-06 09:36:44 +02:00
|
|
|
|
gpg_error_t err;
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
|
|
|
|
set_strusage (my_strusage);
|
|
|
|
|
gcry_control (GCRYCTL_SUSPEND_SECMEM_WARN);
|
|
|
|
|
/* Please note that we may running SUID(ROOT), so be very CAREFUL
|
|
|
|
|
when adding any stuff between here and the call to INIT_SECMEM()
|
|
|
|
|
somewhere after the option parsing */
|
2004-04-16 11:46:54 +02:00
|
|
|
|
log_set_prefix ("gpg-agent", JNLIB_LOG_WITH_PREFIX|JNLIB_LOG_WITH_PID);
|
2004-02-18 17:57:38 +01:00
|
|
|
|
|
|
|
|
|
/* Try to auto set the character set. */
|
|
|
|
|
set_native_charset (NULL);
|
|
|
|
|
|
2003-08-05 19:11:04 +02:00
|
|
|
|
i18n_init ();
|
|
|
|
|
|
2004-04-06 09:36:44 +02:00
|
|
|
|
/* Libgcrypt requires us to register the threading model first.
|
|
|
|
|
Note that this will also do the pth_init. */
|
|
|
|
|
err = gcry_control (GCRYCTL_SET_THREAD_CBS, &gcry_threads_pth);
|
|
|
|
|
if (err)
|
2003-08-05 19:11:04 +02:00
|
|
|
|
{
|
2004-04-06 09:36:44 +02:00
|
|
|
|
log_fatal ("can't register GNU Pth with Libgcrypt: %s\n",
|
|
|
|
|
gpg_strerror (err));
|
2003-08-05 19:11:04 +02:00
|
|
|
|
}
|
|
|
|
|
|
2004-12-19 14:38:24 +01:00
|
|
|
|
|
2004-04-06 09:36:44 +02:00
|
|
|
|
/* Check that the libraries are suitable. Do it here because
|
|
|
|
|
the option parsing may need services of the library. */
|
2003-08-05 19:11:04 +02:00
|
|
|
|
if (!gcry_check_version (NEED_LIBGCRYPT_VERSION) )
|
|
|
|
|
{
|
|
|
|
|
log_fatal( _("libgcrypt is too old (need %s, have %s)\n"),
|
|
|
|
|
NEED_LIBGCRYPT_VERSION, gcry_check_version (NULL) );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
assuan_set_malloc_hooks (gcry_malloc, gcry_realloc, gcry_free);
|
2003-12-16 17:30:55 +01:00
|
|
|
|
assuan_set_assuan_log_stream (log_get_stream ());
|
|
|
|
|
assuan_set_assuan_log_prefix (log_get_prefix (NULL));
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
|
|
|
|
gcry_set_log_handler (my_gcry_logger, NULL);
|
|
|
|
|
gcry_control (GCRYCTL_USE_SECURE_RNDPOOL);
|
|
|
|
|
|
|
|
|
|
may_coredump = disable_core_dumps ();
|
|
|
|
|
|
2004-12-20 17:17:25 +01:00
|
|
|
|
/* Set default options. */
|
2004-04-30 05:58:21 +02:00
|
|
|
|
parse_rereadable_options (NULL, 0); /* Reset them to default values. */
|
2004-12-20 17:17:25 +01:00
|
|
|
|
#ifdef HAVE_W32_SYSTEM
|
|
|
|
|
standard_socket = 1; /* Under Windows we always use a standard
|
|
|
|
|
socket. */
|
|
|
|
|
#endif
|
|
|
|
|
|
2003-08-05 19:11:04 +02:00
|
|
|
|
shell = getenv ("SHELL");
|
|
|
|
|
if (shell && strlen (shell) >= 3 && !strcmp (shell+strlen (shell)-3, "csh") )
|
|
|
|
|
csh_style = 1;
|
2004-12-20 17:17:25 +01:00
|
|
|
|
|
2004-12-21 11:03:00 +01:00
|
|
|
|
opt.homedir = default_homedir ();
|
2004-12-20 17:17:25 +01:00
|
|
|
|
|
2005-05-31 22:03:04 +02:00
|
|
|
|
/* Record some of the original environment strings. */
|
2005-02-23 22:06:32 +01:00
|
|
|
|
opt.startup_display = getenv ("DISPLAY");
|
|
|
|
|
if (opt.startup_display)
|
|
|
|
|
opt.startup_display = xstrdup (opt.startup_display);
|
|
|
|
|
opt.startup_ttyname = ttyname (0);
|
|
|
|
|
if (opt.startup_ttyname)
|
|
|
|
|
opt.startup_ttyname = xstrdup (opt.startup_ttyname);
|
|
|
|
|
opt.startup_ttytype = getenv ("TERM");
|
|
|
|
|
if (opt.startup_ttytype)
|
|
|
|
|
opt.startup_ttytype = xstrdup (opt.startup_ttytype);
|
|
|
|
|
/* Fixme: Neen to use the locale fucntion here. */
|
|
|
|
|
opt.startup_lc_ctype = getenv ("LC_CTYPE");
|
|
|
|
|
if (opt.startup_lc_ctype)
|
|
|
|
|
opt.startup_lc_ctype = xstrdup (opt.startup_lc_ctype);
|
|
|
|
|
opt.startup_lc_messages = getenv ("LC_MESSAGES");
|
|
|
|
|
if (opt.startup_lc_messages)
|
|
|
|
|
opt.startup_lc_messages = xstrdup (opt.startup_lc_messages);
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
2004-12-20 17:17:25 +01:00
|
|
|
|
/* Check whether we have a config file on the commandline */
|
2003-08-05 19:11:04 +02:00
|
|
|
|
orig_argc = argc;
|
|
|
|
|
orig_argv = argv;
|
|
|
|
|
pargs.argc = &argc;
|
|
|
|
|
pargs.argv = &argv;
|
|
|
|
|
pargs.flags= 1|(1<<6); /* do not remove the args, ignore version */
|
|
|
|
|
while (arg_parse( &pargs, opts))
|
|
|
|
|
{
|
|
|
|
|
if (pargs.r_opt == oDebug || pargs.r_opt == oDebugAll)
|
|
|
|
|
parse_debug++;
|
|
|
|
|
else if (pargs.r_opt == oOptions)
|
|
|
|
|
{ /* yes there is one, so we do not try the default one, but
|
|
|
|
|
read the option file when it is encountered at the
|
|
|
|
|
commandline */
|
|
|
|
|
default_config = 0;
|
|
|
|
|
}
|
|
|
|
|
else if (pargs.r_opt == oNoOptions)
|
|
|
|
|
default_config = 0; /* --no-options */
|
|
|
|
|
else if (pargs.r_opt == oHomedir)
|
|
|
|
|
opt.homedir = pargs.r.ret_str;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* initialize the secure memory. */
|
|
|
|
|
gcry_control (GCRYCTL_INIT_SECMEM, 16384, 0);
|
|
|
|
|
maybe_setuid = 0;
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
Now we are now working under our real uid
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
if (default_config)
|
|
|
|
|
configname = make_filename (opt.homedir, "gpg-agent.conf", NULL );
|
|
|
|
|
|
|
|
|
|
argc = orig_argc;
|
|
|
|
|
argv = orig_argv;
|
|
|
|
|
pargs.argc = &argc;
|
|
|
|
|
pargs.argv = &argv;
|
|
|
|
|
pargs.flags= 1; /* do not remove the args */
|
|
|
|
|
next_pass:
|
|
|
|
|
if (configname)
|
|
|
|
|
{
|
|
|
|
|
configlineno = 0;
|
|
|
|
|
configfp = fopen (configname, "r");
|
|
|
|
|
if (!configfp)
|
|
|
|
|
{
|
|
|
|
|
if (default_config)
|
|
|
|
|
{
|
|
|
|
|
if( parse_debug )
|
|
|
|
|
log_info (_("NOTE: no default option file `%s'\n"),
|
|
|
|
|
configname );
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
log_error (_("option file `%s': %s\n"),
|
|
|
|
|
configname, strerror(errno) );
|
|
|
|
|
exit(2);
|
|
|
|
|
}
|
|
|
|
|
xfree (configname);
|
|
|
|
|
configname = NULL;
|
|
|
|
|
}
|
|
|
|
|
if (parse_debug && configname )
|
|
|
|
|
log_info (_("reading options from `%s'\n"), configname );
|
|
|
|
|
default_config = 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
while (optfile_parse( configfp, configname, &configlineno, &pargs, opts) )
|
|
|
|
|
{
|
2004-04-30 05:58:21 +02:00
|
|
|
|
if (parse_rereadable_options (&pargs, 0))
|
2003-08-05 19:11:04 +02:00
|
|
|
|
continue; /* Already handled */
|
|
|
|
|
switch (pargs.r_opt)
|
|
|
|
|
{
|
2004-02-18 17:57:38 +01:00
|
|
|
|
case aGPGConfList: gpgconf_list = 1; break;
|
2003-08-05 19:11:04 +02:00
|
|
|
|
case oBatch: opt.batch=1; break;
|
|
|
|
|
|
|
|
|
|
case oDebugWait: debug_wait = pargs.r.ret_int; break;
|
|
|
|
|
|
|
|
|
|
case oOptions:
|
|
|
|
|
/* config files may not be nested (silently ignore them) */
|
|
|
|
|
if (!configfp)
|
|
|
|
|
{
|
|
|
|
|
xfree(configname);
|
|
|
|
|
configname = xstrdup(pargs.r.ret_str);
|
|
|
|
|
goto next_pass;
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
case oNoGreeting: nogreeting = 1; break;
|
|
|
|
|
case oNoVerbose: opt.verbose = 0; break;
|
|
|
|
|
case oNoOptions: break; /* no-options */
|
|
|
|
|
case oHomedir: opt.homedir = pargs.r.ret_str; break;
|
|
|
|
|
case oNoDetach: nodetach = 1; break;
|
|
|
|
|
case oLogFile: logfile = pargs.r.ret_str; break;
|
|
|
|
|
case oCsh: csh_style = 1; break;
|
|
|
|
|
case oSh: csh_style = 0; break;
|
|
|
|
|
case oServer: pipe_server = 1; break;
|
|
|
|
|
case oDaemon: is_daemon = 1; break;
|
|
|
|
|
|
|
|
|
|
case oDisplay: default_display = xstrdup (pargs.r.ret_str); break;
|
|
|
|
|
case oTTYname: default_ttyname = xstrdup (pargs.r.ret_str); break;
|
|
|
|
|
case oTTYtype: default_ttytype = xstrdup (pargs.r.ret_str); break;
|
|
|
|
|
case oLCctype: default_lc_ctype = xstrdup (pargs.r.ret_str); break;
|
2004-04-06 09:36:44 +02:00
|
|
|
|
case oLCmessages: default_lc_messages = xstrdup (pargs.r.ret_str);
|
|
|
|
|
break;
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
2004-12-20 17:17:25 +01:00
|
|
|
|
case oUseStandardSocket: standard_socket = 1; break;
|
|
|
|
|
case oNoUseStandardSocket: standard_socket = 0; break;
|
|
|
|
|
|
2003-08-05 19:11:04 +02:00
|
|
|
|
case oKeepTTY: opt.keep_tty = 1; break;
|
|
|
|
|
case oKeepDISPLAY: opt.keep_display = 1; break;
|
|
|
|
|
|
2005-02-23 22:06:32 +01:00
|
|
|
|
case oSSHSupport: opt.ssh_support = 1; break;
|
2005-01-26 23:20:21 +01:00
|
|
|
|
|
2003-08-05 19:11:04 +02:00
|
|
|
|
default : pargs.err = configfp? 1:2; break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if (configfp)
|
|
|
|
|
{
|
|
|
|
|
fclose( configfp );
|
|
|
|
|
configfp = NULL;
|
|
|
|
|
/* Keep a copy of the name so that it can be read on SIGHUP. */
|
|
|
|
|
config_filename = configname;
|
|
|
|
|
configname = NULL;
|
|
|
|
|
goto next_pass;
|
|
|
|
|
}
|
|
|
|
|
xfree (configname);
|
|
|
|
|
configname = NULL;
|
|
|
|
|
if (log_get_errorcount(0))
|
|
|
|
|
exit(2);
|
|
|
|
|
if (nogreeting )
|
|
|
|
|
greeting = 0;
|
|
|
|
|
|
|
|
|
|
if (greeting)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "%s %s; %s\n",
|
|
|
|
|
strusage(11), strusage(13), strusage(14) );
|
|
|
|
|
fprintf (stderr, "%s\n", strusage(15) );
|
|
|
|
|
}
|
|
|
|
|
#ifdef IS_DEVELOPMENT_VERSION
|
2004-09-09 09:27:57 +02:00
|
|
|
|
/* We don't want to print it here because gpg-agent is useful of its
|
|
|
|
|
own and quite matured. */
|
|
|
|
|
/*log_info ("NOTE: this is a development version!\n");*/
|
2003-08-05 19:11:04 +02:00
|
|
|
|
#endif
|
|
|
|
|
|
2004-02-18 17:57:38 +01:00
|
|
|
|
set_debug ();
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
|
|
|
|
if (atexit (cleanup))
|
|
|
|
|
{
|
|
|
|
|
log_error ("atexit failed\n");
|
|
|
|
|
cleanup ();
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
|
2004-12-19 18:44:20 +01:00
|
|
|
|
initialize_module_query ();
|
|
|
|
|
initialize_module_call_scd ();
|
|
|
|
|
|
|
|
|
|
/* Try to create missing directories. */
|
2003-08-05 19:11:04 +02:00
|
|
|
|
create_directories ();
|
|
|
|
|
|
|
|
|
|
if (debug_wait && pipe_server)
|
|
|
|
|
{
|
|
|
|
|
log_debug ("waiting for debugger - my pid is %u .....\n",
|
|
|
|
|
(unsigned int)getpid());
|
|
|
|
|
sleep (debug_wait);
|
|
|
|
|
log_debug ("... okay\n");
|
|
|
|
|
}
|
2004-02-18 17:57:38 +01:00
|
|
|
|
|
|
|
|
|
if (gpgconf_list)
|
2004-03-23 13:21:29 +01:00
|
|
|
|
{
|
|
|
|
|
char *filename;
|
|
|
|
|
|
|
|
|
|
/* List options and default values in the GPG Conf format. */
|
2004-02-18 17:57:38 +01:00
|
|
|
|
|
2004-03-16 11:48:42 +01:00
|
|
|
|
/* The following list is taken from gnupg/tools/gpgconf-comp.c. */
|
|
|
|
|
/* Option flags. YOU MUST NOT CHANGE THE NUMBERS OF THE EXISTING
|
|
|
|
|
FLAGS, AS THEY ARE PART OF THE EXTERNAL INTERFACE. */
|
|
|
|
|
#define GC_OPT_FLAG_NONE 0UL
|
|
|
|
|
/* The RUNTIME flag for an option indicates that the option can be
|
|
|
|
|
changed at runtime. */
|
|
|
|
|
#define GC_OPT_FLAG_RUNTIME (1UL << 3)
|
|
|
|
|
/* The DEFAULT flag for an option indicates that the option has a
|
|
|
|
|
default value. */
|
|
|
|
|
#define GC_OPT_FLAG_DEFAULT (1UL << 4)
|
|
|
|
|
/* The DEF_DESC flag for an option indicates that the option has a
|
|
|
|
|
default, which is described by the value of the default field. */
|
|
|
|
|
#define GC_OPT_FLAG_DEF_DESC (1UL << 5)
|
|
|
|
|
/* The NO_ARG_DESC flag for an option indicates that the argument has
|
|
|
|
|
a default, which is described by the value of the ARGDEF field. */
|
|
|
|
|
#define GC_OPT_FLAG_NO_ARG_DESC (1UL << 6)
|
|
|
|
|
|
2004-03-23 13:21:29 +01:00
|
|
|
|
filename = make_filename (opt.homedir, "gpg-agent.conf", NULL );
|
2004-03-16 11:48:42 +01:00
|
|
|
|
printf ("gpgconf-gpg-agent.conf:%lu:\"%s\n",
|
2004-03-23 13:21:29 +01:00
|
|
|
|
GC_OPT_FLAG_DEFAULT, filename);
|
|
|
|
|
xfree (filename);
|
2004-03-16 19:59:35 +01:00
|
|
|
|
|
2004-03-16 11:48:42 +01:00
|
|
|
|
printf ("verbose:%lu:\n"
|
|
|
|
|
"quiet:%lu:\n"
|
2004-03-17 14:01:16 +01:00
|
|
|
|
"debug-level:%lu:\"none:\n"
|
2004-03-16 11:48:42 +01:00
|
|
|
|
"log-file:%lu:\n",
|
|
|
|
|
GC_OPT_FLAG_NONE|GC_OPT_FLAG_RUNTIME,
|
|
|
|
|
GC_OPT_FLAG_NONE|GC_OPT_FLAG_RUNTIME,
|
|
|
|
|
GC_OPT_FLAG_DEFAULT|GC_OPT_FLAG_RUNTIME,
|
2004-04-30 05:58:21 +02:00
|
|
|
|
GC_OPT_FLAG_NONE|GC_OPT_FLAG_RUNTIME );
|
2004-03-16 11:48:42 +01:00
|
|
|
|
printf ("default-cache-ttl:%lu:%d:\n",
|
|
|
|
|
GC_OPT_FLAG_DEFAULT|GC_OPT_FLAG_RUNTIME, DEFAULT_CACHE_TTL );
|
|
|
|
|
printf ("no-grab:%lu:\n",
|
|
|
|
|
GC_OPT_FLAG_NONE|GC_OPT_FLAG_RUNTIME);
|
|
|
|
|
printf ("ignore-cache-for-signing:%lu:\n",
|
2004-05-03 15:37:38 +02:00
|
|
|
|
GC_OPT_FLAG_NONE|GC_OPT_FLAG_RUNTIME);
|
|
|
|
|
printf ("allow-mark-trusted:%lu:\n",
|
2004-03-16 11:48:42 +01:00
|
|
|
|
GC_OPT_FLAG_NONE|GC_OPT_FLAG_RUNTIME);
|
2005-04-20 21:19:24 +02:00
|
|
|
|
printf ("disable-scdaemon:%lu:\n",
|
|
|
|
|
GC_OPT_FLAG_NONE|GC_OPT_FLAG_RUNTIME);
|
2004-02-18 17:57:38 +01:00
|
|
|
|
|
|
|
|
|
agent_exit (0);
|
|
|
|
|
}
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
2004-09-09 09:27:57 +02:00
|
|
|
|
/* If this has been called without any options, we merely check
|
|
|
|
|
whether an agent is already running. We do this here so that we
|
|
|
|
|
don't clobber a logfile but print it directly to stderr. */
|
2003-08-05 19:11:04 +02:00
|
|
|
|
if (!pipe_server && !is_daemon)
|
2004-09-09 09:27:57 +02:00
|
|
|
|
{
|
|
|
|
|
log_set_prefix (NULL, JNLIB_LOG_WITH_PREFIX);
|
2004-12-20 17:17:25 +01:00
|
|
|
|
check_for_running_agent (0);
|
2004-09-09 09:27:57 +02:00
|
|
|
|
agent_exit (0);
|
|
|
|
|
}
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
|
|
|
|
#ifdef ENABLE_NLS
|
2004-03-16 11:48:42 +01:00
|
|
|
|
/* gpg-agent usually does not output any messages because it runs in
|
|
|
|
|
the background. For log files it is acceptable to have messages
|
|
|
|
|
always encoded in utf-8. We switch here to utf-8, so that
|
|
|
|
|
commands like --help still give native messages. It is far
|
|
|
|
|
easier to switch only once instead of for every message and it
|
|
|
|
|
actually helps when more then one thread is active (avoids an
|
|
|
|
|
extra copy step). */
|
2004-04-06 12:01:04 +02:00
|
|
|
|
bind_textdomain_codeset (PACKAGE_GT, "UTF-8");
|
2003-08-05 19:11:04 +02:00
|
|
|
|
#endif
|
|
|
|
|
|
2004-04-16 11:46:54 +02:00
|
|
|
|
/* Now start with logging to a file if this is desired. */
|
2003-08-05 19:11:04 +02:00
|
|
|
|
if (logfile)
|
|
|
|
|
{
|
|
|
|
|
log_set_file (logfile);
|
2004-04-16 11:46:54 +02:00
|
|
|
|
log_set_prefix (NULL, (JNLIB_LOG_WITH_PREFIX
|
|
|
|
|
|JNLIB_LOG_WITH_TIME
|
|
|
|
|
|JNLIB_LOG_WITH_PID));
|
2004-04-30 05:58:21 +02:00
|
|
|
|
current_logfile = xstrdup (logfile);
|
2003-08-05 19:11:04 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Make sure that we have a default ttyname. */
|
|
|
|
|
if (!default_ttyname && ttyname (1))
|
|
|
|
|
default_ttyname = xstrdup (ttyname (1));
|
|
|
|
|
if (!default_ttytype && getenv ("TERM"))
|
|
|
|
|
default_ttytype = xstrdup (getenv ("TERM"));
|
2004-12-15 15:15:54 +01:00
|
|
|
|
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
|
|
|
|
if (pipe_server)
|
|
|
|
|
{ /* this is the simple pipe based server */
|
|
|
|
|
start_command_handler (-1, -1);
|
|
|
|
|
}
|
|
|
|
|
else if (!is_daemon)
|
2004-09-09 09:27:57 +02:00
|
|
|
|
; /* NOTREACHED */
|
2003-08-05 19:11:04 +02:00
|
|
|
|
else
|
2004-09-09 09:27:57 +02:00
|
|
|
|
{ /* Regular server mode */
|
2003-08-05 19:11:04 +02:00
|
|
|
|
int fd;
|
2005-01-26 23:20:21 +01:00
|
|
|
|
int fd_ssh;
|
2003-08-05 19:11:04 +02:00
|
|
|
|
pid_t pid;
|
|
|
|
|
|
|
|
|
|
/* Remove the DISPLAY variable so that a pinentry does not
|
|
|
|
|
default to a specific display. There is still a default
|
2005-02-23 22:06:32 +01:00
|
|
|
|
display when gpg-agent was started using --display or a
|
2005-05-31 22:03:04 +02:00
|
|
|
|
client requested this using an OPTION command. Note, that we
|
|
|
|
|
don't do this when running in reverse daemon mode (i.e. when
|
|
|
|
|
exec the program given as arguments). */
|
2004-12-14 15:49:21 +01:00
|
|
|
|
#ifndef HAVE_W32_SYSTEM
|
2005-05-31 22:03:04 +02:00
|
|
|
|
if (!opt.keep_display && !argc)
|
2003-08-05 19:11:04 +02:00
|
|
|
|
unsetenv ("DISPLAY");
|
2004-12-14 15:49:21 +01:00
|
|
|
|
#endif
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
2005-02-03 18:40:02 +01:00
|
|
|
|
|
|
|
|
|
/* Create the sockets. */
|
|
|
|
|
socket_name = create_socket_name (standard_socket,
|
|
|
|
|
"S.gpg-agent",
|
|
|
|
|
"/tmp/gpg-XXXXXX/S.gpg-agent");
|
2005-01-26 23:20:21 +01:00
|
|
|
|
if (opt.ssh_support)
|
2005-02-03 18:40:02 +01:00
|
|
|
|
socket_name_ssh = create_socket_name (standard_socket,
|
|
|
|
|
"S.gpg-agent.ssh",
|
|
|
|
|
"/tmp/gpg-XXXXXX/S.gpg-agent.ssh");
|
2005-01-26 23:20:21 +01:00
|
|
|
|
|
2005-02-03 18:40:02 +01:00
|
|
|
|
fd = create_server_socket (standard_socket, socket_name);
|
2005-01-26 23:20:21 +01:00
|
|
|
|
if (opt.ssh_support)
|
2005-02-03 18:40:02 +01:00
|
|
|
|
fd_ssh = create_server_socket (standard_socket, socket_name_ssh);
|
2004-12-20 17:17:25 +01:00
|
|
|
|
else
|
2005-01-26 23:20:21 +01:00
|
|
|
|
fd_ssh = -1;
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
2005-04-20 21:19:24 +02:00
|
|
|
|
/* If we are going to exec a program in the parent, we record
|
|
|
|
|
the PID, so that the child may check whether the program is
|
|
|
|
|
still alive. */
|
|
|
|
|
if (argc)
|
|
|
|
|
parent_pid = getpid ();
|
2005-02-03 18:40:02 +01:00
|
|
|
|
|
2003-08-05 19:11:04 +02:00
|
|
|
|
fflush (NULL);
|
2004-12-20 17:17:25 +01:00
|
|
|
|
#ifdef HAVE_W32_SYSTEM
|
|
|
|
|
pid = getpid ();
|
|
|
|
|
printf ("set GPG_AGENT_INFO=%s;%lu;1\n", socket_name, (ulong)pid);
|
|
|
|
|
#else /*!HAVE_W32_SYSTEM*/
|
2003-08-05 19:11:04 +02:00
|
|
|
|
pid = fork ();
|
|
|
|
|
if (pid == (pid_t)-1)
|
|
|
|
|
{
|
|
|
|
|
log_fatal ("fork failed: %s\n", strerror (errno) );
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
else if (pid)
|
2004-04-16 11:46:54 +02:00
|
|
|
|
{ /* We are the parent */
|
2005-01-26 23:20:21 +01:00
|
|
|
|
char *infostr, *infostr_ssh_sock, *infostr_ssh_pid;
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
|
|
|
|
close (fd);
|
|
|
|
|
|
2005-02-03 18:40:02 +01:00
|
|
|
|
/* Create the info string: <name>:<pid>:<protocol_version> */
|
2003-08-05 19:11:04 +02:00
|
|
|
|
if (asprintf (&infostr, "GPG_AGENT_INFO=%s:%lu:1",
|
|
|
|
|
socket_name, (ulong)pid ) < 0)
|
|
|
|
|
{
|
|
|
|
|
log_error ("out of core\n");
|
|
|
|
|
kill (pid, SIGTERM);
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
2005-01-26 23:20:21 +01:00
|
|
|
|
if (opt.ssh_support)
|
|
|
|
|
{
|
|
|
|
|
if (asprintf (&infostr_ssh_sock, "SSH_AUTH_SOCK=%s",
|
|
|
|
|
socket_name_ssh) < 0)
|
|
|
|
|
{
|
|
|
|
|
log_error ("out of core\n");
|
|
|
|
|
kill (pid, SIGTERM);
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (asprintf (&infostr_ssh_pid, "SSH_AGENT_PID=%u",
|
|
|
|
|
pid) < 0)
|
|
|
|
|
{
|
|
|
|
|
log_error ("out of core\n");
|
|
|
|
|
kill (pid, SIGTERM);
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2005-02-03 18:40:02 +01:00
|
|
|
|
*socket_name = 0; /* Don't let cleanup() remove the socket -
|
2003-08-05 19:11:04 +02:00
|
|
|
|
the child should do this from now on */
|
2005-01-26 23:20:21 +01:00
|
|
|
|
if (opt.ssh_support)
|
|
|
|
|
*socket_name_ssh = 0;
|
|
|
|
|
|
2005-02-03 18:40:02 +01:00
|
|
|
|
|
2003-08-05 19:11:04 +02:00
|
|
|
|
if (argc)
|
2005-02-03 18:40:02 +01:00
|
|
|
|
{ /* Run the program given on the commandline. */
|
2003-08-05 19:11:04 +02:00
|
|
|
|
if (putenv (infostr))
|
|
|
|
|
{
|
|
|
|
|
log_error ("failed to set environment: %s\n",
|
|
|
|
|
strerror (errno) );
|
|
|
|
|
kill (pid, SIGTERM );
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
2005-04-20 21:19:24 +02:00
|
|
|
|
if (opt.ssh_support && putenv (infostr_ssh_sock))
|
2005-01-26 23:20:21 +01:00
|
|
|
|
{
|
|
|
|
|
log_error ("failed to set environment: %s\n",
|
|
|
|
|
strerror (errno) );
|
|
|
|
|
kill (pid, SIGTERM );
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
2005-04-20 21:19:24 +02:00
|
|
|
|
if (opt.ssh_support && putenv (infostr_ssh_pid))
|
2005-01-26 23:20:21 +01:00
|
|
|
|
{
|
|
|
|
|
log_error ("failed to set environment: %s\n",
|
|
|
|
|
strerror (errno) );
|
|
|
|
|
kill (pid, SIGTERM );
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
2003-08-05 19:11:04 +02:00
|
|
|
|
execvp (argv[0], argv);
|
|
|
|
|
log_error ("failed to run the command: %s\n", strerror (errno));
|
|
|
|
|
kill (pid, SIGTERM);
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
2005-02-03 18:40:02 +01:00
|
|
|
|
/* Print the environment string, so that the caller can use
|
2003-08-05 19:11:04 +02:00
|
|
|
|
shell's eval to set it */
|
|
|
|
|
if (csh_style)
|
|
|
|
|
{
|
|
|
|
|
*strchr (infostr, '=') = ' ';
|
2005-02-03 18:40:02 +01:00
|
|
|
|
printf ("setenv %s\n", infostr);
|
2005-01-26 23:20:21 +01:00
|
|
|
|
if (opt.ssh_support)
|
|
|
|
|
{
|
|
|
|
|
*strchr (infostr_ssh_sock, '=') = ' ';
|
2005-02-03 18:40:02 +01:00
|
|
|
|
printf ("setenv %s\n", infostr_ssh_sock);
|
2005-01-26 23:20:21 +01:00
|
|
|
|
*strchr (infostr_ssh_pid, '=') = ' ';
|
2005-02-03 18:40:02 +01:00
|
|
|
|
printf ("setenv %s\n", infostr_ssh_pid);
|
2005-01-26 23:20:21 +01:00
|
|
|
|
}
|
2003-08-05 19:11:04 +02:00
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
printf ( "%s; export GPG_AGENT_INFO;\n", infostr);
|
2005-01-26 23:20:21 +01:00
|
|
|
|
if (opt.ssh_support)
|
|
|
|
|
{
|
2005-02-03 18:40:02 +01:00
|
|
|
|
printf ("%s; export SSH_AUTH_SOCK;\n", infostr_ssh_sock);
|
|
|
|
|
printf ("%s; export SSH_AGENT_PID;\n", infostr_ssh_pid);
|
2005-01-26 23:20:21 +01:00
|
|
|
|
}
|
2003-08-05 19:11:04 +02:00
|
|
|
|
}
|
2005-04-20 21:19:24 +02:00
|
|
|
|
free (infostr); /* (Note that a vanilla free is here correct.) */
|
2005-01-26 23:20:21 +01:00
|
|
|
|
if (opt.ssh_support)
|
|
|
|
|
{
|
|
|
|
|
free (infostr_ssh_sock);
|
|
|
|
|
free (infostr_ssh_pid);
|
|
|
|
|
}
|
2003-08-05 19:11:04 +02:00
|
|
|
|
exit (0);
|
|
|
|
|
}
|
2005-02-03 18:40:02 +01:00
|
|
|
|
/*NOTREACHED*/
|
|
|
|
|
} /* End parent */
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
2004-04-16 11:46:54 +02:00
|
|
|
|
/*
|
|
|
|
|
This is the child
|
|
|
|
|
*/
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
2004-04-16 11:46:54 +02:00
|
|
|
|
/* Detach from tty and put process into a new session */
|
2003-08-05 19:11:04 +02:00
|
|
|
|
if (!nodetach )
|
|
|
|
|
{
|
|
|
|
|
int i;
|
2004-04-16 11:46:54 +02:00
|
|
|
|
unsigned int oldflags;
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
2004-04-16 11:46:54 +02:00
|
|
|
|
/* Close stdin, stdout and stderr unless it is the log stream */
|
2003-08-05 19:11:04 +02:00
|
|
|
|
for (i=0; i <= 2; i++)
|
|
|
|
|
{
|
2004-10-22 11:39:47 +02:00
|
|
|
|
if (!log_test_fd (i) && i != fd )
|
2003-08-05 19:11:04 +02:00
|
|
|
|
close (i);
|
|
|
|
|
}
|
|
|
|
|
if (setsid() == -1)
|
|
|
|
|
{
|
|
|
|
|
log_error ("setsid() failed: %s\n", strerror(errno) );
|
|
|
|
|
cleanup ();
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
2004-04-16 11:46:54 +02:00
|
|
|
|
|
|
|
|
|
log_get_prefix (&oldflags);
|
|
|
|
|
log_set_prefix (NULL, oldflags | JNLIB_LOG_RUN_DETACHED);
|
2003-08-05 19:11:04 +02:00
|
|
|
|
opt.running_detached = 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (chdir("/"))
|
|
|
|
|
{
|
|
|
|
|
log_error ("chdir to / failed: %s\n", strerror (errno));
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
|
2005-05-18 12:48:06 +02:00
|
|
|
|
{
|
|
|
|
|
struct sigaction sa;
|
|
|
|
|
|
|
|
|
|
sa.sa_handler = SIG_IGN;
|
|
|
|
|
sigemptyset (&sa.sa_mask);
|
|
|
|
|
sa.sa_flags = 0;
|
|
|
|
|
sigaction (SIGPIPE, &sa, NULL);
|
|
|
|
|
}
|
2004-12-14 15:49:21 +01:00
|
|
|
|
#endif /*!HAVE_W32_SYSTEM*/
|
|
|
|
|
|
2005-05-18 12:48:06 +02:00
|
|
|
|
handle_connections (fd, opt.ssh_support ? fd_ssh : -1);
|
2003-08-05 19:11:04 +02:00
|
|
|
|
close (fd);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
|
agent_exit (int rc)
|
|
|
|
|
{
|
|
|
|
|
/*FIXME: update_random_seed_file();*/
|
|
|
|
|
#if 1
|
|
|
|
|
/* at this time a bit annoying */
|
|
|
|
|
if (opt.debug & DBG_MEMSTAT_VALUE)
|
|
|
|
|
{
|
|
|
|
|
gcry_control( GCRYCTL_DUMP_MEMORY_STATS );
|
|
|
|
|
gcry_control( GCRYCTL_DUMP_RANDOM_STATS );
|
|
|
|
|
}
|
|
|
|
|
if (opt.debug)
|
|
|
|
|
gcry_control (GCRYCTL_DUMP_SECMEM_STATS );
|
|
|
|
|
#endif
|
|
|
|
|
gcry_control (GCRYCTL_TERM_SECMEM );
|
|
|
|
|
rc = rc? rc : log_get_errorcount(0)? 2 : 0;
|
|
|
|
|
exit (rc);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
|
agent_init_default_ctrl (struct server_control_s *ctrl)
|
|
|
|
|
{
|
2004-01-29 21:17:27 +01:00
|
|
|
|
ctrl->connection_fd = -1;
|
|
|
|
|
|
2003-08-05 19:11:04 +02:00
|
|
|
|
/* Note we ignore malloc errors because we can't do much about it
|
|
|
|
|
and the request will fail anyway shortly after this
|
|
|
|
|
initialization. */
|
|
|
|
|
if (ctrl->display)
|
|
|
|
|
free (ctrl->display);
|
|
|
|
|
ctrl->display = default_display? strdup (default_display) : NULL;
|
|
|
|
|
|
|
|
|
|
if (ctrl->ttyname)
|
|
|
|
|
free (ctrl->ttyname);
|
|
|
|
|
ctrl->ttyname = default_ttyname? strdup (default_ttyname) : NULL;
|
|
|
|
|
|
|
|
|
|
if (ctrl->ttytype)
|
|
|
|
|
free (ctrl->ttytype);
|
|
|
|
|
ctrl->ttytype = default_ttytype? strdup (default_ttytype) : NULL;
|
|
|
|
|
|
|
|
|
|
if (ctrl->lc_ctype)
|
|
|
|
|
free (ctrl->lc_ctype);
|
|
|
|
|
ctrl->lc_ctype = default_lc_ctype? strdup (default_lc_ctype) : NULL;
|
|
|
|
|
|
|
|
|
|
if (ctrl->lc_messages)
|
|
|
|
|
free (ctrl->lc_messages);
|
|
|
|
|
ctrl->lc_messages = default_lc_messages? strdup (default_lc_messages) : NULL;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Reread parts of the configuration. Note, that this function is
|
|
|
|
|
obviously not thread-safe and should only be called from the PTH
|
|
|
|
|
signal handler.
|
|
|
|
|
|
|
|
|
|
Fixme: Due to the way the argument parsing works, we create a
|
|
|
|
|
memory leak here for all string type arguments. There is currently
|
|
|
|
|
no clean way to tell whether the memory for the argument has been
|
|
|
|
|
allocated or points into the process' original arguments. Unless
|
|
|
|
|
we have a mechanism to tell this, we need to live on with this. */
|
|
|
|
|
static void
|
|
|
|
|
reread_configuration (void)
|
|
|
|
|
{
|
|
|
|
|
ARGPARSE_ARGS pargs;
|
|
|
|
|
FILE *fp;
|
|
|
|
|
unsigned int configlineno = 0;
|
|
|
|
|
int dummy;
|
|
|
|
|
|
|
|
|
|
if (!config_filename)
|
|
|
|
|
return; /* No config file. */
|
|
|
|
|
|
|
|
|
|
fp = fopen (config_filename, "r");
|
|
|
|
|
if (!fp)
|
|
|
|
|
{
|
|
|
|
|
log_error (_("option file `%s': %s\n"),
|
|
|
|
|
config_filename, strerror(errno) );
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
2004-04-30 05:58:21 +02:00
|
|
|
|
parse_rereadable_options (NULL, 1); /* Start from the default values. */
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
|
|
|
|
memset (&pargs, 0, sizeof pargs);
|
|
|
|
|
dummy = 0;
|
|
|
|
|
pargs.argc = &dummy;
|
|
|
|
|
pargs.flags = 1; /* do not remove the args */
|
|
|
|
|
while (optfile_parse (fp, config_filename, &configlineno, &pargs, opts) )
|
|
|
|
|
{
|
|
|
|
|
if (pargs.r_opt < -1)
|
|
|
|
|
pargs.err = 1; /* Print a warning. */
|
|
|
|
|
else /* Try to parse this option - ignore unchangeable ones. */
|
2004-04-30 05:58:21 +02:00
|
|
|
|
parse_rereadable_options (&pargs, 1);
|
2003-08-05 19:11:04 +02:00
|
|
|
|
}
|
|
|
|
|
fclose (fp);
|
2004-02-18 17:57:38 +01:00
|
|
|
|
set_debug ();
|
2003-08-05 19:11:04 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2005-02-03 18:40:02 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Create a name for the socket. With USE_STANDARD_SOCKET given as
|
2005-05-18 12:48:06 +02:00
|
|
|
|
true using STANDARD_NAME in the home directory or if given has
|
2005-02-03 18:40:02 +01:00
|
|
|
|
false from the mkdir type name TEMPLATE. In the latter case a
|
|
|
|
|
unique name in a unique new directory will be created. In both
|
|
|
|
|
cases check for valid characters as well as against a maximum
|
|
|
|
|
allowed length for a unix domain socket is done. The function
|
|
|
|
|
terminates the process in case of an error. Retunrs: Pointer to an
|
|
|
|
|
allcoated string with the absolute name of the socket used. */
|
|
|
|
|
static char *
|
|
|
|
|
create_socket_name (int use_standard_socket,
|
|
|
|
|
char *standard_name, char *template)
|
|
|
|
|
{
|
|
|
|
|
char *name, *p;
|
|
|
|
|
|
|
|
|
|
if (use_standard_socket)
|
|
|
|
|
name = make_filename (opt.homedir, standard_name, NULL);
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
name = xstrdup (template);
|
|
|
|
|
p = strrchr (name, '/');
|
|
|
|
|
if (!p)
|
|
|
|
|
BUG ();
|
|
|
|
|
*p = 0;
|
|
|
|
|
if (!mkdtemp (name))
|
|
|
|
|
{
|
|
|
|
|
log_error (_("can't create directory `%s': %s\n"),
|
|
|
|
|
name, strerror (errno));
|
|
|
|
|
agent_exit (2);
|
|
|
|
|
}
|
|
|
|
|
*p = '/';
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (strchr (name, PATHSEP_C))
|
|
|
|
|
{
|
|
|
|
|
log_error (("`%s' are not allowed in the socket name\n"), PATHSEP_S);
|
|
|
|
|
agent_exit (2);
|
|
|
|
|
}
|
|
|
|
|
if (strlen (name) + 1 >= DIMof (struct sockaddr_un, sun_path) )
|
|
|
|
|
{
|
|
|
|
|
log_error (_("name of socket too long\n"));
|
|
|
|
|
agent_exit (2);
|
|
|
|
|
}
|
|
|
|
|
return name;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Create a Unix domain socket with NAME. IS_STANDARD_NAME indicates
|
|
|
|
|
whether a non-random socket is used. Returns the filedescriptor or
|
|
|
|
|
terminates the process in case of an error. */
|
|
|
|
|
static int
|
|
|
|
|
create_server_socket (int is_standard_name, const char *name)
|
|
|
|
|
{
|
|
|
|
|
struct sockaddr_un *serv_addr;
|
|
|
|
|
socklen_t len;
|
|
|
|
|
int fd;
|
|
|
|
|
int rc;
|
|
|
|
|
|
|
|
|
|
#ifdef HAVE_W32_SYSTEM
|
|
|
|
|
fd = _w32_sock_new (AF_UNIX, SOCK_STREAM, 0);
|
|
|
|
|
#else
|
|
|
|
|
fd = socket (AF_UNIX, SOCK_STREAM, 0);
|
|
|
|
|
#endif
|
|
|
|
|
if (fd == -1)
|
|
|
|
|
{
|
|
|
|
|
log_error (_("can't create socket: %s\n"), strerror (errno));
|
|
|
|
|
agent_exit (2);
|
|
|
|
|
}
|
|
|
|
|
|
2005-05-18 12:48:06 +02:00
|
|
|
|
serv_addr = xmalloc (sizeof (*serv_addr));
|
2005-02-03 18:40:02 +01:00
|
|
|
|
memset (serv_addr, 0, sizeof *serv_addr);
|
|
|
|
|
serv_addr->sun_family = AF_UNIX;
|
|
|
|
|
assert (strlen (name) + 1 < sizeof (serv_addr->sun_path));
|
|
|
|
|
strcpy (serv_addr->sun_path, name);
|
|
|
|
|
len = (offsetof (struct sockaddr_un, sun_path)
|
|
|
|
|
+ strlen (serv_addr->sun_path) + 1);
|
|
|
|
|
|
|
|
|
|
#ifdef HAVE_W32_SYSTEM
|
|
|
|
|
rc = _w32_sock_bind (fd, (struct sockaddr*) serv_addr, len);
|
|
|
|
|
if (is_standard_name && rc == -1 )
|
|
|
|
|
{
|
|
|
|
|
remove (name);
|
|
|
|
|
rc = bind (fd, (struct sockaddr*) serv_addr, len);
|
|
|
|
|
}
|
|
|
|
|
#else
|
|
|
|
|
rc = bind (fd, (struct sockaddr*) serv_addr, len);
|
|
|
|
|
if (is_standard_name && rc == -1 && errno == EADDRINUSE)
|
|
|
|
|
{
|
|
|
|
|
remove (name);
|
|
|
|
|
rc = bind (fd, (struct sockaddr*) serv_addr, len);
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
if (rc == -1)
|
|
|
|
|
{
|
|
|
|
|
log_error (_("error binding socket to `%s': %s\n"),
|
|
|
|
|
serv_addr->sun_path, strerror (errno));
|
|
|
|
|
close (fd);
|
|
|
|
|
agent_exit (2);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (listen (fd, 5 ) == -1)
|
|
|
|
|
{
|
|
|
|
|
log_error (_("listen() failed: %s\n"), strerror (errno));
|
|
|
|
|
close (fd);
|
|
|
|
|
agent_exit (2);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (opt.verbose)
|
|
|
|
|
log_info (_("listening on socket `%s'\n"), serv_addr->sun_path);
|
|
|
|
|
|
|
|
|
|
return fd;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Check that the directory for storing the private keys exists and
|
|
|
|
|
create it if not. This function won't fail as it is only a
|
|
|
|
|
convenience function and not strictly necessary. */
|
2003-08-05 19:11:04 +02:00
|
|
|
|
static void
|
|
|
|
|
create_private_keys_directory (const char *home)
|
|
|
|
|
{
|
|
|
|
|
char *fname;
|
|
|
|
|
struct stat statbuf;
|
|
|
|
|
|
|
|
|
|
fname = make_filename (home, GNUPG_PRIVATE_KEYS_DIR, NULL);
|
|
|
|
|
if (stat (fname, &statbuf) && errno == ENOENT)
|
|
|
|
|
{
|
2004-12-13 16:49:56 +01:00
|
|
|
|
#ifdef HAVE_W32_SYSTEM /*FIXME: Setup proper permissions. */
|
|
|
|
|
if (!CreateDirectory (fname, NULL))
|
|
|
|
|
log_error (_("can't create directory `%s': %s\n"),
|
|
|
|
|
fname, w32_strerror (-1) );
|
|
|
|
|
#else
|
2003-08-05 19:11:04 +02:00
|
|
|
|
if (mkdir (fname, S_IRUSR|S_IWUSR|S_IXUSR ))
|
|
|
|
|
log_error (_("can't create directory `%s': %s\n"),
|
2004-12-13 16:49:56 +01:00
|
|
|
|
fname, strerror (errno) );
|
|
|
|
|
#endif
|
2003-08-05 19:11:04 +02:00
|
|
|
|
else if (!opt.quiet)
|
|
|
|
|
log_info (_("directory `%s' created\n"), fname);
|
|
|
|
|
}
|
|
|
|
|
xfree (fname);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Create the directory only if the supplied directory name is the
|
|
|
|
|
same as the default one. This way we avoid to create arbitrary
|
|
|
|
|
directories when a non-default home directory is used. To cope
|
|
|
|
|
with HOME, we compare only the suffix if we see that the default
|
|
|
|
|
homedir does start with a tilde. We don't stop here in case of
|
|
|
|
|
problems because other functions will throw an error anyway.*/
|
|
|
|
|
static void
|
|
|
|
|
create_directories (void)
|
|
|
|
|
{
|
|
|
|
|
struct stat statbuf;
|
|
|
|
|
const char *defhome = GNUPG_DEFAULT_HOMEDIR;
|
|
|
|
|
char *home;
|
|
|
|
|
|
2005-02-03 18:40:02 +01:00
|
|
|
|
home = make_filename (opt.homedir, NULL);
|
2003-08-05 19:11:04 +02:00
|
|
|
|
if ( stat (home, &statbuf) )
|
|
|
|
|
{
|
|
|
|
|
if (errno == ENOENT)
|
|
|
|
|
{
|
|
|
|
|
if ( (*defhome == '~'
|
|
|
|
|
&& (strlen (home) >= strlen (defhome+1)
|
|
|
|
|
&& !strcmp (home + strlen(home)
|
|
|
|
|
- strlen (defhome+1), defhome+1)))
|
|
|
|
|
|| (*defhome != '~' && !strcmp (home, defhome) )
|
|
|
|
|
)
|
|
|
|
|
{
|
2004-12-13 16:49:56 +01:00
|
|
|
|
#ifdef HAVE_W32_SYSTEM
|
|
|
|
|
if (!CreateDirectory (home, NULL))
|
|
|
|
|
log_error (_("can't create directory `%s': %s\n"),
|
|
|
|
|
home, w32_strerror (-1) );
|
|
|
|
|
#else
|
2003-08-05 19:11:04 +02:00
|
|
|
|
if (mkdir (home, S_IRUSR|S_IWUSR|S_IXUSR ))
|
|
|
|
|
log_error (_("can't create directory `%s': %s\n"),
|
2004-12-13 16:49:56 +01:00
|
|
|
|
home, strerror (errno) );
|
|
|
|
|
#endif
|
2003-08-05 19:11:04 +02:00
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
if (!opt.quiet)
|
|
|
|
|
log_info (_("directory `%s' created\n"), home);
|
|
|
|
|
create_private_keys_directory (home);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
else
|
2005-02-03 18:40:02 +01:00
|
|
|
|
log_error (_("stat() failed for `%s': %s\n"), home, strerror (errno));
|
2003-08-05 19:11:04 +02:00
|
|
|
|
}
|
|
|
|
|
else if ( !S_ISDIR(statbuf.st_mode))
|
|
|
|
|
{
|
2005-02-03 18:40:02 +01:00
|
|
|
|
log_error (_("can't use `%s' as home directory\n"), home);
|
2003-08-05 19:11:04 +02:00
|
|
|
|
}
|
|
|
|
|
else /* exists and is a directory. */
|
|
|
|
|
{
|
|
|
|
|
create_private_keys_directory (home);
|
|
|
|
|
}
|
|
|
|
|
xfree (home);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2005-04-20 21:19:24 +02:00
|
|
|
|
/* This is the worker for the ticker. It is called every few seconds
|
|
|
|
|
and may only do fast operations. */
|
|
|
|
|
static void
|
|
|
|
|
handle_tick (void)
|
|
|
|
|
{
|
2005-05-21 20:49:00 +02:00
|
|
|
|
/* Check whether the scdaemon has dies and cleanup in this case. */
|
|
|
|
|
agent_scd_check_aliveness ();
|
|
|
|
|
|
|
|
|
|
/* If we are running as a child of another process, check whether
|
|
|
|
|
the parent is still alive and shutdwon if now. */
|
2005-04-20 21:19:24 +02:00
|
|
|
|
#ifndef HAVE_W32_SYSTEM
|
|
|
|
|
if (parent_pid != (pid_t)(-1))
|
|
|
|
|
{
|
|
|
|
|
if (kill (parent_pid, 0))
|
|
|
|
|
{
|
|
|
|
|
shutdown_pending = 2;
|
|
|
|
|
log_info ("parent process died - shutting down\n");
|
|
|
|
|
log_info ("%s %s stopped\n", strusage(11), strusage(13) );
|
|
|
|
|
cleanup ();
|
|
|
|
|
agent_exit (0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
#endif /*HAVE_W32_SYSTEM*/
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2003-08-05 19:11:04 +02:00
|
|
|
|
static void
|
|
|
|
|
handle_signal (int signo)
|
|
|
|
|
{
|
|
|
|
|
switch (signo)
|
|
|
|
|
{
|
2004-12-13 16:49:56 +01:00
|
|
|
|
#ifndef HAVE_W32_SYSTEM
|
2003-08-05 19:11:04 +02:00
|
|
|
|
case SIGHUP:
|
|
|
|
|
log_info ("SIGHUP received - "
|
|
|
|
|
"re-reading configuration and flushing cache\n");
|
|
|
|
|
agent_flush_cache ();
|
|
|
|
|
reread_configuration ();
|
2004-05-11 21:11:53 +02:00
|
|
|
|
agent_reload_trustlist ();
|
2003-08-05 19:11:04 +02:00
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
case SIGUSR1:
|
2005-05-21 20:49:00 +02:00
|
|
|
|
log_info ("SIGUSR1 received - printing internal information:\n");
|
|
|
|
|
pth_ctrl (PTH_CTRL_DUMPSTATE, log_get_stream ());
|
2003-08-05 19:11:04 +02:00
|
|
|
|
break;
|
2004-04-21 16:43:51 +02:00
|
|
|
|
|
2003-08-05 19:11:04 +02:00
|
|
|
|
case SIGUSR2:
|
2004-04-21 16:43:51 +02:00
|
|
|
|
log_info ("SIGUSR2 received - checking smartcard status\n");
|
2003-08-05 19:11:04 +02:00
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
case SIGTERM:
|
|
|
|
|
if (!shutdown_pending)
|
|
|
|
|
log_info ("SIGTERM received - shutting down ...\n");
|
|
|
|
|
else
|
|
|
|
|
log_info ("SIGTERM received - still %ld running threads\n",
|
|
|
|
|
pth_ctrl( PTH_CTRL_GETTHREADS ));
|
|
|
|
|
shutdown_pending++;
|
|
|
|
|
if (shutdown_pending > 2)
|
|
|
|
|
{
|
|
|
|
|
log_info ("shutdown forced\n");
|
|
|
|
|
log_info ("%s %s stopped\n", strusage(11), strusage(13) );
|
|
|
|
|
cleanup ();
|
|
|
|
|
agent_exit (0);
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
case SIGINT:
|
|
|
|
|
log_info ("SIGINT received - immediate shutdown\n");
|
|
|
|
|
log_info( "%s %s stopped\n", strusage(11), strusage(13));
|
|
|
|
|
cleanup ();
|
|
|
|
|
agent_exit (0);
|
|
|
|
|
break;
|
2004-12-13 16:49:56 +01:00
|
|
|
|
#endif
|
2003-08-05 19:11:04 +02:00
|
|
|
|
default:
|
|
|
|
|
log_info ("signal %d received - no action defined\n", signo);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2005-02-03 18:40:02 +01:00
|
|
|
|
/* This is the standard connection thread's main function. */
|
2003-08-05 19:11:04 +02:00
|
|
|
|
static void *
|
|
|
|
|
start_connection_thread (void *arg)
|
|
|
|
|
{
|
|
|
|
|
int fd = (int)arg;
|
|
|
|
|
|
|
|
|
|
if (opt.verbose)
|
2005-02-03 18:40:02 +01:00
|
|
|
|
log_info (_("handler for fd %d started\n"), fd);
|
2004-05-11 21:11:53 +02:00
|
|
|
|
|
|
|
|
|
/* FIXME: Move this housekeeping into a ticker function. Calling it
|
|
|
|
|
for each connection should work but won't work anymore if our
|
2004-12-14 20:20:36 +01:00
|
|
|
|
clients start to keep connections. */
|
2004-05-11 21:11:53 +02:00
|
|
|
|
agent_trustlist_housekeeping ();
|
|
|
|
|
|
2003-08-05 19:11:04 +02:00
|
|
|
|
start_command_handler (-1, fd);
|
|
|
|
|
if (opt.verbose)
|
2005-02-03 18:40:02 +01:00
|
|
|
|
log_info (_("handler for fd %d terminated\n"), fd);
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
|
|
|
|
return NULL;
|
|
|
|
|
}
|
|
|
|
|
|
2005-02-03 18:40:02 +01:00
|
|
|
|
|
|
|
|
|
/* This is the ssh connection thread's main function. */
|
2005-01-26 23:20:21 +01:00
|
|
|
|
static void *
|
|
|
|
|
start_connection_thread_ssh (void *arg)
|
|
|
|
|
{
|
|
|
|
|
int fd = (int)arg;
|
|
|
|
|
|
|
|
|
|
if (opt.verbose)
|
2005-02-03 18:40:02 +01:00
|
|
|
|
log_info (_("ssh handler for fd %d started\n"), fd);
|
2005-01-26 23:20:21 +01:00
|
|
|
|
|
|
|
|
|
agent_trustlist_housekeeping ();
|
|
|
|
|
|
|
|
|
|
start_command_handler_ssh (fd);
|
|
|
|
|
if (opt.verbose)
|
2005-02-03 18:40:02 +01:00
|
|
|
|
log_info (_("ssh handler for fd %d terminated\n"), fd);
|
2005-01-26 23:20:21 +01:00
|
|
|
|
|
|
|
|
|
return NULL;
|
|
|
|
|
}
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
2005-02-03 18:40:02 +01:00
|
|
|
|
|
|
|
|
|
/* Connection handler loop. Wait for coecntion requests and spawn a
|
|
|
|
|
thread after accepting a connection. */
|
2003-08-05 19:11:04 +02:00
|
|
|
|
static void
|
2005-01-26 23:20:21 +01:00
|
|
|
|
handle_connections (int listen_fd, int listen_fd_ssh)
|
2003-08-05 19:11:04 +02:00
|
|
|
|
{
|
|
|
|
|
pth_attr_t tattr;
|
2005-04-20 21:19:24 +02:00
|
|
|
|
pth_event_t ev, time_ev;
|
2003-08-05 19:11:04 +02:00
|
|
|
|
sigset_t sigs;
|
|
|
|
|
int signo;
|
|
|
|
|
struct sockaddr_un paddr;
|
2005-02-03 18:40:02 +01:00
|
|
|
|
socklen_t plen;
|
2005-01-26 23:20:21 +01:00
|
|
|
|
fd_set fdset, read_fdset;
|
|
|
|
|
int ret;
|
2003-08-05 19:11:04 +02:00
|
|
|
|
int fd;
|
|
|
|
|
|
|
|
|
|
tattr = pth_attr_new();
|
|
|
|
|
pth_attr_set (tattr, PTH_ATTR_JOINABLE, 0);
|
2004-07-22 11:37:36 +02:00
|
|
|
|
pth_attr_set (tattr, PTH_ATTR_STACK_SIZE, 256*1024);
|
2003-08-05 19:11:04 +02:00
|
|
|
|
pth_attr_set (tattr, PTH_ATTR_NAME, "gpg-agent");
|
|
|
|
|
|
2004-12-13 16:49:56 +01:00
|
|
|
|
#ifndef HAVE_W32_SYSTEM /* fixme */
|
2003-08-05 19:11:04 +02:00
|
|
|
|
sigemptyset (&sigs );
|
|
|
|
|
sigaddset (&sigs, SIGHUP);
|
|
|
|
|
sigaddset (&sigs, SIGUSR1);
|
|
|
|
|
sigaddset (&sigs, SIGUSR2);
|
|
|
|
|
sigaddset (&sigs, SIGINT);
|
|
|
|
|
sigaddset (&sigs, SIGTERM);
|
|
|
|
|
ev = pth_event (PTH_EVENT_SIGS, &sigs, &signo);
|
2004-12-13 16:49:56 +01:00
|
|
|
|
#else
|
|
|
|
|
ev = NULL;
|
|
|
|
|
#endif
|
2005-04-20 21:19:24 +02:00
|
|
|
|
time_ev = NULL;
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
2005-01-26 23:20:21 +01:00
|
|
|
|
FD_ZERO (&fdset);
|
|
|
|
|
FD_SET (listen_fd, &fdset);
|
|
|
|
|
if (listen_fd_ssh != -1)
|
|
|
|
|
FD_SET (listen_fd_ssh, &fdset);
|
|
|
|
|
|
2003-08-05 19:11:04 +02:00
|
|
|
|
for (;;)
|
|
|
|
|
{
|
|
|
|
|
if (shutdown_pending)
|
|
|
|
|
{
|
|
|
|
|
if (pth_ctrl (PTH_CTRL_GETTHREADS) == 1)
|
|
|
|
|
break; /* ready */
|
|
|
|
|
|
|
|
|
|
/* Do not accept anymore connections and wait for existing
|
|
|
|
|
connections to terminate */
|
|
|
|
|
signo = 0;
|
|
|
|
|
pth_wait (ev);
|
|
|
|
|
if (pth_event_occurred (ev) && signo)
|
|
|
|
|
handle_signal (signo);
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
|
2005-04-20 21:19:24 +02:00
|
|
|
|
/* Create a timeout event if needed. */
|
|
|
|
|
if (!time_ev)
|
|
|
|
|
time_ev = pth_event (PTH_EVENT_TIME, pth_timeout (2, 0));
|
|
|
|
|
|
2005-02-03 18:40:02 +01:00
|
|
|
|
/* POSIX says that fd_set should be implemented as a structure,
|
|
|
|
|
thus a simple assignment is fine to copy the entire set. */
|
2005-01-26 23:20:21 +01:00
|
|
|
|
read_fdset = fdset;
|
2005-02-03 18:40:02 +01:00
|
|
|
|
|
2005-04-20 21:19:24 +02:00
|
|
|
|
if (time_ev)
|
|
|
|
|
pth_event_concat (ev, time_ev, NULL);
|
2005-02-03 18:40:02 +01:00
|
|
|
|
ret = pth_select_ev (FD_SETSIZE, &read_fdset, NULL, NULL, NULL, ev);
|
2005-04-20 21:19:24 +02:00
|
|
|
|
if (time_ev)
|
|
|
|
|
pth_event_isolate (time_ev);
|
|
|
|
|
|
2005-01-26 23:20:21 +01:00
|
|
|
|
if (ret == -1)
|
|
|
|
|
{
|
2005-04-20 21:19:24 +02:00
|
|
|
|
if (pth_event_occurred (ev)
|
|
|
|
|
|| (time_ev && pth_event_occurred (time_ev)))
|
2005-02-24 18:36:11 +01:00
|
|
|
|
{
|
2005-04-20 21:19:24 +02:00
|
|
|
|
if (pth_event_occurred (ev))
|
|
|
|
|
handle_signal (signo);
|
|
|
|
|
if (time_ev && pth_event_occurred (time_ev))
|
|
|
|
|
{
|
|
|
|
|
pth_event_free (time_ev, PTH_FREE_ALL);
|
|
|
|
|
time_ev = NULL;
|
|
|
|
|
handle_tick ();
|
|
|
|
|
}
|
2005-02-24 18:36:11 +01:00
|
|
|
|
continue;
|
|
|
|
|
}
|
2005-02-03 18:40:02 +01:00
|
|
|
|
log_error (_("pth_select failed: %s - waiting 1s\n"),
|
|
|
|
|
strerror (errno));
|
|
|
|
|
pth_sleep (1);
|
2005-01-26 23:20:21 +01:00
|
|
|
|
continue;
|
|
|
|
|
}
|
2005-02-03 18:40:02 +01:00
|
|
|
|
|
|
|
|
|
if (pth_event_occurred (ev))
|
|
|
|
|
{
|
|
|
|
|
handle_signal (signo);
|
|
|
|
|
}
|
2005-01-26 23:20:21 +01:00
|
|
|
|
|
2005-04-20 21:19:24 +02:00
|
|
|
|
if (time_ev && pth_event_occurred (time_ev))
|
|
|
|
|
{
|
|
|
|
|
pth_event_free (time_ev, PTH_FREE_ALL);
|
|
|
|
|
time_ev = NULL;
|
|
|
|
|
handle_tick ();
|
|
|
|
|
}
|
|
|
|
|
|
2005-01-26 23:20:21 +01:00
|
|
|
|
if (FD_ISSET (listen_fd, &read_fdset))
|
|
|
|
|
{
|
2005-02-03 18:40:02 +01:00
|
|
|
|
plen = sizeof paddr;
|
|
|
|
|
fd = pth_accept (listen_fd, (struct sockaddr *)&paddr, &plen);
|
2005-01-26 23:20:21 +01:00
|
|
|
|
if (fd == -1)
|
|
|
|
|
{
|
2005-02-03 18:40:02 +01:00
|
|
|
|
log_error ("accept failed: %s\n", strerror (errno));
|
2005-01-26 23:20:21 +01:00
|
|
|
|
}
|
2005-02-03 18:40:02 +01:00
|
|
|
|
else if (!pth_spawn (tattr, start_connection_thread, (void*)fd))
|
2005-01-26 23:20:21 +01:00
|
|
|
|
{
|
|
|
|
|
log_error ("error spawning connection handler: %s\n",
|
|
|
|
|
strerror (errno) );
|
|
|
|
|
close (fd);
|
2003-08-05 19:11:04 +02:00
|
|
|
|
}
|
2005-02-03 18:40:02 +01:00
|
|
|
|
fd = -1;
|
2003-08-05 19:11:04 +02:00
|
|
|
|
}
|
2005-02-03 18:40:02 +01:00
|
|
|
|
|
|
|
|
|
if (listen_fd_ssh != -1 && FD_ISSET (listen_fd_ssh, &read_fdset))
|
2005-01-26 23:20:21 +01:00
|
|
|
|
{
|
2005-02-03 18:40:02 +01:00
|
|
|
|
plen = sizeof paddr;
|
|
|
|
|
fd = pth_accept (listen_fd_ssh, (struct sockaddr *)&paddr, &plen);
|
2005-01-26 23:20:21 +01:00
|
|
|
|
if (fd == -1)
|
|
|
|
|
{
|
2005-02-03 18:40:02 +01:00
|
|
|
|
log_error ("accept failed for ssh: %s\n", strerror (errno));
|
2005-01-26 23:20:21 +01:00
|
|
|
|
}
|
2005-02-03 18:40:02 +01:00
|
|
|
|
else if (!pth_spawn (tattr, start_connection_thread_ssh, (void*)fd))
|
2005-01-26 23:20:21 +01:00
|
|
|
|
{
|
2005-02-03 18:40:02 +01:00
|
|
|
|
log_error ("error spawning ssh connection handler: %s\n",
|
2005-01-26 23:20:21 +01:00
|
|
|
|
strerror (errno) );
|
|
|
|
|
close (fd);
|
|
|
|
|
}
|
2005-02-03 18:40:02 +01:00
|
|
|
|
fd = -1;
|
2003-08-05 19:11:04 +02:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
pth_event_free (ev, PTH_FREE_ALL);
|
2005-04-20 21:19:24 +02:00
|
|
|
|
if (time_ev)
|
|
|
|
|
pth_event_free (time_ev, PTH_FREE_ALL);
|
2003-08-05 19:11:04 +02:00
|
|
|
|
cleanup ();
|
2005-02-03 18:40:02 +01:00
|
|
|
|
log_info (_("%s %s stopped\n"), strusage(11), strusage(13));
|
2003-08-05 19:11:04 +02:00
|
|
|
|
}
|
2004-09-09 09:27:57 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Figure out whether an agent is available and running. Prints an
|
2004-12-20 17:17:25 +01:00
|
|
|
|
error if not. Usually started with MODE 0. */
|
|
|
|
|
static int
|
|
|
|
|
check_for_running_agent (int mode)
|
2004-09-09 09:27:57 +02:00
|
|
|
|
{
|
|
|
|
|
int rc;
|
|
|
|
|
char *infostr, *p;
|
|
|
|
|
assuan_context_t ctx;
|
|
|
|
|
int prot, pid;
|
|
|
|
|
|
2004-12-20 17:17:25 +01:00
|
|
|
|
if (!mode)
|
2004-09-09 09:27:57 +02:00
|
|
|
|
{
|
2004-12-20 17:17:25 +01:00
|
|
|
|
infostr = getenv ("GPG_AGENT_INFO");
|
|
|
|
|
if (!infostr || !*infostr)
|
|
|
|
|
{
|
|
|
|
|
if (!check_for_running_agent (1))
|
|
|
|
|
return 0; /* Okay, its running on the standard socket. */
|
|
|
|
|
log_error (_("no gpg-agent running in this session\n"));
|
|
|
|
|
return -1;
|
|
|
|
|
}
|
2004-09-09 09:27:57 +02:00
|
|
|
|
|
2004-12-20 17:17:25 +01:00
|
|
|
|
infostr = xstrdup (infostr);
|
|
|
|
|
if ( !(p = strchr (infostr, PATHSEP_C)) || p == infostr)
|
|
|
|
|
{
|
|
|
|
|
xfree (infostr);
|
|
|
|
|
if (!check_for_running_agent (1))
|
|
|
|
|
return 0; /* Okay, its running on the standard socket. */
|
|
|
|
|
log_error (_("malformed GPG_AGENT_INFO environment variable\n"));
|
|
|
|
|
return -1;
|
|
|
|
|
}
|
2004-09-09 09:27:57 +02:00
|
|
|
|
|
2004-12-20 17:17:25 +01:00
|
|
|
|
*p++ = 0;
|
|
|
|
|
pid = atoi (p);
|
|
|
|
|
while (*p && *p != PATHSEP_C)
|
|
|
|
|
p++;
|
|
|
|
|
prot = *p? atoi (p+1) : 0;
|
|
|
|
|
if (prot != 1)
|
|
|
|
|
{
|
|
|
|
|
xfree (infostr);
|
|
|
|
|
log_error (_("gpg-agent protocol version %d is not supported\n"),
|
|
|
|
|
prot);
|
|
|
|
|
if (!check_for_running_agent (1))
|
|
|
|
|
return 0; /* Okay, its running on the standard socket. */
|
|
|
|
|
return -1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
else /* MODE != 0 */
|
2004-09-09 09:27:57 +02:00
|
|
|
|
{
|
2004-12-20 17:17:25 +01:00
|
|
|
|
infostr = make_filename (opt.homedir, "S.gpg-agent", NULL);
|
2005-02-03 18:40:02 +01:00
|
|
|
|
pid = (pid_t)(-1);
|
2004-09-09 09:27:57 +02:00
|
|
|
|
}
|
|
|
|
|
|
2004-12-20 17:17:25 +01:00
|
|
|
|
|
2004-09-09 09:27:57 +02:00
|
|
|
|
rc = assuan_socket_connect (&ctx, infostr, pid);
|
|
|
|
|
xfree (infostr);
|
|
|
|
|
if (rc)
|
|
|
|
|
{
|
2004-12-20 17:17:25 +01:00
|
|
|
|
if (!mode && !check_for_running_agent (1))
|
|
|
|
|
return 0; /* Okay, its running on the standard socket. */
|
|
|
|
|
|
|
|
|
|
if (!mode)
|
|
|
|
|
log_error ("can't connect to the agent: %s\n", assuan_strerror (rc));
|
|
|
|
|
return -1;
|
2004-09-09 09:27:57 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (!opt.quiet)
|
|
|
|
|
log_info ("gpg-agent running and available\n");
|
|
|
|
|
|
|
|
|
|
assuan_disconnect (ctx);
|
2004-12-20 17:17:25 +01:00
|
|
|
|
return 0;
|
2004-09-09 09:27:57 +02:00
|
|
|
|
}
|