summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* smbd: remove "only user" and "username" parametersUri Simchoni2016-05-061-18/+2
* s3:smbd remove todo commentsChristian Ambach2016-05-042-2/+0
* s3:smbd/filename remove smelly codeChristian Ambach2016-05-041-28/+0
* s3:smbd/service apply some code formattingChristian Ambach2016-05-041-23/+29
* s3:smbd/service disable case-sensitivity for SMB2/3 connectionsChristian Ambach2016-05-041-1/+3
* smbd: use remote arch cachingRalph Boehme2016-05-042-1/+23
* nt-quotas: fixup failure case for TRANSACT_GET_USER_QUOTA_FOR_SIDUri Simchoni2016-04-291-0/+1
* s3:smbd: only mark real guest sessions with the GUEST flagStefan Metzmacher2016-04-282-6/+7
* s3:smbd: make use SMB_SETUP_GUEST constantStefan Metzmacher2016-04-281-3/+3
* smbd: Avoid large reads beyond EOFVolker Lendecke2016-04-271-0/+10
* Fix the smb2_setinfo to handle FS info types and FSQUOTA infolevelPartha Sarathi2016-04-273-52/+116
* cleanupd: restart as neededRalph Boehme2016-04-191-10/+25
* printing: use housekeeping period that matches cache timeDavid Disseldorp2016-04-191-1/+0
* Mask general purpose signals for notifyd.Hemanth Thummala2016-04-151-0/+4
* CVE-2016-2114: s3:smbd: enforce "server signing = mandatory"Ralph Boehme2016-04-121-1/+3
* CVE-2016-2114: s3:smbd: use the correct default values for "smb signing"Stefan Metzmacher2016-04-123-4/+15
* vfs: Add helper to check for missing VFS functionsChristof Schmitt2016-04-061-0/+30
* smbd: do not cover up VFS failures to get quotaUri Simchoni2016-03-311-6/+1
* ntquotas - skip entry if the quota is zeroUri Simchoni2016-03-311-0/+5
* nt-quotas: return 0 as indication of no quotaUri Simchoni2016-03-311-8/+0
* nt-quotas: vfs_get_ntquota() return NTSTATUSUri Simchoni2016-03-314-11/+21
* s3-profile: reduce dependencies of smbprofile.hUri Simchoni2016-03-281-1/+3
* s3: vfs: Use the new VFS functions for setting and getting DOS attributes.Jeremy Allison2016-03-271-46/+65
* s3: vfs: Add VFS functions for setting and getting DOS attributes.Richard Sharpe2016-03-272-0/+39
* s3: smbd: DFS: Pass uint32_t ucf_flags through into unix_convert().Jeremy Allison2016-03-261-3/+6
* s3: smbd: DFS: Pass uint32_t ucf_flags through into dfs_redirect().Jeremy Allison2016-03-251-4/+4
* s3: smbd: DFS: Pass uint32_t ucf_flags through into resolve_dfspath_wcard().Jeremy Allison2016-03-254-5/+6
* s3: smbd: DFS - Remove the last lp_posix_pathnames() from the SMB2/3 code paths.Jeremy Allison2016-03-251-2/+14
* s3: smbd: Modify vfs_stat_smb_basename() to take a const struct smb_filename ...Jeremy Allison2016-03-243-6/+9
* s3: smbd: Remove many common uses of lp_posix_pathnames().Jeremy Allison2016-03-242-4/+20
* s3: smbd: Remove unneeded lp_posix_pathnames() check in SMB2 create.Jeremy Allison2016-03-241-2/+7
* s3: posix_acls. Always use STAT, not LSTAT here.Jeremy Allison2016-03-241-5/+7
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-2416-65/+142
* s3: smbd: Add uint32_t flags field to struct smb_filename.Jeremy Allison2016-03-241-0/+2
* s3:smbd: Move lp_posix_pathnames() out of ea_list_has_invalid_name().Jeremy Allison2016-03-243-4/+7
* Fix an obvious error where we were converting a UNIX error to an NT STATUS bu...Richard Sharpe2016-03-241-1/+1
* smbd:smb2: add some asserts before decrementing the countersMichael Adam2016-03-221-0/+2
* smbd:smb2: update outstanding request counters before sending a replyMichael Adam2016-03-221-0/+37
* smbd:smb2: implement channel sequence checks and request counters in dispatchMichael Adam2016-03-221-0/+120
* smbd:smb2: add request_counters_updated to the smbd_smb2_request structMichael Adam2016-03-221-0/+7
* smbd:smb2: add a modify flag to dispatch tableMichael Adam2016-03-221-0/+4
* smbd: fix use after free via conn->fsp_fi_cacheMichael Adam2016-03-171-5/+4
* smbd: remove quota support for some ancient OSsUri Simchoni2016-03-171-197/+3
* smbd: enable multi-channel if 'server multi channel support = yes' in the configMichael Adam2016-03-151-0/+2
* s3:smbd: Change refuse_symlink() to take a const smb_filename * parameter fro...Jeremy Allison2016-03-151-6/+6
* s3:smbd: Change get_ea_names_from_file() to take a const smb_filename * param...Jeremy Allison2016-03-153-12/+20
* s3:smbd: Change get_ea_list_from_file_path() to take a const smb_filename * p...Jeremy Allison2016-03-151-10/+31
* s3: smbd: Change canonicalize_ea_name() to take a const smb_filename * parame...Jeremy Allison2016-03-151-3/+11
* s3: smbd: Reformatting - remove unneeded const char *fname variable.Jeremy Allison2016-03-151-9/+15
* s3:smbd:vfs: Change posix_get_nt_acl() from const char * to const struct smb_...Jeremy Allison2016-03-142-23/+34