1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/lib
Andrew Tridgell a386173fa1 auto-repack in transactions that expand the tdb
The idea behind this is to recover from badly fragmented free
lists. Choosing the point where the file expands is fairly arbitrary,
but seems to work well.
2009-06-01 13:11:39 +10:00
..
async_req Handle EINTR in async_sock.c 2009-05-30 09:51:02 +02:00
compression Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
crypto Fix a C++ warning 2009-05-31 12:16:34 +02:00
nss_wrapper nss_wrapper: try to fix the build of nss_wrapper on solaris. 2009-05-30 23:08:12 +02:00
popt s3/popt.h: Fix typo. 2009-04-07 20:05:21 +02:00
replace nss_wrapper: try to fix the build of nss_wrapper on solaris. 2009-05-30 23:08:12 +02:00
smbconf s3:smbconf: move smbconf_share_exists checks into backend 2009-03-04 22:49:24 +01:00
socket_wrapper Add support for sendmsg() in socket_wrapper 2009-05-26 12:37:09 +10:00
subunit Fix subunit files location after cherrypicks. 2008-10-08 03:33:38 +02:00
talloc Update copies of config.guess and config.sub. 2009-05-16 04:03:12 +02:00
tdb auto-repack in transactions that expand the tdb 2009-06-01 13:11:39 +10: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 tevent/python: Makefile was still trying to build some non AC_SUBST python targets 2009-05-19 23:33:00 +02:00
torture lib/torture: fix depency to map_nt_error_from_unix() 2009-02-26 17:47:00 +01:00
tsocket tsocket: allow empty vectors at the end for tstream_writev()/readv() 2009-05-22 14:01:22 +02:00
util util: Change license on tevent_unix to LGPLv3+ 2009-05-29 18:31:30 +02:00
zlib Rename BAD to BAD_DATA since the first is already defined on SunOS. 2008-10-20 10:45:42 +02:00
README Remove unused init function in subunit code. 2008-11-16 01:36:17 +01:00

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