Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change all quotes in strings and comments to the new GNU standard. | Werner Koch | 2012-06-05 | 1 | -20/+20 |
| | | | | | | | | | | | | | | | | | | | The asymmetric quotes used by GNU in the past (`...') don't render nicely on modern systems. We now use two \x27 characters ('...'). The proper solution would be to use the correct Unicode symmetric quotes here. However this has the disadvantage that the system requires Unicode support. We don't want that today. If Unicode is available a generated po file can be used to output proper quotes. A simple sed script like the one used for en@quote is sufficient to change them. The changes have been done by applying sed -i "s/\`\([^'\`]*\)'/'\1'/g" to most files and fixing obvious problems by hand. The msgid strings in the po files were fixed with a similar command. | ||||
* | common: Add a global variable to for the default error source. | Werner Koch | 2012-02-06 | 1 | -0/+1 |
| | | | | | | | | | | | | | | For the shared code parts it is cumbersome to pass an error sourse variable to each function. Its value is always a constant for a given binary and thus a global variable makes things a lot easier than the former macro stuff. * common/init.c (default_errsource): New global var. (init_common_subsystems): Rename to _init_common_subsystems. Set DEFAULT_ERRSOURCE. * common/init.h: Assert value of GPG_ERR_SOURCE_DEFAULT. (init_common_subsystems): New macro. * common/util.h (default_errsource): Add declaration. * kbx/keybox-defs.h: Add some GPG_ERR_SOURCE_DEFAULT trickery. | ||||
* | Port LDAP wrapper to NPTH. | Marcus Brinkmann | 2012-01-25 | 1 | -17/+17 |
| | | | | | * agent/gpg-agent.c (handle_connections): Handle error. * dirmngr/dirmngr_ldap.c, dirmngr/ldap-wrapper-ce.c: Port to NPTH. | ||||
* | Port to npth. | Marcus Brinkmann | 2012-01-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 2011-02-04 | 1 | -19/+18 |
| | | | | | | | | We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again. | ||||
* | Fixed LDAP access on CE | Werner Koch | 2010-08-13 | 1 | -30/+70 |
| | |||||
* | Fix regressions on POSIX | Werner Koch | 2010-08-03 | 1 | -3/+3 |
| | | | | | | | | -This line, and those below, will be ignored-- M dirmngr/dirmngr_ldap.c M dirmngr/ChangeLog | ||||
* | Add code for a threaded LDAP access to replace the wrapper process. | Werner Koch | 2010-08-02 | 1 | -43/+39 |
| | | | | | Currently used for W32 and W32CE. | ||||
* | Fixed couple of build problems. However the W32 version is currently | Werner Koch | 2010-07-26 | 1 | -8/+8 |
| | | | | | under work. | ||||
* | Some work on the dirmngr | Werner Koch | 2010-07-26 | 1 | -85/+126 |
| | |||||
* | Add new set_binary feature to estream | Werner Koch | 2010-07-24 | 1 | -7/+6 |
| | |||||
* | Some work on porting dirmngr (unfinished) | Werner Koch | 2010-07-16 | 1 | -10/+14 |
| | | | | | Ported gpgtar to W32. | ||||
* | Make it build on W32 again. | Werner Koch | 2010-06-28 | 1 | -17/+1 |
| | |||||
* | Merged Dirmngr with GnuPG. | Werner Koch | 2010-06-09 | 1 | -0/+646 |
A few code changes to support dirmngr. |