aboutsummaryrefslogtreecommitdiffstats
path: root/assuan/assuan-connect.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed assuan because we now use libassuanWerner Koch2003-04-291-54/+0
|
* Changed the lincese for Assuan to LGPL.Werner Koch2002-07-301-13/+13
|
* * assuan-connect.c: Move all except assuan_get_pid to...Werner Koch2002-01-211-201/+9
| | | | | | | | | | | | | | | | | * assuan-pipe-connect.c: this. (assuan_pipe_disconnect): Removed. (do_finish, do_deinit): New (assuan_pipe_connect): and set them into the context. * assuan-socket-connect.c: New. * assuan-util.c (_assuan_log_sanitized_string): New. * assuan-pipe-server.c (assuan_init_pipe_server): Factored most code out to ... (_assuan_new_context): new func. (_assuan_release_context): New * assuan-connect.c (assuan_pipe_connect): Use the new functions.
* * assuan-buffer.c (_assuan_read_line): Add output logging.Werner Koch2002-01-191-3/+3
| | | | | | | | | | | | | | | | | | | (assuan_write_line): Ditto. (_assuan_cookie_write_data): Ditto. (_assuan_cookie_write_flush): Ditto. * assuan-util.c (_assuan_log_print_buffer): New. (assuan_set_log_stream): New. (assuan_begin_confidential): New. (assuan_end_confidential): New. * assuan-defs.h: Add a few handler variables. * assuan-pipe-server.c (assuan_deinit_pipe_server): Removed. (deinit_pipe_server): New. (assuan_deinit_server): New. Changed all callers to use this. * assuan-listen.c (assuan_accept): Use the accept handler. * assuan-handler.c (process_request): Use the close Handler. * assuan-socket-server.c: New.
* assuan/Marcus Brinkmann2001-12-191-3/+14
| | | | | | | | | | | | | | | | | | | 2001-12-14 Marcus Brinkmann <[email protected]> * assuan-buffer.c (_assuan_read_line): New variable ATTICLEN, use it to save the length of the attic line. Rediddle the code a bit to make it more clear what happens. agent/ 2001-12-19 Marcus Brinkmann <[email protected]> * query.c (start_pinentry): Add new argument to assuan_pipe_connect. sm/ 2001-12-19 Marcus Brinkmann <[email protected]> * call-agent.c (start_agent): Add new argument to assuan_pipe_connect.
* * assuan-connect.c (assuan_pipe_connect): Implemented the initalWerner Koch2001-12-121-19/+22
| | | | | | | | | | | | | | | 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-15/+112
| | | | | | | assuan-client.c: New. assuan-inquire.c: New. assuan-handler.c (process_request): Check for nested invocations.
* * assuan-connect.c (assuan_get_pid): New - actually done by Marcus in gpgme.Werner Koch2001-11-241-0/+6
| | | | | Set the line length back to the old value.
* * assuan-connect.c (assuan_pipe_connect): Require NAME to be set.Marcus Brinkmann2001-11-191-6/+2
| | | | | Using ARGV[0] automatically is bad mojo.
* * assuan-connect.c (assuan_pipe_connect): New function.Marcus Brinkmann2001-11-191-0/+106
| | | | | | (assuan_pipe_disconnect): Likewise. * assuan-defs.h (struct assuan_context_s): New member PID.
* Assuan server mode is now basically usableWerner Koch2001-11-071-0/+27