Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-01-18 | Fix es_fopenmem and es_mopen bug. | Werner Koch | 1 | -1/+1 | |
2011-01-18 | Fix computation of NEWSIZE in es_func_mem_write. | Werner Koch | 1 | -1/+1 | |
The function used to fail and return EINVAL when enlarging the buffer. | |||||
2010-09-01 | 2010-09-01 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -1/+1 | |
* estream.c (_es_set_std_fd): Disable debug output. | |||||
2010-08-26 | Fix for W32. | Werner Koch | 1 | -0/+2 | |
2010-08-26 | . | Werner Koch | 1 | -67/+136 | |
2010-08-23 | gpgconf does now work for Wince. | Werner Koch | 1 | -1/+84 | |
2010-08-20 | Reworked the posix and w32 exechelpers. | Werner Koch | 1 | -36/+435 | |
2010-08-18 | Fix regression in logging. | Werner Koch | 1 | -20/+37 | |
Add a registry key to enable catch-all remote debugging for W32. Replace more stdio stuff by estream. | |||||
2010-08-02 | Add code for a threaded LDAP access to replace the wrapper process. | Werner Koch | 1 | -1/+22 | |
Currently used for W32 and W32CE. | |||||
2010-07-26 | Fixed couple of build problems. However the W32 version is currently | Werner Koch | 1 | -6/+6 | |
under work. | |||||
2010-07-24 | Add new set_binary feature to estream | Werner Koch | 1 | -0/+33 | |
2010-07-16 | Some work on porting dirmngr (unfinished) | Werner Koch | 1 | -12/+4 | |
Ported gpgtar to W32. | |||||
2010-06-10 | 2010-06-10 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -1/+1 | |
* server.c (SERVER_STDIN, SERVER_STDOUT): New macros. (gpgsm_server): Use them with assuan_fdopen. | |||||
2010-06-07 | Add unfinished gpgtar. | Werner Koch | 1 | -3/+86 | |
Collected changes and ports of bug fixes from stable. | |||||
2010-05-04 | Auto starting the agent does now work on CE. | Werner Koch | 1 | -26/+63 | |
2010-04-21 | More changes on the way to remove secring.gpg. | Werner Koch | 1 | -2/+13 | |
2010-04-14 | Whole lot of changes to support CE. | Werner Koch | 1 | -0/+3 | |
2010-03-22 | More chnages to use estream. Add a way to replace the standard | Werner Koch | 1 | -4/+37 | |
descriptors. | |||||
2010-03-15 | Finished the bulk of changes to use estream in most places instead of | Werner Koch | 1 | -35/+103 | |
stdio. | |||||
2010-03-11 | Use a custom log handler for libassuan. | Werner Koch | 1 | -2/+4 | |
2010-03-10 | Change logging to use estream. The makes logging to a socket also | Werner Koch | 1 | -13/+54 | |
work on Solaris etc. Further changes required.. This is just a first step. | |||||
2010-03-02 | First steps towards the W32CE port | Werner Koch | 1 | -22/+88 | |
2010-01-08 | Add dummu option --passwd for gpg. | Werner Koch | 1 | -1/+1 | |
Collected changes. | |||||
2009-09-03 | Update estream. | Werner Koch | 1 | -1/+39 | |
2009-06-29 | Reworked the estream memory buffer allocation. | Werner Koch | 1 | -35/+50 | |
Committed already posted patches for the v2 card. | |||||
2009-06-29 | The variable is called RET and not RC. | Werner Koch | 1 | -4/+43 | |
2009-06-25 | Fixed stupid typo. | Werner Koch | 1 | -1/+1 | |
2009-06-24 | Fixed a bunch of little bugs as reported by Fabian Keil. | Werner Koch | 1 | -5/+7 | |
Still one problem left; marked with a gcc #warning. | |||||
2009-06-03 | Fixed an fopen problem on Windows Vista. | Werner Koch | 1 | -51/+33 | |
2008-10-20 | Marked all unused args on non-W32 platforms. | Werner Koch | 1 | -9/+26 | |
2008-06-26 | Start support of TCOS 3 cards. | Werner Koch | 1 | -1/+1 | |
Support restriction attribute. Fix utf-8 printing problems. Use AES by default. | |||||
2007-08-22 | Updated estream. | Werner Koch | 1 | -224/+288 | |
More changes for Windows. | |||||
2007-07-16 | Properly close files opened by es_fopen. | Werner Koch | 1 | -0/+1 | |
Allow setting of an empty passphrase. Assorted W32 changes. | |||||
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -5/+3 | |
Removed intl/. | |||||
2007-06-25 | Fixed a problem in estream-printf.c. | Werner Koch | 1 | -81/+294 | |
Changes for Windows (gpgsm -k does now work). Minor cleanups. | |||||
2007-06-14 | A whole bunch of changes to allow building for Windows. | Werner Koch | 1 | -15/+14 | |
See the ChangeLogs for details. | |||||
2007-06-06 | First steps towards supporting W32. | Werner Koch | 1 | -31/+37 | |
This is mainly source code reorganization. Update gnulib. g10/ does currently not build. | |||||
2007-05-15 | Use estream_asprintf instead of the GNU asprintf. | Werner Koch | 1 | -121/+22 | |
2007-03-19 | Changes to let the key listing use estream to help systems without | Werner Koch | 1 | -1/+190 | |
funopen. | |||||
2006-11-21 | No more warnings for AMD64 (at least when cross-compiling). Thus tehre is a | Werner Koch | 1 | -3/+0 | |
good chance that gpg2 will now work. Other cleanups. Updated gettext. | |||||
2006-11-20 | Made some PIN pads work. | Werner Koch | 1 | -1/+12 | |
Some cleanups for 64 bit CPUs. | |||||
2006-10-17 | Pth tweaks and improved estream.c | Werner Koch | 1 | -2/+93 | |
2006-08-14 | Changed HTTP API. | Werner Koch | 1 | -7/+131 | |
2006-08-11 | Added http.c from 1.4. | Werner Koch | 1 | -11/+14 | |
Added support for estream and gnutls. | |||||
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -18/+19 | |
2005-06-16 | gcc-4 defaults forced me to edit many many files to get rid of the | Werner Koch | 1 | -10/+11 | |
char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now. | |||||
2005-06-03 | * command.c (cmd_updatestartuptty): New. | Werner Koch | 1 | -3/+7 | |
* gpg-agent.c: New option --write-env-file. * gpg-agent.c (handle_connections): Make sure that the signals we are handling are not blocked.Block signals while creating new threads. * estream.c: Use HAVE_CONFIG_H and not USE_CONFIG_H! (es_func_fd_read, es_func_fd_write): Protect against EINTR. * gpg-agent.texi (Agent UPDATESTARTUPTTY): New. * scdaemon.c (handle_connections): Make sure that the signals we are handling are not blocked.Block signals while creating new threads. (handle_connections): Include the file descriptor into the name of the thread. | |||||
2005-01-26 | 2005-01-26 Moritz Schulte <[email protected]> | Moritz Schulte | 1 | -0/+2609 | |
* Makefile.am (libcommon_a_SOURCES): New source files: estream.c, estream.h. * estream.c, estream.h: New files. |