1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/lib
Tim Prouty 0a33d8bd31 Check for f_frsize when using statvfs
Add a configure test for the availability of f_frsize in struct
statvfs (for broken platforms that define statvfs but still have
f_bsize/f_iosize). Ported from source3's fsusage:
commit 472519eb69
2008-10-13 14:24:08 -07:00
..
compression Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
crypto Use data_blob() for now, since it seems to be the only function available in both Samba 3 and Samba 4. 2008-10-11 21:02:13 +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 libreplace: move main() out of testsuite.c 2008-09-22 00:09:12 +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 Check for f_frsize when using statvfs 2008-10-13 14:24:08 -07:00
zlib Move zlib to top-level root. 2008-10-12 18:29:36 +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