1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/smbd
Stefan Metzmacher c9e171ff72 s3:smb2_*: make use of smb2req->xconn where possible
We need to use the connection that is used by the current request.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
2014-08-06 09:51:13 +02:00
..
aio.c s3 : smbd : Protect all possible code paths from fsp->op == NULL. 2014-05-02 21:27:07 +02:00
avahi_register.c
blocking.c smbd: "err" is no longer set in get_lock_offset 2014-07-22 15:32:39 +02:00
close.c param: rename lp function and variable from "magicscript" to "magic_script" 2014-02-07 16:19:13 -08:00
conn_idle.c
conn_msg.c
conn.c
connection.c
dfree.c param: rename lp function and variable from "maxdisksize" to "max_disk_size" 2014-02-07 16:19:16 -08:00
dir.c lib/util: move memcache.[ch] to the toplevel 'samba-util' library 2014-07-18 15:43:33 +02:00
dmapi.c smbd: Fix compile warning in dmapi.c 2014-05-02 03:41:31 +02:00
dnsregister.c
dosmode.c lib: Align nt_time_to_unix_timespec with unix_timespec_to_nt_time 2014-06-30 22:28:14 +02:00
durable.c s3: remove stat_ex.vfs_private completely 2014-07-24 14:23:11 +02:00
error.c
fake_file.c
file_access.c
fileio.c param: rename lp function and variable from "syncalways" to "sync_always" 2014-02-07 16:19:16 -08:00
filename.c param: rename lp function and variable from "symlinks" to "follow_symlinks" 2014-02-07 16:19:13 -08:00
files.c s3: smbd : Ensure file_new doesn't call into smbXsrv_open_create() for INTERNAL_OPEN_ONLY. 2014-05-02 21:27:07 +02:00
globals.c lib/util: move memcache.[ch] to the toplevel 'samba-util' library 2014-07-18 15:43:33 +02:00
globals.h s3:smb2_server: pass smbXsrv_connection to smbd_smb2_first_negprot() 2014-08-06 09:51:12 +02:00
ipc.c s3:smbd: move sconn->smb1.sessions.* to xconn->smb1.sessions.* 2014-08-06 09:51:11 +02:00
lanman.c s3: smbd - fix processing of packets with invalid DOS charset conversions. 2014-06-25 03:47:54 +02:00
mangle_hash2.c lib/util: move memcache.[ch] to the toplevel 'samba-util' library 2014-07-18 15:43:33 +02:00
mangle_hash.c param: rename lp function and variable from 'magicchar' to 'mangling_char' 2014-02-07 16:19:10 -08:00
mangle.c param: rename lp function and variable from 'defaultcase' to 'default_case' 2014-02-07 16:19:10 -08:00
message.c s3:smbd: move xconn->msg_state to xconn->smb1.msg_state 2014-08-06 09:51:11 +02:00
msdfs.c s3:smbd: move sconn->smb1.echo_handler.* to xconn->smb1.echo_handler.* 2014-08-06 09:51:11 +02:00
negprot.c s3:smbd: move sconn->smb1.signing_state to xconn->smb1.signing_state 2014-08-06 09:51:11 +02:00
notify_inotify.c
notify_internal.c smbd: Pass on a timestamp in MSG_PVFS_NOTIFY 2014-04-23 22:33:08 +02:00
notify.c smbd: Sort notify events by timestamp 2014-04-23 22:33:08 +02:00
ntquotas.c
nttrans.c s3:smbd: move sconn->smb1.signing_state to xconn->smb1.signing_state 2014-08-06 09:51:11 +02:00
open.c smbd: Remove 2 indentation levels 2014-06-25 11:22:12 +02:00
oplock_irix.c param: rename lp function and variable from 'lockdir' to 'lock_directory' 2014-02-07 16:19:10 -08:00
oplock_linux.c
oplock.c Rename the profile enums with a SAMBA_ prefix to avoid conflict with system files. 2013-11-22 08:56:38 -08:00
password.c loadparm: rename lp[cfg]_pathname to lp[cfg]_path for consistency with docs 2014-02-03 13:26:13 +13:00
perfcount.c
pipes.c s3-rpc_server: Pass the server event context to np_open(). 2013-10-29 16:27:18 +01:00
posix_acls.c smbd: Simplify unpack_nt_owners 2014-07-22 15:32:39 +02:00
process.c s3:smb2_server: pass smbXsrv_connection to smbd_smb2_first_negprot() 2014-08-06 09:51:12 +02:00
proto.h s3:smbd: move sconn->smb1.signing_state to xconn->smb1.signing_state 2014-08-06 09:51:11 +02:00
pysmbd.c pysmbd: improve the return of error codes in the python smbd bindings 2014-02-05 08:42:25 +01:00
quotas.c
reply.c s3:smbd: move sconn->smb1.echo_handler.* to xconn->smb1.echo_handler.* 2014-08-06 09:51:11 +02:00
scavenger.c s3 : smbd : Protect all possible code paths from fsp->op == NULL. 2014-05-02 21:27:07 +02:00
scavenger.h
seal.c lib-util: rename memdup to smb_memdup and fix all callers 2014-04-16 20:39:08 +02:00
sec_ctx.c s3: use smb_xmemdup instead of smb_memdup and smb_panic 2014-04-16 22:53:42 +02:00
server_exit.c s3:smbd: rename 'conn' to 'xconn' in exit_server_common() 2014-08-06 09:51:12 +02:00
server_reload.c s3:smbd: move sconn->sock to xconn->transport.sock 2014-08-06 09:51:11 +02:00
server.c lib: directory_create_or_exist() does not use "uid" parameter 2014-07-28 22:04:13 +02:00
service.c s3:smbd: move sconn->smb1.signing_state to xconn->smb1.signing_state 2014-08-06 09:51:11 +02:00
session.c
sesssetup.c s3:smbd: move sconn->smb1.signing_state to xconn->smb1.signing_state 2014-08-06 09:51:11 +02:00
share_access.c param: rename lp function and variable from "writelist" to "write_list" 2014-02-07 16:19:16 -08:00
signing.c s3:smbd: move sconn->smb1.signing_state to xconn->smb1.signing_state 2014-08-06 09:51:11 +02:00
smb2_break.c s3:smb2_break: make use of smbd_smb2_generate_outbody() 2014-03-05 13:59:20 -08:00
smb2_close.c s3: smb2: Move from using SBVAL to put NTTIMEs on the wire to put_long_date_timespec. 2014-05-23 20:16:12 +02:00
smb2_create.c s3:smb2_*: make use of smb2req->xconn where possible 2014-08-06 09:51:13 +02:00
smb2_find.c s3:smb2_*: make use of smb2req->xconn where possible 2014-08-06 09:51:13 +02:00
smb2_flush.c s3:smb2_flush: make use of smbd_smb2_generate_outbody() 2014-03-05 13:59:21 -08:00
smb2_getinfo.c s3:smb2_*: make use of smb2req->xconn where possible 2014-08-06 09:51:13 +02:00
smb2_glue.c s3:smbd: remember smbXsrv_connection for each smb_request 2014-08-06 09:51:12 +02:00
smb2_ioctl_dfs.c
smb2_ioctl_filesys.c smb2/ioctl: add support for FSCTL_[GET/SET]_COMPRESSION 2013-11-22 08:56:45 -08:00
smb2_ioctl_named_pipe.c
smb2_ioctl_network_fs.c s3:smb2_*: make use of smb2req->xconn where possible 2014-08-06 09:51:13 +02:00
smb2_ioctl_private.h
smb2_ioctl.c s3:smb2_ioctl: make use of smbd_smb2_generate_outbody() 2014-03-05 13:59:21 -08:00
smb2_keepalive.c s3:smb2_keepalive: make use of smbd_smb2_generate_outbody() 2014-03-05 13:59:22 -08:00
smb2_lock.c s3:smb2_server: move sconn->smb2.requests to xconn->smb2.requests 2014-08-06 09:51:11 +02:00
smb2_negprot.c s3:smb2_*: make use of smb2req->xconn where possible 2014-08-06 09:51:13 +02:00
smb2_notify.c s3:smb2_*: make use of smb2req->xconn where possible 2014-08-06 09:51:13 +02:00
smb2_read.c s3:smb2_*: make use of smb2req->xconn where possible 2014-08-06 09:51:13 +02:00
smb2_server.c s3:smb2_server: use req->xconn in is_smb2_recvfile_write() 2014-08-06 09:51:13 +02:00
smb2_sesssetup.c s3:smb2_*: make use of smb2req->xconn where possible 2014-08-06 09:51:13 +02:00
smb2_setinfo.c s3:smb2_*: make use of smb2req->xconn where possible 2014-08-06 09:51:13 +02:00
smb2_tcon.c s3:smb2_*: make use of smb2req->xconn where possible 2014-08-06 09:51:13 +02:00
smb2_write.c s3:smb2_*: make use of smb2req->xconn where possible 2014-08-06 09:51:13 +02:00
smbd.h smbd: change flag name from UCF_CREATING_FILE to UCF_PREP_CREATEFILE 2013-12-09 09:48:48 -08:00
smbXsrv_open.c s3:smbXsrv_open: allow now==0 to skip the idle_time update. 2014-04-11 21:41:08 +02:00
smbXsrv_session.c dbwrap: add a dbwrap_flags argument to db_open() 2014-02-07 16:06:06 +01:00
smbXsrv_tcon.c dbwrap: add a dbwrap_flags argument to db_open() 2014-02-07 16:06:06 +01:00
smbXsrv_version.c dbwrap: add a dbwrap_flags argument to db_open() 2014-02-07 16:06:06 +01:00
srvstr.c
statcache.c lib/util: move memcache.[ch] to the toplevel 'samba-util' library 2014-07-18 15:43:33 +02:00
statvfs.c Typo: s/prefered/preferred/ 2014-04-13 16:55:05 +02:00
trans2.c s3:smbd: move sconn->smb1.unix_info.* to xconn->smb1.unix_info.* 2014-08-06 09:51:11 +02:00
uid.c smbd: Change logging level for denied share access 2014-07-31 01:17:30 +02:00
utmp.c param: rename lp function and variable from 'wtmpdir' to 'wtmp_directory' 2014-02-07 16:19:11 -08:00
vfs.c s3:smbd: move sconn->sock to xconn->transport.sock 2014-08-06 09:51:11 +02:00