aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* New function: assuan_control.NIIBE Yutaka2023-08-024-0/+33
* libassuan.m4: Allow use of libassuan 3 for API of version 2.NIIBE Yutaka2023-07-261-1/+3
* Add new pipe functions to control its server process.NIIBE Yutaka2023-07-246-5/+73
* socket: Don't call pre/post_syscall for bind.NIIBE Yutaka2023-07-241-3/+0
* Expose assuan_sock_accept function.NIIBE Yutaka2023-07-202-0/+2
* Add _assuan_pre_syscall / _assuan_post_syscall to _assuan_sock_*.NIIBE Yutaka2023-07-201-12/+31
* Support larger greeting message.NIIBE Yutaka2023-07-191-1/+1
* Flush data before clearing the confidential flag.Werner Koch2023-06-151-1/+3
* w32: Fix closing for non-socket HANDLE.NIIBE Yutaka2023-06-061-9/+4
* w32: Fix hello_line parsing for fd passing.NIIBE Yutaka2023-06-011-1/+1
* w32: Always include process information in HELLO.NIIBE Yutaka2023-05-311-4/+23
* w32: Fix error return for sending fd.NIIBE Yutaka2023-05-311-6/+16
* Allow use of global system hooks with API version 2.NIIBE Yutaka2023-05-242-1/+7
* w32: File handle passing to server is now supported.NIIBE Yutaka2023-05-171-2/+2
* Don't use ASSUAN_INVALID_PID for assuan_pid_t value.NIIBE Yutaka2023-05-172-3/+3
* w32: Cleaner semantics for PID and Process handle.NIIBE Yutaka2023-05-1715-36/+119
* Fix comments.NIIBE Yutaka2023-05-172-2/+2
* Fix wrong return type for functions.NIIBE Yutaka2023-05-161-6/+6
* Deprecate ASSUAN_SYSTEM_NPTH.NIIBE Yutaka2023-05-111-0/+5
* Allow NULL for system_hooks.NIIBE Yutaka2023-05-111-0/+3
* Fix the previous commit.NIIBE Yutaka2023-05-111-0/+2
* Fix calling gpgrt_get_syscall_clamp.NIIBE Yutaka2023-05-111-6/+5
* w32: Minor fixes for ifdef/endif for W32 and W64.NIIBE Yutaka2023-05-103-3/+3
* w32: Fix the semantics of sending FD, it's Windows HANDLE.NIIBE Yutaka2023-05-102-29/+12
* Implement timeout in assuan_sock_connect_byname.NIIBE Yutaka2023-05-082-17/+42
* w32: Fix assuan_socket_connect.NIIBE Yutaka2023-01-041-1/+2
* w32: Fix confusion between process ID and process HANDLE.NIIBE Yutaka2022-11-154-12/+12
* w32: Have PROCESS_HANDLE in struct assuan_context_s.NIIBE Yutaka2022-11-094-10/+17
* w32: Support fd passing through socket.NIIBE Yutaka2022-11-072-1/+29
* w32: Support fd passing through pipe.NIIBE Yutaka2022-11-072-3/+35
* Show the pid of listening process in the hello line.NIIBE Yutaka2022-11-071-1/+1
* w32: Support sendfd/recvfd through pipe connection.NIIBE Yutaka2022-11-044-8/+91
* w32: Add SENDFD internal command.NIIBE Yutaka2022-11-041-0/+48
* client: Only call _assuan_waitpid when it's not socket.NIIBE Yutaka2022-11-041-1/+2
* build: Prefer gpgrt-config when available.NIIBE Yutaka2022-11-011-2/+2
* w32: Fix make distAndre Heinecke2022-10-251-1/+1
* Fix an explanation for socket on Windows.NIIBE Yutaka2022-10-241-1/+1
* build: Remove WindowsCE support from mkheader.NIIBE Yutaka2022-10-122-30/+3
* Silence compiler warnings.NIIBE Yutaka2022-09-081-2/+2
* Drop WindowsCE support.NIIBE Yutaka2022-08-3115-3216/+5
* Fix the previous commit.NIIBE Yutaka2022-06-201-1/+1
* Don't access NULL by wipememory.NIIBE Yutaka2022-06-201-1/+1
* config: Remove 18 years unused variableJakub Jelen2022-06-081-1/+0
* client: Handle inquiry from server with CONFIDENTIAL.NIIBE Yutaka2022-05-253-2/+16
* struct assuan_context_s: Move boolean fields to flags.NIIBE Yutaka2022-05-256-40/+39
* client: Wipe the inbound buffer when CONFIDENTIAL.NIIBE Yutaka2022-05-251-0/+2
* server,client: Wipe the outbound buffer when CONFIDENTIAL.NIIBE Yutaka2022-05-251-0/+2
* server: Wipe out the memory used by assuan_inquire if CONFIDENTIAL.NIIBE Yutaka2022-05-251-1/+7
* Add assuan_sock_accept function.NIIBE Yutaka2022-04-082-0/+27
* w32: Store a flag if it's socket or not in Assuan CTX.NIIBE Yutaka2022-04-065-34/+16