aboutsummaryrefslogtreecommitdiffstats
path: root/g10/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2006-10-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-10-241-1/+1
| | | | | * Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS).
* .Werner Koch2006-10-231-1/+8
|
* Pth tweaks and improved estream.cWerner Koch2006-10-171-2/+2
|
* Various changesWerner Koch2006-10-101-1/+1
|
* Various updatesWerner Koch2006-09-211-2/+3
|
* 2006-09-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-061-3/+3
| | | | | | | * Makefile.am (gpg2_LDADD, gpgv2_LDADD): Replace -lassuan and -lgpg-error with $(LIBASSUAN_LIBS) and $(GPG_ERROR_LIBS). (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS) and $(GPG_ERROR_CFLAGS).
* With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch2006-08-161-1/+2
| | | | | shows no prblems. Needs more testing of course.
* Preparing a new releasegnupg-1.9.22Werner Koch2006-07-271-1/+1
|
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* g10/ does build again.Werner Koch2006-05-231-1/+1
|
* Merged with gpg 1.4.3 code. Werner Koch2006-04-191-6/+5
| | | | | The gpg part does not yet build.
* * configure.ac (gl_INIT): Add gnulib stuff.Werner Koch2005-06-011-3/+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.
* Avoid the " map_to_assuan_status called with no error source" diagnostic.Werner Koch2004-12-181-1/+1
|
* Preparing a new release. Updated gettextWerner Koch2004-09-301-1/+1
|
* * openfile.c (copy_options_file): Use gpg-conf.skelWerner Koch2004-08-311-1/+1
| | | | | * Makefile.am: Install options.skel as gpg-conf.skel.
* * gpgv.c: Removed g10defs.h.Werner Koch2004-02-121-9/+8
| | | | | * Makefile.am: Include cmacros.am for common flags.
* 2003-11-10 Moritz Schulte <[email protected]>Moritz Schulte2003-11-101-1/+1
| | | | | * Makefile.am (INCLUDES): Added: @LIBGCRYPT_CFLAGS@.
* Merged most of David Shaw's changes in 1.3 since 2003-06-03.Werner Koch2003-09-231-1/+1
|
* Cleanups, fixes and PC/SC supportWerner Koch2003-08-051-11/+6
|
* * keygen.c (generate_keypair): Create an AUTHKEYTYPE entry for cards.Werner Koch2003-07-231-0/+1
| | | | | | (do_generate_keypair): Abd generate the authkey. (check_smartcard): Changed menu accordingly.
* Key generation and signing using the OpenPGP card does rudimentary work.Werner Koch2003-06-271-2/+1
|
* Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch2003-06-181-8/+11
| | | | | | | | | | | to libgcrypt functions, using shared error codes from libgpg-error, replacing the old functions we used to have in ../util by those in ../jnlib and ../common, renaming the malloc functions and a couple of types. Note, that not all changes are listed below becuause they are too similar and done at far too many places. As of today the code builds using the current libgcrypt from CVS but it is very unlikely that it actually works.
* A small step for GnuPG but a huge leap for error codes.Werner Koch2003-06-051-6/+7
| | | | | | (Sorry, it does not build currently - I need to check it in to avoid duplicate work.)
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-06-051-0/+123
| | | | 'GNUPG-1-9-BRANCH'.
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-191-123/+0
| | | | 'GNUPG-1-9-BRANCH'.
* * Makefile.am: Link gpg with EGDLIBS (i.e. NETLIBS) as EGD uses sockets.David Shaw2002-09-251-1/+1
| | | | | | Remove the old NETLIBS variable since the keyserver stuff is no longer internal.
* * Makefile.am, hkp.c, hkp.h, keyserver.c (keyserver_work): Remove internalDavid Shaw2002-09-121-2/+0
| | | | | HKP support.
* The big extension module removal.Werner Koch2002-08-031-1/+1
|
* Update head to match stable 1.0David Shaw2002-06-291-51/+74
|
* Does now work with libgcryptWerner Koch2000-12-211-1/+1
|
* Removed the libgcrypt stuff and started to modify the source to work withWerner Koch2000-12-191-3/+3
| | | | | that external library.
* Some configuration changesWerner Koch2000-11-141-1/+2
|
* See ChangeLog: Mon Jul 17 16:35:47 CEST 2000 Werner KochWerner Koch2000-07-171-1/+1
|
* See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch2000-07-141-2/+3
|
* See ChangeLog: Thu May 25 18:39:11 CEST 2000 Werner KochWerner Koch2000-05-251-1/+7
|
* See ChangeLog: Mon Mar 13 19:22:46 CET 2000 Werner KochWerner Koch2000-03-131-1/+6
|
* See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner KochWerner Koch2000-01-271-2/+2
|
* See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner KochWerner Koch2000-01-241-1/+1
|
* See ChangeLog: Mon Nov 15 21:36:02 CET 1999 Werner KochWerner Koch1999-11-151-2/+1
|
* See ChangeLog: Sat Nov 13 17:44:23 CET 1999 Werner KochWerner Koch1999-11-131-2/+2
|
* See ChangeLog: Tue Oct 26 20:03:44 CEST 1999 Werner KochV1-1-0Werner Koch1999-10-261-5/+1
|
* See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner KochWerner Koch1999-10-261-1/+2
|
* See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner KochWerner Koch1999-07-071-1/+1
|
* See ChangeLog: Sat Jun 26 12:15:59 CEST 1999 Werner KochWerner Koch1999-06-261-3/+3
|
* See ChangeLog: Tue Jun 15 14:23:10 CEST 1999 Werner KochWerner Koch1999-06-151-4/+5
|
* See ChangeLog: Thu May 27 09:40:55 CEST 1999 Werner KochWerner Koch1999-05-271-3/+3
|
* .V0-9-6Werner Koch1999-05-061-1/+4
|
* See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner KochWerner Koch1999-04-181-11/+3
|
* See ChangeLog: Thu Mar 11 16:39:46 CET 1999 Werner KochWerner Koch1999-03-111-0/+1
|
* See ChangeLog: Sat Jan 16 09:27:30 CET 1999 Werner KochWerner Koch1999-01-161-2/+2
|