Werner Koch
|
cad9562436
|
* configure.ac (gl_INIT): Add gnulib stuff.
(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-06-01 15:46:01 +00:00 |
|
Werner Koch
|
4a73d94757
|
First take on a W32 port
|
2004-12-02 07:48:09 +00:00 |
|
Werner Koch
|
335b5e4ac4
|
Preparing a new release. Updated gettext
|
2004-09-30 14:34:34 +00:00 |
|
Werner Koch
|
2a09a35ad0
|
* kbxutil.c: New command --import-openpgp.
(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.
|
2004-08-24 19:55:47 +00:00 |
|
Repo Admin
|
9ca4830a5b
|
This commit was manufactured by cvs2svn to create branch
'GNUPG-1-9-BRANCH'.
|
2003-08-05 17:11:04 +00:00 |
|
Repo Admin
|
82a17c9fb3
|
This commit was manufactured by cvs2svn to create branch
'GNUPG-1-9-BRANCH'.
|
2002-10-19 07:55:27 +00:00 |
|
Werner Koch
|
2f4b415fbc
|
Renamed some configure flags.
|
2002-08-16 14:23:23 +00:00 |
|
Werner Koch
|
9c86904866
|
Minor changes for gettext
|
2002-08-10 11:25:32 +00:00 |
|
Werner Koch
|
86521773df
|
* Makefile.am (AM_CPPFLAGS): Add flags for libksba
* Makefile.am (AM_CPPFLAGS): Include flags for gcrypt and ksba
* Makefile.am: Use LIBGCRYPT macros
|
2001-12-18 19:35:12 +00:00 |
|
Werner Koch
|
90d060c199
|
We have reached a state where we are able to import certs and
check the certification path.
|
2001-11-13 12:50:14 +00:00 |
|
Werner Koch
|
6dec3847d8
|
A Makefile is a pretty useful thing
|
2001-11-10 18:11:10 +00:00 |
|