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
/
smbd
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-25
Revert "smbd: Move oplock handling together"
Volker Lendecke
1
-7
/
+7
2013-10-24
smbd: Move oplock handling together
Volker Lendecke
1
-7
/
+7
2013-10-24
smbd: Move oplock/sharemode ops into one place
Volker Lendecke
1
-10
/
+3
2013-10-24
smbd: Remove separate oplock_type parameter from set_file_oplock
Volker Lendecke
4
-7
/
+6
2013-10-24
smbd: Unify parameters to set_oplock_type
Volker Lendecke
1
-1
/
+1
2013-10-24
smbd: Make release_file_oplock static
Volker Lendecke
2
-2
/
+1
2013-10-24
smbd: Use remove_oplock() in close_normal_file
Volker Lendecke
1
-1
/
+1
2013-10-24
Fix bug 10196 - RW Deny for a specific user is not overriding RW Allow for a ...
Jeremy Allison
1
-38
/
+41
2013-10-23
smbd: Remove MSG_SMB_ASYNC_LEVEL2_BREAK
Volker Lendecke
1
-84
/
+0
2013-10-23
smbd: Use MSG_SMB_BREAK_REQUEST for async l2 breaks
Volker Lendecke
1
-2
/
+10
2013-10-23
smbd: Fix breaking level2 on OVERWRITE create_disposition
Volker Lendecke
1
-0
/
+11
2013-10-23
smbd: Fix raw.batch.exclusive[59]
Volker Lendecke
2
-10
/
+29
2013-10-23
smbd: Remove unused "mid" from delay_for_oplock
Volker Lendecke
1
-3
/
+2
2013-10-23
smbd: Don't send op_mid in a BREAK message
Volker Lendecke
1
-5
/
+3
2013-10-23
smbd: Simplify send_break_message
Volker Lendecke
1
-4
/
+4
2013-10-23
smbd: Remove unused "oplock_request" arg from send_break_message
Volker Lendecke
1
-5
/
+4
2013-10-23
smbd: validate oplock types even for internal and stat opens
Volker Lendecke
1
-18
/
+3
2013-10-23
smbd: Fix bug 10216
Volker Lendecke
1
-4
/
+28
2013-10-17
s3:smbd: use new function cluster_probe_ok()
Michael Adam
1
-9
/
+3
2013-10-17
smbd/winbindd: Do an early check if ctdbd is functional
Volker Lendecke
1
-0
/
+11
2013-10-16
smbd: Simplify open_file_ntcreate
Volker Lendecke
1
-32
/
+39
2013-10-16
smbd: Remove "file_existed" handling from open_mode_check
Volker Lendecke
1
-12
/
+16
2013-10-16
smbd: Decouple grant_fsp_oplock_type from oplock validation
Volker Lendecke
1
-27
/
+26
2013-10-16
smbd: Reduce the complexity of open_file_ntcreate
Volker Lendecke
1
-24
/
+40
2013-10-15
smbd: Make find_oplock_types return bool
Volker Lendecke
1
-15
/
+27
2013-10-15
smbd: Make loop index type match loop limit
Volker Lendecke
1
-1
/
+1
2013-10-15
smbd: Unify delay_for_*_oplocks
Volker Lendecke
1
-45
/
+13
2013-10-15
smbd: Simplify find_oplock_types a bit
Volker Lendecke
1
-6
/
+7
2013-10-15
smbd:smb2: fix crash when smb2 session reauth fails
Michael Adam
1
-3
/
+17
2013-10-15
smbd: Inline break_level2_to_none_async
Volker Lendecke
1
-38
/
+32
2013-10-15
smbd: Remove a special case for level2 break
Volker Lendecke
1
-33
/
+12
2013-10-15
smbd: Remove some FAKE_LEVEL_II comments
Volker Lendecke
2
-8
/
+3
2013-10-15
smbd: Add debugs to brlock.c
Volker Lendecke
1
-0
/
+6
2013-10-15
smbd: Remove FAKE_LEVEL_II_OPLOCK
Volker Lendecke
3
-44
/
+77
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
smbd: Fix the extended *.oplock.doc1 tests
Volker Lendecke
1
-26
/
+33
2013-10-09
smbd: Fix an error path in open_directory
Volker Lendecke
1
-0
/
+1
2013-10-08
smbd: Convert set_share_mode to return bool for success
Volker Lendecke
1
-5
/
+14
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-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-02
smbd:smb2: fix error code when the header says the request is signed but we d...
Michael Adam
1
-1
/
+1
2013-10-02
s3:smb2_server: don't rely on the SMB2_HDR_FLAG_SIGNED if signing is required
Stefan Metzmacher
1
-1
/
+1
2013-09-21
Fix bug 10162 - POSIX ACL mapping failing when setting DENY ACE's from Windows.
Daniel Liberman
1
-1
/
+1
[next]