aboutsummaryrefslogtreecommitdiffstats
path: root/assuan/assuan-pipe-connect.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed assuan because we now use libassuanWerner Koch2003-04-291-287/+0
|
* Updated from latest NewPG projectWerner Koch2003-01-091-35/+34
|
* Changed the lincese for Assuan to LGPL.Werner Koch2002-07-301-13/+13
|
* * gpgsm.c (main): Use GNUPG_DEFAULT_HOMEDIR constant.Werner Koch2002-06-271-12/+31
| | | | | | | | | | | | | * call-agent.c (start_agent): Create and pass the list of FD to keep in the child to assuan. * call-dirmngr.c (start_dirmngr): Ditto. * scdaemon.c (main): Use GNUPG_DEFAULT_HOMEDIR constant. * assuan-pipe-connect.c (assuan_pipe_connect): No special handling for the log_fd and stderr. Connect stderr to /dev/null if it should not be retained.
* * assuan-connect.c: Move all except assuan_get_pid to...Werner Koch2002-01-211-0/+269
* 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.