aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-25Add new pipe functions to control its server process.gniibe/t6487NIIBE Yutaka6-5/+73
2023-05-24Allow use of global system hooks with API version 2.NIIBE Yutaka2-1/+7
2023-05-17w32: File handle passing to server is now supported.NIIBE Yutaka1-2/+2
2023-05-17Don't use ASSUAN_INVALID_PID for assuan_pid_t value.NIIBE Yutaka2-3/+3
2023-05-17w32: Cleaner semantics for PID and Process handle.NIIBE Yutaka15-36/+119
2023-05-17Fix comments.NIIBE Yutaka2-2/+2
2023-05-16Fix wrong return type for functions.NIIBE Yutaka1-6/+6
2023-05-11Deprecate ASSUAN_SYSTEM_NPTH.NIIBE Yutaka1-0/+5
2023-05-11Allow NULL for system_hooks.NIIBE Yutaka1-0/+3
2023-05-11Fix the previous commit.NIIBE Yutaka1-0/+2
2023-05-11Fix calling gpgrt_get_syscall_clamp.NIIBE Yutaka1-6/+5
2023-05-10w32: Minor fixes for ifdef/endif for W32 and W64.NIIBE Yutaka3-3/+3
2023-05-10w32: Fix the semantics of sending FD, it's Windows HANDLE.NIIBE Yutaka2-29/+12
2023-05-08Implement timeout in assuan_sock_connect_byname.NIIBE Yutaka2-17/+42
2023-01-04w32: Fix assuan_socket_connect.NIIBE Yutaka1-1/+2
2022-11-15w32: Fix confusion between process ID and process HANDLE.NIIBE Yutaka4-12/+12
2022-11-09w32: Have PROCESS_HANDLE in struct assuan_context_s.NIIBE Yutaka4-10/+17
2022-11-07w32: Support fd passing through socket.NIIBE Yutaka2-1/+29
2022-11-07w32: Support fd passing through pipe.NIIBE Yutaka2-3/+35
2022-11-07Show the pid of listening process in the hello line.NIIBE Yutaka1-1/+1
2022-11-04w32: Support sendfd/recvfd through pipe connection.NIIBE Yutaka4-8/+91
2022-11-04w32: Add SENDFD internal command.NIIBE Yutaka1-0/+48
2022-11-04client: Only call _assuan_waitpid when it's not socket.NIIBE Yutaka1-1/+2
2022-11-01build: Prefer gpgrt-config when available.NIIBE Yutaka1-2/+2
2022-10-25w32: Fix make distAndre Heinecke1-1/+1
2022-10-24Fix an explanation for socket on Windows.NIIBE Yutaka1-1/+1
2022-10-12build: Remove WindowsCE support from mkheader.NIIBE Yutaka2-30/+3
2022-09-08Silence compiler warnings.NIIBE Yutaka1-2/+2
2022-08-31Drop WindowsCE support.NIIBE Yutaka15-3216/+5
2022-06-20Fix the previous commit.NIIBE Yutaka1-1/+1
2022-06-20Don't access NULL by wipememory.NIIBE Yutaka1-1/+1
2022-06-08config: Remove 18 years unused variableJakub Jelen1-1/+0
2022-05-25client: Handle inquiry from server with CONFIDENTIAL.NIIBE Yutaka3-2/+16
2022-05-25struct assuan_context_s: Move boolean fields to flags.NIIBE Yutaka6-40/+39
2022-05-25client: Wipe the inbound buffer when CONFIDENTIAL.NIIBE Yutaka1-0/+2
2022-05-25server,client: Wipe the outbound buffer when CONFIDENTIAL.NIIBE Yutaka1-0/+2
2022-05-25server: Wipe out the memory used by assuan_inquire if CONFIDENTIAL.NIIBE Yutaka1-1/+7
2022-04-08Add assuan_sock_accept function.NIIBE Yutaka2-0/+27
2022-04-06w32: Store a flag if it's socket or not in Assuan CTX.NIIBE Yutaka5-34/+16
2022-04-05Fix API break.NIIBE Yutaka3-10/+20
2022-04-05build: Remove unused putc_unlocked.c.NIIBE Yutaka1-31/+0
2022-04-05Take advantage of gpgrt_get_syscall_clamp function.NIIBE Yutaka5-22/+179
2022-04-04w32: Fix assuan_socket_connect_fd to be usable.NIIBE Yutaka5-27/+16
2022-04-01build: Better cross build support.NIIBE Yutaka1-3/+3
2022-03-31Fix internal socket API to be consistent for SOCKET.NIIBE Yutaka5-34/+44
2022-03-31build: When no gpg-error-config, not install libassuan-config.NIIBE Yutaka1-0/+4
2022-03-31Remove GNU Pth support.NIIBE Yutaka5-162/+0
2022-03-29w32: Fix definition of type to be generated into assuan.h.NIIBE Yutaka1-0/+5
2021-03-22Release 2.5.5.libassuan-2.5.5Werner Koch2-2/+2
2021-03-09Support Unicode when starting servers on Windows.Werner Koch3-21/+36