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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sm: Optmize clearing of the ephemeral flag.
Werner Koch
2024-09-27
1
-0
/
+12
*
kbx: Close file handle when return.
zhangguangzhi
2023-06-20
1
-0
/
+4
*
kbx: For non-Windows use 64k buffers by default instead of 128k.
Werner Koch
2023-05-10
1
-1
/
+7
*
kbx: Use custom estream buffering
Werner Koch
2023-05-10
2
-3
/
+79
*
kbx: Use wrapper functions for es_fclose and es_fopen.
Werner Koch
2023-05-10
4
-90
/
+122
*
kbx: Add extra flags to fopen for use by Windows.
Werner Koch
2023-05-10
2
-7
/
+7
*
build: Fix several "include file not found" problems
Ingo Klöcker
2021-11-14
1
-3
/
+3
*
sm: On Windows close the kbx files at several places.
Werner Koch
2021-03-02
3
-0
/
+27
*
sm: Remove unused function.
Werner Koch
2021-03-02
2
-13
/
+0
*
Merge branch 'wk/stable-2.2-global-options' into STABLE-BRANCH-2-2
Werner Koch
2020-12-18
1
-3
/
+6
|
\
|
*
Backport of the new option parser from 2.3
Werner Koch
2020-12-04
1
-3
/
+6
*
|
kbx: Better error message in case of a crippled Libgcrypt.
Werner Koch
2020-12-02
1
-2
/
+10
|
/
*
w32: Support Unicode also for config files etc.
Werner Koch
2020-11-10
1
-1
/
+1
*
Replace most of the remaining stdio calls by estream calls.
Werner Koch
2020-10-21
8
-109
/
+119
*
Replace all calls to access by gnupg_access
Werner Koch
2020-10-21
2
-5
/
+8
*
kbx: Add bounds check to detect corrupt keyboxes.
Werner Koch
2020-09-22
1
-13
/
+118
*
gpg: Implement keybox compression run
Werner Koch
2019-08-23
2
-4
/
+10
*
kbx: Include deleted records into the --stats output.
Werner Koch
2019-08-23
1
-1
/
+6
*
kbx: Allow "gpgsm --faked-system-time" to kick off a compression run.
Werner Koch
2019-08-23
1
-2
/
+2
*
spelling: Fix "synchronize"
Daniel Kahn Gillmor
2019-06-24
1
-2
/
+2
*
kbx: Fix an endless loop under Windows due to an incomplete fix.
Werner Koch
2019-05-16
1
-2
/
+2
*
kbx: Fix deadlock in gpgsm on Windows due to a sharing violation.
Werner Koch
2019-05-16
3
-14
/
+42
*
gpg: Implement searching keys via keygrip.
Werner Koch
2019-01-29
4
-20
/
+203
*
kbx: Fix detection of corrupted keyblocks on 32 bit systems.
Werner Koch
2018-02-15
1
-8
/
+8
*
kbx: Simplify by removing custom memory functions.
Werner Koch
2017-12-22
4
-124
/
+3
*
Fix usage of ARGPARSE_OPTS.
NIIBE Yutaka
2017-07-19
1
-1
/
+1
*
Spelling fixes in docs and comments.
NIIBE Yutaka
2017-04-28
3
-4
/
+4
*
kbx: Unify blob reading functions.
Werner Koch
2017-04-01
5
-37
/
+54
*
gpg: Avoid multiple open calls to the keybox file.
Werner Koch
2017-03-31
1
-2
/
+7
*
gpg: Remove the use of the signature information from a KBX.
Werner Koch
2017-03-30
6
-39
/
+16
*
Remove -I option to common.
NIIBE Yutaka
2017-03-07
6
-7
/
+7
*
Clean up word replication.
Yuri Chornoivan
2017-02-21
1
-2
/
+2
*
common: Rename keybox_file_rename to gnupg_rename_file.
Werner Koch
2016-11-16
3
-69
/
+3
*
Change all http://www.gnu.org in license notices to https://
Werner Koch
2016-11-05
13
-13
/
+13
*
Fix more spelling
Daniel Kahn Gillmor
2016-09-17
1
-1
/
+1
*
Portability build fix.
Ben Kibbey
2016-09-10
1
-1
/
+2
*
Call log_set_prefix() with human-readable labels.
Daniel Kahn Gillmor
2016-08-12
1
-1
/
+1
*
Cleanup initialization of libgcrypt.
Ben Kibbey
2016-08-09
1
-8
/
+0
*
kbx: Add missing header file.
Justus Winter
2016-08-03
1
-0
/
+1
*
gpg,gpgsm: Block signals during keyring/keybox update.
Werner Koch
2016-08-03
3
-53
/
+79
*
g10: Fix keybox-related memory leaks.
Justus Winter
2016-06-30
1
-5
/
+19
*
Replace use of opt.homedir by accessor functions.
Werner Koch
2016-06-07
1
-1
/
+0
*
kbx: Avoid undefined behavior.
Justus Winter
2016-03-07
1
-1
/
+1
*
kbx,w32: Use shorter retry intervals for keybox_file_rename.
Werner Koch
2016-01-15
1
-9
/
+4
*
w32: Fix deadlock introduced by keybox_file_rename.
Werner Koch
2016-01-14
1
-14
/
+30
*
kbx: New function keybox_file_rename to replace rename.
Werner Koch
2016-01-14
3
-12
/
+71
*
kbx: Add function keybox_tmp_names to avoid code duplication.
Werner Koch
2016-01-14
3
-73
/
+88
*
kbx: Change return type of search functions to gpg_error_t.
Werner Koch
2016-01-13
2
-8
/
+9
*
kbx: Improve and fix keybox_lock.
Werner Koch
2016-01-13
1
-15
/
+13
*
kbx: Implement keybox_lock for use by gpg.
Werner Koch
2016-01-13
3
-15
/
+55
[next]