aboutsummaryrefslogtreecommitdiffstats
path: root/src/assuan-client.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-08-24Preparing 1.0.3Werner Koch1-1/+1
2007-07-05Switched to LGPLv3.libassuan-1.0.2Werner Koch1-4/+2
2006-12-012006-12-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* assuan-client.c (assuan_transact): Also translate some of the legacy error codes.
2006-10-04Littel fix to make Cancel returns from pinnetry work again. Werner Koch1-1/+3
(At least with the forthcoming gnupg 1.9.91)
2006-09-282006-09-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-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-192006-09-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-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.
2006-09-14Preparing a new releaselibassuan-0.9.0Werner Koch1-2/+2
2006-09-13More tweaks for descriptor passing.Werner Koch1-1/+1
gpg-connect-agent may now be used as a test program.
2006-09-11Added stuff to the manual. Minor prototype cleanups.Werner Koch1-3/+3
2006-09-06Changes to support gpg-error style error codes.Werner Koch1-5/+5
2006-06-27Doc updates.Werner Koch1-1/+3
2005-10-24Fixed and clarified copyright noticesWerner Koch1-1/+2
2005-10-012005-10-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-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.
2005-03-22(struct assuan_io): Renamed elements READ andWerner Koch1-0/+3
WRITE to READFNC and WRITEFNC to avoid problems with read defined as macros. Changed callers. Noted by Ville Skytt��.
2004-11-242004-11-23 Timo Schulz <[email protected]>Timo Schulz1-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.
2002-07-30Changed the lincese for Assuan to LGPL.V0-3-10NEWPG-0-3-10Werner Koch1-13/+13
2002-03-06* 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 Koch1-0/+19
(assuan_transact): Pass it to the data callback.
2002-02-28* assuan-client.c (assuan_transact): Add 2 more arguments toWerner Koch1-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.
2002-01-14* assuan-client.c (_assuan_read_from_server): Skip spaces afterWerner Koch1-0/+6
the keyword.
2001-12-12* assuan-connect.c (assuan_pipe_connect): Implemented the initalWerner Koch1-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.
2001-12-05assuan-connect.c (assuan_pipe_connect): Add more error reporting.Werner Koch1-0/+180
assuan-client.c: New. assuan-inquire.c: New. assuan-handler.c (process_request): Check for nested invocations.