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
path:
root
/
sm
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-11-15
sm: New stub option --compliance.
Werner Koch
1
-0
/
+7
2016-11-10
gpg,sm: Add STATUS_ERROR keydb_search and keydb_add-resource.
Werner Koch
16
-95
/
+149
2016-11-10
sm: Remove unused arg SECRET from keydb functions.
Werner Koch
14
-42
/
+31
2016-11-05
Change all http://www.gnu.org in license notices to https://
Werner Koch
30
-30
/
+30
2016-11-02
common: Improve compare_string_versions.
Werner Koch
2
-2
/
+2
2016-10-21
Fix use cases of snprintf.
NIIBE Yutaka
3
-40
/
+23
2016-10-06
sm: Remove statement without effect.
Justus Winter
1
-1
/
+0
2016-09-27
agent, sm: Set CTX after start_agent.
NIIBE Yutaka
1
-11
/
+30
2016-09-17
Fix more spelling
Daniel Kahn Gillmor
2
-4
/
+4
2016-09-15
spelling: conenction should be connection
Daniel Kahn Gillmor
1
-1
/
+1
2016-09-05
common: Add an assuan logging monitor.
Werner Koch
1
-1
/
+1
2016-08-18
dirmngr: Remove all system daemon features.
Werner Koch
1
-3
/
+1
2016-08-12
Call log_set_prefix() with human-readable labels.
Daniel Kahn Gillmor
1
-2
/
+2
2016-08-09
Cleanup initialization of libgcrypt.
Ben Kibbey
1
-3
/
+0
2016-08-03
More cleanup of "allow to".
Daniel Kahn Gillmor
2
-3
/
+3
2016-08-03
Fix spelling and grammar.
Daniel Kahn Gillmor
1
-1
/
+1
2016-08-01
gpgsm: Fix machine-readable key listing.
Justus Winter
1
-1
/
+0
2016-06-14
gpgsm: Allow ciphers AES192 and SERPENT256
Werner Koch
1
-1
/
+3
2016-06-14
doc: Consistently use 'keyserver'.
Werner Koch
1
-2
/
+2
2016-06-07
common: Remove homedir arg from start_new_{dirmngr,gpg_agent}.
Werner Koch
2
-2
/
+1
2016-06-07
Replace use of opt.homedir by accessor functions.
Werner Koch
6
-15
/
+13
2016-03-17
sm: Always create a keybox header when creating a new keybox.
Werner Koch
1
-0
/
+12
2016-03-07
sm: Implement pinentry loopback and reading passphrases from fd.
Justus Winter
6
-20
/
+209
2016-03-07
sm: Remove unused argument '--fixed-passphrase'.
Justus Winter
2
-4
/
+0
2016-03-02
common: Consolidate Assuan server argument handling.
Justus Winter
1
-32
/
+1
2016-01-26
sm: small fix for GCC 6.
NIIBE Yutaka
1
-1
/
+1
2016-01-13
kbx: Change return type of search functions to gpg_error_t.
Werner Koch
2
-7
/
+9
2016-01-13
gpg: Make sure to mark a duplicate registered keybox as primary.
Werner Koch
2
-17
/
+21
2016-01-08
Print warnings if old daemon versions are used.
Werner Koch
2
-1
/
+79
2016-01-08
common: New put_membuf_cb to replace static membuf_data_cb.
Werner Koch
1
-20
/
+8
2016-01-07
sm: Avoid warnings about useless assignments.
Werner Koch
6
-19
/
+15
2015-12-15
sm: Handle gcry_pk_encrypt return value.
NIIBE Yutaka
1
-2
/
+5
2015-11-27
Avoid incompatible pointer assignment warnings on Windows.
Werner Koch
2
-6
/
+6
2015-11-17
Fix typos found using codespell.
Justus Winter
10
-17
/
+17
2015-10-28
sm: Allow combination of usage flags --gen-key.
Werner Koch
1
-31
/
+46
2015-08-24
sm: Support secret key export via the Assuan interface.
Werner Koch
1
-5
/
+31
2015-08-17
gpg: Avoid linking to Libksba
Werner Koch
1
-2
/
+2
2015-07-26
Replace GNUPG_GCC_A_ macros by GPGRT_ATTR_ macros.
Werner Koch
1
-1
/
+1
2015-06-29
gpgsm: Add command option "offline".
Werner Koch
5
-6
/
+23
2015-06-25
sm: Fix cert storage for ephemeral certs
Andre Heinecke
1
-2
/
+20
2015-06-23
Allow use of debug flag names for all tools.
Werner Koch
1
-11
/
+22
2015-04-24
common: Rename log and gcc attribute macros (jnlib merge).
Werner Koch
1
-1
/
+1
2015-04-24
common: Remove two JNLIB_ macros (jnlib merge).
Werner Koch
1
-2
/
+0
2015-04-10
Remove obsolete directories from AM_CPPFLAGS.
Werner Koch
1
-1
/
+1
2015-04-08
sm: Fix certificate lookup in dirmngr cache.
Werner Koch
1
-1
/
+1
2015-04-06
Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG.
Werner Koch
4
-8
/
+8
2015-03-25
sm: Change default algos to SHA256 (CSR) and AES128 (bulk encryption).
Werner Koch
2
-2
/
+2
2015-02-11
Use inline functions to convert buffer data to scalars.
Werner Koch
1
-8
/
+5
2015-01-28
gpg: Fix buffering problem in --list-config.
Werner Koch
1
-125
/
+12
2015-01-28
Add a hook to be called right after main.
Werner Koch
1
-0
/
+1
[next]