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
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
/
common
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* homedir.c: New. Use CSIDL_APPDATA for W32 as the default home
Werner Koch
2004-12-21
2
-1
/
+42
*
* gpg-agent.c (main): Use default_homedir().
Werner Koch
2004-12-21
6
-7
/
+70
*
* configure.ac: Add PATHSEP_C and PATHSEP_S. For W32 let all
Werner Koch
2004-12-20
4
-1
/
+17
*
* call-scd.c (init_membuf, put_membuf, get_membuf): Removed. We
Werner Koch
2004-12-20
2
-0
/
+9
*
* maperror.c (map_assuan_err_with_source): Oops, args were swapped.
Werner Koch
2004-12-19
2
-1
/
+5
*
* configure.ac (AH_BOTTOM): Define EXEEXT_S.
Werner Koch
2004-12-18
1
-1
/
+1
*
Avoid the " map_to_assuan_status called with no error source" diagnostic.
Werner Koch
2004-12-18
5
-10
/
+20
*
A whole bunch of changes to allow building for W32.
Werner Koch
2004-12-15
9
-83
/
+385
*
VArious hacks to make it at least build under W32.
Werner Koch
2004-12-13
1
-0
/
+2
*
* asshelp.c (send_pinentry_environment) [W32]: Do not use ttyname.
Werner Koch
2004-12-07
2
-0
/
+9
*
* exechelp.h, exechelp.c: New. Based on code from ../sm/import.c.
Werner Koch
2004-12-06
4
-0
/
+280
*
Fixed copyright comments.
V1-9-13
Werner Koch
2004-12-03
2
-14
/
+21
*
First take on a W32 port
Werner Koch
2004-12-02
9
-1
/
+706
*
* b64enc.c: Include stdio.h and string.h
Werner Koch
2004-11-23
2
-0
/
+6
*
(simple_pwquery): Handle gpg-error style return
Werner Koch
2004-08-18
2
-2
/
+13
*
* Makefile.am (sm): Build kbx only if gpgsm is to be build.
Werner Koch
2004-07-20
2
-1
/
+4
*
* xreadline.c: New. Based on the iobuf_read_line function.
Werner Koch
2004-06-14
4
-0
/
+126
*
* util.h (xtrycalloc_secure,xtrymalloc_secure): New.
Werner Koch
2004-06-06
2
-1
/
+7
*
* sysutils.c (disable_core_dumps): Only set the current limit.
Werner Koch
2004-05-11
3
-7
/
+36
*
Removed this file from the CVS.
Werner Koch
2004-04-20
1
-37
/
+0
*
(copy_and_escape): Relaxed quoting.
Werner Koch
2004-04-13
2
-5
/
+11
*
(STATUS_NEWSIG): New.
Werner Koch
2004-04-05
2
-1
/
+6
*
* dynload.h [__MINGW32__]: Define RTLD_LAZY.
Werner Koch
2004-03-16
3
-2
/
+10
*
Preparing for a release
Werner Koch
2004-03-06
4
-1
/
+209
*
* protect-tool.c: New options --have-cert and --prompt.
Werner Koch
2004-02-19
2
-1
/
+10
*
* simple-pwquery.c (agent_open): Ignore an empty GPG_AGENT_INFO.
Werner Koch
2004-02-18
2
-1
/
+3
*
Added STATUS_IMPORT_OK.
Werner Koch
2004-02-17
2
-0
/
+5
*
minor cleanups
Werner Koch
2004-02-12
2
-3
/
+3
*
New. Based on code from ../sm/base64.c.
Werner Koch
2004-02-10
4
-2
/
+234
*
2004-01-30 Marcus Brinkmann <
[email protected]
>
Marcus Brinkmann
2004-01-30
4
-19
/
+52
*
Some minor bug fixes, new test utilities and started support for other
Werner Koch
2004-01-27
4
-1
/
+108
*
(map_assuan_err): Prepared for a new error code.
Werner Koch
2003-12-23
2
-11
/
+8
*
* gettime.c (asctimestamp): Add a note on a non-avoidable gcc warning.
Werner Koch
2003-12-17
4
-3
/
+40
*
Preparing for 1.9.2 release.
V1-9-2
Werner Koch
2003-11-17
2
-5
/
+4
*
Removed.
Werner Koch
2003-11-14
3
-40
/
+4
*
(vasprintf): Also fixed the prototype.
Werner Koch
2003-11-13
2
-1
/
+3
*
(vasprintf): ARGS should not be a pointer. Fixed
Werner Koch
2003-11-13
2
-2
/
+7
*
Mainly changes to adjust for the changed KSBA API.
Werner Koch
2003-11-12
3
-45
/
+4
*
* util.h (gnupg_isotime_t): New.
Werner Koch
2003-10-31
3
-0
/
+52
*
Merged most of David Shaw's changes in 1.3 since 2003-06-03.
Werner Koch
2003-09-23
4
-18
/
+30
*
(tty_fprintf): New.
Werner Koch
2003-09-18
3
-7
/
+64
*
2003-08-20 Marcus Brinkmann <
[email protected]
>
Marcus Brinkmann
2003-08-20
2
-2
/
+7
*
Add 'dynload.h' to Makefile.am.
Timo Schulz
2003-08-14
1
-1
/
+2
*
*** empty log message ***
Timo Schulz
2003-08-14
2
-8
/
+6
*
2003-08-14 Timo Schulz <
[email protected]
>
Timo Schulz
2003-08-14
2
-0
/
+75
*
This commit was manufactured by cvs2svn to create branch
Repo Admin
2003-08-05
17
-0
/
+4965
*
This commit was manufactured by cvs2svn to create branch
Repo Admin
2003-01-09
3
-0
/
+286
*
This commit was manufactured by cvs2svn to create branch
Repo Admin
2002-10-19
8
-1098
/
+0
*
2002-09-04 Neal H. Walfield <
[email protected]
>
Neal Walfield
2002-09-05
2
-1
/
+14
*
* errors.h: Added STATUS_IMPORT_PROBLEM.
Werner Koch
2002-08-21
2
-0
/
+5
[next]