1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-14 00:19:50 +02:00
gnupg/agent
Marcus Brinkmann 3484457fbc Port to npth.
* configure.ac: Don't check for PTH but for NPTH.
(AH_BOTTOM): Remove PTH_SYSCALL_SOFT.
(have_pth): Rename to ...
(have_npth): ... this.
(USE_GNU_NPTH): Rename to ...
(USE_GNU_PTH): ... this.
* m4/npth.m4: New file.
* agent/Makefile.am, agent/cache.c, agent/call-pinentry.c,
agent/call-scd.c, agent/findkey.c, agent/gpg-agent.c,
agent/trustlist.c, common/Makefile.am, common/estream.c,
common/exechelp-posix.c, common/exechelp-w32.c,
common/exechelp-w32ce.c, common/http.c, common/init.c,
common/sysutils.c, dirmngr/Makefile.am, dirmngr/crlfetch.c,
dirmngr/dirmngr.c, dirmngr/dirmngr_ldap.c, dirmngr/ldap-wrapper-ce.c,
dirmngr/ldap-wrapper.c, dirmngr/ldap.c, g13/Makefile.am,
g13/call-gpg.c, g13/g13.c, g13/runner.c, scd/Makefile.am,
scd/apdu.c, scd/app.c, scd/ccid-driver.c, scd/command.c,
scd/scdaemon.c, tools/Makefile.am: Port to npth.
2012-01-25 14:13:17 +01:00
..
agent.h Amend the agent code with more comments. 2011-12-05 15:05:57 +01:00
cache.c Port to npth. 2012-01-25 14:13:17 +01:00
call-pinentry.c Port to npth. 2012-01-25 14:13:17 +01:00
call-scd.c Port to npth. 2012-01-25 14:13:17 +01:00
ChangeLog-2011 Generate the ChangeLog from commit logs. 2011-12-01 11:09:02 +01:00
command-ssh.c Improve ssh card key diagnostic message. 2011-11-28 10:48:25 +01:00
command.c Add the INQUIRE_MAXLEN status message. 2012-01-17 19:49:10 -05:00
cvt-openpgp.c Fix size_t vs int issues. 2011-06-01 21:43:30 +02:00
cvt-openpgp.h Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
divert-scd.c Fix usage of SHA-2 algorithm with OpenPGP cards. 2011-03-02 15:35:10 +01:00
findkey.c Port to npth. 2012-01-25 14:13:17 +01:00
genkey.c Allow no protection in pinentry-mode=loopback. 2011-09-13 08:33:43 +02:00
gpg-agent.c Port to npth. 2012-01-25 14:13:17 +01:00
keyformat.txt Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
learncard.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
Makefile.am Port to npth. 2012-01-25 14:13:17 +01:00
pkdecrypt.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
pksign.c Fix ECDSA 521 bit signing. 2011-02-07 14:38:39 +01:00
preset-passphrase.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
protect-tool.c Added gpg-agent OPTION "s2k-count". 2011-06-29 13:17:25 +02:00
protect.c Added gpg-agent OPTION "s2k-count". 2011-06-29 13:17:25 +02:00
t-protect.c Added gpg-agent OPTION "s2k-count". 2011-06-29 13:17:25 +02:00
trans.c Changed to GPLv3. 2007-07-04 19:49:40 +00:00
trustlist.c Port to npth. 2012-01-25 14:13:17 +01:00
w32main.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
w32main.h Changed to GPLv3. 2007-07-04 19:49:40 +00:00