aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-18Release 2.1.0-beta834.gnupg-2.1.0-beta834Werner Koch1-0/+2
2014-07-23Register DCO for Andreas SchwierWerner Koch1-1/+3
--
2014-06-24Register DCO for Stefan Tomanek.Werner Koch1-0/+3
--
2014-06-05Update README file.Werner Koch1-17/+29
-- The copyright list in AUTHORS as been compiled from a distribution tarball.
2013-10-01Register DCO for Kyle Butt.Werner Koch1-2/+5
--
2013-08-29scd: add support for RSA_CRT and RSA_CRT_N key import.Jonas Borgström1-0/+4
* scd/app-openpgp.c (do_writekey): Added RSA_CRT and RSA_CRT_N support. -- Updates of original patch by wk: - unsigned char *rsa_u, *rsa_dp, rsa_dq; + unsigned char *rsa_u, *rsa_dp, *rsa_dq; and AUTHORS. Missing signed-off-by assumed due to DCO send the other day.
2013-06-26Update AUTHORS.Werner Koch1-0/+6
--
2013-03-29copyright assignments are not anymore required.Werner Koch1-5/+13
2012-12-18State that disclaimers are not anymore needed for translations.Werner Koch1-2/+6
--
2012-04-20Change license for some files in common to LGPLv3+/GPLv2+.Werner Koch1-4/+7
Having the LGPL on the common GnuPG code helps to share code between GnuPG and related projects (like GPGME and Libassuan). This is good for interoperability and to reduces bugs. * common/asshelp.c, common/asshelp.h, common/asshelp2.c, common/b64dec.c * common/b64enc.c, common/convert.c, common/dns-cert.c * common/dns-cert.h common/exechelp-posix.c, common/exechelp-w32.c * common/exechelp-w32ce.c, common/exechelp.h, common/get-passphrase.c * common/get-passphrase.h, common/gettime.c, common/gpgrlhelp.c * common/helpfile.c, common/homedir.c, common/http.c, common/http.h * common/i18n.c, common/init.c, common/init.h, common/iobuf.c * common/iobuf.h, common/localename.c, common/membuf.c, common/membuf.h * common/miscellaneous.c, common/openpgp-oid.c, common/openpgpdefs.h * common/percent.c, common/pka.c, common/pka.h, common/session-env.c * common/session-env.h, common/sexp-parse.h, common/sexputil.c * common/signal.c, common/srv.c, common/srv.h, common/ssh-utils.c * common/ssh-utils.h, common/sysutils.c, common/sysutils.h * common/tlv.c, common/tlv.h, common/ttyio.c, common/ttyio.h * common/userids.c, common/userids.h, common/xasprintf.c: Change license to LGPLv3+/GPLv2+/
2012-02-07po: Add Ukrainian translation.Werner Koch1-0/+2
* po/uk.po: New. -- Note that all but one translation are currently disabled in LINGUAS.
2011-03-01Update some M4 files and AUTHORS.Werner Koch1-2/+6
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-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-03Finished ECC integration.ECC-INTEGRATION-2-1Werner Koch1-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-26Update scripts etc.gnupg-2.1.0beta1gnupg-2.1-baseWerner Koch1-1/+1
2009-07-21Make bug reporting address easier changeable.Werner Koch1-1/+1
2009-05-18New gpgsm server option no-encrypt-to.Werner Koch1-0/+1
Add caching for symkey encryption. Minor cleanups.
2009-01-27Add a Geldkarte gadget application.Werner Koch1-1/+2
Minor other changes.
2008-05-06add gpg-zip man page.Werner Koch1-1/+4
2007-12-04Allow configuraton of pinentry tooltip.Werner Koch1-1/+2
Other minor buf fixes.
2007-07-04Changed to GPLv3.Werner Koch1-1/+2
Removed intl/.
2007-06-19Made percent_escape more general.Werner Koch1-0/+3
Added regression tests support to jnlib. W32 changes.
2007-01-30Added LIBINTL to more Makefile targets.Werner Koch1-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-22Installed revised and updated translationWerner Koch1-0/+1
2006-11-05Collected fixes.Werner Koch1-2/+2
2006-09-22Clarified cURL and OpenLDAP license issues.Werner Koch1-2/+28
Made readline support work.
2006-08-17More man pages.Werner Koch1-2/+0
2006-07-28Preparing a release candidategnupg-1.4.5rc1Werner Koch1-0/+2
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+4
2005-02-03* AUTHORS: Copied from 1.4 and edited to refelct the changes inWerner Koch1-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-03About to do a release candidateWerner Koch1-1/+1
2004-12-14Prepared for last 1.4 release candidateWerner Koch1-5/+21
2004-11-17(open_info_file): New.Werner Koch1-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 asprintfWerner Koch1-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 Koch1-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 Koch1-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 Shaw1-0/+2
2002-10-19Merged Top directory of NewPG with GnuPG.Werner Koch1-117/+0
2002-06-29* configure.ac (development_version): New.Werner Koch1-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-29Update head to match stable 1.0David Shaw1-54/+70
1999-12-08See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner KochWerner Koch1-1/+1
1999-10-28See ChangeLog: Thu Oct 28 16:17:46 CEST 1999 Werner KochWerner Koch1-1/+1
1999-09-15See ChangeLog: Wed Sep 15 16:22:17 CEST 1999 Werner KochV1-0-4V1-0-3V1-0-2V1-0-1-ePit-1Werner Koch1-0/+5
1999-09-06See ChangeLog: Mon Sep 6 19:59:08 CEST 1999 Werner KochWerner Koch1-6/+7
1999-09-01See ChangeLog: Wed Sep 1 15:30:44 CEST 1999 Werner KochWerner Koch1-2/+2
1999-07-23See ChangeLog: Fri Jul 23 13:53:03 CEST 1999 Werner KochV0-9-9Werner Koch1-1/+1
1999-06-15See ChangeLog: Tue Jun 15 14:23:10 CEST 1999 Werner KochWerner Koch1-3/+3
1999-05-31See ChangeLog: Mon May 31 19:41:10 CEST 1999 Werner KochWerner Koch1-1/+8
1999-03-14See ChangeLog: Sun Mar 14 19:34:36 CET 1999 Werner KochWerner Koch1-1/+1
1999-03-11See ChangeLog: Thu Mar 11 16:39:46 CET 1999 Werner KochWerner Koch1-6/+2