index
:
libassuan
LIBASSUAN-2.5-BRANCH
dkg-fix-T4641
gniibe/spawn
gniibe/t6236
gniibe/t6487
master
svn-import/libassuan-2.0.0
svn-import/pre-new-assuan-branch
A small library implementing the so-called Assuan protocol.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add _assuan_pre_syscall / _assuan_post_syscall to _assuan_sock_*.
NIIBE Yutaka
2023-07-20
1
-12
/
+31
*
Support larger greeting message.
NIIBE Yutaka
2023-07-19
1
-1
/
+1
*
Flush data before clearing the confidential flag.
Werner Koch
2023-06-15
1
-1
/
+3
*
w32: Fix closing for non-socket HANDLE.
NIIBE Yutaka
2023-06-06
1
-9
/
+4
*
w32: Fix hello_line parsing for fd passing.
NIIBE Yutaka
2023-06-01
1
-1
/
+1
*
w32: Always include process information in HELLO.
NIIBE Yutaka
2023-05-31
1
-4
/
+23
*
w32: Fix error return for sending fd.
NIIBE Yutaka
2023-05-31
1
-6
/
+16
*
Allow use of global system hooks with API version 2.
NIIBE Yutaka
2023-05-24
2
-1
/
+7
*
w32: File handle passing to server is now supported.
NIIBE Yutaka
2023-05-17
1
-2
/
+2
*
Don't use ASSUAN_INVALID_PID for assuan_pid_t value.
NIIBE Yutaka
2023-05-17
2
-3
/
+3
*
w32: Cleaner semantics for PID and Process handle.
NIIBE Yutaka
2023-05-17
15
-36
/
+119
*
Fix comments.
NIIBE Yutaka
2023-05-17
2
-2
/
+2
*
Fix wrong return type for functions.
NIIBE Yutaka
2023-05-16
1
-6
/
+6
*
Deprecate ASSUAN_SYSTEM_NPTH.
NIIBE Yutaka
2023-05-11
1
-0
/
+5
*
Allow NULL for system_hooks.
NIIBE Yutaka
2023-05-11
1
-0
/
+3
*
Fix the previous commit.
NIIBE Yutaka
2023-05-11
1
-0
/
+2
*
Fix calling gpgrt_get_syscall_clamp.
NIIBE Yutaka
2023-05-11
1
-6
/
+5
*
w32: Minor fixes for ifdef/endif for W32 and W64.
NIIBE Yutaka
2023-05-10
3
-3
/
+3
*
w32: Fix the semantics of sending FD, it's Windows HANDLE.
NIIBE Yutaka
2023-05-10
2
-29
/
+12
*
Implement timeout in assuan_sock_connect_byname.
NIIBE Yutaka
2023-05-08
2
-17
/
+42
*
w32: Fix assuan_socket_connect.
NIIBE Yutaka
2023-01-04
1
-1
/
+2
*
w32: Fix confusion between process ID and process HANDLE.
NIIBE Yutaka
2022-11-15
4
-12
/
+12
*
w32: Have PROCESS_HANDLE in struct assuan_context_s.
NIIBE Yutaka
2022-11-09
4
-10
/
+17
*
w32: Support fd passing through socket.
NIIBE Yutaka
2022-11-07
2
-1
/
+29
*
w32: Support fd passing through pipe.
NIIBE Yutaka
2022-11-07
2
-3
/
+35
*
Show the pid of listening process in the hello line.
NIIBE Yutaka
2022-11-07
1
-1
/
+1
*
w32: Support sendfd/recvfd through pipe connection.
NIIBE Yutaka
2022-11-04
4
-8
/
+91
*
w32: Add SENDFD internal command.
NIIBE Yutaka
2022-11-04
1
-0
/
+48
*
client: Only call _assuan_waitpid when it's not socket.
NIIBE Yutaka
2022-11-04
1
-1
/
+2
*
build: Prefer gpgrt-config when available.
NIIBE Yutaka
2022-11-01
1
-2
/
+2
*
w32: Fix make dist
Andre Heinecke
2022-10-25
1
-1
/
+1
*
Fix an explanation for socket on Windows.
NIIBE Yutaka
2022-10-24
1
-1
/
+1
*
build: Remove WindowsCE support from mkheader.
NIIBE Yutaka
2022-10-12
2
-30
/
+3
*
Silence compiler warnings.
NIIBE Yutaka
2022-09-08
1
-2
/
+2
*
Drop WindowsCE support.
NIIBE Yutaka
2022-08-31
15
-3216
/
+5
*
Fix the previous commit.
NIIBE Yutaka
2022-06-20
1
-1
/
+1
*
Don't access NULL by wipememory.
NIIBE Yutaka
2022-06-20
1
-1
/
+1
*
config: Remove 18 years unused variable
Jakub Jelen
2022-06-08
1
-1
/
+0
*
client: Handle inquiry from server with CONFIDENTIAL.
NIIBE Yutaka
2022-05-25
3
-2
/
+16
*
struct assuan_context_s: Move boolean fields to flags.
NIIBE Yutaka
2022-05-25
6
-40
/
+39
*
client: Wipe the inbound buffer when CONFIDENTIAL.
NIIBE Yutaka
2022-05-25
1
-0
/
+2
*
server,client: Wipe the outbound buffer when CONFIDENTIAL.
NIIBE Yutaka
2022-05-25
1
-0
/
+2
*
server: Wipe out the memory used by assuan_inquire if CONFIDENTIAL.
NIIBE Yutaka
2022-05-25
1
-1
/
+7
*
Add assuan_sock_accept function.
NIIBE Yutaka
2022-04-08
2
-0
/
+27
*
w32: Store a flag if it's socket or not in Assuan CTX.
NIIBE Yutaka
2022-04-06
5
-34
/
+16
*
Fix API break.
NIIBE Yutaka
2022-04-05
3
-10
/
+20
*
build: Remove unused putc_unlocked.c.
NIIBE Yutaka
2022-04-05
1
-31
/
+0
*
Take advantage of gpgrt_get_syscall_clamp function.
NIIBE Yutaka
2022-04-05
5
-22
/
+179
*
w32: Fix assuan_socket_connect_fd to be usable.
NIIBE Yutaka
2022-04-04
5
-27
/
+16
*
build: Better cross build support.
NIIBE Yutaka
2022-04-01
1
-3
/
+3
[next]