summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* s3: smbd: fix path check in smbd_smb2_create_durable_lease_check()Ralph Boehme2018-07-281-1/+15
* s3: smbd: always set vuid in check_user_ok()Ralph Boehme2018-07-261-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
* s3/notifyd.c: Rename CTDB_BROADCAST_VNNMAP to CTDB_BROADCAST_ACTIVE.Karolin Seeger2018-07-091-2/+2
* python: Fix talloc frame use in make_simple_acl().Jeremy Allison2018-06-191-23/+26
* s3: smbd: Fix SMB2-FLUSH against directories.Jeremy Allison2018-06-191-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
* 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-131-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-041-0/+12
* s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically debug credit issues.Jeremy Allison2018-03-221-18/+30
* s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....Jeremy Allison2018-03-2222-0/+66
* s3:smbd: map nterror on smb2_flush errorpathAnton Nefedov via samba-technical2018-03-221-1/+1
* s3: smbd: Fix possible directory fd leak if the underlying OS doesn't support...Jeremy Allison2018-03-221-3/+6
* s3:smbd: Do not crash if we fail to init the session tableAndreas Schneider2018-03-081-3/+20
* smbd: Fix channel sequence number checks for long-running requestsVolker Lendecke2018-03-082-1/+15
* smbd: Remove a "!" from an if-condition for easier readabilityVolker Lendecke2018-03-081-5/+5
* smbd: Fix a typoVolker Lendecke2018-03-081-1/+1
* s3: smbd: Use identical logic to test for kernel oplocks on a share.Jeremy Allison2018-01-091-7/+18
* smbd: Fix coredump on failing chdir during logoffChristof Schmitt2018-01-021-4/+0
* pysmbd: fix use of sysacl APIUri Simchoni2018-01-021-5/+38
* s3:smb2_server: allow logoff, close, unlock, cancel and echo on expired sessionsStefan Metzmacher2017-12-222-0/+36
* s3:smbd: return the correct error for cancelled SMB2 notifies on expired sess...Stefan Metzmacher2017-12-221-4/+13
* s4:samba: Allow samba daemon to run in foregroundAndreas Schneider2017-11-301-1/+1
* s3: smbd: Chain code can return uninitialized memory when talloc buffer is gr...Jeremy Allison2017-11-201-0/+14
* s3: smbd: Fix SMB1 use-after-free crash bug. CVE-2017-14746Jeremy Allison2017-11-202-3/+9
* s3: smbd: kernel oplocks. Replace retry_open() with setup_kernel_oplock_poll_...Jeremy Allison2017-11-141-28/+68
* s3: smbd: Fix delete-on-close after smb2_findRalph Wuerthner2017-11-131-2/+2
* Revert "s3/smbd: fix deferred open with streams and kernel oplocks"Jeremy Allison2017-11-131-104/+11
* smbd/aio: Do not go async for SMB2 compound requestsChristof Schmitt2017-11-011-0/+8
* smbd: Move check for SMB2 compound request to new functionChristof Schmitt2017-11-013-1/+7
* s3: smbd: Currently if getwd() fails after a chdir(), we panic.Jeremy Allison2017-10-251-11/+70
* s3/smbd: use correct access in get_file_handle_for_metadataRalph Boehme2017-10-251-1/+1
* s3/smbd: fix access checks in set_ea_dos_attribute()Ralph Boehme2017-10-251-2/+14
* s3/smbd: README.Coding fixes in set_ea_dos_attributeRalph Boehme2017-10-251-8/+11
* notifyd: Remove notifyd_handler_doneVolker Lendecke2017-10-251-13/+0
* notifyd: Use messaging_register for MSG_SMB_NOTIFY_DBVolker Lendecke2017-10-251-35/+36
* notifyd: Use messaging_register for MSG_SMB_NOTIFY_GET_DBVolker Lendecke2017-10-251-25/+22
* notifyd: Use messaging_register for MSG_SMB_NOTIFY_TRIGGERVolker Lendecke2017-10-251-32/+29
* notifyd: Use messaging_register for MSG_SMB_NOTIFY_REC_CHANGEVolker Lendecke2017-10-251-32/+41
* notifyd: Avoid an if-expressionVolker Lendecke2017-10-251-36/+33
* notifyd: Consolidate two #ifdef CLUSTER into oneVolker Lendecke2017-10-251-12/+9
* notifyd: Only ask for messaging_ctdb_conn when clusteringVolker Lendecke2017-10-252-31/+42