summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* s3: smbd: filenames - ensure we replace the missing '/' if we error in an int...Jeremy Allison2019-03-051-0/+18
* smbd: unix_convert: Ensure we don't call get_real_filename on POSIX paths.Jeremy Allison2019-03-051-0/+25
* smbd: SMB1-POSIX: Add missing info-level SMB_POSIX_PATH_OPEN for UCF_UNIX_NAM...Jeremy Allison2019-03-051-0/+1
* notifyd: Fix SIGBUS on sparcJiří Šašek2019-03-051-2/+9
* s3:vfs: Correctly check if OFD locks should be enabled or notAndreas Schneider2019-02-211-0/+9
* smbd: uid: Don't crash if 'force group' is added to an existing share connect...Jeremy Allison2019-02-211-2/+33
* s3-smbd: use fruit:model string for mDNS registrationGünther Deschner2019-02-211-0/+27
* s3-smbd: avoid assuming fsp is always intact after close_file call.Günther Deschner2019-01-091-1/+1
* s3:smbd: pass down twrp from SMB2_CREATE to filename_convert()Ralph Boehme2018-12-131-24/+5
* s3:smbd: add twrp args to filename_convert()Ralph Boehme2018-12-138-2/+34
* s3:smbd: add twrp processing to filename_convert_internal()Ralph Boehme2018-12-131-0/+26
* s3:smbd: prepare filename_convert_internal() for twrpRalph Boehme2018-12-131-1/+4
* s3:smbd: make psbuf arg to make_default_acl_posix() constRalph Boehme2018-11-282-5/+5
* s3:smb2_sesssetup: check session_info security level before it gets talloc_mo...Ralph Boehme2018-11-231-4/+4
* smbd: Fix DELETE_ON_CLOSE behaviour on files with READ_ONLY attributeChristof Schmitt2018-11-071-8/+22
* s3:smbd: remove now unused check if fsp is NULLRalph Boehme2018-11-061-16/+0
* s3:smbd: fix SMB2 aio cancellingRalph Boehme2018-11-061-4/+8
* smb2_server: set req->do_encryption = true earlierStefan Metzmacher2018-10-101-5/+10
* s3: smbd: Prevent valgrind errors in smbtorture3 POSIX test.Jeremy Allison2018-10-091-0/+4
* s3:smbd: add a comment stating that file_close_user() is redundant for SMB2Ralph Boehme2018-09-051-0/+6
* s3:smbd: let session logoff close files and tcons before deleting the sessionRalph Boehme2018-09-051-23/+23
* s3:smbd: reorder tcon global record deletion and closing files of a tconRalph Boehme2018-09-051-19/+19
* s3: smbd: Ensure get_real_filename() copes with empty pathnames.Jeremy Allison2018-08-281-0/+5
* smbd: Fix CID 1438245 Dereference before null checkVolker Lendecke2018-08-231-1/+1
* smbd: Fix CID 1438246 Unchecked return valueVolker Lendecke2018-08-231-1/+10
* smbd: Align integer typesVolker Lendecke2018-08-231-1/+1
* s3/smbd: Ensure quota code is only called when quota support detectedNoel Power2018-08-132-0/+10
* s3/smbd: allow set quota for non root user (when built with --enable-selftest)Noel Power2018-08-131-1/+1
* s3/smbd: smb2 server implementation for query get/set info.Noel Power2018-08-132-3/+119
* s3/smbd: adjust smb1 server to use idl structs and generated ndr push/pull funcsNoel Power2018-08-132-278/+395
* s3/smbd: Don't stat when doing a quota operation (as it's a fake file)Noel Power2018-08-131-1/+2
* s3: smbd: fix path check in smbd_smb2_create_durable_lease_check()Ralph Boehme2018-08-131-1/+15
* s3: smbd: always set vuid in check_user_ok()Ralph Boehme2018-08-131-0/+2
* s3: smbd/durable: remove dev and inode check from vfs_default_durable_reconne...Ralph Boehme2018-07-121-24/+0
* python: pysmbd: Additional error path leak fix.Jeremy Allison2018-07-121-0/+1
* s3:smbd: don't allow renaming basefile if streams are openRalph Boehme2018-07-121-0/+4
* s3:smbd: add private option NTCREATEX_OPTIONS_PRIVATE_STREAM_BASEOPENRalph Boehme2018-07-121-1/+6
* python: Fix talloc frame use in make_simple_acl().Jeremy Allison2018-06-201-23/+26
* s3: smbd: Fix SMB2-FLUSH against directories.Jeremy Allison2018-06-201-2/+24
* smbd: Flush dfree memcache on service reloadChristof Schmitt2018-06-073-0/+7
* smbd: Cache dfree information based on query pathChristof Schmitt2018-06-071-19/+80
* s3:cleanupd: sends MSG_SMB_UNLOCK twice to interested peersRalph Boehme2018-05-141-2/+0
* s3:cleanupd: use MSG_SMB_BRL_VALIDATE to signal cleanupd unclean process shut...Ralph Boehme2018-05-072-2/+2
* rpc_server: Fix NetSessEnum with stale sessionsChristof Schmitt2018-05-071-0/+4
* s3: smbd. Generic fix for incorrect reporting of stream dos attributes on a d...Jeremy Allison2018-05-071-0/+22
* s3:smb2_server: correctly maintain request counters for compound requestsStefan Metzmacher2018-04-121-1/+5
* s3: smbd: Unix extensions attempts to change wrong field in fchown call.Jeremy Allison2018-04-111-2/+2
* s3:smbd: don't use the directory cache for SMB2/3Ralph Boehme2018-04-101-3/+29
* s3: smbd: Files or directories can't be opened DELETE_ON_CLOSE without delete...Jeremy Allison2018-04-061-0/+12
* s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically debug credit issues.Jeremy Allison2018-04-061-18/+30