Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A bunch of minor changes | Werner Koch | 2009-12-21 | 1 | -1/+1 |
| | |||||
* | Update estream. | Werner Koch | 2009-09-03 | 1 | -1/+39 |
| | |||||
* | Reworked the estream memory buffer allocation. | Werner Koch | 2009-06-29 | 1 | -35/+50 |
| | | | | | Committed already posted patches for the v2 card. | ||||
* | The variable is called RET and not RC. | Werner Koch | 2009-06-29 | 1 | -4/+43 |
| | |||||
* | Fixed stupid typo. | Werner Koch | 2009-06-25 | 1 | -1/+1 |
| | |||||
* | Fixed a bunch of little bugs as reported by Fabian Keil. | Werner Koch | 2009-06-24 | 1 | -5/+7 |
| | | | | | Still one problem left; marked with a gcc #warning. | ||||
* | Fixed an fopen problem on Windows Vista. | Werner Koch | 2009-06-03 | 1 | -51/+33 |
| | |||||
* | Marked all unused args on non-W32 platforms. | Werner Koch | 2008-10-20 | 1 | -9/+26 |
| | |||||
* | Start support of TCOS 3 cards. | Werner Koch | 2008-06-26 | 1 | -1/+1 |
| | | | | | | | Support restriction attribute. Fix utf-8 printing problems. Use AES by default. | ||||
* | Updated estream. | Werner Koch | 2007-08-22 | 1 | -224/+288 |
| | | | | | More changes for Windows. | ||||
* | Properly close files opened by es_fopen. | Werner Koch | 2007-07-16 | 1 | -0/+1 |
| | | | | | | Allow setting of an empty passphrase. Assorted W32 changes. | ||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -5/+3 |
| | | | | | Removed intl/. | ||||
* | Fixed a problem in estream-printf.c. | Werner Koch | 2007-06-25 | 1 | -81/+294 |
| | | | | | Changes for Windows (gpgsm -k does now work). Minor cleanups. | ||||
* | A whole bunch of changes to allow building for Windows. | Werner Koch | 2007-06-14 | 1 | -15/+14 |
| | | | | | See the ChangeLogs for details. | ||||
* | First steps towards supporting W32. | Werner Koch | 2007-06-06 | 1 | -31/+37 |
| | | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build. | ||||
* | Use estream_asprintf instead of the GNU asprintf. | Werner Koch | 2007-05-15 | 1 | -121/+22 |
| | |||||
* | Changes to let the key listing use estream to help systems without | Werner Koch | 2007-03-19 | 1 | -1/+190 |
| | | | | | funopen. | ||||
* | No more warnings for AMD64 (at least when cross-compiling). Thus tehre is a | Werner Koch | 2006-11-21 | 1 | -3/+0 |
| | | | | | | | good chance that gpg2 will now work. Other cleanups. Updated gettext. | ||||
* | Made some PIN pads work. | Werner Koch | 2006-11-20 | 1 | -1/+12 |
| | | | | | Some cleanups for 64 bit CPUs. | ||||
* | Pth tweaks and improved estream.c | Werner Koch | 2006-10-17 | 1 | -2/+93 |
| | |||||
* | Changed HTTP API. | Werner Koch | 2006-08-14 | 1 | -7/+131 |
| | |||||
* | Added http.c from 1.4. | Werner Koch | 2006-08-11 | 1 | -11/+14 |
| | | | | | Added support for estream and gnutls. | ||||
* | Updated FSF's address. | Werner Koch | 2006-06-20 | 1 | -18/+19 |
| | |||||
* | gcc-4 defaults forced me to edit many many files to get rid of the | Werner Koch | 2005-06-16 | 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. | ||||
* | * command.c (cmd_updatestartuptty): New. | Werner Koch | 2005-06-03 | 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 Moritz Schulte <[email protected]> | Moritz Schulte | 2005-01-26 | 1 | -0/+2609 |
* Makefile.am (libcommon_a_SOURCES): New source files: estream.c, estream.h. * estream.c, estream.h: New files. |