2017-12-07 Werner Koch Release 2.5.1. + commit 8fc922c45b66d4e4d1c6c55de617cfeef2c01357 Fix regression in ASSUAN_SYSTEM_NPTH_IMPL. + commit d38817fd0e24acfd295bd7f81b77254afd0cc6d5 * src/assuan.h.in (ASSUAN_SYSTEM_NPTH_IMPL): A void fucntion can't assign. Release 2.5.0. + commit ec92ef4ee3df1fdca7db19f691f64a2f96dcfc71 2017-12-07 NIIBE Yutaka wk@gnupg.org Allow change of system hooks for assuan_sock_... + commit 90dc81682b13a7cf716a8a26b891051cbd4b0caf * src/assuan-socket.c (assuan_sock_set_system_hooks): New. * src/assuan.h.in (assuan_sock_set_system_hooks): New prototype. * src/libassuan.def: Add new function. * src/libassuan.vers: Add new function. 2017-12-06 NIIBE Yutaka Use wrapped __assuan_usleep for _assuan_npth_usleep. + commit a627350eed5dc32bac41195462f27dee1987b0f5 * src/assuan.h.in (_assuan_npth_usleep): Wrap __assuan_usleep. 2017-12-01 Werner Koch Release 2.4.5. + commit a70eaa8a3347660cf2f66ada0fa82cf991a1d7a0 2017-11-30 NIIBE Yutaka Wrap assuan_close for nPth. + commit 0b551de6ca57790c511f32755880bbeaa1cacf85 * src/assuan.h.in (_assuan_npth_close): New. (_assuan_system_npth): Use _assuan_npth_close. 2017-11-20 Ben Kibbey tests: Fix build. + commit a63c4f33d5c10173dd54e2af32b127aa49498bfe * tests/fdpassing.c: Include config.h to define GPGRT_ENABLE_ES_MACROS. 2017-11-16 Werner Koch Release 2.4.4. + commit 3611db285fda5514c25fe18322bc02a2d257ab9e 2017-11-15 Werner Koch Add special check version request \001\001. + commit 4f5596cf09c9e3e7845aa703f68e49168797fd2a * src/assuan.c (assuan_check_version): Handle version "\001\001" * tests/version.c (main): Print extended version info. Let configure create the VERSION file. + commit dfb8654f66f8ddeeb048e195a4f98c0aeed9ffb7 * autogen.sh: Update from Libgpg-error * configure.ac: Create file VERSION. * Makefile.am (dist-hook): Do not create VERSION. (EXTRA_DIST): Add VERSION. Fix last commit. + commit 4d4c82ae2bbe7c0e08391ecf34e1aaadfdab435f * src/system-posix.c (__assuan_usleep): Its ysec and usecs Fix the nanosleep case of __assuan_usleep. + commit 7b408d356094ab0ef0a07904a3ddf3832a8aa197 * src/system-posix.c (__assuan_usleep): Handle full seconds. 2017-09-06 NIIBE Yutaka We can't support fd passing, if the system doesn't support it. + commit 87c2bb5708ff202651fca81d91d5f1e0c898cb07 * configure.ac (check_descriptor_passing): New. (use_descriptor_passing): Use check_descriptor_passing. Define INADDR_LOOPBACK if not defined. + commit 87473cd29ca9d5e3fb1c3172126c1122472d8b90 * src/assuan-socket.c (INADDR_LOOPBACK): Define. 2017-06-19 Marcus Brinkmann configure: Add flag to disable documentation build. + commit 859f9a9754708572a6289853d7d95b9ee3eae589 * configure.ac: Add new option --disable-doc. (BUILD_DOC): New automake conditional. * Makefile.am (SUBDIRS): Make doc optional based on BUILD_DOC. (DISTCHECK_CONFIGURE_FLAGS): New variable. Signed-Off-By: Marcus Brinkmann 2017-05-31 NIIBE Yutaka Use gpgrt_free to release memory allocated by gpgrt_asprintf. + commit 62f3123d3877c8a84961e5f907bf959d4593fa5c * src/assuan-logging.c (_assuan_log_control_channel): Use gpgrt_free. * src/debug.c (_assuan_debug, _assuan_debug_add, _assuan_debug_end): Likewise. 2017-03-08 Justus Winter build: Use macOS' compatibility macros to enable all features. + commit b26b73d04bff10852382113ae361ea5726661510 * configure.ac: On macOS, use the compatibility macros to expose every feature of the libc. This is the equivalent of _GNU_SOURCE on GNU libc. 2016-09-04 Ben Kibbey EPROTO portability fix. + commit 8ab3b9273524bd344bdb90dd5d3bc8e5f53ead6e * src/assuan-socket.c(socks5_connect): Return EPROTONOSUPPORT rather than EPROTO. 2016-07-14 Werner Koch Release 2.4.3. + commit 316a040452c0956ecab4ce6b5d99d5e75b36879b * configure.ac: Set LT version to C7/A7/R3. * Makefile.am (distcheck-hook): New. 2016-07-13 Werner Koch build: Update config.{guess,sub} to {2016-05-15,2016-06-20}. + commit cbf913c5d543163fa29703884bae3676a57a3261 * build-aux/config.guess: Update. * build-aux/config.sub: Update. Improve test for inet_pton on Solaris. + commit c52829e32fe9108fc0e39d478eede24ac5e694ac * configure.ac (HAVE_INET_PTON): Add a fallback test. Allow socket redirection with assuan_socket_connect. + commit 678f6063b53e4a2cc919f5a8b9d8bde743839c54 * src/assuan-socket-connect.c (assuan_socket_connect): Use set_socketaddr function. Speedup closing fds before an exec. + commit e64f9a4af5a379f5a9fde59f0f944cd10ccfc6ea * src/system-posix.c [__linux__]: Include dirent.h. (get_max_fds) [__linux__]: Return the actual used highest fd. 2016-07-05 Justus Winter Fix distcheck. + commit 70bb71e51462e9d81eff80ef8308cd8e15ea96ca * tests/Makefile.am (EXTRA_DIST): Drop compiled test. 2016-06-25 Werner Koch Fix minor memory leaks. + commit d60ef7192ad95ec2ec1aef436742f56e6c750b89 * src/assuan-pipe-connect.c (socketpair_connect): Always free CHILD_FDS. * src/assuan-uds.c (uds_sendfd): Clear CONTROL_U to silence Valgrind. * tests/fdpassing.c (main): Free FNAME. * src/assuan-handler.c (dispatch_command): Remove dead assignment. 2016-01-15 Werner Koch Improve getting of max. number of open fds. + commit 7101fcbb662220326f2fc786219c1853f27a5298 * configure.ac (AC_CHECK_FUNCS): Add getrlimit. * src/assuan-pipe-connect.c (MAX_OPEN_FDS): Remove non-used macro. * src/system.c (MAX_OPEN_FDS): Remove non-used macro. * src/system-posix.c: Include stdint.h, sys/time.h, sys/resource.h. (MAX_OPEN_FDS): Remove non-used macro. (get_max_fds): New. Taken from gnupg/common/exechelp-posix.c. (__assuan_spawn): Use it here. 2015-12-02 Werner Koch Release 2.4.2. + commit e0516c5bbac23aa2d2a0b59caad67fca00b3183f * configure.ac: Bump LT version to C7/A7/R2. 2015-11-27 Werner Koch New feature to test for SOCKS5 proxy availability. + commit 05ac2dc5c77fa4b87e98508c1b15fd254806b1ce * src/assuan-socket.c (socks5_connect): Add special treatment for empty hostnames. (_assuan_sock_connect_byname): Add feature to test for proxy availibility. * tests/socks5.c (main): Add option --have-proxy. 2015-11-26 Werner Koch Protect connect system hook against blocking (nPth). + commit 18ca1593c62d62bb72b4e7e14347cd221c187138 * src/assuan.h.in (ASSUAN_SYSTEM_NPTH_IMPL): Add wrapper for connect. Do not use size_t with _assuan_read. + commit 9f24377f9f19983926233af8b475328bb7fe9e65 * src/assuan-socket.c (do_readn): Use ssize_t for N. 2015-11-23 Werner Koch Release 2.4.1. + commit add6953a916dafa93ae152bffc937a93ab5b55f8 * configure.ac: Bump LT version to C7/A7/R1. Make socks5 test case a bit more robust. + commit 429ff31fe72db8afedaad3f2d089c9c3b5dae41e * tests/socks5.c (main): Call gpgrt_init. Check for write and read errors. Allow building of some parts even w/o getaddrinfo. 2015-11-21 Werner Koch Also try port 9150 in Tor mode. + commit 5b927b3dcffa2918e6b503c4907923aadbad0865 * src/assuan-socket.c (TOR_PORT2): New. (_assuan_sock_wsa2errno): Map WSAECONNREFUSED. (socks5_connect): Fall back to TOR_PORT2. 2015-11-21 Andre Heinecke Fix windows build with mingw-w64 2.0.x. + commit cef28d96debcf94003f94f3ea2181e80aff0b665 * src/assuan-socket.c: Add errno values not defined by mingw-w64 2.0 2015-11-03 Werner Koch Release 2.4.0. + commit 0beb1784e7b72e31ecec441ee0a8ba4cef63d853 * configure.ac: Bump LT version to C7/A7/Ro. w32: Use assuan_fd_t with the new socket functions. + commit 6034cc02e38cb947800f904f678c4ef5ff9c2050 * src/assuan-socket.c (socks5_connect): Use assuan_fd_t instead of int. (_assuan_sock_connect): Ditto. (_assuan_sock_connect_byname): Ditto. Use asprintf function from libgpg-error. + commit 7279c3ce9283723bd7f670051cd8a2087f62cd7f * configure.ac: Require libgpg-error 1.17. (vasprintf): Remove ac_replace. * src/assuan-defs.h [!HAVE_VASPRINTF]: Remove replace wrapper. * src/assuan-logging.c (_assuan_log_control_channel): (_assuan_log_control_channel): s/asprintf/gpgrt_asprintf/. * src/debug.c (_assuan_debug): s/vasprintf/gpgrt_vasprintf/. (_assuan_debug_begin): Ditto. (_assuan_debug_add): Ditto. s/asprintf/gpgrt_asprintf/. 2015-10-26 Werner Koch Tests: Cope with broken HTTP servers. + commit dda9c84bc67326a6d2bef1e5c45b5de8b67eeb40 * tests/socks5.c (main): Use GET instead of HEAD Support hostname based SOCKS5 connection. + commit 4061ac57ca84a1e0ed779096897a160d49b50c03 * src/assuan.h.in (ASSUAN_SOCK_SOCKS): New. (ASSUAN_SOCK_TOR): New. (assuan_sock_connect_byname): New. * src/libassuan.def, src/libassuan.vers: Add that function. * src/assuan-socket.c (socks5_connect): Add args socksport, credentials, hostname, and hostport. Implement user/password authentication and domainname address type. Change callers accordingly. (_assuan_sock_connect_byname): New. (assuan_sock_connect_byname): New. * tests/socks5.c (main): Add options --byname, --user, and --pass. 2015-10-18 Werner Koch Support SOCKS5 for assuan_sock_connect. + commit 85ece74a11718338dcd76d6e43ea8100183df02f * src/assuan-socket.c: Include netinet/in.h and arpa/inet.h. (SOCKS_PORT, TOR_PORT): New constants. (tor_mode): New variable. (_assuan_sock_set_flag): Add flags "tor-mode" and "socks". (_assuan_sock_get_flag): Ditto. (do_readn, do_writen): Always build. (socks5_connect): New. (use_socks): New. (_assuan_sock_connect): Divert to socks5_connect if requested. * tests/socks5.c: New. * configure.ac (AH_TOP): Define GPGRT_ENABLE_ES_MACROS. (AC_CHECK_FUNC): Check for getaddrinfo. * tests/Makefile.am (testtools): New. Add socks5. (AM_LDFLAGS): Add -no-install for easier debugging. 2015-08-28 Werner Koch Post release updates. + commit 3aec1981cfd0a7b29750965c065a45ad928e66dc Release 2.3.0. + commit cdb1e6484d6f094f8e795bfec5b314ec524a90f8 * configure.ac: Set LT version to C6/A6/R0. Support Cygwin local sockets. + commit 6d4a8ee2a6c749eec70bd3ae804f21456e375727 * src/assuan-socket.c (cygwin_fdtable, cygwin_fdtable_cs): New. (is_cygwin_fd, insert_cygwin_fd, delete_cygwin_fd): New. (assuan_sock_init) [W32]: Init the CS. (assuan_sock_deinit) [W32]: Deinit the CS. (read_port_and_nonce): Add arg cygwin and detect Cygwin socket files. (_assuan_sock_set_flag): Add "cygwin" flag. (_assuan_sock_get_flag): Ditto. (do_readn, do_writen): New. (_assuan_sock_bind): Create a Cygwin socket file depending on a socket flag. (_assuan_sock_connect): Handle the cygwin socket protocol. (_assuan_sock_check_nonce): Ditto. Read up remaining lines in assuan_inquire after reaching MAXLEN. + commit 5a52404c704d0e99629a2db79dda17e3b95c9680 * src/assuan-inquire.c (assuan_inquire): Clear return args on error. Read up remaining lines after MAXLEN has been hit. 2015-08-25 Werner Koch Add configure option --enable-build-timestamp. + commit d4bef26a49879761867ad6d57113341915db6acf * configure.ac (BUILD_TIMESTAMP): Set to "" by default. 2015-08-07 Werner Koch Wipe the context before releasing as an extra safeguard. + commit b5cbf11ccece653819a782a3e8adbb785fe36d7d * src/assuan-defs.h (wipememory2, wipememory): New. Taken from GnuPG. * src/assuan.c (assuan_release): Wipe the context. 2015-06-30 Werner Koch Add assuan_sock_set_flag and assuan_sock_get_flag. + commit 87def94c86d5272c23daf2b5ea446c5553aa1d90 * src/assuan-socket.c (_assuan_sock_set_flag): New. (assuan_sock_set_flag): New. (_assuan_sock_get_flag, assuan_sock_get_flag): New. * src/assuan.h.in (assuan_sock_set_flag): New. (assuan_sock_get_flag): New. * src/libassuan.def: Add them. * src/libassuan.vers: Add them. 2015-06-26 Werner Koch Return GPG_ERR_SOURCE_ASSUAN on errors with no CTX. + commit cd8face27cc96cb0092c920e6e5bdee81a61c420 * src/assuan-defs.h (_assuan_error): Use error source Assuan if no CTX is given. Do not segv if NULL is passed for CTX in sendfd and receivefd. + commit 0da6afa864cfd68333941d6332d762c82928946c * src/assuan-buffer.c (assuan_sendfd): Check that CTX is not NULL. (assuan_receivefd): Ditto. 2015-06-01 Neal H. Walfield Fix documentation for assuan_inquire. + commit c6b131949bb6c77392af2cbbbeb8ea1bed129b79 * doc/assuan.texi (assuan_inquire): Fix and improve description of this function. 2015-05-12 Werner Koch Release 2.2.1. + commit 1f0896c86b0d6b02a71b90f122bf3fa90e75fb9d 2015-05-07 Daniel Kahn Gillmor clean up assuan documentation. + commit e6e51c067181a94d92353f5af2340e75a839c4e3 * doc/assuan.texi: fix documentation 2015-05-07 Neal H. Walfield Documentation cleanups. + commit ccd1811479e9d30dcd207a5031eda07958459fe2 2015-01-30 Werner Koch w32: Use -static-libgcc to avoid linking to libgcc_s_sjlj-1.dll. + commit 5cdc9c457f4e549491fa3f0db75119abd078b070 * src/Makefile.am (extra_ltoptions): New. (libassuan_la_LDFLAGS): Use it. 2015-01-28 Werner Koch Require the use of automake 1.14. + commit 77dfed442db065ce0c9e0afb8a0f6fd3ae169a64 * configure.ac (AM_INIT_AUTOMAKE): Add serial-tests. * src/Makefile.am (INCLUDES): Rename to AM_CPPFLAGS and remove the nonexistent ../include/. w32: Fix assuan_connect_fd. + commit 91a98e2c812dccd73c57badd02da7642e0421c8e * src/assuan-socket-connect.c (assuan_socket_connect_fd): Map fd to assuan_fd_t. Fix gcc warning about unused values. + commit 5e0a01fad54ca16a4cff2c0fc33bf16aac62f417 * src/debug.h: Remove traling ", 0" expression part where not useful. 2015-01-27 Werner Koch Fix WSAEADDRINUSE EADDRINUSE mismatch. + commit ab5264b20f75a4dcc8baf2e672394d3a84c60870 * src/w32-sock-nonce.inc.h (EADDRINUSE): Avoid redefining. * src/assuan-socket.c (_assuan_sock_bind): Set error to EADDRINUSE. 2014-12-11 Werner Koch Release 2.2.0. + commit 261498de39a10a00d5035f2481d33319c983875f * configure.ac: Set LT version to C5/A5/R0. (AM_INIT_AUTOMAKE): Add options. * Makefile.am (AUTOMAKE_OPTIONS): Remove. 2014-11-28 Werner Koch Do not allow LFs in the redirected name. + commit 0fce017100c5896cf9dc1fcbd4a39053651c3910 * src/assuan-socket.c (eval_redirection): Stop parsing at the first LF. Implement socket file redirection. + commit 1f99031cb55e88840d98dd71381b2bc2618406fc * configure.ac (AC_CHECK_FUNC): Check for stat. * src/assuan-socket.c (SUN_LEN): Add. (eval_redirection): New. (_assuan_sock_connect) [!W32]: Implement socket file redirection. (_assuan_sock_set_sockaddr_un): New. (assuan_sock_set_sockaddr_un): New. 2014-11-07 Werner Koch Release 2.1.3. + commit 3003c5d70febc8d4b6be9c95ca6deda7b033cabc * configure.ac: Set LT version to C4/A4/R3. w32: Remove I/O delays due to our 100ms delay after an EAGAIN. + commit 1023508f210cd136992661c01b55b428de86a182 * src/system-w32.c (__assuan_read): Retry using select. Map WSAECONNRESET to EPIPE. (__assuan_write): Retry using select. * src/assuan-buffer.c (readline) [W32]: Return EOF instead of EPIPE. 2014-08-17 Werner Koch Release 2.1.2. + commit a5d7f4999f4aa844d9446bd4524cb6a47219826c * configure.ac: Set LT version to C4/A4/R2. Update build system. + commit 49a930a613b280fdd55e6d558a2ae414bdbbf66e * autogen.sh: Add --find-version stuff. Taken from GnuPG. * configure.ac: Change accordingly Fix possible segv in a call to _assuan_debug. + commit b6da2da96780ec270439eba5569a618cabe4da02 * src/context.c (assuan_set_error): Do not pass NULL for %s in the trace function. 2014-06-30 Werner Koch Avoid a vasprintf call if tracing has not been enabled. + commit 134c045c7d1f93ce61f62193d33af8a6e8825543 * src/debug.c (_assuan_debug): Check wether CAT want to be logged. 2014-04-16 Werner Koch Fix NULL deref when tracing is enabled and malloc fails. + commit 326a2918d645dd3d38dbc928e4452c66cb9757f1 * src/debug.h (TRACE_ERR): Check CTX before a deref. * src/assuan-defs.h (_assuan_error): Turn into an inline function and check CTX before a deref. 2014-01-10 Werner Koch Use the generic autogen.sh script. + commit a5a6aea1ef063b9c6801b5f5ff482b7599ec4b2e * autogen.rc: New. * Makefile.am (EXTRA_DIST): Add it. * autogen.sh: Update from GnuPG. Move helper scripts to build-aux. + commit a9c9aaca70c770cf5f9d05ce2417343490e45627 * compile, config.guess, config.rpath, config.sub, depcomp, ltmain.sh * doc/mdate-sh, doc/texinfo.tex, install-sh, missing: Move to build-aux/. * Makefile.am (EXTRA_DIST): Remove config.rpath - it is implicitly distributed. * configure.ac (AC_CONFIG_AUX_DIR): New. (AM_SILENT_RULES): New. 2013-12-03 Werner Koch Add build support for ppc64le. + commit 46b6d97b4a396c16df53e82872c3cc772d427623 * config.guess, config.sub: Update to latest version (2013-11-29). * m4/libtool.m4: Add patches for ppc64le. 2013-06-24 Werner Koch Release 2.1.1. + commit cf1e6f64c83194a42012cc786a0da2814be72883 * configure.ac: Set LT version to C4/A4/R1. 2013-06-19 Werner Koch Changes to support W64. + commit 6ba18ca32c8669fa76cc10de3382f78212ca51a8 * configure.ac (have_dosish_system): Set for W64. * src/assuan-defs.h (SOCKET2HANDLE, HANDLE2SOCKET): Add versions for W64. * src/assuan-handler.c (assuan_command_parse_fd) [W64]: Use strtoull to parse an FD. 2013-06-17 Werner Koch Add hack to have different names for 64 bit Windows DLLs. + commit f88eb9e98f491b503f46c7d995c9651f1e46b9e9 * ltmain.sh: Prefix the SO number for W64 with a "6". Support building for w64. + commit 61f5ca41e9d44bdd266cb4e91abe45fc5f2ddf3e 2013-02-22 Werner Koch Release version 2.1.0. + commit 7d227acff329a921f76cd4c391d7cbae40115672 * configure.ac: Bump LT version to C4/A4/R0. Add assuan_check_version and ASSUAN_VERSION_NUMBER. + commit ab2e01598446120dac09e49c63a5c8fc27a1bc32 * src/assuan.c (assuan_check_version): New. (digitp, parse_version_number, parse_version_string) (compare_versions): New. Taken from libksba. * configure.ac (VERSION_NUMBER): New ac_subst. * src/Makefile.am (assuan.h): Pass VERSION and VERSION_NUMBER to mkheader. * src/assuan.h.in (ASSUAN_VERSION, ASSUAN_VERSION_NUMBER): New macros. (assuan_check_version): New prototype. * src/libassuan.def, src/libassuan.vers: Add assuan_check_version. * src/mkheader.c (write_special, main): Support version and version_number. * tests/version.c: New. * tests/Makefile.am (TESTS): Add version. w32: Fix header inclusion order for newer toolchain. + commit a4d64a06f9b80ed58cd8f9ca4a68393733c36b1f * src/system-w32.c: Do not include windows.h here. Beautify the BUILD_TIMESTAMP and put it into the binary. + commit c6c80414201a1c58e24220ff9ea214c7164ccc8d * configure.ac (BUILD_TIMESTAMP): Use an ISO date string on all platforms and ac_define it. * src/sysutils.c (_assuan_sysutils_blurb): But revision and build date into the binary. w32ce: Adjust to changed API and make it build again. + commit 3eec7a1f67dc1af2199d91ee017be26b24c389b6 * src/system-w32ce.c (__assuan_write, __assuan_recvmsg) (__assuan_sendmsg, __assuan_waitpid): Make functions global. * tests/ce-server.c: Fix syntax error (s/#else/#endif) w32: Allow overriding a toolchain via ~/.gnupg-autogen.rc. + commit e321c69006a12577e41408a2e1ea726a19b75c00 * autogen.sh (build-w32): Include {amd64,w32_toolprefixes). Modernize release version management. + commit 807d9cd2a27c62ab6c91b9ec1dd11675ec0382d6 * configure.ac: Update to modern git version checking. Remove svn support. * src/versioninfo.rc.in: Update copyright years. Fix --with-{lib,}gpg-error-prefix. + commit 97ce28a430129ce997783c6196ccfe737f5b3007 * m4/gpg-error.m4: Update from current gpg-error git. Update helper scripts. + commit 0884e91324232b4d7dfdc8fad0dea9948519845b * compile, config.guess, config.rpath, config.sub, depcomp, * install-sh, mkinstalldirs: Update to current versions from gnulib. 2013-02-07 Werner Koch Make assuan_transact more robust against inquiry errors. + commit f17039b1ece8a8b2c56766f86b002536c7599699 * src/client.c (assuan_transact): Send an CAN after an error return from the inquiry callback. 2012-11-26 Ben Kibbey Check for getpeerucred(). + commit cd96daf5a4ddb4a7e9e373220a7aaead0a97c8cf * configure.ac: check for getpeerucred() which (Open)Solaris/SunOS uses. * src/assuan-socket-server.c (accept_connection_bottom): make use of getpeerucred(). 2012-11-21 Ben Kibbey Support LOCAL_PEEREID (NetBSD) and getpeereid() (FreeBSD) + commit 76ea68c2a77cafe2424fe6bc97403c9d9a6b1e95 * configure.ac: check for LOCAL_PEEREID and getpeereid(). * src/assuan-socket-server.c (accept_connection_bottom): make use of LOCAL_PEEREID and getpeereid(). 2012-11-16 Werner Koch Improve parsing of the GIT revision number. + commit 76ceeb3582bba138227bf76167b451ee017d38fc * configure.ac (mmm4_revision): Use git rev-parse. Print version information at the end of a configure run. Fix non-portable use of chmod in autogen.sh. + commit e6688eebc03fda7c8c81789c24ad13c06f648a9f * autogen.sh: Remove option -c from chmod. 2012-06-05 W. Trevor King src/assuan-handler.c: add help strings for standard commands. + commit ca3f8e4b5bbe5549bd7804cf3bff36be21db1b82 2012-04-20 W. Trevor King Update example code for pipe server. + commit 7cf99d04d864fb308159fb928057f59eb4e5a110 * doc/assuan.texi: Fix server example code to use assuan_new. Wrap reference to END with @code. + commit f40f8033b21bad8801b43676b486dab80c532397 * doc/assuan.texi: Wrap reference to END with @code{}. 2012-04-20 Werner Koch State new contribution rules. + commit 861d19e028af70c7009640efc98eb485fff546d7 * doc/DCO: New. * doc/HACKING: Doument new rules. Give examples for commit logs. 2012-01-25 Werner Koch Make new functions also visible on non-W32. + commit 5c00c7cc2901a879927a5756e1bb7ecf49439ebc * src/system-posix.c (__assuan_read, __assuan_write, __assuan_recvmsg) (__assuan_sendmsg, __assuan_waitpid): Make functions global. * src/libassuan.vers: Add above functions. * configure.ac: Set version to 2.1.0-git. Require gitlog-to-changelog to be installed. + commit dbfbc908121afd1cf3177249d9378fc787a9cff7 * Makefile.am (GITLOG_TO_CHANGELOG): New. (gen-ChangeLog): Use installed version of gitlog-to-changelog. * build-aux/gitlog-to-changelog: Remove from repo. 2012-01-24 Marcus Brinkmann Fix npth port file handle use. + commit cef55142f2552538714f8296479f58a63d14a239 * assuan.h.in (ASSUAN_SYSTEM_NPTH_IMPL): Use npth_unprotect and npth_protect with actual assuan functions instead of npth wrappers. * libassuan.def: Add __assuan_read, __assuan_write, __assuan_sendmsg, __assuan_recvmsg, __assuan_waitpid exports. * system-w32.c (__assuan_read, __assuan_write, __assuan_sendmsg, __assuan_recvmsg, __assuan_waitpid): Make non-static. 2012-01-03 Marcus Brinkmann Make assuan portable to NPTH. + commit e23e6f2bd49f415f4fdca013e4f61e1b17995a51 2011-12-20 Werner Koch Post release version number update. + commit 6ff1083166366b9d627e5e909f245cfb119b27a7 Release version 2.0.3. + commit 3ebe00d6854f110301a2742041d6d5c3e95d8e6b * configure.ac: Bump LT version to C3/A3/R0. Update gitlog-to-changelog to support --tear-off. + commit 132c70fe697346a1c9f75d51572835f6d4951b3b 2011-12-13 Werner Koch Fix assuan_get_pid for pipe servers. + commit edbe8fdcea1a2c05999861f58d5f67d2e76610e0 At some point in the past we introduced a regression in that the client of a pipe server received its own pid and not the pid of the server. * src/assuan-pipe-connect.c (struct at_pipe_fork) (struct at_socketpair_fork): Add PARENT_PID. (at_pipe_fork_cb, at_socketpair_fork): Use PARENT_PID instead of getpid. (pipe_connect, socketpair_connect): Set PARENT_PID. vasprintf.c: Improve test code. + commit ff9a8c2e64ea2345f2ebe85a527b7c43033ba53e * src/vasprintf.c (checkit): Set flag for a test failure. (main): Return error on any failure. 2011-12-01 Werner Koch Generate the ChangeLog from commit logs. + commit 165a57d29d2ac84159aa48b171b6098c629bc798 * build-aux/gitlog-to-changelog: New script. Taken from gnulib. * build-aux/git-log-fix: New file. * build-aux/git-log-footer: New file. * doc/HACKING: New file. * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. * autogen.sh: Install commit-msg hook for git. Rename all ChangeLog files to ChangeLog-2011. 2011-12-01 Werner Koch NB: Changes done before December 1st, 2011 are described in per directory files named ChangeLog-2011. See doc/HACKING for details. ----- Copyright (C) 2011 Free Software Foundation, Inc. Copying and distribution of this file and/or the original GIT commit log messages, with or without modification, are permitted provided the copyright notice and this notice are preserved.