Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-04-13 | 2010-04-13 Marcus Brinkmann <marcus@g10code.de> | Marcus Brinkmann | 2 | -1/+9 | |
* POTFILES.in: Replace common/exechelp.c by common/exechelp-posix.c, common/exechelp-w32.c and common/exechelp-w32ce.c. | |||||
2010-04-01 | Use gpg_err_set_errno to assign values to ERRNO. | Werner Koch | 18 | -41/+45 | |
2010-03-29 | Minor cleanups | Werner Koch | 10 | -50/+61 | |
2010-03-24 | More changes for CE. gpgsm does now build and run a keylisting. | Werner Koch | 28 | -328/+594 | |
2010-03-22 | Reorganized the exechelp code. | Werner Koch | 5 | -329/+1274 | |
2010-03-22 | Code cleanup. | Werner Koch | 2 | -75/+32 | |
2010-03-22 | More chnages to use estream. Add a way to replace the standard | Werner Koch | 33 | -78/+241 | |
descriptors. | |||||
2010-03-15 | Builds again for W32. | Werner Koch | 8 | -17/+39 | |
2010-03-15 | Finished the bulk of changes to use estream in most places instead of | Werner Koch | 32 | -711/+824 | |
stdio. | |||||
2010-03-11 | Use a custom log handler for libassuan. | Werner Koch | 22 | -83/+165 | |
2010-03-10 | Change logging to use estream. The makes logging to a socket also | Werner Koch | 5 | -122/+175 | |
work on Solaris etc. Further changes required.. This is just a first step. | |||||
2010-03-10 | Merged jnlib into common. | Werner Koch | 79 | -138/+262 | |
2010-03-09 | Fix for latest libgpg-error. | Werner Koch | 2 | -8/+31 | |
2010-03-08 | Removed almost al dup calls. | Werner Koch | 14 | -84/+89 | |
2010-03-08 | Use macros for iobuf ioctls. | Werner Koch | 16 | -94/+103 | |
2010-03-08 | More cleanups | Werner Koch | 2 | -100/+53 | |
2010-03-08 | Remove unused code. | Werner Koch | 2 | -132/+28 | |
2010-03-08 | Replace use stdio by estream functions. | Werner Koch | 13 | -199/+243 | |
2010-03-08 | Changes required to use estream in gpgsm. | Werner Koch | 3 | -6/+16 | |
2010-03-02 | First steps towards the W32CE port | Werner Koch | 17 | -111/+406 | |
2010-03-01 | Finished jnlib port to CE. | Werner Koch | 5 | -2/+219 | |
2010-02-26 | First batch of changes to support W32CE. | Werner Koch | 25 | -1800/+524 | |
Note that jnlib/w32-reg.c is not yet ready. | |||||
2010-02-26 | Some minor changes and typo fixes. | Werner Koch | 8 | -20/+120 | |
Started to implement a TCP option in gpg-connect-agent. | |||||
2010-02-17 | Provide default strings for the pinentry. | Werner Koch | 2 | -3/+38 | |
2010-02-17 | Fix bug#1186. | Werner Koch | 2 | -1/+6 | |
2010-02-11 | Link to the bug tracker in the gpg man page. | Werner Koch | 2 | -8/+8 | |
2010-02-02 | Various changes to eventually support openpgp keys in pgp-agent. | Werner Koch | 23 | -1081/+1122 | |
Comment fixes. Minor chnages in preparation of a W32CE port. | |||||
2010-01-26 | Fixed a regression introduced with 2.0.14. | Werner Koch | 2 | -13/+24 | |
2010-01-09 | Re-indent | Werner Koch | 4 | -3220/+3459 | |
2010-01-08 | Add dummu option --passwd for gpg. | Werner Koch | 26 | -71/+248 | |
Collected changes. | |||||
2009-12-18 | Fix bug 1146 | Werner Koch | 2 | -6/+9 | |
2009-12-17 | Fix bug#1059 (missing status line signature verification done with a | Werner Koch | 2 | -1/+8 | |
subkey while on the main key has expired). | |||||
2009-12-17 | Implement --faked-systrem-time for gpg. | Werner Koch | 8 | -12/+49 | |
Typo and comment fixes. | |||||
2009-12-15 | Do not use the VMC C reserved word readonly. | Werner Koch | 8 | -19/+27 | |
2009-12-15 | Fix bug#1162: error creating home directory | Werner Koch | 2 | -2/+8 | |
2009-12-14 | Implement dynamic S2K count computation. | Werner Koch | 6 | -5/+190 | |
2009-12-14 | add new gpgsm server command PASSWD | Werner Koch | 2 | -1/+39 | |
2009-12-10 | Add option --cert-extension. | Werner Koch | 6 | -4/+47 | |
2009-12-08 | 2009-12-08 Marcus Brinkmann <marcus@g10code.de> | Marcus Brinkmann | 2 | -1/+10 | |
* Makefile.am (audit-events.h, status.h) [!MAINTAINER_MODE]: No longer include these rules if not in maintainer mode. | |||||
2009-12-08 | Unification of the search descriptor usage. | Werner Koch | 32 | -599/+501 | |
2009-12-08 | Support CERT records via ADNS | Werner Koch | 5 | -11/+121 | |
2009-12-08 | common/ | Marcus Brinkmann | 10 | -14/+29 | |
2009-12-08 Marcus Brinkmann <marcus@g10code.de> * asshelp.c (start_new_gpg_agent): Convert posix FD to assuan FD. agent/ 2009-12-08 Marcus Brinkmann <marcus@g10code.de> * call-pinentry.c (start_pinentry): Convert posix fd to assuan fd. * call-scd.c (start_scd): Likewise. sm/ 2009-12-08 Marcus Brinkmann <marcus@g10code.de> * call-dirmngr.c (start_dirmngr_ext): Convert posix fd to assuan fd. tools/ 2009-12-08 Marcus Brinkmann <marcus@g10code.de> * gpg-connect-agent.c (main): Convert posix fd to assuan fd. | |||||
2009-12-08 | 2009-12-08 Marcus Brinkmann <marcus@g10code.de> | Marcus Brinkmann | 3 | -2/+9 | |
* asshelp.c (start_new_gpg_agent) [HAVE_W32_SYSTEM]: Add missing argument in assuan_socket_connect invocation. * iobuf.c (iobuf_open_fd_or_name): Fix type of FD in function declaration. | |||||
2009-12-07 | Fix last configure change. | Werner Koch | 3 | -5/+7 | |
2009-12-07 | Use ADNS for PKA and SRV records if no other resolver is available. | Werner Koch | 9 | -189/+362 | |
2009-12-04 | allow for default algorithms in a gpg parameter file | Werner Koch | 5 | -39/+104 | |
2009-12-04 | Fix possible problem with chnages status.h and VBUILDS. | Werner Koch | 2 | -2/+11 | |
2009-12-03 | support numeric debug levels. | Werner Koch | 14 | -60/+237 | |
2009-12-02 | Fix usage of realloc. | Werner Koch | 2 | -1/+9 | |
2009-12-02 | More stuff for the audit-log. | Werner Koch | 11 | -62/+406 | |