diff options
author | Werner Koch <wk@gnupg.org> | 2004-12-21 11:03:00 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-12-21 11:03:00 +0100 |
commit | 878cf2076633742ad5f4e4008059b0fc8d776d37 (patch) | |
tree | 07e7c9d7bab4f56a69d5496cede7ab6a3f36397a /TODO | |
parent | * configure.ac: Add PATHSEP_C and PATHSEP_S. For W32 let all (diff) | |
download | gnupg2-878cf2076633742ad5f4e4008059b0fc8d776d37.tar.xz gnupg2-878cf2076633742ad5f4e4008059b0fc8d776d37.zip |
* gpg-agent.c (main): Use default_homedir().
* protect-tool.c (main): Ditto.
* signal.c (got_fatal_signal, got_usr_signal)
(got_fatal_signal) [DOSISH]: Don't build.
* simple-gettext.c: Include sysutils.h
* homedir.c: New.
* Makefile.am (libcommon_a_SOURCES): Add it.
(EXTRA_DIST): Removed mkerror and mkerrtok.
* gpgv.c, g10.c (main): Use default_hoemdir ().
* scdaemon.c (main): Use default_homedir().
* gpgsm.c (main): Use default_homedir().
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -101,4 +101,6 @@ might want to have an agent context for each service request Fix is to change everything to libestream ** Signals are not support This means we can't reread a configuration +** No card status notifications. + |