Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed assuan because we now use libassuan | Werner Koch | 2003-04-29 | 1 | -287/+0 |
| | |||||
* | Updated from latest NewPG project | Werner Koch | 2003-01-09 | 1 | -35/+34 |
| | |||||
* | Changed the lincese for Assuan to LGPL. | Werner Koch | 2002-07-30 | 1 | -13/+13 |
| | |||||
* | * gpgsm.c (main): Use GNUPG_DEFAULT_HOMEDIR constant. | Werner Koch | 2002-06-27 | 1 | -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 Koch | 2002-01-21 | 1 | -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. |