summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2013-10-15smbd: Make loop index type match loop limitVolker Lendecke1-1/+1
2013-10-15smbd: Unify delay_for_*_oplocksVolker Lendecke1-45/+13
2013-10-15smbd: Simplify find_oplock_types a bitVolker Lendecke1-6/+7
2013-10-15smbd:smb2: fix crash when smb2 session reauth failsMichael Adam1-3/+17
2013-10-15smbd: Inline break_level2_to_none_asyncVolker Lendecke1-38/+32
2013-10-15smbd: Remove a special case for level2 breakVolker Lendecke1-33/+12
2013-10-15smbd: Remove some FAKE_LEVEL_II commentsVolker Lendecke2-8/+3
2013-10-15smbd: Add debugs to brlock.cVolker Lendecke2-0/+21
2013-10-15smbd: Remove FAKE_LEVEL_II_OPLOCKVolker Lendecke5-59/+81
2013-10-15smbd: Put "have_read_oplocks" into brlock.tdbVolker Lendecke2-10/+48
2013-10-15s3-winbindd: Remove undocumented winbindd:socket dir parameterAndrew Bartlett4-8/+4
2013-10-14param: disable print notify backchannel by defaultDavid Disseldorp1-1/+1
2013-10-13smbd: Remove unused create_options from open_mode_checkVolker Lendecke1-3/+2
2013-10-13smbd: Remove name_hash param from open_mode_checkVolker Lendecke1-3/+2
2013-10-12s3/time_audit: Add offline and durable functionsChristof Schmitt1-0/+111
2013-10-12vfs: Fix parentheses in SMB_VFS_NEXT_DURABLE_COOKIEChristof Schmitt1-1/+1
2013-10-12smbd: Fix the extended *.oplock.doc1 testsVolker Lendecke1-26/+33
2013-10-11s3-winbind: Send online/offline message of the domain to the parent.Andreas Schneider1-0/+22
2013-10-11s3-winbind: Register handlers for domain online/offline messages.Andreas Schneider2-0/+11
2013-10-11s3-winbind: Add functions for domain online/offline handling.Andreas Schneider2-0/+50
2013-10-11idl: Add a new message for winbind domain states.Andreas Schneider1-0/+2
2013-10-09Fix bug #10187 - Missing talloc_free can leak stackframe in error path.Jeremy Allison1-2/+3
2013-10-09smbd: Fix an error path in open_directoryVolker Lendecke1-0/+1
2013-10-08smbd: Simplify set_share_modeVolker Lendecke1-30/+15
2013-10-08smbd: Simplify find_share_mode_entry callersVolker Lendecke1-46/+25
2013-10-08smbd: Convert set_share_mode to return bool for successVolker Lendecke3-8/+17
2013-10-08smbd: Make add_share_mode return boolVolker Lendecke1-4/+13
2013-10-08smbd: Change parameter from unsigned to uint32_tVolker Lendecke2-2/+2
2013-10-06smbd: Remove byte_range_lock->read_onlyVolker Lendecke1-10/+0
2013-10-06smbd: Remove the brl_get_locks wrapperVolker Lendecke1-9/+2
2013-10-06smbd: brl_get_locks_internal is always called r/w nowVolker Lendecke1-37/+11
2013-10-06smbd: Restructure brl_get_locks_readonlyVolker Lendecke1-10/+103
2013-10-06smbd: Avoid an if-statement per read/write in the non-clustered caseVolker Lendecke1-4/+4
2013-10-06smbd: Remove unused "brl->key" struct elementVolker Lendecke1-3/+1
2013-10-06smbd: Convert some dbgtxt to DEBUGVolker Lendecke1-19/+12
2013-10-06smbd: Fix a commentVolker Lendecke1-1/+1
2013-10-06smbd: Fix confusing commentsVolker Lendecke2-4/+2
2013-10-06smbd: Avoid calling serverid_exists twiceVolker Lendecke1-0/+6
2013-10-05smbd:smb2: clarify and comment code treating dh2c blob check.Michael Adam1-6/+22
2013-10-05smbd:smb2: ignore an dhnq blob along with a dhnc in createMichael Adam1-6/+26
2013-10-05smbd:smb2_create: fix return code for durable handle create blob combinationsMichael Adam1-8/+16
2013-10-05smbd:smb2: successfully answer a DHnC request when the initial create was DH2QMichael Adam3-7/+18
2013-10-05smbd:smb2_create: add comment about validity of check reconnect blob being on...Michael Adam1-0/+4
2013-10-05shadow_copy2: use stored mount_point instead of recalculating.Michael Adam1-9/+1
2013-10-05shadow_copy2: improve debug in shadow_copy2_convert() in snapdirseverywhere modeMichael Adam1-1/+2
2013-10-05shadow_copy2: fix shadow_copy2_convert() in the classical case.Michael Adam1-2/+45
2013-10-05shadow_copy2: add some blank lines for visual separation to shadow_copy2_conv...Michael Adam1-0/+2
2013-10-05shadow_copy2: initialize "converted" string to null in shadow_copy2_convert()Michael Adam1-1/+1
2013-10-05shadow_copy2: fix shadow_copy2_strip_snapshot() in the classical caseMichael Adam1-0/+30
2013-10-05shadow_copy2: add some debug to shadow_copy2_strip_snapshot()Michael Adam1-1/+11