aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* No more warnings for AMD64 (at least when cross-compiling). Thus tehre is aWerner Koch2006-11-211-0/+21
| | | | | | | good chance that gpg2 will now work. Other cleanups. Updated gettext.
* Fixed that nasty 64 bit but.Werner Koch2006-11-101-0/+7
|
* Collected fixes.Werner Koch2006-11-051-0/+15
|
* 2006-10-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-10-241-0/+4
| | | | | * Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS).
* .Werner Koch2006-10-231-0/+6
|
* Allow to select X.509 certificates using the keygrip.Werner Koch2006-10-201-0/+4
|
* FixesWerner Koch2006-10-191-0/+5
|
* Fixed v3 keyids.Werner Koch2006-10-181-0/+3
|
* Fixed a bug with very long keys.Werner Koch2006-10-181-0/+8
|
* Pth tweaks and improved estream.cWerner Koch2006-10-171-0/+4
|
* * parse-packet.c (parse_symkeyenc): Show the unpacked as well as theDavid Shaw2006-10-131-0/+9
| | | | | | | | | 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-101-0/+14
|
* * keyserver.c (keyserver_spawn): Write the 16-digit keyid ratherDavid Shaw2006-10-061-0/+5
| | | | | than whatever key selector the user used on the command line.
* bug fixesWerner Koch2006-10-051-0/+8
|
* Re-enabled --passphrase-fdWerner Koch2006-10-041-0/+2
|
* Fixed agent access for gpg.Werner Koch2006-10-041-0/+18
|
* Preparing a new releaseWerner Koch2006-10-041-0/+6
|
* Fix for bug 537Werner Koch2006-10-021-0/+15
|
* Various updatesWerner Koch2006-09-211-0/+11
|
* Cleanups.Werner Koch2006-09-201-0/+5
|
* Take advantage of newer gpg-error features.Werner Koch2006-09-141-0/+5
|
* Various fixes and new features.Werner Koch2006-09-131-0/+4
| | | | | Enhanced gpg-connect-agent.
* 2006-09-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-061-0/+6
| | | | | | | * 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-061-0/+5
|
* Minor changes and typo fixes.Werner Koch2006-09-061-0/+6
|
* See ChangeLogsWerner Koch2006-08-291-0/+4
|
* Migrated more stuff to doc/Werner Koch2006-08-211-0/+14
| | | | | | | | 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-161-0/+18
| | | | | shows no prblems. Needs more testing of course.
* Preparing a new releasegnupg-1.9.22Werner Koch2006-07-271-0/+21
|
* A couple of fixes. gpg2's key generation does now work.Werner Koch2006-06-301-0/+21
|
* Ported patches from 1.4.x Werner Koch2006-06-271-0/+60
|
* Still making gpg2 work.Werner Koch2006-05-241-0/+11
| | | | | At least the keyids are now correctly computed again.
* g10/ does build again.Werner Koch2006-05-231-0/+40
|
* Merged recent changes from 1.4Werner Koch2006-04-281-0/+56
|
* Merged with gpg 1.4.3 code. Werner Koch2006-04-191-1/+32
| | | | | The gpg part does not yet build.
* gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch2005-06-161-0/+5
| | | | | | | 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-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* * gpg-agent.c (main): Use default_homedir().Werner Koch2004-12-211-0/+4
| | | | | | | | | | | | | | | | | | | * 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-181-0/+9
|
* Compile fixes.Werner Koch2004-10-221-0/+9
|
* * gpgv.c (i18n_init): Always use LC_ALL.Werner Koch2004-09-301-0/+2
| | | | | | | | | | | | | | | | | | | * kbxutil.c (i18n_init): Always use LC_ALL. * gpgsm.c (i18n_init): Always use LC_ALL. * certdump.c (gpgsm_format_name): Factored code out to .. (gpgsm_format_name2): .. new. (gpgsm_print_name): Factored code out to .. (gpgsm_print_name2): .. new. (print_dn_part): New arg TRANSLATE. Changed all callers. (print_dn_parts): Ditto. (gpgsm_format_keydesc): Do not translate the SUBJECT; we require it to stay UTF-8 but we still want to filter out bad control characters. * gpgconf.c (i18n_init): Always use LC_ALL.
* Preparing a new release. Updated gettextWerner Koch2004-09-301-0/+4
|
* (show_key_with_all_names): Print the card S/N.Werner Koch2004-09-201-0/+4
| | | | | | * app-openpgp.c (app_select_openpgp): Its app_munge_serialno and not app_number_serialno.
* 2004-09-11 Moritz Schulte <[email protected]>Moritz Schulte2004-09-111-0/+4
| | | | | * openfile.c (copy_options_file): Fixed last commit (added a `+').
* Better take the length of SKELEXT into accountWerner Koch2004-08-311-1/+2
|
* * openfile.c (copy_options_file): Use gpg-conf.skelWerner Koch2004-08-311-0/+5
| | | | | * Makefile.am: Install options.skel as gpg-conf.skel.
* 2004-08-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-08-181-0/+5
| | | | | * passphrase.c (agent_get_passphrase):
* * card-util.c (change_login): Kludge to allow reading data from aWerner Koch2004-07-011-0/+13
| | | | | | | | | | | | | file. (card_edit): Pass ARG_STRING to change_login. (card_status): Print CA fingerprints. (change_cafpr): New. (card_edit): New command CAFPR. * call-agent.h: Add members for CA fingerprints. * call-agent.c (agent_release_card_info): Invalid them. (learn_status_cb): Store them.
* (main) <gpgconf>: Use gpg.conf and not /dev/null asWerner Koch2004-04-301-0/+5
| | | | | default filename.
* * card-util.c (card_edit): Remove PIN verification.Werner Koch2004-04-291-0/+6
| | | | | | (generate_card_keys): New arg SERIALNO. Do PIN verification here after resetting forced_chv1.