1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/lib
2010-04-06 20:26:47 +10:00
..
async_req async_sock: return -1/EPIPE if we're getting an end of file on read. 2009-09-21 06:04:53 +02:00
compression Spelling fixes for lib/compression. 2010-02-22 21:45:33 +01:00
crypto Change uint_t to unsigned int in lib/crypto 2010-02-02 07:18:16 +01: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 build: added wrapper options 2010-04-06 20:26:46 +10:00
popt Spelling fixes for popt API documentation. 2010-02-22 21:45:32 +01:00
replace build: saner CFLAGS handling for defines 2010-04-06 20:26:47 +10:00
smbconf s3:smbconf: move smbconf_share_exists checks into backend 2009-03-04 22:49:24 +01:00
socket_wrapper build: added wrapper options 2010-04-06 20:26:46 +10:00
subunit subunit: Include remainder of bindings and metadata. 2010-03-31 04:24:04 +02:00
talloc build: using deps= for deps is clearer 2010-04-06 20:26:39 +10:00
tdb build: result of hack session with ita 2010-04-06 20:26:40 +10:00
tdr tdr-test: Fix 'push_charset' test 2009-12-08 12:39:10 +11:00
testtools testtools: Fix included testtools, for systems that don't have it. 2010-03-31 04:19:36 +02:00
tevent build: started to split up wafsamba.py into separate modules 2010-04-06 20:26:38 +10:00
torture smbtorture: Report number of available tests in a testsuite using subunit. 2010-03-31 02:57:47 +02:00
tsocket tsocket: not all systems have IPV6_V6ONLY 2010-03-26 16:50:48 +11:00
uid_wrapper build: added wrapper options 2010-04-06 20:26:46 +10:00
util build: added statvfs64 test 2010-04-06 20:26:46 +10:00
zlib build: zlib checks 2010-04-06 20:26:44 +10:00
README subunit: Update to newer upstream version. 2010-03-29 18:05:29 +02:00
update-external.sh subunit: Include remainder of bindings and metadata. 2010-03-31 04:24:04 +02: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