summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....Jeremy Allison2018-04-0622-0/+66
* s3:smbd: map nterror on smb2_flush errorpathAnton Nefedov via samba-technical2018-04-061-1/+1
* s3: smbd: Fix possible directory fd leak if the underlying OS doesn't support...Jeremy Allison2018-04-061-3/+6
* s3:smbd: Do not crash if we fail to init the session tableAndreas Schneider2018-03-071-3/+20
* Remove file system sharemode before calling unlinkChristof Schmitt2018-01-251-0/+16
* smbd: Fix channel sequence number checks for long-running requestsVolker Lendecke2018-01-142-1/+15
* smbd: Remove a "!" from an if-condition for easier readabilityVolker Lendecke2018-01-141-5/+5
* smbd: Fix a typoVolker Lendecke2018-01-141-1/+1
* s3/smbd: Fix error code for unsupported SET_INFO requestsJustin Maggard via samba-technical2018-01-131-0/+5
* s3:smbd: remove deprecated 'use spnego = no" handlingStefan Metzmacher2018-01-101-1/+0
* s3: smbd: Use identical logic to test for kernel oplocks on a share.Jeremy Allison2018-01-041-7/+18
* s3:smb2_server: allow logoff, close, unlock, cancel and echo on expired sessionsStefan Metzmacher2017-12-212-0/+36
* s3:smbd: return the correct error for cancelled SMB2 notifies on expired sess...Stefan Metzmacher2017-12-211-4/+13
* pysmbd: fix use of sysacl APIUri Simchoni2017-12-211-5/+38
* source3/smbd/server.c set socket close on execGary Lockyer2017-12-181-0/+1
* smbd: Fix coredump on failing chdir during logoffChristof Schmitt2017-12-161-4/+0
* s3:smbd: remove deprecated handling of "profile acls = yes"Stefan Metzmacher2017-12-131-82/+1
* smbd: Fix async large readVolker Lendecke2017-12-121-1/+1
* Add mdns name configuration optionKevin Anderson2017-12-081-2/+16
* lib: Remove unused serverid.tdbVolker Lendecke2017-12-056-67/+0
* lib: Use messaging_send_all instead of message_send_allVolker Lendecke2017-12-052-5/+5
* messaging: Remove the "n_sent" arg from message_send_allVolker Lendecke2017-12-052-3/+2
* dbwrap_watch: Remove the "prec" parameter from watch_recvVolker Lendecke2017-11-293-5/+3
* smbd: Avoid using dbwrap_watched_watch_recv's prec argumentVolker Lendecke2017-11-291-2/+10
* s4:samba: Allow samba daemon to run in foregroundAndreas Schneider2017-11-281-1/+1
* s3: smbd: Chain code can return uninitialized memory when talloc buffer is gr...Jeremy Allison2017-11-211-0/+14