Please review the changes and feedback
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
May 20 2025
May 20 2025
May 6 2025
May 6 2025
collinfunk added a comment to T7631: Building libassuan on AIX warns about missing function declarations..
Yep, I wrote a small client and server just to verify that it is functional.
May 5 2025
May 5 2025
• werner triaged T7631: Building libassuan on AIX warns about missing function declarations. as Normal priority.
But the function works and returns the peer's credentials?
May 2 2025
May 2 2025
• werner added a project to T7631: Building libassuan on AIX warns about missing function declarations.: AIX.
Feb 18 2025
Feb 18 2025
Released with libassuan 3.0.2 (T7163)
Jan 8 2025
Jan 8 2025
Dec 16 2024
Dec 16 2024
Here is a patch to support "w32_error" for assuan_sock_get_flag function.
0001-w32-Enable-w32_error-for-assuan_sock_get_flag.patch5 KBDownload
Dec 13 2024
Dec 13 2024
• gniibe changed the status of T7456: libassuan: Windows: assuan_sock_bind error from Open to Testing.
Dec 2 2024
Dec 2 2024
• gniibe lowered the priority of T7399: assuan: GPG_ERR_ASS_NO_DATA_CB situation from High to Normal.
Put it under lower priority, as it's basically programming error.
Nov 29 2024
Nov 29 2024
Here is my proposal to avoid unsynched state for data.
diff --git a/src/client.c b/src/client.c index 410f940..0989984 100644 --- a/src/client.c +++ b/src/client.c @@ -250,6 +250,7 @@ assuan_transact (assuan_context_t ctx, int off; char *line; int linelen; + gpg_error_t last_err = 0;
Nov 15 2024
Nov 15 2024
• gniibe renamed T7399: assuan: GPG_ERR_ASS_NO_DATA_CB situation from assuan: GPG_ERR_ASS_NO_INQUIRE_CB situation to assuan: GPG_ERR_ASS_NO_DATA_CB situation.
Oct 24 2024
Oct 24 2024
• ikloecker closed T7246: libassuan 3.0.1: putc_unlocked() is re-defined unconditionally as Resolved.
I have confirmed that rA69069bc63e6b fixes the build on macOS.
Sep 24 2024
Sep 24 2024
Fixed in libassuan 3.0.0.
Sep 12 2024
Sep 12 2024
• gniibe changed the status of T7246: libassuan 3.0.1: putc_unlocked() is re-defined unconditionally from Open to Testing.
Sep 4 2024
Sep 4 2024
Aug 16 2024
Aug 16 2024
• werner triaged T7246: libassuan 3.0.1: putc_unlocked() is re-defined unconditionally as Normal priority.
Aug 10 2024
Aug 10 2024
• werner added projects to T7246: libassuan 3.0.1: putc_unlocked() is re-defined unconditionally: MacOS, libassuan.
Actually we should get rid of stdio functions and use the es_foo replacements from libgpg-error.