aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-18Put full commit id into VERSION.Werner Koch2-3/+3
2024-12-16w32: Enable "w32_error" for assuan_sock_get_flag.NIIBE Yutaka4-10/+17
2024-12-13w32: Fix errno for assuan_sock_bind failure.NIIBE Yutaka1-1/+1
2024-09-16Fix FreeBSD to set the pid of assuan_peercred_t.Ben Kibbey1-0/+9
2024-07-11Use socklen_t for the length of socket address.NIIBE Yutaka3-12/+15
2024-07-11Update date of libassuan.m4.NIIBE Yutaka1-1/+1
2024-07-11Fix typo in assuan.h.NIIBE Yutaka1-1/+1
2024-07-06libassuan.m4: Fix AC_DEFINE variable expansion.Ben Kibbey1-1/+1
2024-06-25Remove an declaration for an unused functionWerner Koch1-3/+0
2024-06-24Release 3.0.1libassuan-3.0.1Werner Koch1-1/+1
2024-06-18Update copyright noticesWerner Koch2-2/+2
2024-06-18Add new socket flags "linger" and "reuseaddr".Werner Koch1-0/+54
2024-06-13libassuan.m4: Fix setting/using GPG_ERROR_CONFIG.NIIBE Yutaka1-9/+8
2024-06-07Always append the process identification to hello line.Werner Koch1-5/+0
2024-05-14Fix the previous commit.NIIBE Yutaka1-1/+1
2024-05-14m4: Include _AM_PATH_GPGRT_CONFIG definition.NIIBE Yutaka1-2/+89
2023-08-04Fix for v2 support: ASSUAN_REALLY_REQUIRE_V2_NPTH_SYSTEM_HOOKSNIIBE Yutaka1-3/+3
2023-08-02New function: assuan_control.NIIBE Yutaka4-0/+33
2023-07-26libassuan.m4: Allow use of libassuan 3 for API of version 2.NIIBE Yutaka1-1/+3
2023-07-24Add new pipe functions to control its server process.NIIBE Yutaka6-5/+73
2023-07-24socket: Don't call pre/post_syscall for bind.NIIBE Yutaka1-3/+0
2023-07-20Expose assuan_sock_accept function.NIIBE Yutaka2-0/+2
2023-07-20Add _assuan_pre_syscall / _assuan_post_syscall to _assuan_sock_*.NIIBE Yutaka1-12/+31
2023-07-19Support larger greeting message.NIIBE Yutaka1-1/+1
2023-06-15Flush data before clearing the confidential flag.Werner Koch1-1/+3
2023-06-06w32: Fix closing for non-socket HANDLE.NIIBE Yutaka1-9/+4
2023-06-01w32: Fix hello_line parsing for fd passing.NIIBE Yutaka1-1/+1
2023-05-31w32: Always include process information in HELLO.NIIBE Yutaka1-4/+23
2023-05-31w32: Fix error return for sending fd.NIIBE Yutaka1-6/+16
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