summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* smbd: Unify parameters to set_oplock_typeVolker Lendecke2013-10-241-1/+1
* smbd: Make release_file_oplock staticVolker Lendecke2013-10-242-2/+1
* smbd: Use remove_oplock() in close_normal_fileVolker Lendecke2013-10-241-1/+1
* Fix bug 10196 - RW Deny for a specific user is not overriding RW Allow for a ...Jeremy Allison2013-10-241-38/+41
* smbd: Remove MSG_SMB_ASYNC_LEVEL2_BREAKVolker Lendecke2013-10-231-84/+0
* smbd: Use MSG_SMB_BREAK_REQUEST for async l2 breaksVolker Lendecke2013-10-231-2/+10
* smbd: Fix breaking level2 on OVERWRITE create_dispositionVolker Lendecke2013-10-231-0/+11
* smbd: Fix raw.batch.exclusive[59]Volker Lendecke2013-10-232-10/+29
* smbd: Remove unused "mid" from delay_for_oplockVolker Lendecke2013-10-231-3/+2
* smbd: Don't send op_mid in a BREAK messageVolker Lendecke2013-10-231-5/+3
* smbd: Simplify send_break_messageVolker Lendecke2013-10-231-4/+4
* smbd: Remove unused "oplock_request" arg from send_break_messageVolker Lendecke2013-10-231-5/+4
* smbd: validate oplock types even for internal and stat opensVolker Lendecke2013-10-231-18/+3
* smbd: Fix bug 10216Volker Lendecke2013-10-231-4/+28
* s3:smbd: use new function cluster_probe_ok()Michael Adam2013-10-171-9/+3
* smbd/winbindd: Do an early check if ctdbd is functionalVolker Lendecke2013-10-171-0/+11
* smbd: Simplify open_file_ntcreateVolker Lendecke2013-10-161-32/+39
* smbd: Remove "file_existed" handling from open_mode_checkVolker Lendecke2013-10-161-12/+16
* smbd: Decouple grant_fsp_oplock_type from oplock validationVolker Lendecke2013-10-161-27/+26
* smbd: Reduce the complexity of open_file_ntcreateVolker Lendecke2013-10-161-24/+40
* smbd: Make find_oplock_types return boolVolker Lendecke2013-10-151-15/+27
* smbd: Make loop index type match loop limitVolker Lendecke2013-10-151-1/+1
* smbd: Unify delay_for_*_oplocksVolker Lendecke2013-10-151-45/+13
* smbd: Simplify find_oplock_types a bitVolker Lendecke2013-10-151-6/+7
* smbd:smb2: fix crash when smb2 session reauth failsMichael Adam2013-10-151-3/+17
* smbd: Inline break_level2_to_none_asyncVolker Lendecke2013-10-151-38/+32
* smbd: Remove a special case for level2 breakVolker Lendecke2013-10-151-33/+12
* smbd: Remove some FAKE_LEVEL_II commentsVolker Lendecke2013-10-152-8/+3
* smbd: Add debugs to brlock.cVolker Lendecke2013-10-151-0/+6
* smbd: Remove FAKE_LEVEL_II_OPLOCKVolker Lendecke2013-10-153-44/+77
* smbd: Remove unused create_options from open_mode_checkVolker Lendecke2013-10-131-3/+2
* smbd: Remove name_hash param from open_mode_checkVolker Lendecke2013-10-131-3/+2
* smbd: Fix the extended *.oplock.doc1 testsVolker Lendecke2013-10-121-26/+33
* smbd: Fix an error path in open_directoryVolker Lendecke2013-10-091-0/+1
* smbd: Convert set_share_mode to return bool for successVolker Lendecke2013-10-081-5/+14
* smbd: Convert some dbgtxt to DEBUGVolker Lendecke2013-10-061-19/+12
* smbd: Fix a commentVolker Lendecke2013-10-061-1/+1
* smbd: Fix confusing commentsVolker Lendecke2013-10-062-4/+2
* smbd:smb2: clarify and comment code treating dh2c blob check.Michael Adam2013-10-051-6/+22
* smbd:smb2: ignore an dhnq blob along with a dhnc in createMichael Adam2013-10-051-6/+26
* smbd:smb2_create: fix return code for durable handle create blob combinationsMichael Adam2013-10-051-8/+16
* smbd:smb2: successfully answer a DHnC request when the initial create was DH2QMichael Adam2013-10-053-7/+18
* smbd:smb2_create: add comment about validity of check reconnect blob being on...Michael Adam2013-10-051-0/+4
* smbd:smb2: fix error code when the header says the request is signed but we d...Michael Adam2013-10-021-1/+1
* s3:smb2_server: don't rely on the SMB2_HDR_FLAG_SIGNED if signing is requiredStefan Metzmacher2013-10-021-1/+1
* Fix bug 10162 - POSIX ACL mapping failing when setting DENY ACE's from Windows.Daniel Liberman2013-09-211-1/+1
* Fix is_legal_name() to not emit character conversion error messages.Jeremy Allison2013-09-111-12/+8
* smbd: Add brl_num_locks access functionVolker Lendecke2013-09-111-1/+1
* smbd: Fix blank line endingsVolker Lendecke2013-09-111-6/+6
* s3:smbd: ease file server upgrades from 3.6 and earlier with "acl allow execu...Michael Adam2013-09-101-1/+15