index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-13
smbd: Remove unused create_options from open_mode_check
Volker Lendecke
1
-3
/
+2
2013-10-13
smbd: Remove name_hash param from open_mode_check
Volker Lendecke
1
-3
/
+2
2013-10-12
s3/time_audit: Add offline and durable functions
Christof Schmitt
1
-0
/
+111
2013-10-12
vfs: Fix parentheses in SMB_VFS_NEXT_DURABLE_COOKIE
Christof Schmitt
1
-1
/
+1
2013-10-12
smbd: Fix the extended *.oplock.doc1 tests
Volker Lendecke
1
-26
/
+33
2013-10-11
s3-winbind: Send online/offline message of the domain to the parent.
Andreas Schneider
1
-0
/
+22
2013-10-11
s3-winbind: Register handlers for domain online/offline messages.
Andreas Schneider
2
-0
/
+11
2013-10-11
s3-winbind: Add functions for domain online/offline handling.
Andreas Schneider
2
-0
/
+50
2013-10-11
idl: Add a new message for winbind domain states.
Andreas Schneider
1
-0
/
+2
2013-10-09
Fix bug #10187 - Missing talloc_free can leak stackframe in error path.
Jeremy Allison
1
-2
/
+3
2013-10-09
smbd: Fix an error path in open_directory
Volker Lendecke
1
-0
/
+1
2013-10-08
smbd: Simplify set_share_mode
Volker Lendecke
1
-30
/
+15
2013-10-08
smbd: Simplify find_share_mode_entry callers
Volker Lendecke
1
-46
/
+25
2013-10-08
smbd: Convert set_share_mode to return bool for success
Volker Lendecke
3
-8
/
+17
2013-10-08
smbd: Make add_share_mode return bool
Volker Lendecke
1
-4
/
+13
2013-10-08
smbd: Change parameter from unsigned to uint32_t
Volker Lendecke
2
-2
/
+2
2013-10-06
smbd: Remove byte_range_lock->read_only
Volker Lendecke
1
-10
/
+0
2013-10-06
smbd: Remove the brl_get_locks wrapper
Volker Lendecke
1
-9
/
+2
2013-10-06
smbd: brl_get_locks_internal is always called r/w now
Volker Lendecke
1
-37
/
+11
2013-10-06
smbd: Restructure brl_get_locks_readonly
Volker Lendecke
1
-10
/
+103
2013-10-06
smbd: Avoid an if-statement per read/write in the non-clustered case
Volker Lendecke
1
-4
/
+4
2013-10-06
smbd: Remove unused "brl->key" struct element
Volker Lendecke
1
-3
/
+1
2013-10-06
smbd: Convert some dbgtxt to DEBUG
Volker Lendecke
1
-19
/
+12
2013-10-06
smbd: Fix a comment
Volker Lendecke
1
-1
/
+1
2013-10-06
smbd: Fix confusing comments
Volker Lendecke
2
-4
/
+2
2013-10-06
smbd: Avoid calling serverid_exists twice
Volker Lendecke
1
-0
/
+6
2013-10-05
smbd:smb2: clarify and comment code treating dh2c blob check.
Michael Adam
1
-6
/
+22
2013-10-05
smbd:smb2: ignore an dhnq blob along with a dhnc in create
Michael Adam
1
-6
/
+26
2013-10-05
smbd:smb2_create: fix return code for durable handle create blob combinations
Michael Adam
1
-8
/
+16
2013-10-05
smbd:smb2: successfully answer a DHnC request when the initial create was DH2Q
Michael Adam
3
-7
/
+18
2013-10-05
smbd:smb2_create: add comment about validity of check reconnect blob being on...
Michael Adam
1
-0
/
+4
2013-10-05
shadow_copy2: use stored mount_point instead of recalculating.
Michael Adam
1
-9
/
+1
2013-10-05
shadow_copy2: improve debug in shadow_copy2_convert() in snapdirseverywhere mode
Michael Adam
1
-1
/
+2
2013-10-05
shadow_copy2: fix shadow_copy2_convert() in the classical case.
Michael Adam
1
-2
/
+45
2013-10-05
shadow_copy2: add some blank lines for visual separation to shadow_copy2_conv...
Michael Adam
1
-0
/
+2
2013-10-05
shadow_copy2: initialize "converted" string to null in shadow_copy2_convert()
Michael Adam
1
-1
/
+1
2013-10-05
shadow_copy2: fix shadow_copy2_strip_snapshot() in the classical case
Michael Adam
1
-0
/
+30
2013-10-05
shadow_copy2: add some debug to shadow_copy2_strip_snapshot()
Michael Adam
1
-1
/
+11
2013-10-05
shadow_copy2: add comments explaining decisions in shadow_copy2_strip_snapshot()
Michael Adam
1
-0
/
+10
2013-10-05
shadow_copy2: introduce shadow_copy2_snapshot_path()
Michael Adam
1
-0
/
+37
2013-10-05
shadow_copy2: factor shadow_copy2_posix_gmt_string() out of shadow_copy2_inse...
Michael Adam
1
-21
/
+47
2013-10-05
shadow_copy2: shadow_copy2_insert_string(): do not prepend a "/" in absolute ...
Michael Adam
1
-2
/
+20
2013-10-05
shadow_copy2: make shadow_copy2_find_snapdir() return const char *
Michael Adam
1
-4
/
+4
2013-10-05
shadow_copy2: in the classical case, use configured path in shadow_copy2_find...
Michael Adam
1
-0
/
+7
2013-10-05
shadow_copy2: implement disk_free
Michael Adam
1
-0
/
+37
2013-10-05
shadow_copy2: log resulting config at the end of shadow_copy2_connect()
Michael Adam
1
-0
/
+29
2013-10-05
shadow_copy2: add snapshot_basepath to the config.
Michael Adam
1
-0
/
+11
2013-10-05
shadow_copy2: add rel_connectpath to config.
Michael Adam
1
-0
/
+12
2013-10-05
shadow_copy2: introduce "shadow:mountpoint" option
Michael Adam
1
-5
/
+38
2013-10-05
shadow_copy2: re-add the basedir option.
Michael Adam
1
-0
/
+56
[next]