summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* s3: rename talloc_sub_advanced() to talloc_sub_full()Ralph Boehme2019-11-072-7/+7
* smbd: Use file_id_str_buf() in rename_open_files()Volker Lendecke2019-11-061-7/+12
* smbd: Use file_id_str_buf() in contend_level2_oplocks_begin_default()Volker Lendecke2019-11-061-1/+2
* smbd: Use file_id_str_buf() in process_kernel_oplock_break()Volker Lendecke2019-11-061-3/+5
* smbd: Use file_id_str_buf() in process_oplock_break_message()Volker Lendecke2019-11-061-7/+9
* smbd: Use file_id_str_buf() in initial_break_processing()Volker Lendecke2019-11-061-9/+13
* smbd: Use file_id_str_buf() in downgrade_lease()Volker Lendecke2019-11-061-8/+17
* smbd: Use file_id_str_buf() in downgrade_oplock()Volker Lendecke2019-11-061-4/+6
* smbd: Use file_id_str_buf() in set_file_oplock()Volker Lendecke2019-11-061-2/+4
* smbd: Use file_id_str_buf() in set_file_oplock()Volker Lendecke2019-11-061-1/+2
* lib: Remove #define serverid_equal server_id_equalVolker Lendecke2019-11-063-3/+3
* s3: smbd: SMB1 UNIX extensions - remove dead code.Jeremy Allison2019-11-061-13/+0
* s3: smbd: SMB1 UNIX extensions - POSIX mknod should just create the object, n...Jeremy Allison2019-11-061-34/+1
* s3: smbd: SMB1 UNIX extensions - only allow size change on regular file.Jeremy Allison2019-11-061-8/+10
* 3: smbd: SMB1 UNIX extensions - For POSIX mknod we can only create blk/chr/fi...Jeremy Allison2019-11-061-0/+5
* s3: smbd: SMB1 UNIX extensions - Ensure POSIX mknod is root-only.Jeremy Allison2019-11-061-0/+7
* source3/smbd/reply.c: typo fixesBjörn Jacke2019-10-311-3/+3
* s3:smb2_server: add message mid to SMB2 request done log messageRalph Boehme2019-10-301-2/+7
* s3:smb2_server: modernize a debug statementRalph Boehme2019-10-301-5/+6
* smbd: Save 520 bytes of writable memory from every smbdVolker Lendecke2019-10-231-3/+3
* smbd: Remove an unused #define from mangle_hash2.cVolker Lendecke2019-10-231-5/+0
* smbd: Mark #else/#endif with the if-#defineVolker Lendecke2019-10-231-2/+2
* s3:smbd: Add header inclusion guards in globals.hSamuel Cabrero2019-10-181-0/+5
* s3: VFS: Complete the removal of SMB_VFS_CHOWN()Jeremy Allison2019-10-151-9/+0
* s3: pysmbd: Change py_smbd_chown() to use SMB_VFS_FCHOWN() internally.Jeremy Allison2019-10-151-13/+33
* s3: smbd: Remove vfs_chown_fsp().Jeremy Allison2019-10-152-122/+0
* s3: smbd: set_nt_acl(). Now we know we always have a valid file handle, alway...Jeremy Allison2019-10-151-5/+14
* s3: VFS: Complete the removal of SMB_VFS_RMDIR()Jeremy Allison2019-10-101-7/+0
* s3: smbd: Change rmdir_internals() to call SMB_VFS_UNLINKAT() in rmdir cases.Jeremy Allison2019-10-101-4/+14
* s3: smbd: Change recursive_rmdir() to call SMB_VFS_UNLINKAT() in rmdir case.Jeremy Allison2019-10-101-1/+5
* s3: VFS: Use SMB_VFS_FCNTL to set fd flags in open_file()Anoop C S2019-10-083-1/+33
* s3: VFS: Add SMB_VFS_FCNTLAnoop C S2019-10-081-0/+15
* s3: smbd: Fix the SMB2 server to pass SMB2-PATH-SLASH.Jeremy Allison2019-10-021-0/+45
* s3:smbd: use is_named_stream() in a a few placesRalph Boehme2019-10-021-7/+2
* s3:smbd: add a comment explaining the File-ID semantics when a file is createdRalph Boehme2019-10-021-0/+9
* s3:smbd: ensure a created stream picks up the File-ID from the basefileRalph Boehme2019-10-021-1/+1
* s3:smbd: when storing DOS attribute call dos_mode() beforehandRalph Boehme2019-10-021-0/+1
* s3:smbd: change the place where we call dos_mode() when processing SMB2_CREATERalph Boehme2019-10-021-2/+3
* s3: VFS: Complete the replacement of SMB_VFS_UNLINK() -> SMB_VFS_UNLINKAT().Jeremy Allison2019-09-261-7/+0
* s3: smbd: Change rmdir_internals() to call SMB_VFS_UNLINKAT() in 2 places.Jeremy Allison2019-09-261-3/+12
* s3: smbd: Change recursive_rmdir() to call SMB_VFS_UNLINKAT().Jeremy Allison2019-09-261-2/+9
* s3: smbd: Change close_remove_share_mode() to call SMB_VFS_UNLINKAT().Jeremy Allison2019-09-261-1/+6
* s3: smbd: Change delete_all_streams() to call SMB_VFS_UNLINKAT().Jeremy Allison2019-09-261-1/+4
* s3: smbd: Change smb_set_file_unix_basic() to call SMB_VFS_UNLINKAT() in 3 pl...Jeremy Allison2019-09-261-3/+12
* s3: pysmbd: Change py_smbd_unlink() to call SMB_VFS_UNLINKAT().Jeremy Allison2019-09-261-1/+4
* s3: smbd: Change remove_msdfs_link() to call SMB_VFS_UNLINKAT().Jeremy Allison2019-09-261-1/+6
* s3: smbd: Change create_msdfs_link() to call SMB_VFS_UNLINKAT().Jeremy Allison2019-09-261-1/+5
* s3: VFS: Add SMB_VFS_UNLINKAT().Jeremy Allison2019-09-261-0/+12
* smbd: Add an error return END_PROFILE callVolker Lendecke2019-09-231-0/+1
* smbd: Don't always walk the share mode array in open_mode_check()Volker Lendecke2019-09-181-17/+200