Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port to npth.npth-4 | Marcus Brinkmann | 2012-01-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | Generate the ChangeLog from commit logs. | Werner Koch | 2011-12-01 | 1 | -0/+2 |
| | | | | | | | | | | | | | * scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * doc/HACKING: Describe the ChangeLog policy * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename all ChangeLog files to ChangeLog-2011. | ||||
* | Add LIBICONV to LDFLAGS. | Marcus Brinkmann | 2011-06-01 | 1 | -1/+1 |
| | |||||
* | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 2011-02-04 | 1 | -4/+3 |
| | | | | | | | | 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. | ||||
* | Merged jnlib into common. | Werner Koch | 2010-03-10 | 1 | -1/+1 |
| | |||||
* | Removed audit.h cruft which forced us to link against libksba. | Werner Koch | 2009-10-17 | 1 | -3/+2 |
| | | | | | There is no need for an audit file. | ||||
* | 2009-10-16 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2009-10-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: Check for libassuan instead of libassuan-pth. common/ 2009-10-16 Marcus Brinkmann <[email protected]> * Makefile.am (libcommon_a_CFLAGS): Use LIBASSUAN_CFLAGS instead of LIBASSUAN_PTH_CFLAGS. scd/ 2009-10-16 Marcus Brinkmann <[email protected]> * AM_CFLAGS, scdaemon_LDADD: Use libassuan instead of libassuan-pth. * scdaemon.c: Invoke ASSUAN_SYSTEM_PTH_IMPL. (main): Call assuan_set_system_hooks and assuan_sock_init. g13/ 2009-10-16 Marcus Brinkmann <[email protected]> * AM_CFLAGS, g13_LDADD: Use libassuan instead of libassuan-pth. * g13.c: Invoke ASSUAN_SYSTEM_PTH_IMPL. (main): Call assuan_set_system_hooks. agent/ 2009-10-16 Marcus Brinkmann <[email protected]> * gpg_agent_CFLAGS, gpg_agent_LDADD: Use libassuan instead of libassuan-pth. * gpg-agent.c: Invoke ASSUAN_SYSTEM_PTH_IMPL. (main): Call assuan_set_system_hooks and assuan_sock_init. Fix invocation of assuan_socket_connect. | ||||
* | po/ | Marcus Brinkmann | 2009-10-16 | 1 | -2/+3 |
| | | | | | | | | | | | | | | 2009-10-16 Marcus Brinkmann <[email protected]> * POTFILES.in: g10/encode.c was renamed to g10/encrypt.c, and encr-data.c was renamed to decrypt-data.c g13/ 2009-10-16 Marcus Brinkmann <[email protected]> * Makefile.am (AM_CFLAGS): Add $(KSBA_CFLAGS). (g13_LDADD): Add $(KSBA_LIBS). | ||||
* | Reworked the server commands. | Werner Koch | 2009-10-15 | 1 | -0/+1 |
| | | | | | | Track mounts. --create does now work as expected. | ||||
* | mount does now work in server and standalone mode. | Werner Koch | 2009-10-14 | 1 | -0/+1 |
| | | | | | Implemented a signal handler. | ||||
* | Keep on hacking on g13. A simple --create and --mount does now work. | Werner Koch | 2009-10-13 | 1 | -0/+2 |
| | | | | | A hacked up encfs is required. | ||||
* | Some changes to suport g13. | Werner Koch | 2009-09-30 | 1 | -6/+13 |
| | |||||
* | s/DOTLOCK/dotlock_t/. | Werner Koch | 2009-09-23 | 1 | -0/+35 |
Add some stuff for g13. |