aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Final fix which should now pass all tests.Werner Koch2006-11-212-1/+3
|
* Changed order of libsWerner Koch2006-11-212-1/+3
|
* No more warnings for AMD64 (at least when cross-compiling). Thus tehre is aWerner Koch2006-11-217-31/+54
| | | | | | | good chance that gpg2 will now work. Other cleanups. Updated gettext.
* Fixed that nasty 64 bit but.Werner Koch2006-11-102-10/+17
|
* Collected fixes.Werner Koch2006-11-056-37/+110
|
* 2006-10-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-10-242-1/+5
| | | | | * Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS).
* .Werner Koch2006-10-233-2/+21
|
* Allow to select X.509 certificates using the keygrip.Werner Koch2006-10-202-1/+9
|
* FixesWerner Koch2006-10-193-2/+9
|
* Fixed v3 keyids.Werner Koch2006-10-182-3/+8
|
* Fixed a bug with very long keys.Werner Koch2006-10-183-217/+264
|
* Pth tweaks and improved estream.cWerner Koch2006-10-172-2/+6
|
* * parse-packet.c (parse_symkeyenc): Show the unpacked as well as theDavid Shaw2006-10-136-5/+51
| | | | | | | | | packed s2k iteration count. * main.h, options.h, gpg.c (encode_s2k_iterations, main), passphrase.c (hash_passphrase): Add --s2k-count option to specify the number of s2k hash iterations.
* Various changesWerner Koch2006-10-104-17/+17
|
* * keyserver.c (keyserver_spawn): Write the 16-digit keyid ratherDavid Shaw2006-10-062-2/+11
| | | | | than whatever key selector the user used on the command line.
* bug fixesWerner Koch2006-10-053-13/+23
|
* Re-enabled --passphrase-fdWerner Koch2006-10-043-16/+60
|
* Fixed agent access for gpg.Werner Koch2006-10-047-905/+476
|
* Preparing a new releaseWerner Koch2006-10-042-56/+18
|
* Fix for bug 537Werner Koch2006-10-0229-334/+382
|
* Various updatesWerner Koch2006-09-218-14/+20
|
* Cleanups.Werner Koch2006-09-202-119/+10
|
* Take advantage of newer gpg-error features.Werner Koch2006-09-1416-63/+68
|
* Various fixes and new features.Werner Koch2006-09-132-0/+5
| | | | | Enhanced gpg-connect-agent.
* Added missing fileWerner Koch2006-09-071-0/+243
|
* 2006-09-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-062-3/+9
| | | | | | | * 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).
* The big Assuan error code removal.Werner Koch2006-09-063-30/+32
|
* Minor changes and typo fixes.Werner Koch2006-09-063-1/+13
|
* See ChangeLogsWerner Koch2006-08-292-6/+7
|
* Migrated more stuff to doc/Werner Koch2006-08-218-107/+79
| | | | | | | | Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled.
* With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch2006-08-1612-28/+138
| | | | | shows no prblems. Needs more testing of course.
* Preparing a new releasegnupg-1.9.22Werner Koch2006-07-277-65/+115
|
* A couple of fixes. gpg2's key generation does now work.Werner Koch2006-06-309-34/+52
|
* Ported patches from 1.4.x Werner Koch2006-06-2710-59/+323
|
* Updated FSF's address.Werner Koch2006-06-208-7/+23
|
* Still making gpg2 work.Werner Koch2006-05-247-18/+73
| | | | | At least the keyids are now correctly computed again.
* g10/ does build again.Werner Koch2006-05-2322-81/+165
|
* Merged recent changes from 1.4Werner Koch2006-04-2815-148/+341
|
* Still merging 1.4.3 code backWerner Koch2006-04-219-29/+36
|
* Continued with merging.Werner Koch2006-04-1922-158/+158
| | | | | Still does not build.
* Merged with gpg 1.4.3 code. Werner Koch2006-04-1968-10393/+17704
| | | | | The gpg part does not yet build.
* RenamedWerner Koch2006-04-051-0/+0
|
* Fix to let it compile. This is not required but avoids complaintsWerner Koch2005-07-201-2/+1
| | | | | from folks not reading the documentation.
* gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch2005-06-163-4/+10
| | | | | | | char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now.
* * configure.ac (gl_INIT): Add gnulib stuff.Werner Koch2005-06-014-105/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* Minor tweaksV1-9-14Werner Koch2004-12-221-7/+7
|
* * gpg-agent.c (main): Use default_homedir().Werner Koch2004-12-213-18/+8
| | | | | | | | | | | | | | | | | | | * protect-tool.c (main): Ditto. * signal.c (got_fatal_signal, got_usr_signal) (got_fatal_signal) [DOSISH]: Don't build. * simple-gettext.c: Include sysutils.h * homedir.c: New. * Makefile.am (libcommon_a_SOURCES): Add it. (EXTRA_DIST): Removed mkerror and mkerrtok. * gpgv.c, g10.c (main): Use default_hoemdir (). * scdaemon.c (main): Use default_homedir(). * gpgsm.c (main): Use default_homedir().
* Avoid the " map_to_assuan_status called with no error source" diagnostic.Werner Koch2004-12-184-1/+14
|
* A whole bunch of changes to allow building for W32.Werner Koch2004-12-151-0/+2
|
* Compile fixes.Werner Koch2004-10-224-8/+41
|