summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* s3: smbd: Fix a read after free if a chained SMB1 call goes async.Jeremy Allison2017-07-151-1/+1
* s3/notifyd: ensure notifyd doesn't return from smbd_notifyd_initRalph Boehme2017-07-151-1/+7
* s3/vfs: rename SMB_VFS_STRICT_LOCK to SMB_VFS_STRICT_LOCK_CHECKRalph Boehme2017-07-116-20/+20
* s3/vfs: remove SMB_VFS_STRICT_UNLOCKRalph Boehme2017-07-106-91/+23
* s3:smbd: consistently use talloc_tos() memory for rpc_pipe_open_interface()Stefan Metzmacher2017-07-102-11/+11
* s3/smbd: let non_widelink_open() chdir() to directories directlyRalph Boehme2017-07-071-5/+25
* notifyd: Remove notifyd_handler_doneVolker Lendecke2017-07-071-13/+0
* notifyd: Use messaging_register for MSG_SMB_NOTIFY_DBVolker Lendecke2017-07-071-35/+36
* notifyd: Use messaging_register for MSG_SMB_NOTIFY_GET_DBVolker Lendecke2017-07-071-25/+22
* notifyd: Use messaging_register for MSG_SMB_NOTIFY_TRIGGERVolker Lendecke2017-07-071-32/+29
* notifyd: Use messaging_register for MSG_SMB_NOTIFY_REC_CHANGEVolker Lendecke2017-07-071-32/+41
* notifyd: Avoid an if-expressionVolker Lendecke2017-07-071-36/+33
* notifyd: Consolidate two #ifdef CLUSTER into oneVolker Lendecke2017-07-071-12/+9
* notifyd: Only ask for messaging_ctdb_conn when clusteringVolker Lendecke2017-07-072-31/+42
* s3/smbd: remove unneeded flags argument from SMB_VFS_OFFLOAD_WRITE_SENDRalph Boehme2017-07-033-9/+4
* s3/vfs: make SMB_VFS_OFFLOAD_WRITE_SEND offload token basedRalph Boehme2017-07-033-93/+18
* s3/smbd: redesign macOS copyfile copy-chunkRalph Boehme2017-07-031-45/+31
* s3/smbd: remove copy-chunk chunk merging optimisationRalph Boehme2017-07-031-74/+4
* s3/smbd: remove unused arg smb1req from copychunk_check_handles()Ralph Boehme2017-07-031-4/+2
* s3/smbd: remove flags2 FLAGS2_READ_PERMIT_EXECUTE hack in the SMB2 codeRalph Boehme2017-07-033-17/+2
* s3/smbd: remove ununsed req arg from CHECK_READ_IOCTL macroRalph Boehme2017-07-031-1/+1
* s3/vfs: rename SMB_VFS_COPY_CHUNK_SEND/RECV to SMB_VFS_OFFLOAD_WRITE_SEND/RECVRalph Boehme2017-07-033-31/+31
* s3/smbd: use SMB_VFS_OFFLOAD_READ_SEND/RECVRalph Boehme2017-07-032-49/+91
* s3/vfs: add SMB_VFS_OFFLOAD_READ_SEND/RECVRalph Boehme2017-07-031-0/+24
* s3: VFS: Change SMB_VFS_CONNECTPATH to take const struct smb_filename * inste...Jeremy Allison2017-07-012-8/+8
* S3: smbd: Finish plumbing struct smb_filename * through the check_name() stack.Jeremy Allison2017-07-016-52/+61
* s3: smbd: Add missing out of memory check.Jeremy Allison2017-07-011-0/+4
* s3: VFS: Change SMB_VFS_REALPATH to take and return struct smb_filename * ins...Jeremy Allison2017-07-013-45/+66
* s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.Jeremy Allison2017-07-016-122/+102
* s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...Jeremy Allison2017-07-016-80/+195
* s3:smb2_create: remove unused timer pointer from smbd_smb2_create_stateStefan Metzmacher2017-06-271-5/+0
* s3:smb2_create: avoid reusing the 'tevent_req' within smbd_smb2_create_send()Stefan Metzmacher2017-06-271-20/+23
* s3:smbd: unimplement FSCTL_VALIDATE_NEGOTIATE_INFO with "server max protocol ...Stefan Metzmacher2017-06-271-0/+17
* s3: smbd: fix regression with non-wide symlinks to directories over SMB3.Daniel Kobras2017-06-261-2/+22
* s3:smbd: call auth_check_password_session_info() only in one central placeStefan Metzmacher2017-06-261-33/+25
* s3:smbd: introduce a reply_sesssetup_and_X_stateStefan Metzmacher2017-06-261-62/+69
* s3:smbd: inline check_guest_password() into reply_sesssetup_and_X()Stefan Metzmacher2017-06-261-42/+25
* s3:smbd: only set user_info->auth_description on successStefan Metzmacher2017-06-261-2/+1
* s3: smbd: When deleting an fsp pointer ensure we don't keep any references to...Jeremy Allison2017-06-221-3/+1
* lib: Give messages_ctdbd.c its own headerVolker Lendecke2017-06-214-0/+4
* s3: VFS: Change SMB_VFS_SYMLINK to use const struct smb_filename * instead of...Jeremy Allison2017-06-183-22/+21
* s3: VFS: Change SMB_VFS_READLINK to use const struct smb_filename * instead o...Jeremy Allison2017-06-185-44/+52
* s3: VFS: Change SMB_VFS_STATVFS to use const struct smb_filename * instead of...Jeremy Allison2017-06-182-4/+5
* s3: VFS: Change SMB_VFS_LINK to use const struct smb_filename * instead of co...Jeremy Allison2017-06-182-5/+5
* s3: VFS: Change SMB_VFS_GET_QUOTA to use const struct smb_filename * instead ...Jeremy Allison2017-06-183-10/+30
* s3: VFS: Change SMB_VFS_DISK_FREE to use const struct smb_filename * instead ...Jeremy Allison2017-06-182-4/+7
* s3: VFS: Change SMB_VFS_CHFLAGS to use const struct smb_filename * instead of...Jeremy Allison2017-06-182-4/+5
* s3: VFS: Change SMB_VFS_MKNOD to use const struct smb_filename * instead of c...Jeremy Allison2017-06-182-4/+6
* s3:smb2_sesssetup: allow a compound request after a SessionSetupStefan Metzmacher2017-06-171-0/+1
* s3:smb2_tcon: allow a compound request after a TreeConnectStefan Metzmacher2017-06-171-0/+2