aboutsummaryrefslogtreecommitdiffstats
path: root/assuan/assuan-util.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed assuan because we now use libassuanWerner Koch2003-04-291-230/+0
|
* Updated from latest NewPG projectWerner Koch2003-01-091-46/+66
|
* Changed the lincese for Assuan to LGPL.Werner Koch2002-07-301-13/+13
|
* * assuan-util.c (assuan_set_io_func): New.Werner Koch2002-05-231-0/+14
| | | | | | | | | * assuan-buffer.c (writen, readline): Use the new functions instead of pth. * assuan-socket-server.c (accept_connection): Don't use the pth_accept - using the assuan included accept code would be a bad idea within Pth so we don't need a replacement function.
* * assuan-connect.c: Move all except assuan_get_pid to...Werner Koch2002-01-211-0/+44
| | | | | | | | | | | | | | | | | * 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-0/+54
| | | | | | | | | | | | | | | | | | | (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.
* Allow to store an arbitrary pointer in the context.Werner Koch2001-11-191-0/+13
| | | | | Added assuan_write_status().
* Assuan server mode is now basically usableWerner Koch2001-11-071-4/+4
|
* First chunk of code for the Assuan libraryWerner Koch2001-11-061-0/+85