summaryrefslogtreecommitdiff
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: Complete the removal of SMB_VFS_RMDIR()Jeremy Allison2019-10-103-12/+2
* s3: VFS: Add SMB_VFS_FCNTLAnoop C S2019-10-084-0/+14
* s3:lib: add is_named_stream()Ralph Boehme2019-10-021-0/+1
* s3: VFS: Complete the replacement of SMB_VFS_UNLINK() -> SMB_VFS_UNLINKAT().Jeremy Allison2019-09-263-13/+1
* s3: VFS: Add SMB_VFS_UNLINKAT().Jeremy Allison2019-09-263-0/+19
* smbd: Make "share_mode_flags" 16-bit wideVolker Lendecke2019-09-171-1/+1
* smbd: Let fsp_lease_type() look at leases.tdbVolker Lendecke2019-09-171-0/+8
* vfs: Make "fd_handle->gen_id" 64-bit everywhereVolker Lendecke2019-09-171-1/+1
* smbd: remove unused current_user.{need,done}_chdir stackingStefan Metzmacher2019-09-111-2/+0
* smbd: rename [un]become_user*() to [un]become_user_without_service*()Stefan Metzmacher2019-09-111-0/+1
* smbd: rename change_to_user_by_fsp() to change_to_user_and_service_by_fsp()Ralph Boehme2019-09-111-0/+1
* smbd: rename change_to_user() to change_to_user_and_service()Ralph Boehme2019-09-111-0/+1
* lib: Add "utok_string"Volker Lendecke2019-09-111-0/+1
* s3: VFS: Complete the replacement of SMB_VFS_MKDIR() -> SMB_VFS_MKDIRAT().Jeremy Allison2019-09-113-16/+1
* s3: VFS: Add SMB_VFS_MKDIRAT().Jeremy Allison2019-09-113-0/+19
* s3: smbd: profile: Remove syscall_symlink entry now syscall is no longer used.Jeremy Allison2019-09-111-1/+0
* s3:lib: add update_stat_ex_from_saved_stat()Ralph Boehme2019-09-101-0/+2
* s3:locking: add brl_req_guid() and brl_req_mem_ctx() helper functionsStefan Metzmacher2019-09-091-0/+2
* s3: VFS: Complete the replacement of SMB_VFS_SYMLINK() -> SMB_VFS_SYMLINKAT().Jeremy Allison2019-09-032-15/+1
* s3: VFS: Add SMB_VFS_SYMLINKAT().Jeremy Allison2019-09-033-0/+19
* s3: VFS: Complete the replacement of SMB_VFS_READLINK() -> SMB_VFS_READLINKAT().Jeremy Allison2019-08-233-19/+1
* s3: VFS: Add SMB_VFS_READLINKAT().Jeremy Allison2019-08-233-0/+22
* s3: VFS: Complete the replacement of SMB_VFS_MKNOD() -> SMB_VFS_MKNODAT().Jeremy Allison2019-08-223-19/+1
* s3: VFS: Add SMB_VFS_MKNODAT().Jeremy Allison2019-08-223-0/+22
* s3: smbd: Add sys_mknodat() wrapper call.Jeremy Allison2019-08-221-0/+1
* s3: VFS: Complete the replacement of SMB_VFS_LINK() -> SMB_VFS_LINKAT().Jeremy Allison2019-08-203-16/+1
* s3: VFS: Add SMB_VFS_LINKAT().Jeremy Allison2019-08-203-0/+25
* s3: VFS: Complete the replacement of SMB_VFS_RENAME() -> SMB_VFS_RENAMEAT().Jeremy Allison2019-08-163-16/+1
* s3: VFS: Add SMB_VFS_RENAMEAT().Jeremy Allison2019-08-163-1/+22
* s3: VFS: change connection_struct cwd_fname to cwd_fspRalph Boehme2019-08-161-1/+1
* smbd: Make "lease" const in SMB_VFS_CREATE_FILE()Volker Lendecke2019-08-091-3/+4
* smbd: Remove "share_access" from files_structVolker Lendecke2019-08-061-3/+3
* lib: Remove a duplicate prototype for set_blocking()Volker Lendecke2019-08-061-1/+0
* s3:rpc_server: Rename create_tcpip_socketSamuel Cabrero2019-07-221-1/+0
* s3: smbd: Add a note explaining MAX_DIRECTORY_HANDLES only applies to SMB1.Jeremy Allison2019-07-091-1/+1
* s3: smbd: Remove now unused MAX_OPEN_DIRECTORIES define.Jeremy Allison2019-07-091-5/+0
* s3: smbd: Remove unused DPTR_IDLE_TIMEOUT.Jeremy Allison2019-07-091-1/+0
* param: change default of "allocation roundup size" to 0Björn Jacke2019-07-071-3/+0
* smbd: Add file_has_read_lease()Volker Lendecke2019-07-041-0/+6
* vfs: Remove unused "msg_ctx" from SMB_VFS_BRL_UNLOCK_WINDOWSVolker Lendecke2019-07-022-7/+5
* vfs: Remove "blocking_lock" from SMB_VFS_BRL_LOCK_WINDOWSVolker Lendecke2019-07-022-10/+9
* s3:vfs: add SMB_VFS_FS_FILE_ID()Ralph Boehme2019-07-012-0/+12
* s3/lib: add update_stat_ex_file_id()Ralph Boehme2019-07-011-0/+1
* s3/lib: add update_stat_ex_itime()Ralph Boehme2019-07-011-0/+1
* s3: add st_ex_file_id to struct stat_exRalph Boehme2019-07-012-0/+3
* s3: add st_ex_itime to struct stat_exRalph Boehme2019-07-012-0/+7
* s3: convert struct stat_ex st_ex_calculated_birthtime bool to flagsRalph Boehme2019-07-012-2/+6
* s3: remove unused st_ex_mask from struct stat_exRalph Boehme2019-07-012-1/+1
* smbd: Remove struct blocking_lock_recordVolker Lendecke2019-06-202-21/+0
* vfs: Remove SMB_VFS_BRL_CANCEL_WINDOWSVolker Lendecke2019-06-202-16/+3