1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/lib
Jelmer Vernooij 5065cf70f8 tevent: Remove python module.
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.
2009-05-16 14:56:37 +02:00
..
async_req Remove async_req 2009-04-08 23:11:59 +02:00
compression
crypto
nss_wrapper
popt s3/popt.h: Fix typo. 2009-04-07 20:05:21 +02:00
replace Fix linker flags on non-Linux GNU platforms. 2009-05-16 04:05:53 +02:00
smbconf
socket_wrapper socket_wrapper: fix the build on systems without ipv6 support 2009-04-14 12:47:18 +02:00
subunit
talloc Update copies of config.guess and config.sub. 2009-05-16 04:03:12 +02:00
tdb Update copies of config.guess and config.sub. 2009-05-16 04:03:12 +02:00
tdr
tevent tevent: Remove python module. 2009-05-16 14:56:37 +02:00
torture
tsocket Attempt to the build on NetBSD5 and a few others 2009-05-01 23:26:22 +02:00
util Add extensive tests for str_list function behaviour 2009-05-15 01:50:06 +10:00
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