index
:
GnuPG
ECC-INTEGRATION-2-1
GNUPG-1-9-BRANCH
GNUPG-1-9-BRANCH-MO
GNUPG-TRUNK-MO-HACKS
STABLE-BRANCH-1-0
STABLE-BRANCH-1-2
STABLE-BRANCH-1-4
STABLE-BRANCH-2-0
STABLE-BRANCH-2-2
STABLE-BRANCH-2-2.40
STABLE-BRANCH-2-4
T3880
T3880-fix
bjk/passphrase-inquire
bugfixes-2.2
cb/T5215
cb/test
ccid_driver_improvement
debian-unstable-patch-queue
disallow-v3-keys
dkg-fix-T4566
dkg-fix-T4593
dkg-fix-T4628
dkg-fix-T4652
dkg-fix-T4682
dkg/T1371
dkg/T1967
dkg/fix-4855
dkg/fix-T3995
dkg/fix-T4490
dkg/fix-T4501
dkg/fix-T4507
dkg/fix-T4522
dkg/gpgv-doc-improvement
dkg/no-skel-files
dkg/passphrase-env
ePit-1-0
fix-1950
fix-4393
fix-T3995
fix-T4017
fix-T4018
fix-T4019
gniibe/T4620
gniibe/crypto-refresh
gniibe/decryption-key
gniibe/fix-3465
gniibe/kem
gniibe/pcsc-get-status
gniibe/regexp
gniibe/scd-direct-keygrip
gniibe/scd-kdf-support
gniibe/scd-watch
gniibe/sos
gniibe/spawn
gniibe/t3883
gniibe/t6275
gniibe/t6364
gniibe/t6487
gniibe/t6592
gniibe/t6606
gniibe/t7426
gniibe/v5/448
gniibe/x25519
ikloecker/pinentry-formatted-passphrase
ikloecker/t5462
ikloecker/t5598-appimage
justus/fix-1788
justus/issue1955
justus/issue2012
justus/issue2700
justus/issue2826-0
justus/libdns-0
justus/scm-9
key-storage-work
master
mo-scd
neal/dirmngr-ldap
neal/encrypted-mailing-lists
neal/issue2236
neal/kdb
neal/next
neal/pending
neal/strsplit
npth
npth-2
npth-3
npth-4
scd-backport-2-0
scd-pin-prompt
scd-work
seckey-sync-work
switch-to-gpgk
t5964
tobias/gpgsum
tobias/tsa
tpm-work
wk/g13work
wk/kyber-test
wk/signcode
wk/stable-2.2-global-options
wk/test-master
wk/w32-smime-perf-tests
The GNU Privacy Guard
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gpg: Emit ERROR status for key signing failures.
Werner Koch
2015-08-25
1
-0
/
+7
*
gpg: Print a new FAILURE status after most commands.
Werner Koch
2015-08-25
6
-28
/
+117
*
agent: Raise the maximum password length. Don't hard code it.
Neal H. Walfield
2015-08-24
5
-12
/
+17
*
sm: Support secret key export via the Assuan interface.
Werner Koch
2015-08-24
1
-5
/
+31
*
po: Grammar fix for the German translation.
Werner Koch
2015-08-24
1
-1
/
+1
*
dirmngr: Allow sending of Zack's key.
Werner Koch
2015-08-23
1
-2
/
+3
*
gpg: Fix regression in packet parser from Aug 19.
Werner Koch
2015-08-23
1
-15
/
+8
*
gpg: Show not found keys with --locate-key --verbose.
Werner Koch
2015-08-23
1
-0
/
+3
*
common: Don't incorrectly reject 4 GB - 1 sized packets.
Neal H. Walfield
2015-08-21
5
-4
/
+34
*
common: Don't assume on-disk layout matches in-memory layout.
Neal H. Walfield
2015-08-21
6
-20
/
+26
*
common: Don't incorrectly copy packets with partial lengths.
Neal H. Walfield
2015-08-21
1
-0
/
+11
*
common: Check parameters more rigorously.
Neal H. Walfield
2015-08-21
1
-0
/
+8
*
common: Don't continuing processing on error.
Neal H. Walfield
2015-08-21
1
-4
/
+4
*
common: Better respect the packet's length when reading it.
Neal H. Walfield
2015-08-21
1
-9
/
+27
*
doc: Remove C++ style comments and update HACKING.
Werner Koch
2015-08-20
2
-13
/
+37
*
po: Add lost translation of validity strings.
Werner Koch
2015-08-20
3
-55
/
+62
*
g10/parse-packet.c:parse: Try harder to not ignore an EOF.
Neal H. Walfield
2015-08-20
1
-6
/
+25
*
g10/parse-packet.c: Replace literal with symbolic expression.
Neal H. Walfield
2015-08-20
1
-3
/
+3
*
Add documentation for g10/parse-packet.c.
Neal H. Walfield
2015-08-20
2
-19
/
+223
*
g10/packet.h: Remove unused argument from enum_sig_subpkt.
Neal H. Walfield
2015-08-20
2
-8
/
+6
*
g10/parse-packet.c:mpi_read: Detect EOF and correct boundary conditions.
Neal H. Walfield
2015-08-20
1
-8
/
+21
*
common/iobuf.c: Make control flow more obvious.
Neal H. Walfield
2015-08-20
1
-73
/
+79
*
common/iobuf.c: Add some sanity checks to catch programmer bugs.
Neal H. Walfield
2015-08-20
1
-0
/
+42
*
common/iobuf.c:iobuf_write_temp: Elide redundant code.
Neal H. Walfield
2015-08-20
1
-4
/
+6
*
common/iobuf.c: Have iobuf_writestr use iobuf_write, not iobuf_writebyte
Neal H. Walfield
2015-08-20
1
-6
/
+1
*
common/iobuf: Improve documentation and code comments.
Neal H. Walfield
2015-08-20
2
-149
/
+530
*
common/iobuf.c: Adjust buffer size of filters in front of temp filters.
Neal H. Walfield
2015-08-20
1
-2
/
+15
*
common/iobuf.c: Buffered data should not be processed by new filters.
Neal H. Walfield
2015-08-20
2
-17
/
+116
*
common/iobuf.c: Flush the pipeline in iobuf_temp_to_buffer.
Neal H. Walfield
2015-08-20
1
-1
/
+13
*
common/iobuf.c: Combine iobuf_open, iobuf_create and iobuf_openrw.
Neal H. Walfield
2015-08-20
1
-86
/
+55
*
common/iobuf.h: Remove iobuf_open_fd_or_name.
Neal H. Walfield
2015-08-20
4
-22
/
+6
*
common/iobuf.c: Rename iobuf_flush and make it a static function.
Neal H. Walfield
2015-08-20
2
-17
/
+25
*
common/iobuf.c: Don't abort freeing a pipeline if freeing a filter fails
Neal H. Walfield
2015-08-20
1
-5
/
+13
*
common/iobuf.c: Improve iobuf_peek.
Neal H. Walfield
2015-08-20
1
-17
/
+33
*
common/iobuf.c: When requested, fill the buffer even if it is not empty.
Neal H. Walfield
2015-08-20
1
-46
/
+92
*
common/t-iobuf.c: Add a test case for multiple EOFs.
Neal H. Walfield
2015-08-20
1
-0
/
+93
*
common/iobuf.c: Better respect boundary conditions in iobuf_read_line.
Neal H. Walfield
2015-08-20
4
-21
/
+234
*
common/iobuf.c: Fix filter type for iobuf_temp_with_content.
Neal H. Walfield
2015-08-20
1
-1
/
+1
*
common/iobuf.h: Remove unimplemented prototypes.
Neal H. Walfield
2015-08-20
1
-3
/
+0
*
common/iobuf.c: Refactor code to not need the desc field.
Neal H. Walfield
2015-08-20
2
-31
/
+29
*
common/iobuf.h: Clarify semantics of nofast. Simplify implementation.
Neal H. Walfield
2015-08-20
2
-5
/
+9
*
common/iobuf.c: Remove dead code (directfp).
Neal H. Walfield
2015-08-20
2
-65
/
+1
*
common/iobuf.c: Remove dead code (opaque).
Neal H. Walfield
2015-08-20
2
-5
/
+1
*
common/iobuf.h: Replace further use of literals with symbolic constants.
Neal H. Walfield
2015-08-20
2
-40
/
+44
*
gpg: Avoid linking to Libksba
Werner Koch
2015-08-17
5
-14
/
+15
*
Fix pinentry loopback and passphrase contraints.
Ben Kibbey
2015-08-16
2
-0
/
+6
*
Fix sending INQUIRE_MAXLEN for symmetric data.
Ben Kibbey
2015-08-16
1
-0
/
+8
*
Inform a user about inquire length limit.
Ben Kibbey
2015-08-15
2
-1
/
+7
*
Allow --gen-key to inquire a passphrase.
Ben Kibbey
2015-08-15
1
-3
/
+12
*
Post release updates.
Werner Koch
2015-08-11
2
-1
/
+5
[prev]
[next]