aboutsummaryrefslogtreecommitdiffstats
path: root/common/estream.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix es_fopenmem and es_mopen bug.Werner Koch2011-01-181-1/+1
|
* 2010-09-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-09-011-1/+1
| | | | | | | * estream.c (_es_set_std_fd): Disable debug output.
* Fix for W32.Werner Koch2010-08-261-0/+2
|
* .Werner Koch2010-08-261-67/+136
|
* gpgconf does now work for Wince.Werner Koch2010-08-231-1/+84
|
* Reworked the posix and w32 exechelpers.Werner Koch2010-08-201-36/+435
|
* Fix regression in logging.Werner Koch2010-08-181-20/+37
| | | | | | Add a registry key to enable catch-all remote debugging for W32. Replace more stdio stuff by estream.
* Add code for a threaded LDAP access to replace the wrapper process.Werner Koch2010-08-021-1/+22
| | | | | Currently used for W32 and W32CE.
* Fixed couple of build problems. However the W32 version is currentlyWerner Koch2010-07-261-6/+6
| | | | | under work.
* Add new set_binary feature to estreamWerner Koch2010-07-241-0/+33
|
* Some work on porting dirmngr (unfinished)Werner Koch2010-07-161-12/+4
| | | | | Ported gpgtar to W32.
* 2010-06-10 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-06-101-1/+1
| | | | | | * server.c (SERVER_STDIN, SERVER_STDOUT): New macros. (gpgsm_server): Use them with assuan_fdopen.
* Add unfinished gpgtar.Werner Koch2010-06-071-3/+86
| | | | | Collected changes and ports of bug fixes from stable.
* Auto starting the agent does now work on CE.Werner Koch2010-05-041-26/+63
|
* More changes on the way to remove secring.gpg.Werner Koch2010-04-211-2/+13
|
* Whole lot of changes to support CE.Werner Koch2010-04-141-0/+3
|
* More chnages to use estream. Add a way to replace the standardWerner Koch2010-03-221-4/+37
| | | | | descriptors.
* Finished the bulk of changes to use estream in most places instead ofWerner Koch2010-03-151-35/+103
| | | | | stdio.
* Use a custom log handler for libassuan.Werner Koch2010-03-111-2/+4
|
* Change logging to use estream. The makes logging to a socket alsoWerner Koch2010-03-101-13/+54
| | | | | | work on Solaris etc. Further changes required.. This is just a first step.
* First steps towards the W32CE portWerner Koch2010-03-021-22/+88
|
* Add dummu option --passwd for gpg.Werner Koch2010-01-081-1/+1
| | | | | Collected changes.
* Update estream.Werner Koch2009-09-031-1/+39
|
* Reworked the estream memory buffer allocation.Werner Koch2009-06-291-35/+50
| | | | | Committed already posted patches for the v2 card.
* The variable is called RET and not RC.Werner Koch2009-06-291-4/+43
|
* Fixed stupid typo.Werner Koch2009-06-251-1/+1
|
* Fixed a bunch of little bugs as reported by Fabian Keil.Werner Koch2009-06-241-5/+7
| | | | | Still one problem left; marked with a gcc #warning.
* Fixed an fopen problem on Windows Vista.Werner Koch2009-06-031-51/+33
|
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-9/+26
|
* Start support of TCOS 3 cards.Werner Koch2008-06-261-1/+1
| | | | | | | Support restriction attribute. Fix utf-8 printing problems. Use AES by default.
* Updated estream.Werner Koch2007-08-221-224/+288
| | | | | More changes for Windows.
* Properly close files opened by es_fopen.Werner Koch2007-07-161-0/+1
| | | | | | Allow setting of an empty passphrase. Assorted W32 changes.
* Changed to GPLv3.Werner Koch2007-07-041-5/+3
| | | | | Removed intl/.
* Fixed a problem in estream-printf.c.Werner Koch2007-06-251-81/+294
| | | | | Changes for Windows (gpgsm -k does now work). Minor cleanups.
* A whole bunch of changes to allow building for Windows.Werner Koch2007-06-141-15/+14
| | | | | See the ChangeLogs for details.
* First steps towards supporting W32.Werner Koch2007-06-061-31/+37
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* Use estream_asprintf instead of the GNU asprintf.Werner Koch2007-05-151-121/+22
|
* Changes to let the key listing use estream to help systems withoutWerner Koch2007-03-191-1/+190
| | | | | funopen.
* No more warnings for AMD64 (at least when cross-compiling). Thus tehre is aWerner Koch2006-11-211-3/+0
| | | | | | | good chance that gpg2 will now work. Other cleanups. Updated gettext.
* Made some PIN pads work.Werner Koch2006-11-201-1/+12
| | | | | Some cleanups for 64 bit CPUs.
* Pth tweaks and improved estream.cWerner Koch2006-10-171-2/+93
|
* Changed HTTP API.Werner Koch2006-08-141-7/+131
|
* Added http.c from 1.4. Werner Koch2006-08-111-11/+14
| | | | | Added support for estream and gnutls.
* Updated FSF's address.Werner Koch2006-06-201-18/+19
|
* gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch2005-06-161-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 Koch2005-06-031-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 Schulte2005-01-261-0/+2609
* Makefile.am (libcommon_a_SOURCES): New source files: estream.c, estream.h. * estream.c, estream.h: New files.