1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/lib
Andrew Tridgell ab73692bd3 s4-tevent: up tevent version number
tevent now has tevent_re_initialise() which is needed for the s4 build
2010-04-13 11:45:38 +10: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 s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them 2010-04-06 20:27:11 +10:00
dnspython s4-python: Move dnspython to lib/, like the other Python modules 2010-03-29 18:05:29 +02:00
iniparser s3: Move source3/iniparser to lib/iniparser to allow sharing between s3/s4 2010-03-03 09:22:39 +01:00
iniparser_build s4: create ../lib/iniparser_build/config.m4 2010-03-11 13:31:37 +01:00
nss_wrapper lib/nss_wrapper/wscript_build: 'replace' already includes 'dl' 2010-04-12 12:31:14 +02:00
popt s4-waf: cleanup use of LIBPOPT vs popt dependency 2010-04-06 20:27:13 +10:00
replace lib/replace/wscript: avoid global deps for LIBREPLACE_HOSTCC 2010-04-12 12:31:14 +02:00
smbconf s4-waf: more dependencies on talloc 2010-04-06 20:27:13 +10:00
socket_wrapper Revert "socket-wrapper: not all systems have FIONREAD defined" 2010-04-08 08:34:39 +02:00
subunit subunit: Cope with lowercase test results in tap2subunit. 2010-04-11 20:57:33 +02:00
talloc build: use a common autogen-waf.sh for all builds 2010-04-12 11:17:35 +10:00
tdb build: use a common autogen-waf.sh for all builds 2010-04-12 11:17:35 +10:00
tdr s4-waf: removed the AUTOGENERATED markers 2010-04-06 20:27:16 +10:00
testtools testtools: Fix included testtools, for systems that don't have it. 2010-03-31 04:19:36 +02:00
tevent s4-tevent: up tevent version number 2010-04-13 11:45:38 +10:00
torture torture: Simplify torture suite running, call restricted test suite runner. 2010-04-10 22:38:32 +02:00
tsocket s4-waf: inline LIBREPLACE_NETWORK into 'replace' 2010-04-12 09:13:43 +02:00
uid_wrapper s4-waf: added a --enable-selftest option as a shortcut 2010-04-06 20:27:17 +10:00
util s4-waf: inline LIBREPLACE_NETWORK into 'replace' 2010-04-12 09:13:43 +02:00
zlib s4-waf: more places missing libreplace 2010-04-06 20:27:14 +10:00
README subunit: Update to newer upstream version. 2010-03-29 18:05:29 +02:00
update-external.sh update-external: Support updating dnspython. 2010-04-07 22:53:38 +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