Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * configure.ac (gl_INIT): Add gnulib stuff. | Werner Koch | 2005-06-01 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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. | ||||
* | First take on a W32 port | Werner Koch | 2004-12-02 | 1 | -5/+2 |
| | |||||
* | Preparing a new release. Updated gettext | Werner Koch | 2004-09-30 | 1 | -1/+1 |
| | |||||
* | * kbxutil.c: New command --import-openpgp. | Werner Koch | 2004-08-24 | 1 | -0/+1 |
| | | | | | | | | | | (main): Updated libgcrypt initialization stuff. (my_gcry_logger): New. (read_file): New. Taken from ../agent/protect-tool. (dump_fpr, dump_openpgp_key, import_openpgp): New. * keybox-openpgp.c: New. | ||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2003-08-05 | 1 | -0/+52 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2002-10-19 | 1 | -53/+0 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | Renamed some configure flags. | Werner Koch | 2002-08-16 | 1 | -2/+2 |
| | |||||
* | Minor changes for gettextNEWPG-0-3-10 | Werner Koch | 2002-08-10 | 1 | -0/+3 |
| | |||||
* | * Makefile.am (AM_CPPFLAGS): Add flags for libksbaNEWPG-0-0-0 | Werner Koch | 2001-12-18 | 1 | -4/+2 |
| | | | | | | * Makefile.am (AM_CPPFLAGS): Include flags for gcrypt and ksba * Makefile.am: Use LIBGCRYPT macros | ||||
* | We have reached a state where we are able to import certs and | Werner Koch | 2001-11-13 | 1 | -3/+5 |
| | | | | | check the certification path. | ||||
* | A Makefile is a pretty useful thing | Werner Koch | 2001-11-10 | 1 | -0/+50 |