1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-29 11:21:54 +03:00
samba-mirror/source3/libsmb
Andreas Schneider b8c3bfa55b s3-lib: If we create a pipe socket, don't start to listen.
The create_pipe_sock() function should only create the socket as the
name states and not start to listen on it too. We should start to listen
on in the individual places as we need different backlog values.

Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Mon Aug 29 13:21:43 CEST 2011 on sn-devel-104
2011-08-29 13:21:43 +02:00
..
async_smb.c s3:libsmb: move cli_session_request*() to smbsock_connect.c 2011-08-28 17:23:49 +02:00
cli_np_tstream.c s3:cli_np_tstream: make use of cli_set_timeout() 2011-08-03 09:01:40 +02:00
cli_np_tstream.h s3:libsmb: add tstream_cli_np_get_cli_state() 2010-12-15 15:26:05 +01:00
cliconnect.c s3:libsmb: make cli_session_setup_spnego() static 2011-08-10 12:31:55 +02:00
clidfs.c s3:libsmb/cli*: use CLI_BUFFER_SIZE instead of cli->max_xmit 2011-08-09 18:14:38 +02:00
clidgram.c s3-param Remove special case for global_myname(), rename to lp_netbios_name() 2011-06-09 12:40:09 +02:00
clidgram.h source3/libsmb/clidgram.h: fix licence/copyright 2011-06-10 15:12:25 +02:00
clientgen.c s3:libsmb: store the remote_realm on the cli_state 2011-08-10 11:14:55 +02:00
clierror.c s3:libsmb: move cli_state->fd to cli_state->conn.fd 2011-07-22 17:06:07 +02:00
clifile.c s3:libsmb/cli*: use CLI_BUFFER_SIZE instead of cli->max_xmit 2011-08-09 18:14:38 +02:00
clifsinfo.c s3-ntlmssp Remove auth_ntlmssp_or_flags 2011-08-03 18:48:03 +10:00
clikrb5.c s3:clikrb5: fix the build with newer heimdal versions 2011-07-14 21:21:13 +02:00
clilist.c s3:libsmb/cli*: use CLI_BUFFER_SIZE instead of cli->max_xmit 2011-08-09 18:14:38 +02:00
climessage.c s3-libsmb: move protos to libsmb/proto.h 2011-05-06 16:37:18 +02:00
clioplock.c s3:libsmb: move cli_smb_oplock_break_waiter*() to clioplock.c 2011-08-28 17:16:51 +02:00
cliprint.c s3-libsmb: move protos to libsmb/proto.h 2011-05-06 16:37:18 +02:00
cliquota.c s3-talloc Change TALLOC_ZERO_P() to talloc_zero() 2011-06-09 12:40:08 +02:00
clirap2.c s3:libsmb/clirap2: make use of cli_state_remote_name() 2011-07-22 17:06:09 +02:00
clirap.c s3:libsmb/cli*: use CLI_BUFFER_SIZE instead of cli->max_xmit 2011-08-09 18:14:38 +02:00
clirap.h s3:libsmb: use clistr_pull_talloc() in cli_qfilename() 2011-07-06 17:18:14 +02:00
clireadwrite.c s3:libsmb/cli*: make use of cli_state_capabilities() 2011-08-02 04:54:28 +02:00
clisecdesc.c s3:libsmb: cli_set_secdesc() only needs a const struct security_descriptor 2011-07-23 11:08:19 +02:00
clisigning.c s3-libsmb: move protos to libsmb/proto.h 2011-05-06 16:37:18 +02:00
clispnego.c s3-build: only include asn1 headers where actually needed. 2011-03-16 23:46:18 +01:00
clistr.c s3:libsmb: remove unused clistr_push_fn() 2011-07-07 19:16:28 +02:00
clisymlink.c s3: Add cli_readlink 2011-07-03 11:31:29 +02:00
clitrans.c s3:libsmb/clitrans: correctly transfer the seqnum between secondary and primary requests 2011-06-10 19:27:05 +02:00
conncache.c s3: Fix Coverity ID 2147, FORWARD_NULL 2011-03-16 22:07:24 +01:00
dsgetdcname.c s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array() 2011-06-09 12:40:08 +02:00
errormap_wbc.c s3-errormap: move (unused) map_nt_error_from_wbcErr out of errormap. 2011-02-25 01:08:41 +01:00
errormap_wbc.h source3/libsmb/errormap_wbc.h: fix licence/copyright 2011-06-10 15:12:27 +02:00
errormap.c S3: Fix some nonempty blank lines 2011-07-03 11:31:29 +02:00
libsmb_cache.c s3-libsmb: move protos to libsmb/proto.h 2011-05-06 16:37:18 +02:00
libsmb_compat.c s3: Fix some nonempty blank lines 2009-11-21 23:19:50 +01:00
libsmb_context.c s3:libsmb: use lp_load_client() and lp_load_client_no_reinit() in libsmb_context 2011-07-28 11:17:29 +02:00
libsmb_dir.c s3:libsmb/libsmb_dir: make use of cli_state_remote_name() 2011-07-22 17:06:09 +02:00
libsmb_file.c s3:libsmb/libsmb_*: make use of cli_state_capabilities() 2011-08-02 04:54:28 +02:00
libsmb_misc.c s3-libsmb: move protos to libsmb/proto.h 2011-05-06 16:37:18 +02:00
libsmb_path.c s3-talloc Change TALLOC_ARRAY() to talloc_array() 2011-06-09 12:40:08 +02:00
libsmb_printjob.c s3-libsmb: move protos to libsmb/proto.h 2011-05-06 16:37:18 +02:00
libsmb_server.c s3:libsmb/libsmb_server: make use of cli_set_timeout() 2011-08-02 04:54:29 +02:00
libsmb_setget.c s3-libsmbclient Don't store 'debug_stderr' on the libsmbclient context 2010-11-02 04:36:05 +00:00
libsmb_stat.c s3:libsmb/libsmb_*: make use of cli_state_capabilities() 2011-08-02 04:54:28 +02:00
libsmb_thread_impl.c Provide a libsmbclient interface for programs requiring threads 2009-05-10 22:45:12 -04:00
libsmb_thread_posix.c s3: fix detection and flags for using pthread 2010-01-26 00:19:10 +01:00
libsmb_xattr.c s3:libsmb_xattr: make use of the new cli_query_secdesc() 2011-07-23 09:55:54 +02:00
libsmb.h source3/libsmb/libsmb.h: fix licence/copyright 2011-06-10 15:12:29 +02:00
namecache.c s3: Remove a pointless else 2011-01-12 11:12:56 +01:00
namequery_dc.c s3: Make is_zero_addr take a sockaddr_storage 2011-02-27 11:02:53 +01:00
namequery.c Use tevent_req_oom 2011-06-20 12:33:24 +02:00
nmblib.c s3-param Remove special case for global_scope() 2011-06-09 12:40:09 +02:00
nmblib.h source3/libsmb/nmblib.h: fix licence/copyright 2011-06-10 15:12:31 +02:00
ntlmssp_wrap.c s3-ntlmssp void function cannot return value 2011-08-04 02:19:46 +02:00
ntlmssp.c s3-ntlmssp Remove calls to auth_ntlmssp_and_flags from the server 2011-08-03 18:48:03 +10:00
passchange.c s3: Use cli_connect_nb in remote_password_change 2011-05-28 20:50:10 +02:00
proto.h s3:libsmb: move cli_smb_oplock_break_waiter*() to clioplock.c 2011-08-28 17:16:51 +02:00
read_smb.c s3:libsmb: s/SMBkeepalive/NBSSkeepalive 2011-07-12 09:44:04 +02:00
read_smb.h s3: Add sync read_smb 2011-05-19 13:46:47 +02:00
reparse_symlink.c s3: Fix symlink_reparse_buffer_parse 2011-07-03 11:31:29 +02:00
samlogon_cache.c tdb_store: check returns for 0, not -1. 2011-06-20 11:18:35 +02:00
smb2cli_base.c s3:smb2cli: pass more fields to smb2cli_req_create()/smb2cli_req_send() 2011-08-12 19:38:27 +02:00
smb2cli_base.h s3:smb2cli: pass more fields to smb2cli_req_create()/smb2cli_req_send() 2011-08-12 19:38:27 +02:00
smb2cli_close.c s3:smb2cli: pass more fields to smb2cli_req_create()/smb2cli_req_send() 2011-08-12 19:38:27 +02:00
smb2cli_create.c s3:smb2cli: pass more fields to smb2cli_req_create()/smb2cli_req_send() 2011-08-12 19:38:27 +02:00
smb2cli_flush.c s3:smb2cli: pass more fields to smb2cli_req_create()/smb2cli_req_send() 2011-08-12 19:38:27 +02:00
smb2cli_negprot.c s3:smb2cli: pass more fields to smb2cli_req_create()/smb2cli_req_send() 2011-08-12 19:38:27 +02:00
smb2cli_query_directory.c s3:smb2cli: pass more fields to smb2cli_req_create()/smb2cli_req_send() 2011-08-12 19:38:27 +02:00
smb2cli_read.c s3:smb2cli: pass more fields to smb2cli_req_create()/smb2cli_req_send() 2011-08-12 19:38:27 +02:00
smb2cli_session.c s3:smb2cli: pass more fields to smb2cli_req_create()/smb2cli_req_send() 2011-08-12 19:38:27 +02:00
smb2cli_tcon.c s3:smb2cli: pass more fields to smb2cli_req_create()/smb2cli_req_send() 2011-08-12 19:38:27 +02:00
smb2cli_write.c s3:smb2cli: pass more fields to smb2cli_req_create()/smb2cli_req_send() 2011-08-12 19:38:27 +02:00
smb2cli.h s3:libsmb: add smb2cli_query_directory*() 2011-07-08 01:22:21 +02:00
smb_seal.c s3-ntlmssp Use auth_ntlmssp_*() functions in more places 2011-08-03 18:48:02 +10:00
smb_share_modes.c tdb_compat: use tdb_open_compat. 2011-06-20 11:18:35 +02:00
smb_signing.c s3-build: only include smb_signing.h where needed. 2010-08-18 09:20:13 +02:00
smberr.c s3:libsmb: remove unused smb_dos_errstr() 2011-07-08 14:09:10 +02:00
smbsock_connect.c s3:libsmb: make cli_session_request_send/recv() static 2011-08-28 20:29:01 +02:00
trustdom_cache.c libcli/security Provide a common, top level libcli/security/security.h 2010-10-12 05:54:10 +00:00
trusts_util.c s3-param Remove special case for global_myname(), rename to lp_netbios_name() 2011-06-09 12:40:09 +02:00
unexpected.c s3-lib: If we create a pipe socket, don't start to listen. 2011-08-29 13:21:43 +02:00