aboutsummaryrefslogtreecommitdiffstats
path: root/g10/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2011-01-061-2/+4
|/ | | | | | | | | | The following works: gpg2 --gen-key (ECC) gpg2 --list-keys gpg2 --list-packets ~/.gnupg/pubring.gpg gpg2 --list-packets <private key from http://sites.google.com/site/brainhub/pgpecckeys> ECDH doesn't work yet as the code must be re-written to adjust for gpg-agent refactoring.
* Change stack size for Wince.Werner Koch2010-11-231-0/+2
| | | | | | Allow for a longer agent atartup under wince. Print gpg output via estream.
* Remove cruft.Werner Koch2010-10-211-1/+0
| | | | | Make --gen-revoke work
* ./autogen.sh --build-w32ce does now succeed.Werner Koch2010-04-141-4/+15
|
* Merged jnlib into common.Werner Koch2010-03-101-1/+1
|
* Implement the server comamnd DECRYPT.Werner Koch2009-10-021-2/+2
| | | | | | | Use int instead of gnupg_fd_t in the server. Comment fixes. Rename encr-data.c -> decrypt-data.c
* Rename encode.c to encrypt.c.Werner Koch2009-09-281-1/+1
| | | | | | Rename function in a simlar way. Re-indent encrypt.c
* Fix bug#1122.Werner Koch2009-09-031-0/+2
| | | | | | Note that msgmerge 0.17 is completely broken as it always prepends a fuzzy null entry to all po files.
* Add missing header file.Werner Koch2008-12-121-1/+1
|
* Make gpg not depend on the RIPE-MD160 implementaion in Libgcrypt.Werner Koch2008-12-111-0/+9
| | | | | Fix SIG_ID computation.
* Started to implement the audit log feature.Werner Koch2007-11-191-2/+1
| | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* A whole bunch of changes to allow building for Windows.Werner Koch2007-06-141-1/+1
| | | | | See the ChangeLogs for details.
* Syntax fix - should build now - however not tested.Werner Koch2007-06-081-1/+1
|
* First steps towards supporting W32.Werner Koch2007-06-061-2/+2
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* Started to code a --server mode. Werner Koch2006-12-211-0/+1
| | | | | It is far from being ready!
* Makefile.am: Link to iconv for jnlib dependency. (OSX)David Shaw2006-12-071-2/+4
|
* Changed order of libsWerner Koch2006-11-211-1/+1
|
* 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
|