aboutsummaryrefslogtreecommitdiffstats
path: root/src/assuan-pipe-connect.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Be more generous in typing equal signs and better watch out forNEWPG-0-9-4NEWPG-0-9-3Werner Koch2002-11-101-1/+1
| | | | | compiler suggestions. Ah well, actually test before commiting.
* * assuan-pipe-connect.c (assuan_pipe_connect): Changed the orderWerner Koch2002-11-101-35/+34
| | | | | | of the dups to handle cases where we have already used fd 2 for other things.
* Changed the lincese for Assuan to LGPL.V0-3-10NEWPG-0-3-10Werner Koch2002-07-301-13/+13
|
* * gpgsm.c (main): Use GNUPG_DEFAULT_HOMEDIR constant.V0-3-9NEWPG-0-3-9Werner 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.