1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/lib
2008-10-19 15:47:36 +02:00
..
compression Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
crypto crypto: fix remaining strhex_to_data_blob callers. 2008-10-18 21:07:42 +02:00
nss_wrapper Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
popt Fix finding of popt sources for systems that don't have popt. 2008-09-17 15:44:16 +02:00
replace Use _EXT version of autoconf macro. 2008-10-19 15:47:36 +02:00
socket_wrapper Changed variable name from f19086872e to match v3-[23]-test 2008-10-07 11:00:54 -07:00
subunit Fix subunit files location after cherrypicks. 2008-10-08 03:33:38 +02:00
talloc Fix some syntax errors for use with ReST. 2008-10-01 18:06:55 +02:00
tdb lib/tdb: increase the version number after some critial changes 2008-09-29 04:15:11 +02:00
util Fix segfault when using DEBUG() in the merged build. 2008-10-19 14:14:55 +02:00
zlib Use common detection function for zlib. 2008-10-18 14:14:44 +02:00
README Add simple README file. 2008-09-17 14:20:56 +02: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