1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/lib
Volker Lendecke f5c17d41e0 lib: Add tevent_req_simple_recv_unix
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2014-11-10 06:09:04 +01:00
..
addns libs: s3 and s4: make our dns lookup code signal-safe. 2014-04-10 22:06:08 +02:00
afs waf: add --with-fake-kaserver option 2014-06-04 20:09:38 +02:00
async_req lib: Make set_blocking() available independently 2014-09-18 20:36:11 +02:00
ccan build: unify and fix endian tests 2014-05-06 18:14:13 +02:00
compression lib/compression/tests: add missing #include "torture/local/proto.h" 2014-04-02 09:03:44 +02:00
crypto lib/crypto: add aes_gcm_128 support. 2014-10-16 19:30:04 +02:00
dbwrap dbwrap: Avoid "includes.h" in dbwrap_cache.c 2014-10-30 06:52:04 +01:00
dnspython dnspython: Update to latest upstream snapshot. 2011-08-27 17:40:39 +02:00
krb5_wrap lib: util: asn1 fixes - check all returns. 2014-09-26 00:51:16 +02:00
ldb ldb: fix a typo in the comment, LDB_FLAGS_MOD_xxx -> LDB_FLAG_MOD_xxx 2014-09-30 08:19:55 +02:00
ldb-samba ldb-samba: fix a memory leak in ldif_canonicalise_objectCategory() 2014-07-17 00:51:57 +02:00
nss_wrapper nss_wrapper: check for nss.h 2014-10-15 14:06:11 +02:00
ntdb ntdb:build: improve detection of srcdir 2014-06-20 23:38:10 +02:00
param s3:param: Add new option "strict rename". 2014-10-31 03:47:40 +01:00
pep8 pep8: Import new version. 2014-10-14 06:44:06 +02:00
replace replace: Fix includes of unistd.h 2014-09-19 18:11:11 +02:00
smbconf libsmbconf: add smbconf_create_set_share 2013-05-28 18:12:26 +02:00
socket Fix bug # 9666 - Broken filtering of link-local addresses. 2013-02-28 20:56:57 +01:00
socket_wrapper swrap: Bump version to 1.1.2. 2014-10-02 12:00:13 +02:00
subunit lib/subunit/README: Fix typo. 2013-05-15 21:04:41 -07:00
talloc talloc:build: improve detection of srcdir 2014-06-20 23:38:10 +02:00
tdb tdb: Fix a comment 2014-09-30 23:08:07 +02:00
tdb_compat ccan: we're subsystems, not a library. 2012-06-29 06:22:44 +02:00
tdb_wrap tdb_wrap: Standalone compile without includes.h 2014-09-19 18:11:11 +02:00
tdr lib/tdr/tests: add missing #include "torture/local/proto.h" 2014-04-02 09:03:44 +02:00
testtools lib/testtools/testtools/tests/test_testresult.py: Fix typos. 2013-05-15 21:04:41 -07:00
tevent tevent: version 0.9.22 2014-09-30 16:36:09 +02:00
texpect lib/texpect: portability fix, include signal.h 2014-10-09 19:33:34 +02:00
torture torture: add torture_assert_u64_not_equal() 2014-10-03 08:34:05 +02:00
tsocket tsocket: Pass the full port number to getaddrinfo(). 2013-07-01 21:10:53 +02:00
uid_wrapper lib: uid_wrapper: Fix setgroups and syscall detection on a system without native uid_wrapper library. 2014-10-06 10:12:06 +02:00
util lib: Add tevent_req_simple_recv_unix 2014-11-10 06:09:04 +01:00
README
update-external.sh update-external.sh: Update upstream URLs for testtools and subunit. 2014-10-16 01:35:19 +02:00
wscript_build build: provide tevent-util as a public library 2011-08-08 13:34:06 +02:00

compression - Various compression algorithms (MSZIP, lzxpress)
dnspython - Python module for working with DNS.
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.
subunit - Utilities and bindings for working with the Subunit test result 
          reporting protocol.
talloc - Hierarchical pool based memory allocator 
tdb - Simple but fast key/value database library, supporting multiple writers
torture - Simple unit testing helper library