1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/lib
Stefan Metzmacher 66886f8966 tevent: add support for immediate events
They're like directly triggered timed events,
but you can preallocated them and scheduling them
will not fail.

metze
2009-03-17 19:59:00 +01:00
..
async_req Remove some transitional code in writev_send 2009-03-17 17:31:22 +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 Fix indentation for some configure options. 2009-01-15 21:17:56 +01:00
popt Fix finding of popt sources for systems that don't have popt. 2008-09-17 15:44:16 +02:00
replace lib/replace: use AC_TRY_LINK() to verify that getifaddrs() and freeifaddrs() are available 2009-03-16 11:14:52 +01:00
smbconf s3:smbconf: move smbconf_share_exists checks into backend 2009-03-04 22:49:24 +01:00
socket_wrapper socket_wrapper: wrap readv() and writev() 2009-03-10 08:15:48 +01:00
subunit Fix subunit files location after cherrypicks. 2008-10-08 03:33:38 +02:00
talloc talloc: change version to 1.3.0 2009-03-16 11:14:54 +01:00
tdb lib/tdb: if we know pwrite and pread are thread/fork safe tdb_reopen_all() should be a noop 2009-02-25 13:57:11 -08:00
tdr tdr: Remove dependency on lp_* so it can be used in both Samba 3 and 2009-03-15 00:54:29 +01:00
tevent tevent: add support for immediate events 2009-03-17 19:59:00 +01:00
torture lib/torture: fix depency to map_nt_error_from_unix() 2009-02-26 17:47:00 +01:00
util Remove -L/usr/lib from a couple more make variables. 2009-03-15 00:54:55 +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