mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
assuan-connect.c (assuan_pipe_connect): Add more error reporting.
assuan-client.c: New. assuan-inquire.c: New. assuan-handler.c (process_request): Check for nested invocations.
This commit is contained in:
parent
95e6da1b07
commit
ac88a4e804
10 changed files with 605 additions and 16 deletions
|
@ -35,6 +35,9 @@ struct cmdtbl_s {
|
|||
struct assuan_context_s {
|
||||
AssuanError err_no;
|
||||
const char *err_str;
|
||||
|
||||
int is_server; /* set if this is context belongs to a server */
|
||||
int in_inquire;
|
||||
|
||||
void *user_pointer; /* for assuan_[gs]et_pointer () */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue