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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-06
libcli: Add const to smb2_lease_pull
Volker Lendecke
2
-2
/
+4
2013-10-06
torture: Fix a typo
Volker Lendecke
1
-1
/
+1
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
s4:torture:smb2: add durable-v2-open.reopen2c
Michael Adam
1
-0
/
+75
2013-10-05
s4:torture:smb2: add durable-v2-open.reopen2b
Michael Adam
1
-0
/
+91
2013-10-05
s4:torture:smb2: add durable-v2-open.create-blob
Michael Adam
1
-0
/
+108
2013-10-05
s4:torture:smb2: extend the durable-open.reopen2 test
Michael Adam
1
-18
/
+83
2013-10-05
s4:torture:smb2: extend the durable-v2-open.reopen2 test
Michael Adam
1
-4
/
+44
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
s4:torture:smb2: add a durable-open.reopen-lease-v2 test
Michael Adam
1
-0
/
+238
2013-10-05
s4:torture:smb2: add durable-v2-open.reopen2-lease-v2
Michael Adam
1
-0
/
+245
2013-10-05
s4:torture:smb2: add smb2_lease_v2_create() wrapper to smb2_lease_v2_create_s...
Michael Adam
1
-0
/
+16
2013-10-05
s4:torture:smb2: add durable-v2-open.reopen2-lease
Michael Adam
1
-0
/
+247
2013-10-05
s4:torture:smb2: add durable-open.reopen2-lease test
Michael Adam
1
-0
/
+238
2013-10-05
s4:torture:smb2: fix durable-open lease tests to pass against windows.
Michael Adam
1
-2
/
+8
2013-10-05
s4:torture:smb2: add smbcli_options argument to torture_smb2_connection_ext()
Michael Adam
3
-13
/
+46
2013-10-05
s4:libcli:smb2: make smbcli_options argument to smb2_connect_(send|ext) const
Michael Adam
1
-2
/
+2
2013-10-05
s4:libcli:smb2: add the smb2_capabilities to the smbcli_options
Michael Adam
3
-4
/
+3
2013-10-05
s4:libcli:smb2: add the client_guid to the smbcli_options
Michael Adam
3
-4
/
+4
2013-10-05
s4:torture:spoolss: use smb2_connect() instead of smb2_connet_ext()
Michael Adam
1
-12
/
+11
2013-10-05
s4:torture:smb2: fix a comment in the durable-open.lock-oplock test
Michael Adam
1
-1
/
+1
2013-10-05
samba_backup: fix bug, add command line parameter, improve error messages
Brian Martin
1
-15
/
+37
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
2013-10-05
shadow_copy2: disable "snapdir:crossmountpoints" if the snapdir is absolute.
Michael Adam
1
-0
/
+7
2013-10-05
shadow_copy2: introduce the bool "snapdir_absolute" in the config.
Michael Adam
1
-0
/
+10
2013-10-05
shadow_copy2: introduce config struct and function shadow_copy2_connect()
Michael Adam
1
-28
/
+145
[next]