aboutsummaryrefslogtreecommitdiffstats
path: root/src/mkerrors (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-05Switched to LGPLv3.libassuan-1.0.2Werner Koch1-4/+2
2006-10-16Mapped another error.Werner Koch1-0/+2
2006-09-19Fixed problems Nelson H. F. Beebe reported when doing build tests on severalWerner Koch1-6/+5
platforms.
2006-09-192006-09-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* mkerrors (_assuan_error): Change return type to assuan_error_t. * assuan-buffer.c (_assuan_read_line): Change return type to assuan_error_t. Map returned value of -1. (_assuan_write_line): Change type of RC to assuan_error_t. * assuan-defs.h (_assuan_read_line, _assuan_error): Likewise for prototypes.
2006-09-13More tweaks for descriptor passing.Werner Koch1-2/+2
gpg-connect-agent may now be used as a test program.
2006-09-06Changes to support gpg-error style error codes.Werner Koch1-8/+149
2005-10-24Fixed and clarified copyright noticesWerner Koch1-1/+1
2005-08-09* mkerrors: Include config.h into assuan-errors.c. This isWerner Koch1-0/+4
required so that assuan.h knows about the W32 macro. * assuan.h [_ASSUAN_EXT_SYM_PREFIX]: New. * assuan-io.c [_ASSUAN_NO_PTH]: New. * assuan-pipe-connect.c (fix_signals) [_ASSUAN_NO_FIXED_SIGNALS]: New. (assuan_pipe_connect2) [_ASSUAN_USE_DOUBLE_FORK]: Use double fork. (fix_signals) [_ASSUAN_USE_DOUBLE_FORK]: Do not wait..
2003-07-03 * mkerrors: Kludge to print libgpg-error values in an easierWerner Koch1-2/+13
readable way.
2002-07-30Changed the lincese for Assuan to LGPL.V0-3-10NEWPG-0-3-10Werner Koch1-13/+13
2001-11-07Assuan server mode is now basically usableWerner Koch1-1/+1
2001-11-06gpgsm does now build and a dummy server can be started.Werner Koch1-0/+71