Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-08-01 | w32: Add code to support a portable use of GnuPG. | Werner Koch | 1 | -26/+130 | |
* common/homedir.c (w32_bin_is_bin, w32_portable_app) [W32]: New. (check_portable_app) [W32]: New. (standard_homedir, default_homedir) [W32]: Support the portable flag. (w32_rootdir, w32_commondir) [W32]: Ditto. (gnupg_bindir) [W32]: Ditto. -- A portable use of GnuPG under Windows means that GnuPG uses a home directory depending on the location of the actual binary. No registry variables are considered. The portable mode is enabled if in the installation directory of the the binary "gpgconf.exe" and a file "gpgconf.ctl" are found. The latter file shall be empty or consist only of empty or '#'-style comment lines. Signed-off-by: Werner Koch <[email protected]> | |||||
2013-04-23 | w32: Almost everywhere include winsock2.h before windows.h. | Werner Koch | 1 | -18/+21 | |
-- This is required by newer mingw toolchain versions which demand that winsock2.h is included before windows.h. Now, due to the use of socket definitions in pth.h we need to include winsock2.h also in pth.h, now pth.h is often included after an include of windows.h and thus the compiler spits out a warning. To avoid that we include winsock2.h at all places the compiler complains about. | |||||
2013-04-01 | scd: move SCDaemon to libexecdir. | NIIBE Yutaka | 1 | -1/+1 | |
* common/homedir.c (gnupg_module_name): It's now libexecdir. * scd/Makefile.am (libexec_PROGRAMS): Add scdaemon (bin_PROGRAMS): Remove scdaemon. | |||||
2009-03-02 | Modernized gpg-agent startup instructions | Werner Koch | 1 | -1/+1 | |
2008-11-04 | Revamped the W32 gettext implementation. | Werner Koch | 1 | -0/+21 | |
2008-06-16 | Add controlo statement %ask-passphrase | Werner Koch | 1 | -0/+3 | |
2008-06-16 | [W32] Change location of /etc. | Werner Koch | 1 | -1/+30 | |
2008-05-27 | Fixed segv in gpg-agent (command marktrusted). | Werner Koch | 1 | -0/+6 | |
Replaced almost all free by xfree. Translation fixes. | |||||
2007-11-27 | [W32] Changed default socket for dirmngr. | Werner Koch | 1 | -2/+7 | |
[W32] Add some code for event notifications between scdaemon and gpg-agent. | |||||
2007-10-01 | Use Assuan socket wrapper calls. | Werner Koch | 1 | -1/+1 | |
Made socket servers secure under Windows. | |||||
2007-08-29 | New command --check-programs for gpgconf. | Werner Koch | 1 | -0/+6 | |
2007-08-27 | Implemented more gpg-agen options to support certain passphrase policies. | Werner Koch | 1 | -0/+3 | |
New tool gpg-check-pattern. | |||||
2007-08-14 | Documentaion updates. | Werner Koch | 1 | -0/+23 | |
Support doe Dirmngr under W32. Fixed a yat2m bug. | |||||
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2007-06-26 | More W32 related changes | Werner Koch | 1 | -12/+53 | |
2007-06-25 | Fixed a problem in estream-printf.c. | Werner Koch | 1 | -34/+73 | |
Changes for Windows (gpgsm -k does now work). Minor cleanups. | |||||
2007-06-14 | A whole bunch of changes to allow building for Windows. | Werner Koch | 1 | -0/+149 | |
See the ChangeLogs for details. | |||||
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -1/+2 | |
2006-04-19 | Merged with gpg 1.4.3 code. | Werner Koch | 1 | -6/+47 | |
The gpg part does not yet build. | |||||
2004-12-21 | * homedir.c: New. Use CSIDL_APPDATA for W32 as the default home | Werner Koch | 1 | -0/+40 | |
directory. | |||||
2004-12-21 | * gpg-agent.c (main): Use default_homedir(). | Werner Koch | 1 | -17/+17 | |
* 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(). | |||||
2004-01-30 | 2004-01-30 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -18/+20 | |
* Makefile.am (libcommon_a_SOURCES): Add xasprintf.c. * miscellaneous.c (xasprintf): Moved to ... * xasprintf (xasprintf): ... here. New file. This allows to use xasprintf without sucking in gpg-error. | |||||
2001-12-10 | The Agent does now call the pin entry program; however because we have | Werner Koch | 1 | -4/+14 | |
not yet implemeted secret key protection, its purpose is somewhat limited. Well, the PIN entry modules can now be tested. | |||||
2001-11-24 | Added new directory common to enable sharing of some code and error | Werner Koch | 1 | -59/+0 | |
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there. | |||||
2001-11-13 | We have reached a state where we are able to import certs and | Werner Koch | 1 | -2/+52 | |
check the certification path. | |||||
2001-11-07 | Implemented server main loop and started with import command. | Werner Koch | 1 | -3/+17 | |
2001-11-07 | Assuan server mode is now basically usable | Werner Koch | 1 | -19/+2 | |
2001-11-06 | First chunk of code for the Assuan library | Werner Koch | 1 | -8/+22 | |
2000-07-14 | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 1 | -1/+1 | |
2000-01-27 | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 1 | -3/+3 | |
1999-03-20 | See ChangeLog: Sat Mar 20 11:53:40 CET 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |
1999-01-19 | See ChangeLog: Tue Jan 19 19:34:58 CET 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |
1999-01-16 | See ChangeLog: Sat Jan 16 09:27:30 CET 1999 Werner Koch | Werner Koch | 1 | -20/+6 | |
1998-12-23 | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1 | -3/+3 | |
1998-07-06 | intermediate release | Werner Koch | 1 | -9/+21 | |
1998-06-16 | some more internall structure changes | Werner Koch | 1 | -4/+4 | |
1997-12-16 | added some stuff for signing keys | Werner Koch | 1 | -0/+1 | |
1997-11-18 | initially checkin | Werner Koch | 1 | -0/+29 | |