mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
5065cf70f8
This module didn't have any functionality that we actually used yet, and it was quite small. Tevent is quite low level and perhaps doesn't make much sense to expose directly as a Python module. It was also causing build problems when used with a system-tevent. We can always back later if necessary. |
||
---|---|---|
.. | ||
async_req | ||
compression | ||
crypto | ||
nss_wrapper | ||
popt | ||
replace | ||
smbconf | ||
socket_wrapper | ||
subunit | ||
talloc | ||
tdb | ||
tdr | ||
tevent | ||
torture | ||
tsocket | ||
util | ||
zlib | ||
README |
compression - Various compression algorithms (MSZIP, lzxpress) 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. talloc - Hierarchical pool based memory allocator tdb - Simple but fast key/value database library, supporting multiple writers torture - Simple unit testing helper library