aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc: Update from master.Werner Koch2014-06-232-103/+330
|
* w32: Fix typo in README.W32.Werner Koch2014-06-231-2/+3
| | | | | -- GnuPG-bug-id: 1488
* gpg: Use more specific reason codes for INV_RECP.Werner Koch2014-06-231-1/+3
| | | | | | | | | | * g10/pkclist.c (build_pk_list): Use more specific reasons codes for INV_RECP. -- GnuPG-bug-id: 1650 Note that this patch is a bit more limited than the one in 2.1.
* doc: Remove outdated Russian man page.Werner Koch2014-06-232-3083/+3
| | | | | | | | | | | | | * configure.ac (DOCBOOK_TO_MAN): Remove. * doc/gpg.ru.sgml: Remove. * doc/Makefile.am: Remove all gpg.ru related code. -- The man page is outdated and we do not use docbook for a long time now. If someone wants to revive such a man page, it would be best to translate the respective parts of the GnuPG manual in git master. GnuPG-bug-id: 1652
* gpg: Change armor Version header to emit only the major version.Werner Koch2013-11-271-2/+6
| | | | | | | | | | | | | | | | | | * g10/options.h (opt): Rename field no_version to emit_version. * g10/gpg.c (main): Init opt.emit_vesion to 1. Change --emit-version to bump up opt.emit_version. * g10/armor.c (armor_filter): Implement different --emit-version values. -- GnuPG-bug-id: 1572 Signed-off-by: Werner Koch <[email protected]> (cherry picked from commit e951782e937ce290be0d89d83e84b3daea997587) Resolved conflicts: NEWS g10/armor.c g10/gpg.c
* doc: Update from master.Werner Koch2013-10-043-25/+74
|
* Update manuals from masterWerner Koch2012-12-203-25/+24
| | | | | | | * doc/Makefile.am (update-source): Copy from Git master. (update-source-from-gnupg-2): Remove. * doc/gpg.texi: Fix minor typos and grammar bugs. * doc/yat2m.c: Change diagnostics to updated coding standards.
* Fix mksamplekeys awk to not leave out the whitespace altogetherDavid Shaw2012-11-302-3/+9
|
* Refresh sample keysDavid Shaw2012-11-302-452/+444
| | | | | | | * mksamplekeys: Tweak awk script to not add trailing whitespace to blank lines (makes git pre-commit hook unhappy). * samplekeys.asc: Refresh.
* Support the not anymore patented IDEA cipher algorithm.Werner Koch2012-11-081-18/+16
| | | | | | | | | | | | | | | | | | | | | | | | * cipher/idea.c: New. Take from Libgcrypt master and adjust for direct use in GnuPG. * cipher/idea-stub.c: Remove. * cipher/Makefile.am: Add idea.c and remove idea-stub.c rules. * configure.ac: Remove idea-stub code. * g10/gpg.c (check_permissions): Remove code path for ITEM==2. (main): Make --load-extension a dummy option. * g10/keygen.c (keygen_set_std_prefs): Include IDEA only in PGP2 compatibility mode. * g10/misc.c (idea_cipher_warn): Remove. Also remove all callers. * g10/seckey-cert.c (do_check): Remove emitting of STATUS_RSA_OR_IDEA. * g10/status.c (get_status_string): Remove STATUS_RSA_OR_IDEA. * g10/status.h (STATUS_RSA_OR_IDEA): Remove. -- To keep the number of actually used algorithms low, we support IDEA only in a basically read-only way (unless --pgp2 is used during key generation). It does not make sense to suggest the use of this old 64 bit blocksize algorithm. However, there is old data available where it might be helpful to have IDEA available.
* Update sample keys.Werner Koch2012-01-302-417/+844
| | | | --
* Update documentation.Werner Koch2012-01-303-707/+1163
| | | | | * doc/gpg.texi, doc/specify-user-id.texi, doc/yat2m.c: Update from current GnuPG master (commit bdde44a).
* Fix typos in comments.Werner Koch2012-01-241-3/+2
| | | | | -- Fixes provided by Gilles Espinasse.
* Automate W32 installer building.Werner Koch2012-01-161-12/+21
| | | | | | | | | | * doc/README.W32: Document new installer build procedure. * scripts/autogen.sh: Pass all args to the installer (regression fix). * scripts/conf-w32/README: Remove from repo. * scripts/conf-w32/bzip2-1.diff: Remove from repo. * scripts/mk-w32-dist: Rewrite. * scripts/w32installer.nsi [WITH_PATCHES]: Use constant patch file name.
* Refresh sample keysDavid Shaw2012-01-101-432/+411
|
* Generate the ChangeLog from commit logs.Werner Koch2011-12-021-33/+33
| | | | | | | | | | | | * scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * scripts/git-hooks/commit-msg: New script. * autogen.sh: Install commit-msg hook for git. * doc/HACKING: Describe the ChangeLog policy. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog.
* Rename all ChangeLog files to ChangeLog-2011.Werner Koch2011-12-024-12/+29
| | | | * ChangeLog: New file.
* Update gpg-zip.1 (bug#1317)Werner Koch2011-02-232-74/+110
|
* Prepare for 1.4.11Werner Koch2010-10-181-29/+124
|
* Remove FAQ stuffWerner Koch2010-10-054-1367/+22
|
* Preparing a release candidateWerner Koch2010-09-231-1/+1
|
* Fix bug 1231.Werner Koch2010-06-011-1/+2
| | | | | Minor doc improvement.
* Fix bug reporting address.Werner Koch2010-02-112-3/+9
|
* Fix bug#1183Werner Koch2010-01-292-1/+5
|
* Preparing 1.4.10.Werner Koch2009-09-022-119/+124
|
* Update doc. This time also the included files.Werner Koch2009-08-185-19/+53
|
* Preparing for a release candidateWerner Koch2009-08-133-96/+197
|
* Revert that last stupid setuid detection fix.Werner Koch2008-07-171-5/+5
|
* * gpg-zip.1: Add man page thanks to Colin Tuckley and Daniel Leidert.David Shaw2008-04-303-2/+109
|
* Yet another minor yat2m fix.Werner Koch2008-04-023-7/+8
|
* Fix rendering of @samp.Werner Koch2008-04-022-1/+6
|
* Improved AES performance.Werner Koch2008-03-222-2/+9
|
* Type fixes and @samp{} fix. From gnupg-2.Werner Koch2007-12-124-14/+23
|
* Comment typ fixes.Werner Koch2007-12-031-1/+1
| | | | | Workaround for bad translations of the capability menu.
* * status.c (do_get_from_fd, do_shm_get): s/bool/getbool/ toWerner Koch2007-11-121-0/+1
| | | | | | | overcome problems with Mac OS 10.5 which seems to include stdbool.h silently.
* * gpg.texi: Update from gnupg-2.David Shaw2007-10-272-18/+26
|
* Switched to GPLv3.Werner Koch2007-10-239-362/+719
| | | | | Updated gettext.
* Preparing 1.4.7gnupg-1.4.7Werner Koch2007-03-052-20/+50
|
* Preparing a releasegnupg-1.4.6Werner Koch2006-12-0610-12/+3640
|
* Changing the way man pages are build.Werner Koch2006-12-047-5957/+1366
|
* Allow to build w/o curl.Werner Koch2006-09-261-0/+3
|
* About to do a new releaseWerner Koch2006-06-251-21/+49
|
* * gpg.sgml: Document --enable-dsa2, --disable-dsa2, andDavid Shaw2006-06-233-0/+27
| | | | | | | --default-keyserver-url. * DETAILS: Note "Keyserver:"
* * gpg.sgml: Note that --pgp8 does not include SHA224. Clarify thatDavid Shaw2006-06-222-2/+12
| | | | | clearsigned messages are not reversible.
* Added backsig to my keyWerner Koch2006-05-251-432/+437
|
* * mksamplekeys: Incorporate new package signature key and minimize keysDavid Shaw2006-05-232-2/+7
| | | | | when generating samplekeys.asc.
* Updated keysWerner Koch2006-05-172-1880/+368
|
* * gpg.sgml: Reminders that --cipher-algo, --digest-algo, andDavid Shaw2006-04-192-6/+20
| | | | | --compress-algo should be avoided.
* use minimal posix sed Werner Koch2006-04-122-7/+13
|
* * gpg.sgml: Some typo fixes. This is Debian 361324.David Shaw2006-04-092-6/+10
|