summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2020-04-03smbd: move files_struct.lock_failure_seen to a bitfieldRalph Boehme1-1/+20
2020-04-03smbd: move files_struct.closing to a bitfieldRalph Boehme1-1/+1
2020-04-03smbd: move files_struct.use_ofd_locks to a bitfieldRalph Boehme1-1/+1
2020-04-03smbd: move files_struct.backup_intent to a bitfieldRalph Boehme1-2/+1
2020-04-03smbd: move files_struct.is_sparse to a bitfieldRalph Boehme1-1/+1
2020-04-03smbd: move files_struct.delete_on_close to a bitfieldRalph Boehme1-1/+1
2020-04-03smbd: move files_struct.initial_delete_on_close to a bitfieldRalph Boehme1-1/+1
2020-04-03smbd: move files_struct.aio_write_behind to a bitfieldRalph Boehme1-1/+1
2020-04-03smbd: move files_struct.is_directory to a bitfieldRalph Boehme1-1/+1
2020-04-03smbd: move files_struct.modified to a bitfieldRalph Boehme1-1/+1
2020-04-03smbd: move files_struct.can_write to a bitfieldRalph Boehme2-2/+2
2020-04-03smbd: move files_struct.can_read to a bitfieldRalph Boehme2-4/+4
2020-04-03smbd: move files_struct.can_lock to a bitfieldRalph Boehme1-1/+1
2020-04-03smbd: move files_struct.write_time_forced to a bitfieldRalph Boehme1-1/+1
2020-04-03smbd: move files_struct.update_write_time_on_close to a bitfieldRalph Boehme1-1/+1
2020-04-03smbd: move files_struct.update_write_time_triggered to a bitfieldRalph Boehme1-1/+1
2020-04-03smbd: move files_struct.kernel_share_modes_taken to a bitfieldRalph Boehme1-1/+3
2020-04-03smbd: CHECK_WRITE macro reformattingRalph Boehme1-1/+3
2020-04-03smbd: CHECK_READ_IOCTL macro reformattingRalph Boehme1-1/+3
2020-04-03smbd: CHECK_READ_SMB2 macro reformattingRalph Boehme1-1/+2
2020-04-03smbd: CHECK_READ macro reformattingRalph Boehme1-3/+5
2020-03-31smbd: remove struct privilege_pathsRalph Boehme1-7/+0
2020-03-30s3: smbd: RIP smb_filename->original_lcomp.Jeremy Allison1-1/+1
2020-03-24vfs: remove SMB_VFS_OPENDIR()Ralph Boehme2-17/+1
2020-03-23s3: libsmbclient.h: add missing time.h includeAurelien Aptel1-0/+1
2020-03-23s3: VFS: Remove deferred_close from struct files_struct.Jeremy Allison1-10/+3
2020-03-20s3:rpc_server: Remove dead codeSamuel Cabrero1-2/+0
2020-03-20libsmb: Don't try to find posix stat info in SMBC_getatr()Volker Lendecke1-1/+0
2020-03-19lib:param: Add lp(cfg)_weak_crypto()Andreas Schneider1-0/+1
2020-03-10libsmbclient: Put it back to a known, well-working stateVolker Lendecke2-8/+2
2020-03-03libsmb: Use posix result in SMBC_readdirplus2_ctxVolker Lendecke1-0/+1
2020-03-03libsmb: Implement SMB_FIND_FILE_UNIX_INFO2 dir listingVolker Lendecke1-0/+6
2020-02-25libsmb: Make SMBC_dlist_contains return boolVolker Lendecke1-2/+1
2020-02-18s3: VFS: Add SMB_VFS_READ_DFS_PATHAT().Jeremy Allison2-0/+33
2020-02-18lib: Add a TALLOC_CTX to base register_msg_pool_usage() onVolker Lendecke1-1/+2
2020-02-07s3:lib: Use a static buffer for (local|remote)_machineAndreas Schneider1-1/+0
2020-01-13smbd: add session to struct smb_requestRalph Boehme1-0/+7
2020-01-10s3: VFS: Add SMB_VFS_CREATE_DFS_PATHAT().Jeremy Allison2-0/+30
2020-01-08vfs_not_implemented: Rename argument for flock functionChristof Schmitt1-1/+1
2020-01-08vfs: Rename argument for kernel_flock functionChristof Schmitt2-6/+6
2020-01-08system: Rename argument for kernel_flock functionChristof Schmitt1-1/+1
2020-01-06auth: Remove the "typedef auth_methods"Volker Lendecke1-2/+2
2020-01-01Happy New Year 2020!Stefan Metzmacher1-1/+1
2019-12-20s3: remove unused macro FSP_BELONGS_CONN()Ralph Boehme1-8/+0
2019-12-19s3:libsmb: Add a setup_stat_from_stat_ex() functionAndreas Schneider1-0/+3
2019-12-19s3:libsmb: Return a 'struct stat' buffer for SMBC_getatr()Andreas Schneider1-7/+1
2019-12-19s3:libsmb: Add try_posixinfo to SMBSRV struct. Only enable for SMB1 with UNIX...Andreas Schneider1-0/+1
2019-12-16s3: smbd: cleanup. Change 'int referral_count' -> 'size_t referral_count' in ...Jeremy Allison1-1/+1
2019-12-08smbd: Make lp_use_sendfile() static to reply.cVolker Lendecke1-1/+0
2019-12-06smbd: fix handling of sentinel timestamp valuesRalph Boehme1-0/+1