summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3/time_audit: Add offline and durable functionsChristof Schmitt2013-10-121-0/+111
* vfs: Fix parentheses in SMB_VFS_NEXT_DURABLE_COOKIEChristof Schmitt2013-10-121-1/+1
* smbd: Fix the extended *.oplock.doc1 testsVolker Lendecke2013-10-121-26/+33
* s3-winbind: Send online/offline message of the domain to the parent.Andreas Schneider2013-10-111-0/+22
* s3-winbind: Register handlers for domain online/offline messages.Andreas Schneider2013-10-112-0/+11
* s3-winbind: Add functions for domain online/offline handling.Andreas Schneider2013-10-112-0/+50
* idl: Add a new message for winbind domain states.Andreas Schneider2013-10-111-0/+2
* Fix bug #10187 - Missing talloc_free can leak stackframe in error path.Jeremy Allison2013-10-091-2/+3
* smbd: Fix an error path in open_directoryVolker Lendecke2013-10-091-0/+1
* smbd: Simplify set_share_modeVolker Lendecke2013-10-081-30/+15
* smbd: Simplify find_share_mode_entry callersVolker Lendecke2013-10-081-46/+25
* smbd: Convert set_share_mode to return bool for successVolker Lendecke2013-10-083-8/+17
* smbd: Make add_share_mode return boolVolker Lendecke2013-10-081-4/+13
* smbd: Change parameter from unsigned to uint32_tVolker Lendecke2013-10-082-2/+2
* smbd: Remove byte_range_lock->read_onlyVolker Lendecke2013-10-061-10/+0
* smbd: Remove the brl_get_locks wrapperVolker Lendecke2013-10-061-9/+2
* smbd: brl_get_locks_internal is always called r/w nowVolker Lendecke2013-10-061-37/+11
* smbd: Restructure brl_get_locks_readonlyVolker Lendecke2013-10-061-10/+103
* smbd: Avoid an if-statement per read/write in the non-clustered caseVolker Lendecke2013-10-061-4/+4
* smbd: Remove unused "brl->key" struct elementVolker Lendecke2013-10-061-3/+1
* 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: Avoid calling serverid_exists twiceVolker Lendecke2013-10-061-0/+6
* 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
* shadow_copy2: use stored mount_point instead of recalculating.Michael Adam2013-10-051-9/+1
* shadow_copy2: improve debug in shadow_copy2_convert() in snapdirseverywhere modeMichael Adam2013-10-051-1/+2
* shadow_copy2: fix shadow_copy2_convert() in the classical case.Michael Adam2013-10-051-2/+45
* shadow_copy2: add some blank lines for visual separation to shadow_copy2_conv...Michael Adam2013-10-051-0/+2
* shadow_copy2: initialize "converted" string to null in shadow_copy2_convert()Michael Adam2013-10-051-1/+1
* shadow_copy2: fix shadow_copy2_strip_snapshot() in the classical caseMichael Adam2013-10-051-0/+30
* shadow_copy2: add some debug to shadow_copy2_strip_snapshot()Michael Adam2013-10-051-1/+11
* shadow_copy2: add comments explaining decisions in shadow_copy2_strip_snapshot()Michael Adam2013-10-051-0/+10
* shadow_copy2: introduce shadow_copy2_snapshot_path()Michael Adam2013-10-051-0/+37
* shadow_copy2: factor shadow_copy2_posix_gmt_string() out of shadow_copy2_inse...Michael Adam2013-10-051-21/+47
* shadow_copy2: shadow_copy2_insert_string(): do not prepend a "/" in absolute ...Michael Adam2013-10-051-2/+20
* shadow_copy2: make shadow_copy2_find_snapdir() return const char *Michael Adam2013-10-051-4/+4
* shadow_copy2: in the classical case, use configured path in shadow_copy2_find...Michael Adam2013-10-051-0/+7
* shadow_copy2: implement disk_freeMichael Adam2013-10-051-0/+37
* shadow_copy2: log resulting config at the end of shadow_copy2_connect()Michael Adam2013-10-051-0/+29
* shadow_copy2: add snapshot_basepath to the config.Michael Adam2013-10-051-0/+11
* shadow_copy2: add rel_connectpath to config.Michael Adam2013-10-051-0/+12
* shadow_copy2: introduce "shadow:mountpoint" optionMichael Adam2013-10-051-5/+38
* shadow_copy2: re-add the basedir option.Michael Adam2013-10-051-0/+56