1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/libsmb
David Disseldorp 0cd4561ab1 namecache: fix uninitialised pointer returns
asprintf_strupper_m() doesn't set *strp on error.

Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Volker Lendecke <Volker.Lendecke@SerNet.DE>

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Sat Sep 13 03:21:39 CEST 2014 on sn-devel-104
2014-09-13 03:21:39 +02:00
..
ABI
async_smb.c s3:libsmb: don't pass down FLAG_CASELESS_PATHNAMES and FLAGS2_DFS_PATHNAMES anymore 2013-10-17 16:14:58 +02:00
auth_generic.c s3-auth: Register ncalrpc_as_system gensec module. 2014-04-24 11:21:05 +02:00
cli_smb2_fnum.c libcli: Make cli_smb2_close_fnum async 2014-06-30 22:28:15 +02:00
cli_smb2_fnum.h libcli: Make cli_smb2_close_fnum async 2014-06-30 22:28:15 +02:00
cliconnect.c param: rename lp function and variable from "cli_minprotocol" to "client_min_protocol" 2014-02-07 16:19:15 -08:00
clidfs.c Fixed a memory leak in cli_set_mntpoint(). 2014-08-13 04:36:49 +02:00
clidgram.c param: rename lp function and variable from 'piddir' to 'pid_directory' 2014-02-07 16:19:11 -08:00
clidgram.h
clientgen.c s3:libsmb: remove unused cli_state->case_sensitive 2013-10-17 16:24:52 +02:00
clierror.c
clifile.c libsmb: Make cli_ntcreate cancellable 2014-06-21 20:38:11 +02:00
clifsinfo.c auth/gensec: remove tevent_context argument from gensec_update() 2014-03-27 00:36:32 +01:00
clilist.c s3-client: smbclient shows no error if deleting a directory with del failed 2013-11-14 21:23:07 +01:00
climessage.c
clioplock.c
cliprint.c
cliquota.c s3: client : Add extra return parameter to all client open calls. 2014-05-09 23:10:07 +02:00
clirap2.c libsmb: Fix CID 241313 Array compared against 0 2013-11-11 21:04:09 +01:00
clirap.c s3: smbd - fix processing of packets with invalid DOS charset conversions. 2014-06-25 03:47:54 +02:00
clirap.h s3:libsmb: add function cli_qpathinfo3() 2013-10-30 15:23:51 -07:00
clireadwrite.c s3:libsmb: add support for SMB2 in cli_writeall() 2013-08-15 09:07:07 +02:00
clisecdesc.c s3:libsmb: Plumb cli_smb2_set_security_descriptor() inside cli_set_security_descriptor(). 2013-08-15 09:07:07 +02:00
clispnego.c
clistr.c
clisymlink.c s3: client : Add extra return parameter to all client open calls. 2014-05-09 23:10:07 +02:00
clitrans.c s3:libsmb: don't pass down FLAG_CASELESS_PATHNAMES and FLAGS2_DFS_PATHNAMES anymore 2013-10-17 16:14:58 +02:00
conncache.c lib: Use "mem_ctx" arg in gencache_get 2013-09-05 20:09:21 +02:00
dsgetdcname.c s3-dsgetdcname: print IP address for LDAP ping. 2014-02-13 14:31:44 +01:00
errormap_wbc.c
errormap_wbc.h
errormap.c s3-lib: Do not walk past the end of the dos_to_ntstatus_map array 2014-09-08 07:26:34 +02:00
libsmb_cache.c
libsmb_compat.c
libsmb_context.c libsmbclient: Wrap more function calls in talloc_stackframe() to protect against talloc_tos() calls 2014-04-02 02:36:08 +02:00
libsmb_dir.c s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth(). 2013-08-05 10:30:00 +02:00
libsmb_file.c s3:libsmb: SMBC_getatr() if no method worked, try all methods again on next attempt 2013-10-30 15:23:51 -07:00
libsmb_misc.c
libsmb_path.c
libsmb_printjob.c
libsmb_server.c s3:libsmb: Set a max charge for SMB2 connections 2014-08-21 17:31:11 +02:00
libsmb_setget.c libsmb: Provide a talloc_stackframe() to external users of libsmb_setget.c 2014-04-02 00:31:48 +02:00
libsmb_stat.c s3/libsmb: make use of smbXcli_tcon_is_dfs_share() 2013-10-17 16:17:27 +02:00
libsmb_thread_impl.c
libsmb_thread_posix.c
libsmb_xattr.c s3/libsmb_xattr: use security_ace_equal instead of sec_ace_equal 2014-05-29 01:08:25 +02:00
libsmb.h s3:libsmb: Add in the core of the libsmb client SMB2 functions. 2013-08-15 09:07:06 +02:00
namecache.c namecache: fix uninitialised pointer returns 2014-09-13 03:21:39 +02:00
namequery_dc.c s3-kerberos: remove unused kdc_name from create_local_private_krb5_conf_for_domain(). 2014-03-07 18:43:57 +01:00
namequery.c param: rename lp function and variable from 'passwordserver' to 'password_server' 2014-02-07 16:19:10 -08:00
nmblib.c
nmblib.h
ntlmssp_wrap.c auth/gensec: introduce gensec_internal.h 2013-08-10 09:19:02 +02:00
ntlmssp.c
passchange.c s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth(). 2013-08-05 10:30:00 +02:00
proto.h libsmb: Replace async cli_ntcreate by cli_create 2014-06-21 20:38:11 +02:00
pylibsmb.c s3: client : Add extra return parameter to all client open calls. 2014-05-09 23:10:07 +02:00
reparse_symlink.c
samlogon_cache.c samlogon_cache: avoid overwriting info3->base.full_name.string. 2014-07-15 18:25:28 +02:00
smb2cli_tcon.c s3:libsmb: only set tcon to invalid in smb2cli_tdis* 2013-08-15 09:07:07 +02:00
smb2cli.h
smb_share_modes.c Remove uid_wrapper related code. 2014-04-17 14:56:05 +02:00
smbclient.pc.in
smberr.c
smbsharemodes.pc.in
smbsock_connect.c
trustdom_cache.c lib: Use "mem_ctx" arg in gencache_get 2013-09-05 20:09:21 +02:00
trusts_util.c s3/libsmb: Free memdup'd local variable 2014-02-22 00:58:23 +01:00
unexpected.c
wscript