aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* About to release 1.4.3gnupg-1.4.3Werner Koch2006-04-033-107/+197
|
* * samplekeys.asc: Update 99242560 to have a signing subkey backsig.David Shaw2006-03-112-1840/+1873
|
* * gpg.sgml: Clarify new notation delete feature.David Shaw2006-03-092-2/+8
|
* keep on walking towards rc3Werner Koch2006-03-092-0/+442
|
* * gpg.sgml: Document "notation".David Shaw2006-03-092-6/+17
|
* * gpg.sgml: Rename backsigs to cross-certification (backsigs is justDavid Shaw2006-03-072-17/+28
| | | | | shorthand). Document max-cert-size.
* * gpg.sgml: Document new way of enabling the PKA functions. Some minorDavid Shaw2006-03-072-79/+71
| | | | | other cleanups.
* More tests added; make distcheck worksWerner Koch2006-03-071-0/+9
|
* * gpg.sgml: Document --auto-key-locate.David Shaw2006-03-072-5/+47
|
* * gpg.sgml: Document new --keyserver syntax.David Shaw2006-02-252-9/+17
|
* Fixed a wrong return code with gpg --verifyWerner Koch2006-02-141-1/+3
|
* Finished PKA featureWerner Koch2005-12-203-2/+58
|
* * gpg.sgml: Document --fetch-keys.David Shaw2005-12-082-1/+14
|
* * gpg.sgml: Document -d. Add [file] to a few options.David Shaw2005-12-082-7/+11
|
* * gpg.sgml: Clarify "xxxxx-clean" and "clean". DocumentDavid Shaw2005-11-182-54/+39
| | | | | "xxxxx-minimal", and "minimize".
* * gpg.sgml: Clarify what is and isn't included in a "clean sigs".David Shaw2005-11-022-9/+15
|
* * gpg.sgml: Document backsign, --require-backsigs, andDavid Shaw2005-10-273-3/+34
| | | | | | | --no-require-backsigs. * DETAILS: Clarify Key-Usage.
* Fixed minor card related bugs and enhanced status messagesWerner Koch2005-10-181-2/+6
|
* exported subkeys are now merged into one output keyblockWerner Koch2005-10-174-51/+83
|
* * gpg.sgml: Note that --display-charset is just for display andDavid Shaw2005-09-222-6/+26
| | | | | | doesn't recode data. Note that --search-keys can use the standard search syntax now (<, =, *, @). Document the @-address mode.
* Updated card stuff to support T=0 cards.Werner Koch2005-09-071-1/+1
|
* * gpg.sgml: Fix documentation for setpref/updpref, documentDavid Shaw2005-08-232-21/+70
| | | | | | | import-clean, --status-file, --logger-file, --attribute-file, --passphrase-file, --passphrase, and --command-file. Comment out the "+word match" selection syntax since it isn't supported.
* Add a note that CVS is beeing migrated to SubversionWerner Koch2005-07-271-0/+4
|
* Updated.Werner Koch2005-07-261-20/+37
|
* * passphrase.c (agent_get_passphrase): Make sure to release theWerner Koch2005-07-261-1/+1
| | | | | | | | | saved codeset. (agent_open): Add arg ORIG_CODESET and switch back to it in case of error. Changed all callers. * zh_TW.po, fr.po, cs.po: Updated.