summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2019-11-13smbd: Remove write cacheVolker Lendecke3-37/+1
2019-11-07s3:lib: factor out talloc_sub_advanced() from talloc_sub_full()Ralph Boehme1-0/+4
2019-11-07s3: rename talloc_sub_advanced() to talloc_sub_full()Ralph Boehme1-1/+1
2019-11-07s3: remove unused function standard_sub_advanced()Ralph Boehme1-4/+0
2019-11-06lib: Remove g_lock_do()Volker Lendecke1-4/+0
2019-11-06lib: Remove #define serverid_equal server_id_equalVolker Lendecke1-1/+0
2019-10-30s3: libsmb: Added new API smbc_readdirplus2()Jeremy Allison2-0/+31
2019-10-30s3: libsmb: Add missing ino field to internal struct smbc_dirplus_list.Jeremy Allison1-0/+1
2019-10-30s3: libsmb: Move setting all struct stat fields into setup_stat().Jeremy Allison1-1/+5
2019-10-30s3: libsmb: Move setting st->st_ino into setup_stat.Jeremy Allison1-1/+2
2019-10-30s3: libsmb: Change generate_inode()/setup_stat() to modern coding standards.Jeremy Allison1-0/+5
2019-10-21s3: include: printing: align function parametersMarco Wang1-4/+4
2019-10-21s3: include: printing: fix indentation of struct printifMarco Wang1-16/+16
2019-10-21s3: include: printing: move copyright notice to beginningMarco Wang1-3/+3
2019-10-15s3: VFS: Complete the removal of SMB_VFS_CHOWN()Jeremy Allison3-18/+1
2019-10-10s3: VFS: Complete the removal of SMB_VFS_RMDIR()Jeremy Allison3-12/+2
2019-10-08s3: VFS: Add SMB_VFS_FCNTLAnoop C S4-0/+14
2019-10-02s3:lib: add is_named_stream()Ralph Boehme1-0/+1
2019-09-26s3: VFS: Complete the replacement of SMB_VFS_UNLINK() -> SMB_VFS_UNLINKAT().Jeremy Allison3-13/+1
2019-09-26s3: VFS: Add SMB_VFS_UNLINKAT().Jeremy Allison3-0/+19
2019-09-17smbd: Make "share_mode_flags" 16-bit wideVolker Lendecke1-1/+1
2019-09-17smbd: Let fsp_lease_type() look at leases.tdbVolker Lendecke1-0/+8
2019-09-17vfs: Make "fd_handle->gen_id" 64-bit everywhereVolker Lendecke1-1/+1
2019-09-11smbd: remove unused current_user.{need,done}_chdir stackingStefan Metzmacher1-2/+0
2019-09-11smbd: rename [un]become_user*() to [un]become_user_without_service*()Stefan Metzmacher1-0/+1
2019-09-11smbd: rename change_to_user_by_fsp() to change_to_user_and_service_by_fsp()Ralph Boehme1-0/+1
2019-09-11smbd: rename change_to_user() to change_to_user_and_service()Ralph Boehme1-0/+1
2019-09-11lib: Add "utok_string"Volker Lendecke1-0/+1
2019-09-11s3: VFS: Complete the replacement of SMB_VFS_MKDIR() -> SMB_VFS_MKDIRAT().Jeremy Allison3-16/+1
2019-09-11s3: VFS: Add SMB_VFS_MKDIRAT().Jeremy Allison3-0/+19
2019-09-11s3: smbd: profile: Remove syscall_symlink entry now syscall is no longer used.Jeremy Allison1-1/+0
2019-09-10s3:lib: add update_stat_ex_from_saved_stat()Ralph Boehme1-0/+2
2019-09-09s3:locking: add brl_req_guid() and brl_req_mem_ctx() helper functionsStefan Metzmacher1-0/+2
2019-09-03s3: VFS: Complete the replacement of SMB_VFS_SYMLINK() -> SMB_VFS_SYMLINKAT().Jeremy Allison2-15/+1
2019-09-03s3: VFS: Add SMB_VFS_SYMLINKAT().Jeremy Allison3-0/+19
2019-08-23s3: VFS: Complete the replacement of SMB_VFS_READLINK() -> SMB_VFS_READLINKAT().Jeremy Allison3-19/+1
2019-08-23s3: VFS: Add SMB_VFS_READLINKAT().Jeremy Allison3-0/+22
2019-08-22s3: VFS: Complete the replacement of SMB_VFS_MKNOD() -> SMB_VFS_MKNODAT().Jeremy Allison3-19/+1
2019-08-22s3: VFS: Add SMB_VFS_MKNODAT().Jeremy Allison3-0/+22
2019-08-22s3: smbd: Add sys_mknodat() wrapper call.Jeremy Allison1-0/+1
2019-08-20s3: VFS: Complete the replacement of SMB_VFS_LINK() -> SMB_VFS_LINKAT().Jeremy Allison3-16/+1
2019-08-20s3: VFS: Add SMB_VFS_LINKAT().Jeremy Allison3-0/+25
2019-08-16s3: VFS: Complete the replacement of SMB_VFS_RENAME() -> SMB_VFS_RENAMEAT().Jeremy Allison3-16/+1
2019-08-16s3: VFS: Add SMB_VFS_RENAMEAT().Jeremy Allison3-1/+22
2019-08-16s3: VFS: change connection_struct cwd_fname to cwd_fspRalph Boehme1-1/+1
2019-08-09smbd: Make "lease" const in SMB_VFS_CREATE_FILE()Volker Lendecke1-3/+4
2019-08-06smbd: Remove "share_access" from files_structVolker Lendecke1-3/+3
2019-08-06lib: Remove a duplicate prototype for set_blocking()Volker Lendecke1-1/+0
2019-07-22s3:rpc_server: Rename create_tcpip_socketSamuel Cabrero1-1/+0
2019-07-09s3: smbd: Add a note explaining MAX_DIRECTORY_HANDLES only applies to SMB1.Jeremy Allison1-1/+1