Project:
GnuPG
Code Location:
git://git.gnupg.org/gnupg.gitmaster
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
Makefile.in aclocal.m4 autom4te.cache/ configure config.h.in config.h config.log config.status common/audit-events.h common/status-codes.h doc/gnupg.info* doc/stamp-vti doc/version.texi po/gnupg2.pot po/POTFILES stamp-h1 Makefile .deps/ keyserver/gpg2keys_mailto keyserver/gpg2keys_test tools/gpg-zip # Files created by make when not using a VPATH build *.o po/en@boldquot.insert-header po/en@boldquot.po po/en@quot.insert-header po/en@quot.po po/stamp-po po/remove-potcdate.sed po/gnupg.pot agent/gpg-agent agent/gpg-preset-passphrase agent/gpg-protect-tool agent/t-protect common/libcommon.a common/libcommonpth.a common/libgpgrl.a common/libsimple-pwquery.a common/t-b64 common/t-convert common/t-exechelp common/t-gettime common/t-helpfile common/t-percent common/t-session-env common/t-sexputil common/t-sysutils common/t-stringhelp common/t-timestuff common/t-ssh-utils common/t-dns-cert common/t-openpgp-oid doc/addgnupghome.8 doc/applygnupgdefaults.8 doc/faq.html doc/faq.raw.xref doc/gnupg-card-architecture.eps doc/gnupg-card-architecture.pdf doc/gnupg-card-architecture.png doc/gnupg.7 doc/gpg-agent.1 doc/gpg-connect-agent.1 doc/gpg-preset-passphrase.1 doc/gpg-zip.1 doc/gpg2.1 doc/gpgconf.1 doc/gpgparsemail.1 doc/gpgsm-gencert.sh.1 doc/gpgsm.1 doc/gpgv2.1 doc/scdaemon.1 doc/dirmngr-client.1 doc/dirmngr.8 doc/symcryptrun.1 doc/watchgnupg.1 doc/yat2m doc/yat2m-stamp g10/gpg2 g10/gpgv2 g10/t-rmd160 gl/alloca.h gl/libgnu.a jnlib/libjnlib.a jnlib/t-stringhelp kbx/kbxutil kbx/libkeybox.a keyserver/gpg2keys_curl keyserver/gpg2keys_finger keyserver/gpg2keys_hkp keyserver/gpg2keys_kdns keyserver/gpg2keys_ldap scd/gnupg-pcsc-wrapper scd/scdaemon sm/gpgsm g13/g13 dirmngr/dirmngr dirmngr/dirmngr-client dirmngr/dirmngr_ldap dirmngr/no-libgcrypt.c tests/asschk tests/gpg-agent.conf tests/gpg.conf tests/gpgsm.conf tests/inittests.stamp tests/private-keys-v1.d/ tests/pubring.kbx tests/testdir.stamp tests/trustlist.txt tests/openpgp/data-32000 tests/openpgp/data-500 tests/openpgp/data-80000 tests/openpgp/data-9000 tests/openpgp/gpg-agent.conf tests/openpgp/gpg_dearmor tests/openpgp/plain-1 tests/openpgp/plain-2 tests/openpgp/plain-3 tests/openpgp/plain-large tests/openpgp/prepared.stamp tests/openpgp/pubring.gpg tests/openpgp/pubring.pkr tests/openpgp/secring.gpg tests/openpgp/secring.skr tests/openpgp/private-keys-v1.d/ tests/openpgp/*.log tests/openpgp/trustdb.gpg tests/openpgp/gpg.conf tests/openpgp/random_seed tests/openpgp/z tests/pkits/ReadMe.txt tests/pkits/certpairs/ tests/pkits/certs/ tests/pkits/crls/ tests/pkits/gpg-agent.conf tests/pkits/gpgsm.conf tests/pkits/inittests.stamp tests/pkits/pkcs12/ tests/pkits/pkits.ldif tests/pkits/pkits.schema tests/pkits/policies.txt tests/pkits/smime/ tests/pkits/testdir.stamp tests/pkits/trustlist.txt tools/clean-sat tools/gpg-check-pattern tools/gpg-connect-agent tools/gpgconf tools/gpgkey2ssh tools/gpgparsemail tools/gpgsplit tools/make-dns-cert tools/mk-tdata tools/symcryptrun tools/watchgnupg tools/gpgtar private-keys-v1.d/ x.parm
