aboutsummaryrefslogtreecommitdiffstats
path: root/README (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc: Add some notesWerner Koch2025-02-181-0/+7
| | | | --
* Update README and copyright years.Werner Koch2025-01-081-5/+21
| | | | --
* speedo: Let install also copy the SO's symlinks.Werner Koch2024-07-051-2/+6
| | | | | * build-aux/speedo.mk (install-speedo): Also instal the sumlinks for the SOs.
* build: Prepare docs for GnuPG 2.6Werner Koch2024-07-051-4/+7
| | | | --
* Merge branch 'STABLE-BRANCH-2-4'Werner Koch2024-01-261-8/+17
|\ | | | | | | | | | | | | | | -- Fixed conflicts: NEWS configure.ac doc/gpg.texi
| * speedo: Add a hint to run ldconfigWerner Koch2024-01-231-0/+1
| | | | | | | | --
| * speedo: Minor fix to the install targetWerner Koch2024-01-231-2/+2
| | | | | | | | --
| * speedo: Add install target for Unix.Werner Koch2024-01-121-2/+9
| | | | | | | | | | | | | | | | * build-aux/speedo.mk: Default to SELFCHECK=0. (install, install-speedo): New targets. -- GnuPG-bug-id: 6710
| * speedo: Patch ELF binaries to use built librariesWerner Koch2024-01-121-8/+9
| | | | | | | | | | | | | | | | * build-aux/speedo.mk: Remove GUI stuff. Add patchelf feature. * Makefile.am (speedo): New target. -- GnuPG-bug-id: 6710
* | Merge branch 'STABLE-BRANCH-2-4'Werner Koch2023-12-221-0/+30
|\| | | | | | | | | | | | | | | | | | | -- Fixed conflicts in NEWS g10/encrypt.c sm/encrypt.c sm/sign.c
| * doc: Explain why socket activation is a problemWerner Koch2023-12-221-0/+30
| | | | | | | | --
| * delete redundant characterszhangguangzhi2023-06-201-1/+1
| | | | | | | | | | | | | | -- GnuPG-bug-id: 6482 Signed-off-by: zhangguangzhi <[email protected]>
* | delete redundant characterszhangguangzhi2023-06-201-1/+1
| | | | | | | | | | | | | | -- GnuPG-bug-id: 6482 Signed-off-by: zhangguangzhi <[email protected]>
* | Prepare new development cyclegnupg-2.6-basegnupg-2.5-baseWerner Koch2023-05-101-1/+1
|/ | | | --
* Use the keyboxd for a fresh installWerner Koch2023-04-041-0/+3
| | | | | | | | | | | | * common/homedir.c (gnupg_maybe_make_homedir): Also create a common.conf. * g10/keydb.c: Include comopt.h. (maybe_create_keyring_or_box): Detect the creation of a common.conf. * g10/gpg.c (main): Avoid adding more resources in this case. * sm/keydb.c: Include comopt.h. (maybe_create_keybox): Detect the creation of a common.conf. * common/comopt.h (comopt): Remove the conditional "extern".
* doc: Suggest the use of out-of-source builds.Werner Koch2023-03-211-2/+5
| | | | | | -- GnuPG-bug-id: 6313
* doc: Update copyright notices.Werner Koch2023-01-201-3/+3
| | | | | | -- Note that we now print Copyright g10 Code instead of FSF.
* Update NEWS for 2.4.0Werner Koch2022-12-161-5/+29
|
* Release 2.3.8gnupg-2.3.8Werner Koch2022-10-131-6/+3
|
* Release 2.3.2gnupg-2.3.2Werner Koch2021-08-241-7/+1
|
* A few minor code cleanups and typo fixes.Werner Koch2021-05-111-1/+1
| | | | | | | | | | * agent/command-ssh.c (ssh_handler_request_identities): Remove double check of ERR. * g10/getkey.c (get_pubkey_byname): Remove double use of break. * g10/pkglue.c (pk_encrypt): Handle possible NULL-ptr access due to failed malloc. Signed-off-by: Werner Koch <[email protected]>
* Release GnuPG 2.3.0gnupg-2.3.0Werner Koch2021-04-071-9/+3
|
* tools,w32: Add resource and manifest files to all binaries.Beta-2.3.0-beta1598Werner Koch2021-02-211-2/+3
| | | | --
* doc: Add NEWS with news from the 2.2 series.Werner Koch2021-02-111-44/+13
| | | | --
* build: Update swdb tags and include release info from 2.2.5Werner Koch2018-02-221-1/+1
|
* Merge branch 'STABLE-BRANCH-2-2'Werner Koch2018-02-221-2/+2
|\
| * Release 2.2.5gnupg-2.2.5Werner Koch2018-02-221-2/+2
| | | | | | | | Signed-off-by: Werner Koch <[email protected]>
* | Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2017-11-201-8/+8
|\|
| * Release 2.2.3gnupg-2.2.3Werner Koch2017-11-201-8/+8
| |
| * Release 2.2.2gnupg-2.2.2Werner Koch2017-11-071-2/+1
|/ | | | Signed-off-by: Werner Koch <[email protected]>
* Release 2.2.0gnupg-2.2.0Werner Koch2017-08-281-11/+14
|
* build: New configure option --enable-all-tests.Werner Koch2017-08-081-1/+4
| | | | | | | | | | | | | | | * configure.ac: New option --enable-all-tests. * tests/gpgscm/ffi.c (ffi_init): New gloabl var *run-all-tests*. * tests/openpgp/all-tests.scm (all-tests): Use that var instead of *maintainer-mode*. * Makefile.am (AM_DISTCHECK_CONFIGURE_FLAGS): Add --enable-all-tests. -- It is better to have a separate option to run all tests than to put this on top of --enable-maintainer-mode. This way we can also make sure to run all tests during "make distcheck". Signed-off-by: Werner Koch <[email protected]>
* gpg: Install gpg by default under the name gpg.Werner Koch2017-08-051-10/+9
| | | | | | | | | | * configure.ac: Remove option --enable-gpg2-is-gpg. Add option --enable-gpg-is-gpg2. * build-aux/speedo.mk (speedo_pkg_gnupg_configure): Remove --enable-gpg2-is-gpg. -- Signed-off-by: Werner Koch <[email protected]>
* doc: Revert the bug reporting address to bugs.gnupg.orgWerner Koch2017-07-241-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]>
* docs: Point to https://dev.gnupg.org/ .Daniel Kahn Gillmor2017-05-181-1/+1
| | | | | | | | | 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]>
* Release 2.1.21gnupg-2.1.21Werner Koch2017-05-151-13/+4
| | | | Signed-off-by: Werner Koch <[email protected]>
* doc: Explain in README how to create /run/user directories.Werner Koch2017-03-141-0/+24
| | | | | | -- Signed-off-by: Werner Koch <[email protected]>
* Update copyright notices for 2017.Werner Koch2017-01-231-2/+2
| | | | | | | | -- Also some http:// -> https:// fixes. Signed-off-by: Werner Koch <[email protected]>
* Release 2.1.17gnupg-2.1.17Werner Koch2016-12-201-3/+4
| | | | Signed-off-by: Werner Koch <[email protected]>
* dirmngr: New configure option --disable-libdns.Werner Koch2016-12-141-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: Add option --disable-libdns (USE_LIBDNS): New ac_subst and am_conditional. (USE_C99_CFLAGS): Set only if libdns is used. * dirmngr/Makefile.am (dirmngr_SOURCES): Move dns.c and dns.h to ... (dirmngr_SOURCES) [USE_LIBDNS0: here. (t_common_src): Ditto. * dirmngr/dirmngr.c (oRecursiveResolver): New constant. (opts): New option "--recursive-resolver". (parse_rereadable_options): Set option. * dirmngr/t-dns-stuff.c (main): Add option --recursive-resolver. * dirmngr/server.c (cmd_getinfo): Depend output of "dnsinfo" on the new variables. * dirmngr/dns-stuff.c: Include dns.h only if USE_DNSLIB is defined. Also build and call dnslib functions only if USE_DNSLIB is defined. (recursive_resolver): New var. (enable_recursive_resolver): New func. (recursive_resolver_p): New func. -- In case users run into problems building GnuPG, the configure option allows to disable that support and continue w/o Tor support using the system resolver. --recursive-resolver was easy enough to implement and may be useful in some situation. It does not fully work, though. Signed-off-by: Werner Koch <[email protected]>
* Reword feature description.Justus Winter2016-08-031-2/+2
| | | | | | -- Suggested-by: Peter Gutmann Signed-off-by: Justus Winter <[email protected]>
* More cleanup of "allow to".Daniel Kahn Gillmor2016-08-031-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | * README, agent/command.c, agent/keyformat.txt, common/i18n.c, common/iobuf.c, common/keyserver.h, dirmngr/cdblib.c, dirmngr/ldap-wrapper.c, doc/DETAILS, doc/TRANSLATE, doc/announce-2.1.txt, doc/gpg.texi, doc/gpgsm.texi, doc/scdaemon.texi, doc/tools.texi, doc/whats-new-in-2.1.txt, g10/export.c, g10/getkey.c, g10/import.c, g10/keyedit.c, m4/ksba.m4, m4/libgcrypt.m4, m4/ntbtls.m4, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fi.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/nb.po, po/pl.po, po/pt.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, scd/app-p15.c, scd/ccid-driver.c, scd/command.c, sm/gpgsm.c, sm/sign.c, tools/gpgconf-comp.c, tools/gpgtar.h: replace "Allow to" with clearer text. In standard English, the normal construction is "${XXX} allows ${YYY} to" -- that is, the subject (${XXX}) of the sentence is allowing the object (${YYY}) to do something. When the object is missing, the phrasing sounds awkward, even if the object is implied by context. There's almost always a better construction that isn't as awkward. These changes should make the language a bit clearer. Signed-off-by: Daniel Kahn Gillmor <[email protected]>
* Update copyright years.Werner Koch2016-01-261-2/+2
| | | | --
* dirmngr: Add example Tor hidden service.Werner Koch2015-10-261-1/+1
| | | | --
* doc: Change remaining http links to gnupg.org to httpsWerner Koch2015-02-111-3/+3
| | | | | -- GnuPG-bug-id: 1830
* Update copyright years.Werner Koch2015-02-031-2/+2
| | | | | * common/w32info-rc.h.in (W32INFO_COMPANYNAME): Change to "The GnuPG Project".
* Change a couple of files to use abbreviated copyright notes.Werner Koch2014-11-041-1/+5
| | | | | | | | | -- 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.
* Some doc fixes and a fix for "make distcheck".Werner Koch2014-10-031-31/+37
| | | | --
* Reformat README and minor gpg.texi improvement.Werner Koch2014-09-241-149/+161
| | | | | | | -- The second thing is to explain the file names below under ~/.gnupg/openpgp-revocs.d/.
* Release 2.1.0-beta834.gnupg-2.1.0-beta834Werner Koch2014-09-181-0/+9
|