1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/lib
2008-12-23 23:26:32 +01:00
..
compression Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
crypto Fix missing symbols issues when building with shared libraries. 2008-12-22 21:03:09 +01: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 ldb: Fix linking against tevent library (rather than events) 2008-12-23 04:18:31 +01:00
socket_wrapper In gcc version 4.3.2 we get warnings for functions declared with 2008-12-22 20:08:14 -08:00
subunit Fix subunit files location after cherrypicks. 2008-10-08 03:33:38 +02:00
talloc Merge branch 'master' of ssh://git.samba.org/data/git/samba 2008-12-23 22:12:23 +01:00
tdb standalone: Use more variables, preparing to include these files from main 2008-12-23 19:44:11 +01:00
tevent Fix more compiler warnings. 2008-12-23 23:22:57 +01:00
torture s3/s4 build: Fix "might be unitialized" warning 2008-11-20 18:04:42 -08:00
util Fix use of "time offset" parameter, and add test to make sure I don't break it again :-) 2008-12-23 22:10:34 +01: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