Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-03-01 | Update some M4 files and AUTHORS. | Werner Koch | 1 | -2/+6 | |
2011-02-04 | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 1 | -4/+4 | |
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again. | |||||
2011-02-03 | Finished ECC integration.ECC-INTEGRATION-2-1 | Werner Koch | 1 | -1/+3 | |
Wrote the ChangeLog 2011-01-13 entry for Andrey's orginal work modulo the cleanups I did in the last week. Adjusted my own ChangeLog entries to be consistent with that entry. Nuked quite some trailing spaces; again sorry for that, I will better take care of not saving them in the future. "git diff -b" is useful to read the actual changes ;-). The ECC-INTEGRATION-2-1 branch can be closed now. | |||||
2010-10-26 | Update scripts etc.gnupg-2.1.0beta1gnupg-2.1-base | Werner Koch | 1 | -1/+1 | |
2009-07-21 | Make bug reporting address easier changeable. | Werner Koch | 1 | -1/+1 | |
2009-05-18 | New gpgsm server option no-encrypt-to. | Werner Koch | 1 | -0/+1 | |
Add caching for symkey encryption. Minor cleanups. | |||||
2009-01-27 | Add a Geldkarte gadget application. | Werner Koch | 1 | -1/+2 | |
Minor other changes. | |||||
2008-05-06 | add gpg-zip man page. | Werner Koch | 1 | -1/+4 | |
2007-12-04 | Allow configuraton of pinentry tooltip. | Werner Koch | 1 | -1/+2 | |
Other minor buf fixes. | |||||
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -1/+2 | |
Removed intl/. | |||||
2007-06-19 | Made percent_escape more general. | Werner Koch | 1 | -0/+3 | |
Added regression tests support to jnlib. W32 changes. | |||||
2007-01-30 | Added LIBINTL to more Makefile targets. | Werner Koch | 1 | -0/+2 | |
doc/ * com-certs.pem: Added the current root certifcates of D-Trust and S-Trust. g10/ * status.c (write_status_begin_signing): New. * sign.c (sign_file, sign_symencrypt_file): Call it. * textfilter.c (copy_clearsig_text): Call it. * call-agent.c (agent_scd_pksign): Pass --hash-rmd160 to SCD if required. * gpg.c (main): Let --no-use-agent and --gpg-agent-info print a warning. * misc.c (obsolete_option): New. | |||||
2006-12-22 | Installed revised and updated translation | Werner Koch | 1 | -0/+1 | |
2006-11-05 | Collected fixes. | Werner Koch | 1 | -2/+2 | |
2006-09-22 | Clarified cURL and OpenLDAP license issues. | Werner Koch | 1 | -2/+28 | |
Made readline support work. | |||||
2006-08-17 | More man pages. | Werner Koch | 1 | -2/+0 | |
2006-07-28 | Preparing a release candidategnupg-1.4.5rc1 | Werner Koch | 1 | -0/+2 | |
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 1 | -1/+4 | |
2005-02-03 | * AUTHORS: Copied from 1.4 and edited to refelct the changes in | Werner Koch | 1 | -0/+140 | |
1.9. * agent.h (agent_exit): Add JNLIB_GCC_A_NR to indicate that this function won't return. * gpg-agent.c (check_for_running_agent): Initialize pid to a default value if not needed. * command-ssh.c: Removed stdint.h. s/byte_t/unsigned char/, s/uint32/u32/ becuase that is what we have always used in GnuPG. (ssh_request_specs): Moved to top of file. (ssh_key_types): Ditto. (make_cstring): Ditto. (data_sign): Don't use a variable for the passphrase prompt, make it translatable. (ssh_request_process): * findkey.c (modify_description): Renamed arguments for clarity, polished documentation. Make comment a C-string. Fixed case of DESCRIPTION being just "%". (agent_key_from_file): Make sure comment string to a C-string. * gpg-agent.c (create_socket_name): Cleanup the implemntation, use DIMof, agent_exit, removed superflous args and return the allocated string as value. Documented. Changed callers. (create_server_socket): Cleanups similar to above. Changed callers. (cleanup_do): Renamed to .. (remove_socket): .. this. Changed caller. (handle_connections): The signals are to be handled in the select and not in the accept. Test all FDs after returning from a select. Remove the event tests from the accept calls. The select already assured that the accept won't block. | |||||
2005-02-03 | About to do a release candidate | Werner Koch | 1 | -1/+1 | |
2004-12-14 | Prepared for last 1.4 release candidate | Werner Koch | 1 | -5/+21 | |
2004-11-17 | (open_info_file): New. | Werner Koch | 1 | -1/+1 | |
(main): Unconditionally implement --status-file, --logger-file, --attribute-file, --passphrase-file, --command-file. This is not generally useful but easy to support and might make scripting under Windows easier. | |||||
2004-10-21 | * configure.ac: Remove the check for asprintf | Werner Koch | 1 | -0/+5 | |
* app-common.h (app_openpgp_storekey: Add prototype. * app-openpgp.c (do_sign): Replace asprintf by direct allocation. This avoids problems with missing vasprintf implementations. * card-util.c (generate_card_keys): Add a #warning for gnupg 1.9 and use the same string there. * util.h [!HAVE_VASPRINTF]: Removed prototype. * vasprintf.c: Removed. It was used only at one place and I don't want to get into build problems in 1.4. | |||||
2004-10-01 | * mk-w32-dist: Updated from stable branch. | Werner Koch | 1 | -3/+0 | |
* mk-gpg-texi: Changed to use the newer docbook2x-texi utility. * config.guess, config.sub, mkinstalldirs, missing * depcomp, install-sh: Upgraded. | |||||
2004-09-09 | * photoid.c: Include ttyio.h. | Werner Koch | 1 | -8/+12 | |
* parse-packet.c (skip_rest): Removed. Changed all callers to use the new iobuf_skip_reset. Orginal patch by Florian Weimer. * iobuf.c (iobuf_skip_rest): New. Orginal patch by Florian Weimer. Added new argument PARTIAL. | |||||
2003-08-29 | * AUTHORS, THANKS: Updates from stable. | David Shaw | 1 | -0/+2 | |
2002-10-19 | Merged Top directory of NewPG with GnuPG. | Werner Koch | 1 | -117/+0 | |
2002-06-29 | * configure.ac (development_version): New. | Werner Koch | 1 | -1/+4 | |
(HAVE_DEV_RANDOM_IOCTL): Removed test for it; it was never used. * BUGS, AUTHORS: Add a note on how to send security related bug reports. | |||||
2002-06-29 | Update head to match stable 1.0 | David Shaw | 1 | -54/+70 | |
1999-12-08 | See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |
1999-10-28 | See ChangeLog: Thu Oct 28 16:17:46 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |
1999-09-15 | See ChangeLog: Wed Sep 15 16:22:17 CEST 1999 Werner KochV1-0-4V1-0-3V1-0-2V1-0-1-ePit-1 | Werner Koch | 1 | -0/+5 | |
1999-09-06 | See ChangeLog: Mon Sep 6 19:59:08 CEST 1999 Werner Koch | Werner Koch | 1 | -6/+7 | |
1999-09-01 | See ChangeLog: Wed Sep 1 15:30:44 CEST 1999 Werner Koch | Werner Koch | 1 | -2/+2 | |
1999-07-23 | See ChangeLog: Fri Jul 23 13:53:03 CEST 1999 Werner KochV0-9-9 | Werner Koch | 1 | -1/+1 | |
1999-06-15 | See ChangeLog: Tue Jun 15 14:23:10 CEST 1999 Werner Koch | Werner Koch | 1 | -3/+3 | |
1999-05-31 | See ChangeLog: Mon May 31 19:41:10 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+8 | |
1999-03-14 | See ChangeLog: Sun Mar 14 19:34:36 CET 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |
1999-03-11 | See ChangeLog: Thu Mar 11 16:39:46 CET 1999 Werner Koch | Werner Koch | 1 | -6/+2 | |
1999-02-24 | See ChangeLog: Wed Feb 24 11:07:27 CET 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |
1999-02-16 | See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |
1999-01-12 | See ChangeLog: Tue Jan 12 11:17:18 CET 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |
1998-12-29 | See ChangeLog: Tue Dec 29 14:41:47 CET 1998 Werner Koch | Werner Koch | 1 | -2/+6 | |
1998-12-23 | See ChangeLog: Wed Dec 23 17:12:24 CET 1998 Werner KochV0-9-0 | Werner Koch | 1 | -2/+6 | |
1998-12-23 | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1 | -8/+14 | |
1998-12-17 | See ChangeLog: Thu Dec 17 18:31:15 CET 1998 Werner Koch | Werner Koch | 1 | -1/+4 | |
1998-12-10 | See ChangeLog: Thu Dec 10 20:15:36 CET 1998 Werner Koch | Werner Koch | 1 | -0/+5 | |
1998-12-08 | See ChangeLog: Tue Dec 8 15:09:29 CET 1998 Werner KochV0-4-5 | Werner Koch | 1 | -0/+5 | |
1998-11-25 | Some experimental support for other random gatheres | Werner Koch | 1 | -0/+9 | |
1998-11-18 | some bug fixes | Werner Koch | 1 | -18/+30 | |