1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/lib
Andrew Kroeger 71515ba190 s4: Call va_end() after all va_start()/va_copy() calls.
This corrects the issues reaised in bug #6129, and some others that were not
originally identified.  It also accounts for some code that was in the original
bug report but appears to have since been made common between S3 and S4.

Thanks to Erik Hovland <erik@hovland.org> for the original bug report.
2009-06-18 13:49:25 +10:00
..
async_req Fix a = vs == error in writev_handler 2009-06-15 07:48:48 +02:00
compression Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
crypto Fix a C++ warning 2009-05-31 12:16:34 +02:00
nss_wrapper nss_wrapper: fix typo in testsuite. 2009-06-08 22:45:16 +02:00
popt s3/popt.h: Fix typo. 2009-04-07 20:05:21 +02:00
replace Add new replace check for --version-script 2009-06-15 16:31:12 -04:00
smbconf s3:smbconf: move smbconf_share_exists checks into backend 2009-03-04 22:49:24 +01:00
socket_wrapper fixed socket wrapper to determine family from the right structure 2009-06-09 13:33:09 +10:00
subunit selftest: Fix handling of testsuite, reintroduce progress indication. 2009-06-11 19:59:59 +02:00
talloc fix release scripts to always git clean 2009-06-17 14:18:03 -04:00
tdb tdb: Fix help string in configure flag to enable Python bindings. 2009-06-17 21:12:50 +02: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 Add exports file and abi checker for tevent 2009-06-15 16:31:13 -04:00
torture s4: Call va_end() after all va_start()/va_copy() calls. 2009-06-18 13:49:25 +10:00
tsocket It seems that IRIX doesn't have IOV_MAX 2009-06-09 14:54:15 +10:00
util Fix build of recurusion fix in reopen_logs() 2009-06-11 19:08:33 +10: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