aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-12Release 2.2.13gnupg-2.2.13Werner Koch1-3/+3
2018-02-22Release 2.2.5gnupg-2.2.5Werner Koch1-5/+5
Signed-off-by: Werner Koch <[email protected]>
2017-11-07Release 2.2.2gnupg-2.2.2Werner Koch1-171/+4
Signed-off-by: Werner Koch <[email protected]>
2017-07-24doc: Revert the bug reporting address to bugs.gnupg.orgWerner Koch1-1/+1
-- dev.gnupg org is the development platform but the canonical bug address is and has always been bugs.gnupg.org. We should keep on using this address for the case that we switch the tracker again or split it off the development system. That is also the reason why we should keep on communicating a plain bug number without the 'T' prefix. Signed-off-by: Werner Koch <[email protected]>
2017-06-19Change license of some files to LGPLv2.1.Werner Koch1-9/+13
* COPYING.LIB: Rename to COPYING.LGPL3. * COPYING.LGPL21: New. * COPYING.GPL2: New. * Makefile.am: Distribute them. * AUTHORS: Update license pointers. Add BSI as copyright holder. * common/compliance.c, common/compliance.h: Add BSI copyright notice. Break overlong lines. * dirmngr/loadswdb.c: Add BSI copyright notices. * dirmngr/server.c: Ditto. * tools/call-dirmngr.c: Change license to LGPLv2.1. Add BSI copyright notice. * tools/call-dirmngr.h: Ditto. * tools/gpg-wks-client.c: Ditto. * tools/gpg-wks-server.c: Ditto. * tools/gpg-wks.h: Ditto. * tools/mime-maker.c: Ditto. * tools/mime-maker.h: Ditto. * tools/mime-parser.c: Ditto. * tools/mime-parser.h: Ditto. * tools/send-mail.c: Ditto. * tools/send-mail.h: Ditto. * tools/wks-receive.c: Ditto. * tools/wks-util.c: Ditto. * tools/rfc822parse.c, tools/rfc822parse.h: Change license to LGPLv2.1. -- For better deployment it seems to be better to make the Web Key Directory code more easily available. Some code was been developed under contract of the BSI. Signed-off-by: Werner Koch <[email protected]>
2017-05-23Register DCO for William L. Thomson Jr.Justus Winter1-0/+3
-- Signed-off-by: Justus Winter <[email protected]>
2017-05-18docs: Point to https://dev.gnupg.org/ .Daniel Kahn Gillmor1-2/+2
Replace mentions of bugs.gnupg.org with https://dev.gnupg.org/. Since the project has transitioned to a better workflow for supporting contributions, we should ensure that our documentation points to the right place. Signed-off-by: Daniel Kahn Gillmor <[email protected]>
2017-05-10Register DCO for Ineiev.NIIBE Yutaka1-0/+3
-- Real name is confirmed by private mail. Signed-off-by: NIIBE Yutaka <[email protected]>
2017-01-23Update copyright notices for 2017.Werner Koch1-5/+5
-- Also some http:// -> https:// fixes. Signed-off-by: Werner Koch <[email protected]>
2017-01-23dco: Register Phil Pennock.Werner Koch1-0/+4
--
2016-12-14doc: Add license notes for libdns.Werner Koch1-5/+8
* COPYING.other: New. * Makefile.am (EXTRA_DIST): Add it. * AUTHORS: Add info on libdns. * build-aux/speedo/w32/pkg-copyright.txt: Add license terms. Signed-off-by: Werner Koch <[email protected]>
2016-12-01Register DCO for Tobias Mueller.Justus Winter1-0/+3
-- Signed-off-by: Justus Winter <[email protected]>
2016-10-18Register DCO for Arnaud FontaineWerner Koch1-0/+3
-- Signed-off-by: Werner Koch <[email protected]>
2016-09-19doc: Update license information.Werner Koch1-2/+4
* tests/fake-pinentries/COPYING: Rename to ... * COPYING.CC0: this. Add a note on the scope of this license. * COPYING.LIB: Add a note on the scope of this license. * AUTHORS (License): Mention CC) license. Signed-off-by: Werner Koch <[email protected]>
2016-07-12Register DCO for Yann E. MORIN.Werner Koch1-0/+3
--
2016-06-17Add license notices for TinySCHEME.Werner Koch1-1/+5
* tests/gpgscm/COPYING: Rename to ... * tests/gpgscm/LICENSE.TinySCHEME: this. * AUTHORS: Add a note about TinySCHEME. * build-aux/speedo/w32/pkg-copyright.txt: Add TinySCHEME notice. -- I renamed the file with the license terms to avoid confusion with the standard name for the GPL. Signed-off-by: Werner Koch <[email protected]>
2016-01-26Update copyright years.Werner Koch1-5/+5
--
2015-10-09Release 2.1.9gnupg-2.1.9Werner Koch1-2/+2
2015-02-03Update copyright years.Werner Koch1-2/+2
* common/w32info-rc.h.in (W32INFO_COMPANYNAME): Change to "The GnuPG Project".
2015-01-19Register DCO for Damien Goutte-Gattat.Werner Koch1-0/+3
--
2014-12-22Register DCO for Joshua Rogers.Werner Koch1-0/+3
--
2014-11-04Remove note about estream from AUTHORS.Werner Koch1-4/+0
-- estream has been moved to libgpg-error.
2014-11-04Change a couple of files to use abbreviated copyright notes.Werner Koch1-5/+3
-- Also fixed some of my own copyright notices due to the termination of my assignment. The one displayed by --version is kept at FSF because we had contributors in 2014 with FSF assignments and it gives the FSF some visibility.
2014-09-24Register DCO for Daniel Kahn Gillmor.Werner Koch1-0/+3
--
2014-09-20Register DCO for Andre Heinecke.Werner Koch1-0/+3
--
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