1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/lib
Andrew Tridgell 8756e13009 util: added samba_runcmd()
This allows us to run a child command in an async fashion, with
control over logging of stdout and stderr (which appears in the Samba
log file). This is useful for ensuring we don't miss important
messages from rndc commands (for example).

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-02-17 19:43:32 +11:00
..
async_req async_sock: return -1/EPIPE if we're getting an end of file on read. 2009-09-21 06:04:53 +02:00
compression Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
crypto Change uint_t to unsigned int in lib/crypto 2010-02-02 07:18:16 +01:00
nss_wrapper nss_wrapper: fix typo in testsuite. 2009-06-08 22:45:16 +02:00
popt lib/popt: Fix typo in README. 2010-01-25 19:54:24 +01:00
replace libreplace: add fdatasync() if not available 2010-02-13 22:36:11 +11:00
smbconf s3:smbconf: move smbconf_share_exists checks into backend 2009-03-04 22:49:24 +01:00
socket_wrapper socket_wrapper: swrap_read() should use SWRAP_RECV* for swrap_dump_packet() 2009-09-08 22:07:30 +02:00
subunit subunit/testtools: Include newer version. 2010-01-16 19:56:21 +13:00
talloc release-scripts: parametrize scripts 2010-02-08 10:29:06 -05:00
tdb tdb: use fdatasync() instead of fsync() in transactions 2010-02-13 22:36:11 +11:00
tdr tdr-test: Fix 'push_charset' test 2009-12-08 12:39:10 +11:00
tevent util: update three other copies of our dlinklist.h macros 2010-02-14 18:44:21 +11:00
torture fixed the build 2009-11-18 12:46:45 +11:00
tsocket tsocket: Fix the description of tstream_writev_queue_send/recv 2010-01-28 11:16:24 +01:00
uid_wrapper s4:UID wrapper - Make it work on older distributions 2010-02-05 19:47:26 +01:00
util util: added samba_runcmd() 2010-02-17 19:43:32 +11: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