1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source3/smbd
Ira Cooper fd9e02d5f3 Fix for bug 7501 - SMB2: CREATE request replies getting mangled.
Code for dup_smb2_req() was duplicating the wrong vector (i, instead
of i+2) when returning a non-minimal SMB2 response.
2010-06-08 11:20:23 -07:00
..
aio.c Make aio_ex owned by a talloc context, not neccessarily on the null context. 2010-06-07 16:26:30 -07:00
avahi_register.c
blocking.c This patch looks bigger than it is. It does 2 things. 1). Renames smbpid -> smblctx in our locking code. 2). Widens smblctx to 64-bits internally. Preparing to use the SMB2 handle as the locking context. 2010-05-07 06:20:50 -07:00
change_trust_pw.c s3: only include gen_ndr headers where needed. 2010-05-06 00:22:59 +02:00
close.c Fix a long-standing bug with async io that would only be triggered by SMB2. 2010-06-04 21:00:24 -07:00
conn.c s3:smbd add utility function to check if there are open pipes 2010-06-07 17:25:48 -04:00
connection.c s3: Remove unused "mypid" from count_current_connections() state 2010-03-01 12:18:12 +01:00
dfree.c
dir.c s3: Simplify (bool != True) to !bool 2010-04-24 10:50:12 +02:00
dmapi.c
dnsregister.c
dosmode.c s3: Remove use of iconv_convenience. 2010-05-18 11:45:31 +02:00
error.c
fake_file.c Arg. Got the sense of the test reversed to fix bug #7080 - Quota only shown when logged as root.. Doh ! 2010-02-01 15:57:16 -08:00
file_access.c s3-security: use shared SECINFO_DACL define. 2010-06-03 11:00:12 +02:00
fileio.c smbd: move printfile_offset() within write_file() 2010-04-30 11:52:39 -07:00
filename_util.c
filename.c Fix bug #7339 - MSDFS is non-functional in 3.5.x 2010-04-08 20:32:36 -07:00
files.c s3-smbd: group print relate data in own structure 2010-04-23 14:26:33 -07:00
globals.c s3-smbd: Remove unneeded dependency of map_username to globals.c. 2010-06-04 12:12:08 -04:00
globals.h s3-smbd: Remove unneeded dependency of map_username to globals.c. 2010-06-04 12:12:08 -04:00
ipc.c s3:smbd: add PIPE_BUSY handling for SMBtrans calls on named pipes 2010-05-27 07:13:55 +02:00
lanman.c s3-lanman: Fix api_RNetUserGetInfo level 2 marshalling offset calculation. 2010-05-28 02:49:37 +02:00
mangle_hash2.c
mangle_hash.c Fix bug #7155 - valgrind Conditional jump or move depends on uninitialised value(s) error when "mangling method = hash" 2010-02-18 12:21:10 -08:00
mangle.c
message.c s3: Protect against an invalid bcc in SMBsendtxt 2010-01-17 17:26:39 +01:00
msdfs.c Make DFS work over SMB2. 2010-05-21 16:56:10 -07:00
negprot.c s3: Fix a long-standing problem with recycled PIDs 2010-03-10 16:07:10 +01:00
noquotas.c
notify_inotify.c s3: only include gen_ndr headers where needed. 2010-05-06 00:22:59 +02:00
notify_internal.c s3: Remove use of iconv_convenience. 2010-05-18 11:45:31 +02:00
notify.c s3: only include gen_ndr headers where needed. 2010-05-06 00:22:59 +02:00
ntquotas.c s3:dom_sid Global replace of DOM_SID with struct dom_sid 2010-05-21 10:39:59 +02:00
nttrans.c s3-security: use shared SECINFO_DACL define. 2010-06-03 11:00:12 +02:00
open.c s3-security: use shared SECINFO_DACL define. 2010-06-03 11:00:12 +02:00
oplock_irix.c
oplock_linux.c
oplock_onefs.c Be more forgiving on client oplock break failure (as Windows does). Remove a global. 2010-05-13 11:33:02 -07:00
oplock.c Be more forgiving on client oplock break failure (as Windows does). Remove a global. 2010-05-13 11:33:02 -07:00
password.c s3-auth: Moved smbd user functions to a generic place. 2010-06-04 12:12:37 -04:00
perfcount.c
pipes.c s3:rpc_server: pass down local and remote tsocket_address to np_open() 2010-05-27 07:13:56 +02:00
posix_acls.c s3-security: remove duplicate Extra W2K flags. 2010-06-03 11:00:24 +02:00
process.c s3:smbd make yp cache local. 2010-05-31 18:21:29 +02:00
quotas.c
reply.c s3-security: use shared "Standard access rights.". 2010-06-03 11:00:26 +02:00
seal.c ntlmssp: Make the ntlmssp.h from source3/ a common header 2010-05-31 15:10:56 +02:00
sec_ctx.c
server_exit.c s3:smbd split smbd/server.c into smbd/server.c and smbd/server_exit.c 2010-05-28 18:08:25 +02:00
server_reload.c s3:smbd split reload services/printers functions from server.c 2010-05-28 18:08:26 +02:00
server.c s3:smbd move messaging_context and memcache into globals.c 2010-05-28 18:08:27 +02:00
service.c s3:smbd map_username() doesn't need sconn anymore 2010-05-31 18:21:29 +02:00
session.c s3: Abstract access to sessionid.tdb, similar to conn_tdb.c 2010-03-01 17:53:22 +01:00
sesssetup.c Revert "s3:smbd Fix segfault if register_existing_vuid() fails" 2010-06-08 11:38:08 +02:00
share_access.c s3-smbd: remove unused sconn from token_contains_name(). 2010-05-31 22:18:30 +02:00
signing.c s3: Attempt to fix the build on AIX, shm_ptr seems to be a macro there 2010-03-29 07:26:00 +02:00
smb2_break.c (Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-bit Vista client 2010-05-19 19:28:26 -07:00
smb2_close.c (Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-bit Vista client 2010-05-19 19:28:26 -07:00
smb2_create.c s3-build: only use ndr_security.h where needed. 2010-05-31 11:32:37 +02:00
smb2_find.c (Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-bit Vista client 2010-05-19 19:28:26 -07:00
smb2_flush.c (Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-bit Vista client 2010-05-19 19:28:26 -07:00
smb2_getinfo.c (Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-bit Vista client 2010-05-19 19:28:26 -07:00
smb2_glue.c Make deferred opens (NT_STATUS_SHARING_VIOLATION) work over SMB2. 2010-04-22 23:52:19 -07:00
smb2_ioctl.c (Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-bit Vista client 2010-05-19 19:28:26 -07:00
smb2_keepalive.c
smb2_lock.c (Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-bit Vista client 2010-05-19 19:28:26 -07:00
smb2_negprot.c Parameterize "smb2 max read", "smb2 max write", "smb2 max trans". 2010-04-06 15:43:35 -07:00
smb2_notify.c (Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-bit Vista client 2010-05-19 19:28:26 -07:00
smb2_read.c Standardize debug messages for read and write. 2010-05-25 11:39:46 -07:00
smb2_server.c Fix for bug 7501 - SMB2: CREATE request replies getting mangled. 2010-06-08 11:20:23 -07:00
smb2_sesssetup.c Revert "s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS" 2010-06-08 11:38:08 +02:00
smb2_setinfo.c (Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-bit Vista client 2010-05-19 19:28:26 -07:00
smb2_signing.c
smb2_tcon.c Make DFS work over SMB2. 2010-05-21 16:56:10 -07:00
smb2_write.c Standardize debug messages for read and write. 2010-05-25 11:39:46 -07:00
srvstr.c
statcache.c s3: only include gen_ndr headers where needed. 2010-05-06 00:22:59 +02:00
statvfs.c
trans2.c SMB2: Fix rename on Windows 7. 2010-06-01 17:09:29 -07:00
uid.c s3:auth use info3 in auth_serversupplied_info 2010-05-28 00:55:53 +02:00
utmp.c
vfs.c s3: Fix typos in a debug message in vfs_init_custom 2010-03-28 15:25:14 +02:00