1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/lib
Brendan Powers 027cba6a49 Return NULL in strlower_talloc if src is NULL
Prevents strlower_talloc from segfaulting if you pass it a NULL string.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2009-12-18 14:27:43 +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 lib/crypto: include aes.h into crypto.h 2009-09-16 12:29:05 +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 libreplace: added likely()/unlikely() macros for gcc 2009-09-17 21:52:23 -07: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 selftest: Fix handling of testsuite, reintroduce progress indication. 2009-06-11 19:59:59 +02:00
talloc Fix release script to work with recent git versions 2009-12-15 09:17:25 -05:00
tdb tdbtool: avoid using c++ reserved words. 2009-12-17 15:40:42 +01:00
tdr tdr-test: Fix 'push_charset' test 2009-12-08 12:39:10 +11:00
tevent tevent: Fix a comment 2009-11-26 17:22:56 +01:00
torture fixed the build 2009-11-18 12:46:45 +11:00
tsocket tsocket: Fixed tsocket_guide.txt asciidoc syntax. 2009-12-15 23:34:23 +01:00
uid_wrapper fixed a uid_wrapper bug that caused a segv in the RAW-ACLS test 2009-08-05 13:32:04 +10:00
util Return NULL in strlower_talloc if src is NULL 2009-12-18 14:27:43 +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