summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:smb2_find: Return that timestamps do not exist as directoriesChristof Schmitt2013-09-101-0/+13
* s3:smbd/session: Added a routine find_sessions()Shekhar Amlekar2013-09-102-0/+30
* s3:smbd/session: add filters to gather_sessioninfo()Shekhar Amlekar2013-09-101-0/+19
* smbd: Slightly simplify do_break_to_noneVolker Lendecke2013-09-061-2/+1
* smbd: Slightly simplify send_break_messageVolker Lendecke2013-09-061-2/+1
* smbd: Remove a silly "? true : false"Volker Lendecke2013-09-061-1/+1
* smbd: Apply some const to message_to_share_mode_entryVolker Lendecke2013-09-062-2/+2
* smbd: Fix a const warningVolker Lendecke2013-09-061-1/+1
* smbd: Remove two confusing TALLOC_FREE callsVolker Lendecke2013-09-061-2/+0
* smbd: Remove unused should_notify_deferred_opensVolker Lendecke2013-09-062-11/+0
* smbd: Remove FORCE_OPLOCK_BREAK_TO_NONEVolker Lendecke2013-09-063-17/+4
* smbd: Fix breaking level2 on allocateVolker Lendecke2013-09-051-6/+7
* smbd: Add a paranoia check to oplock_timeout_handlerVolker Lendecke2013-09-041-0/+2
* smbd: Fix an ancient oplock bugVolker Lendecke2013-09-041-0/+2
* smbd: Simplify find_oplock_typesVolker Lendecke2013-09-031-9/+10
* smbd: Correctly return INFO_LENGTH_MISMATCH for smb1Volker Lendecke2013-08-281-0/+4