1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/lib
Tim Prouty 1eb743ab8e s3: Change sockaddr util function names for consistency
Also eliminates name conflicts with OneFS system libraries
2008-12-03 10:40:20 -08:00
..
compression Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
crypto Make sure prototypes are always included, make some functions static and 2008-10-20 18:59:51 +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 Fix circular dependency error with autoconf 2.6.3. 2008-11-26 16:44:50 +01: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 Move pytalloc to talloc directory. 2008-10-24 02:52:51 +02:00
tdb lib/tdb: increase the version number after some critial changes 2008-09-29 04:15:11 +02:00
torture s3/s4 build: Fix "might be unitialized" warning 2008-11-20 18:04:42 -08:00
util s3: Change sockaddr util function names for consistency 2008-12-03 10:40:20 -08: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