1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/lib
2009-06-11 19:08:33 +10:00
..
async_req async_sock: try fix the source4 build on FreeBSD, Solaris, SLES8 2009-06-08 09:40:06 +02:00
compression
crypto Fix a C++ warning 2009-05-31 12:16:34 +02:00
nss_wrapper nss_wrapper: fix typo in testsuite. 2009-06-08 22:45:16 +02:00
popt s3/popt.h: Fix typo. 2009-04-07 20:05:21 +02:00
replace try to get PICFLAG right for HP-UX with gcc 2009-06-09 14:18:58 +10:00
smbconf s3:smbconf: move smbconf_share_exists checks into backend 2009-03-04 22:49:24 +01:00
socket_wrapper fixed socket wrapper to determine family from the right structure 2009-06-09 13:33:09 +10:00
subunit Rename harness2subunit.pl -> tap2subunit to be consistent with the 2009-06-03 16:26:29 +02:00
talloc talloc: try to fix the source4 build on AIX 2009-06-08 09:40:11 +02:00
tdb lib/tdb/tools/tdbtorture.c: fixed memory leak. 2009-06-06 22:33:39 +02:00
tdr tdr: Remove dependency on lp_* so it can be used in both Samba 3 and 2009-03-15 00:54:29 +01:00
tevent Increase tevent version for tevent_req_notify_callback() 2009-06-04 17:50:44 +02:00
torture torture: minor fixes to torture macro text output. 2009-06-02 13:12:09 +02:00
tsocket It seems that IRIX doesn't have IOV_MAX 2009-06-09 14:54:15 +10:00
util Fix build of recurusion fix in reopen_logs() 2009-06-11 19:08:33 +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