mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11946 Commit 670db6ac1d678babd25dd82c4467c0f094cfabc5 split tevent-util public library to create tevent-unix-util public library for standalone ctdb use. This created a public library dependency between samba and ctdb for packaging. Bundle tevent_unix.c in public library tevent-util as before. However, to avoid the dependencies for packaging, standalone ctdb build will build tevent-util as a private library with only tevent_unix.c This simplifies any new subsystems (or libraries) which need tevent-util and are linked in both samba and ctdb. Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Volker Lendecke <vl@samba.org>
compression - Various compression algorithms (MSZIP, lzxpress) dnspython - Python module for working with DNS. nss_wrapper - Wrapper for the user and group NSS API allowing the use of other data sources. popt - Command-line option parsing library replace - Provides replacements for standard (POSIX, C99) functions not provided by the host platform. socket_wrapper - Wrapper library allowing TCP/IP traffic to be redirected over Unix domain sockets. subunit - Utilities and bindings for working with the Subunit test result reporting protocol. talloc - Hierarchical pool based memory allocator tdb - Simple but fast key/value database library, supporting multiple writers torture - Simple unit testing helper library