1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/lib
Simo Sorce e07400525f Add shared-build target to talloc.
Useful to build multiple standalone libraries that depend on each other
without having to install them to the final install dir during the build.
2008-09-19 18:07:37 -04:00
..
compression Move common libraries from root to lib/. 2008-09-17 14:11:12 +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 standalone builds adjusting to new relative path. 2008-09-19 18:06:46 -04:00
socket_wrapper Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
talloc Add shared-build target to talloc. 2008-09-19 18:07:37 -04:00
tdb Provide tdb.open and ldb.open python functions. 2008-09-19 12:47:52 +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