1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/lib
Andrew Bartlett 74ed86c4e3 lib/torture: Add function to clean up the output directory
This helps to avoid leaving 85MB of provision around for every
NET-API-BECOME-DC test.

Andrew Bartlett

Signed-off-by: Matthieu Patou <mat@matws.net>
2010-10-11 13:46:21 +00:00
..
async_req s4-waf: inline LIBREPLACE_NETWORK into 'replace' 2010-04-12 09:13:43 +02:00
compression Spelling fixes for lib/compression. 2010-02-22 21:45:33 +01:00
crypto libcli-auth: Remove unnecessary dependency on libsamba-hostconfig. 2010-10-11 01:06:35 +02:00
dnspython dnspython: Update to latest upstream. 2010-09-04 23:05:16 +02:00
iniparser s4 nss_switch: fix build problem on computer without the iniparser 2010-07-17 20:10:11 +04:00
iniparser_build s4: create ../lib/iniparser_build/config.m4 2010-03-11 13:31:37 +01:00
nss_wrapper nss_wrapper: Fixed a possible NULL pointer problem. 2010-06-28 10:18:12 +02:00
popt s4-waf: sanitize library names like the old build system did, only add 2010-05-31 03:28:42 +02:00
replace libreplace: fix endless strerror_r has been redefined warnings on AIX 2010-09-22 11:18:59 -07:00
smbconf libsmbconf: parse an empty share as empty share, not as NULL. 2010-09-27 12:43:39 +02:00
socket_wrapper socket_wrapper: Make it work on freebsd for udp packets 2010-10-10 12:56:59 +00:00
subunit subunit: Import new upstream snapshot (adds subunit_progress()) 2010-09-30 09:29:42 +02:00
talloc talloc: Fix #include line in manpage. 2010-10-09 13:53:24 +00:00
tdb waf: fixed exit status of test suites 2010-10-07 14:29:21 +11:00
tdr Finish removal of iconv_convenience in public API's. 2010-05-18 11:45:30 +02:00
testtools testtools: Import new upstream snapshot. 2010-09-30 09:18:01 +02:00
tevent tevent: Do not use talloc_autofree_context 2010-10-08 21:11:45 +02:00
torture lib/torture: Add function to clean up the output directory 2010-10-11 13:46:21 +00:00
tsocket tsocket: make sure we delete the fd event before calling close() 2010-10-04 14:05:15 +00:00
uid_wrapper s4-waf: put the --xxx-wrapper options in 'developer options' group 2010-04-18 15:00:37 +10:00
util util: Fix installation path of tevent_ntstatus.h, tevent_unix.h (bug 7720). 2010-10-11 09:24:56 +00:00
zlib lib/zlib/wscript: fix system zlib detection 2010-04-24 13:19:23 +02:00
README subunit: Update to newer upstream version. 2010-03-29 18:05:29 +02:00
update-external.sh subunit: Import new upstream snapshot (adds subunit_progress()) 2010-09-30 09:29:42 +02:00
wscript_build build: allow the waf build to work with python 3.0 and 3.1 2010-04-08 07:46:39 +10:00

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