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
/
kbx
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-10-20
Replace all calls to stat by gnupg_stat.
Werner Koch
1
-3
/
+3
2020-10-20
Replace most of the remaining stdio calls by estream calls.
Werner Koch
9
-123
/
+124
2020-10-20
Replace all calls to access by gnupg_access
Werner Koch
2
-5
/
+8
2020-10-05
keyboxd: Fix duplicates when listing keys by uid.
Werner Koch
1
-24
/
+53
2020-09-25
keyboxd: Make use of the config table
Werner Koch
1
-2
/
+119
2020-09-24
keyboxd: New command TRANSACTION.
Werner Koch
6
-10
/
+230
2020-09-24
keyboxd: Implement multiple search descriptions.
Werner Koch
3
-2
/
+22
2020-09-24
keyboxd: Fix UDPATE keyblob SQL statement
Werner Koch
1
-14
/
+15
2020-09-24
keyboxd: Remove unused variables.
Werner Koch
1
-2
/
+0
2020-09-22
keyboxd: Extend PUBKEY_INFO status line with an uid ordinal.
Werner Koch
5
-29
/
+99
2020-09-22
kbx: Add bounds check to detect corrupt keyboxes.
Werner Koch
1
-6
/
+99
2020-09-21
sm: Implement delete key in keyboxd mode
Werner Koch
1
-0
/
+3
2020-09-11
keyboxd: Implement lookup by short and long keyid.
Werner Koch
1
-53
/
+42
2020-09-11
keyboxd: Add ephemeral and revoked flag to the sqlite backend.
Werner Koch
5
-22
/
+65
2020-09-10
keyboxd: Add basic support for X.509.
Werner Koch
5
-67
/
+311
2020-09-10
keyboxd: Use D-lines instead of a separate thread.
Werner Koch
2
-4
/
+10
2020-09-10
keyboxd: Add options --openpgp and --x509 to SEARCH.
Werner Koch
4
-47
/
+112
2020-09-09
kbx: Change X.509 S/N search definition.
Werner Koch
2
-4
/
+5
2020-09-02
keyboxd: Restructure client access code.
Werner Koch
3
-2
/
+497
2020-09-02
keyboxd: Fix user id based queries
Werner Koch
1
-4
/
+4
2020-08-06
kbx: Support v5key for short kid and long kid.
NIIBE Yutaka
1
-2
/
+32
2020-07-27
kbx: Fix short KID and long KID handling for FPR32.
NIIBE Yutaka
1
-1
/
+1
2020-03-14
gpgconf: Further simplify the gpgconf option processing.
Werner Koch
1
-20
/
+0
2020-02-22
Use gpgrt's new option parser for the new keyboxd.
Werner Koch
1
-102
/
+88
2020-02-21
Use gpgrt's new option parser for the tools.
Werner Koch
1
-31
/
+33
2020-02-20
gpg: Use gpgrt's new option parser to provide a global conf file.
Werner Koch
1
-0
/
+4
2020-02-18
Spelling cleanup.
Daniel Kahn Gillmor
9
-14
/
+14
2020-02-13
build: New configure option --disable-keyboxd
Werner Koch
1
-1
/
+5
2020-02-10
build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.
Werner Koch
2
-0
/
+2
2020-01-07
kbx: Make sure the tables are joined in a select.
Werner Koch
1
-3
/
+3
2020-01-02
kbx: Initial support for an SQLite backend
Werner Koch
9
-87
/
+1424
2019-12-23
kbx: Change keyboxd to work only with one database.
Werner Koch
3
-162
/
+112
2019-11-28
kbx: Add new command DELETE.
Werner Koch
5
-0
/
+138
2019-11-28
kbx: Redefine the UBID which is now the primary fingerprint.
Werner Koch
12
-167
/
+154
2019-11-26
doc: Fixed variable naming.
Werner Koch
1
-1
/
+1
2019-10-07
kbx: Implement update for the STORE command.
Werner Koch
3
-1
/
+56
2019-10-01
kbx: Add first version of STORE command to keyboxd.
Werner Koch
8
-20
/
+324
2019-09-27
kbx: Fix error code return in keyboxd.
switch-to-gpgk
Werner Koch
2
-2
/
+6
2019-09-27
kbx: Store the UBIB in the blob.
Werner Koch
3
-12
/
+78
2019-09-27
kbx,gpg: Allow lookup using a UBID.
Werner Koch
3
-2
/
+28
2019-09-27
kbx: First take on a cache for the keyboxd.
Werner Koch
9
-44
/
+1420
2019-09-10
kbx: Allow fd-passing for the keyboxd.
Werner Koch
2
-6
/
+109
2019-09-09
kbx: Fix keyboxd search first.
Werner Koch
1
-3
/
+17
2019-09-09
kbx: Allow searching from start.
Werner Koch
2
-12
/
+24
2019-08-23
kbx: Include deleted records into the --stats output.
Werner Koch
1
-1
/
+6
2019-08-23
kbx: Fix regression in compression trigger from July 18
Werner Koch
1
-2
/
+2
2019-08-06
kbx: Add framework for the SEARCH command
Werner Koch
12
-34
/
+1226
2019-08-06
kbx: Allow writing using a estream.
Werner Koch
3
-8
/
+17
2019-07-18
kbx: Allow "gpgsm --faked-system-time" to kick off a compression run.
Werner Koch
2
-2
/
+2
2019-06-24
spelling: Fix "synchronize"
Daniel Kahn Gillmor
1
-2
/
+2
[next]