Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-10 | autogen.sh: Add rule for 64 bit windows. | Werner Koch | 1 | -0/+6 | |
2014-01-10 | Turn autogen.sh into a generic script. | Werner Koch | 1 | -76/+124 | |
* autogen.sh: Revamp. * autogen.rc: New. * Makefile.am (EXTRA_DIST): Add autogen.rc. -- Signed-off-by: Werner Koch <[email protected]> | |||||
2014-01-09 | autogen.sh: Add envvar AUTOGEN_SH_SILENT | Werner Koch | 1 | -15/+35 | |
-- | |||||
2014-01-08 | Add i686-w64-mingw32 as w32 toolchain to autogen.sh. | Werner Koch | 1 | -1/+1 | |
-- | |||||
2013-08-01 | w32: Change autogen.sh to use npth. | Werner Koch | 1 | -1/+1 | |
-- | |||||
2012-11-16 | Fix non-portable use of chmod in autogen.sh. | Werner Koch | 1 | -2/+2 | |
* autogen.sh: Remove option -c from chmod. | |||||
2011-12-01 | Add hook to check the commit log syntax. | Werner Koch | 1 | -0/+7 | |
* autogen.sh: Install commit-msg hook for git. | |||||
2011-11-29 | Make sure HOME et al have no unsafe characters. | Werner Koch | 1 | -0/+20 | |
2011-02-04 | Let autogen.sh check the git config | Werner Koch | 1 | -15/+36 | |
To avoid checking in trailing scripts the autogen.sh script now enables the standard pre-commit hook, which check for this. Add a cleanpo filter if not yet set. This works with together with po/.gitattributes. | |||||
2011-01-19 | Use estream for dirmngr's --gpgconf-list. | Werner Koch | 1 | -1/+2 | |
Change insalled name of gpg2 for Wince. | |||||
2010-10-08 | New configure optionh --enable-dirmngr-auto-start. | Werner Koch | 1 | -1/+2 | |
autogen.sh enables this for CE. | |||||
2010-08-13 | Fixed LDAP access on CE | Werner Koch | 1 | -5/+3 | |
2010-08-09 | Support logging via TCP | Werner Koch | 1 | -1/+1 | |
2010-07-16 | Some work on porting dirmngr (unfinished) | Werner Koch | 1 | -2/+2 | |
Ported gpgtar to W32. | |||||
2010-06-09 | Merged Dirmngr with GnuPG. | Werner Koch | 1 | -1/+1 | |
A few code changes to support dirmngr. | |||||
2010-04-14 | ./autogen.sh --build-w32ce does now succeed. | Werner Koch | 1 | -3/+4 | |
2010-04-14 | Whole lot of changes to support CE. | Werner Koch | 1 | -8/+33 | |
2010-03-22 | More chnages to use estream. Add a way to replace the standard | Werner Koch | 1 | -1/+3 | |
descriptors. | |||||
2010-03-15 | Builds again for W32. | Werner Koch | 1 | -1/+2 | |
2010-02-26 | First batch of changes to support W32CE. | Werner Koch | 1 | -2/+1 | |
Note that jnlib/w32-reg.c is not yet ready. | |||||
2010-02-26 | Some minor changes and typo fixes. | Werner Koch | 1 | -6/+36 | |
Started to implement a TCP option in gpg-connect-agent. | |||||
2008-12-05 | Add option --card-timeout. | Werner Koch | 1 | -1/+1 | |
Add a new attribyte to app-openpgp.c Fix two portability bugs. Have gpg-connect-agent autostart gpg-agent on W32. | |||||
2008-10-20 | Marked all unused args on non-W32 platforms. | Werner Koch | 1 | -1/+3 | |
2008-05-27 | Fixed segv in gpg-agent (command marktrusted). | Werner Koch | 1 | -1/+1 | |
Replaced almost all free by xfree. Translation fixes. | |||||
2008-05-06 | Fixed bug#907. | Werner Koch | 1 | -0/+1 | |
Fixed a segv in keybox and made it more robust. | |||||
2007-08-27 | Implemented more gpg-agen options to support certain passphrase policies. | Werner Koch | 1 | -2/+2 | |
New tool gpg-check-pattern. | |||||
2007-06-25 | Fixed a problem in estream-printf.c. | Werner Koch | 1 | -1/+1 | |
Changes for Windows (gpgsm -k does now work). Minor cleanups. | |||||
2007-06-15 | Build fixes for W32 | Werner Koch | 1 | -2/+3 | |
2007-06-06 | First steps towards supporting W32. | Werner Koch | 1 | -1/+1 | |
This is mainly source code reorganization. Update gnulib. g10/ does currently not build. | |||||
2007-05-07 | Upgraded gettext. | Werner Koch | 1 | -1/+1 | |
Fixed accidental dependency on libgcrypt 1.3.0. | |||||
2007-03-08 | Well, missed to change the SVN flaggnupg-2.0.3 | Werner Koch | 1 | -2/+7 | |
2006-11-20 | Made some PIN pads work. | Werner Koch | 1 | -0/+48 | |
Some cleanups for 64 bit CPUs. | |||||
2006-10-17 | Pth tweaks and improved estream.c | Werner Koch | 1 | -1/+1 | |
2006-09-15 | Allow for a global trustlist. | Werner Koch | 1 | -1/+1 | |
2006-09-13 | Various fixes and new features. | Werner Koch | 1 | -25/+17 | |
Enhanced gpg-connect-agent. | |||||
2005-06-01 | * configure.ac (gl_INIT): Add gnulib stuff. | Werner Koch | 1 | -2/+2 | |
(fseeko, ftello, ttyname, isascii): Replaced the AC_REPLACE_FUNCS by a simple check. (putc_unlocked): Removed check. Not used. (strsep, mkdtemp, asprintf): Replaced checks by gnulib checks. (xsize): Added will probably come handy soon. (CFLAGS): Use -Wformat-security instead of -Wformat-nonliteral. Add --Wno-format-y2k. * gl/, gl/m4/: New. * gpg-agent.c: Include setenv.h. * Makefile.am (AM_CPPFLAGS): Added. * util.h: Add some includes for gnulib. (ttyname, isascii): Define them inline. * fseeko.c, ftello.c: Removed. * strsep.c, mkdtemp.c: Removed. * ttyname.c, isascii.c: Removed. * mkdtemp.c: Removed. * exec.c: Include mkdtemp.h * keybox-file.c (ftello) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/ftello.c. * keybox-update.c (fseeko) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/iobuf.c. * scdaemon.c: Include mkdtemp.h. * misc.c: Include setenv.h. * symcryptrun.c: Include mkdtemp.h. | |||||
2005-01-13 | * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple testV1-9-15 | Werner Koch | 1 | -1/+2 | |
program to see whether the installation is sane. * certreqgen.c (proc_parameters): Cast printf arg. | |||||
2004-12-18 | * configure.ac (AH_BOTTOM): Define EXEEXT_S. | Werner Koch | 1 | -48/+50 | |
* autogen.sh: Updated --build-w32 feature. * gpg-agent.c (main): Remove special Pth initialize. * w32-pth.c (pth_init): Reverse return values. Use TRUE and FALSE constants. (pth_kill, pth_mutex_acquire, pth_attr_set, pth_join, pth_cancel): Ditto. * scdaemon.c (main) [W32]: Remove special Pth initialize.. | |||||
2004-04-19 | 2004-04-02 Thomas Schwinge <[email protected]> | Marcus Brinkmann | 1 | -2/+2 | |
* autogen.sh: Added ACLOCAL_FLAGS. | |||||
2004-02-12 | Removed cruft from debugging. | Werner Koch | 1 | -1/+0 | |
2004-02-12 | * am/cmacros.am: New. | Werner Koch | 1 | -1/+3 | |
* configure.ac: Removed the need for g10defs.h. Reworked the --with-foo-pgm stuff. * autogen.sh (check_version): Removed bashism and simplified. * acinclude.m4 (AM_PATH_OPENSC): Kludge to avoid error output for a bad opensc-config. | |||||
2003-12-09 | * configure.ac: Add a min_automake_version. | Werner Koch | 1 | -89/+86 | |
* README.CVS: New. * autogen.sh: Revamped except for the --build-w32 hack. * Makefile.am: Add README.CVS | |||||
2003-04-29 | * configure.ac (ALL_LINUGAS): Removed. | Werner Koch | 1 | -4/+4 | |
* Makefile.am (ACLOCAL_AMFLAGS): New. * configure.ac (AM_GNU_GETTEXT_VERSION): New. Set to 0.11.5. | |||||
2002-10-19 | Merged Top directory of NewPG with GnuPG. | Werner Koch | 1 | -2/+160 | |
2002-06-29 | Update head to match stable 1.0 | David Shaw | 1 | -0/+5 | |