aboutsummaryrefslogtreecommitdiffstats
path: root/src/assuan-client.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switched to LGPLv3.libassuan-1.0.2Werner Koch2007-07-051-4/+2
|
* 2006-12-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-12-011-1/+1
| | | | | | * assuan-client.c (assuan_transact): Also translate some of the legacy error codes.
* Littel fix to make Cancel returns from pinnetry work again. Werner Koch2006-10-041-1/+3
| | | | | (At least with the forthcoming gnupg 1.9.91)
* 2006-09-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-281-2/+2
| | | | | | | * assuan-client.c (assuan_transact): Do not convert error on status line, it is already a gpg-error. Do convert ASSUAN_Server_Fault.
* 2006-09-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-191-1/+2
| | | | | | | | | | * 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.
* Preparing a new releaselibassuan-0.9.0Werner Koch2006-09-141-2/+2
|
* More tweaks for descriptor passing.Werner Koch2006-09-131-1/+1
| | | | | gpg-connect-agent may now be used as a test program.
* Added stuff to the manual. Minor prototype cleanups.Werner Koch2006-09-111-3/+3
|
* Changes to support gpg-error style error codes.Werner Koch2006-09-061-5/+5
|
* Doc updates.Werner Koch2006-06-271-1/+3
|
* Fixed and clarified copyright noticesWerner Koch2005-10-241-1/+2
|
* 2005-10-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-011-3/+3
| | | | | | | | | * assuan-client.c (assuan_transact): Change LINE, S and D from unsigned char * to char * to silence gcc warning. * assuan-util.c (_assuan_log_sanitized_string): Add explicit cast to silence gcc warning. * assuan-inquire.c (assuan_inquire): Likewise.
* (struct assuan_io): Renamed elements READ andWerner Koch2005-03-221-0/+3
| | | | | | WRITE to READFNC and WRITEFNC to avoid problems with read defined as macros. Changed callers. Noted by Ville Skytt��.
* 2004-11-23 Timo Schulz <[email protected]>Timo Schulz2004-11-241-6/+6
| | | | | | | | | | | | | | | | | | * assuan-socket.c (_assuan_sock_connect): Get local port from the sun_path[] file. (_assuan_sock_bind): Write local port to the sun_path[] file. * assuan-socket-connect.c (assuan_socket_connect): Use DIRSEP_C for a better portability. (assuan-defs.h): Define DIRSEP_C. 2004-11-22 Timo Schulz <[email protected]> * assuan-io.c (_assuan_simple_read, _assuan_simple_write): W32 support. * assuan-socket.c (_assuan_close): New. (_assuan_sock_new): New. (_assuan_sock_bind): New.
* Changed the lincese for Assuan to LGPL.V0-3-10NEWPG-0-3-10Werner Koch2002-07-301-13/+13
|
* * assuan-client.c (_assuan_read_from_server): Detect END.V0-3-4V0-3-3V0-3-2NEWPG-0-3-4NEWPG-0-3-3NEWPG-0-3-2Werner Koch2002-03-061-0/+19
| | | | | (assuan_transact): Pass it to the data callback.
* * assuan-client.c (assuan_transact): Add 2 more arguments toWerner Koch2002-02-281-1/+21
| | | | | | | support status lines. Passing NULL yields the old behaviour. * assuan-handler.c (process_request): Flush data lines send without using the data fp.
* * assuan-client.c (_assuan_read_from_server): Skip spaces afterWerner Koch2002-01-141-0/+6
| | | | | the keyword.
* * assuan-connect.c (assuan_pipe_connect): Implemented the initalWerner Koch2001-12-121-6/+6
| | | | | | | | | | | | | | | handshake. * assuan-client.c (read_from_server): Renamed to (_assuan_read_from_server): this and made external. * assuan-listen.c (assuan_set_hello_line): New. (assuan_accept): Use a custom hello line is available. * assuan-buffer.c (assuan_read_line): New. (assuan_pending_line): New. (_assuan_write_line): Renamed to .. (assuan_write_line): this, made public and changed all callers.
* assuan-connect.c (assuan_pipe_connect): Add more error reporting.Werner Koch2001-12-051-0/+180
assuan-client.c: New. assuan-inquire.c: New. assuan-handler.c (process_request): Check for nested invocations.