1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/lib
Stefan Metzmacher 1d949fe742 lib/tevent: remove broken tevent_aio support
It makes no sense to support aio events because,
the current implementation was based on IOCB_CMD_EPOLL_WAIT
which never made it into the main kernel tree.

The native linux aio can be used with select/epoll
using eventfd(), which means we can implement aio
with fd events and implement aio outside of tevent.

metze
2009-02-13 16:02:13 +01:00
..
async_req s3 async: Fix the build on systems that have ETIMEDOUT but not ETIME 2009-02-09 13:23:44 -08: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 enable IPv6 support for NetBSD, FreeBSD 2009-02-11 10:19:12 -08:00
smbconf libsmbconf: Remove use of some Samba3-specific macros. 2009-01-21 18:50:16 +01:00
socket_wrapper socket_wrapper: fix PCAP support broken by aaea68791c 2009-01-20 00:42:01 +01:00
subunit Fix subunit files location after cherrypicks. 2008-10-08 03:33:38 +02:00
talloc lib/talloc: include replace.h in pytalloc.c 2009-01-30 19:38:09 +01:00
tdb lib/tdb: don't generate a static library for the samba4 build 2009-02-03 10:24:38 +01:00
tevent lib/tevent: remove broken tevent_aio support 2009-02-13 16:02:13 +01:00
torture s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
util Replace get_myname() with the talloc version from v3-3-test 2009-02-13 12:15:03 +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