index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
smbd: Unify parameters to set_oplock_type
Volker Lendecke
2013-10-24
1
-1
/
+1
*
smbd: Make release_file_oplock static
Volker Lendecke
2013-10-24
2
-2
/
+1
*
smbd: Use remove_oplock() in close_normal_file
Volker Lendecke
2013-10-24
1
-1
/
+1
*
Fix bug 10196 - RW Deny for a specific user is not overriding RW Allow for a ...
Jeremy Allison
2013-10-24
1
-38
/
+41
*
smbd: Remove MSG_SMB_ASYNC_LEVEL2_BREAK
Volker Lendecke
2013-10-23
1
-84
/
+0
*
smbd: Use MSG_SMB_BREAK_REQUEST for async l2 breaks
Volker Lendecke
2013-10-23
1
-2
/
+10
*
smbd: Fix breaking level2 on OVERWRITE create_disposition
Volker Lendecke
2013-10-23
1
-0
/
+11
*
smbd: Fix raw.batch.exclusive[59]
Volker Lendecke
2013-10-23
2
-10
/
+29
*
smbd: Remove unused "mid" from delay_for_oplock
Volker Lendecke
2013-10-23
1
-3
/
+2
*
smbd: Don't send op_mid in a BREAK message
Volker Lendecke
2013-10-23
1
-5
/
+3
*
smbd: Simplify send_break_message
Volker Lendecke
2013-10-23
1
-4
/
+4
*
smbd: Remove unused "oplock_request" arg from send_break_message
Volker Lendecke
2013-10-23
1
-5
/
+4
*
smbd: validate oplock types even for internal and stat opens
Volker Lendecke
2013-10-23
1
-18
/
+3
*
smbd: Fix bug 10216
Volker Lendecke
2013-10-23
1
-4
/
+28
*
s3:smbd: use new function cluster_probe_ok()
Michael Adam
2013-10-17
1
-9
/
+3
*
smbd/winbindd: Do an early check if ctdbd is functional
Volker Lendecke
2013-10-17
1
-0
/
+11
*
smbd: Simplify open_file_ntcreate
Volker Lendecke
2013-10-16
1
-32
/
+39
*
smbd: Remove "file_existed" handling from open_mode_check
Volker Lendecke
2013-10-16
1
-12
/
+16
*
smbd: Decouple grant_fsp_oplock_type from oplock validation
Volker Lendecke
2013-10-16
1
-27
/
+26
*
smbd: Reduce the complexity of open_file_ntcreate
Volker Lendecke
2013-10-16
1
-24
/
+40
*
smbd: Make find_oplock_types return bool
Volker Lendecke
2013-10-15
1
-15
/
+27
*
smbd: Make loop index type match loop limit
Volker Lendecke
2013-10-15
1
-1
/
+1
*
smbd: Unify delay_for_*_oplocks
Volker Lendecke
2013-10-15
1
-45
/
+13
*
smbd: Simplify find_oplock_types a bit
Volker Lendecke
2013-10-15
1
-6
/
+7
*
smbd:smb2: fix crash when smb2 session reauth fails
Michael Adam
2013-10-15
1
-3
/
+17
*
smbd: Inline break_level2_to_none_async
Volker Lendecke
2013-10-15
1
-38
/
+32
*
smbd: Remove a special case for level2 break
Volker Lendecke
2013-10-15
1
-33
/
+12
*
smbd: Remove some FAKE_LEVEL_II comments
Volker Lendecke
2013-10-15
2
-8
/
+3
*
smbd: Add debugs to brlock.c
Volker Lendecke
2013-10-15
1
-0
/
+6
*
smbd: Remove FAKE_LEVEL_II_OPLOCK
Volker Lendecke
2013-10-15
3
-44
/
+77
*
smbd: Remove unused create_options from open_mode_check
Volker Lendecke
2013-10-13
1
-3
/
+2
*
smbd: Remove name_hash param from open_mode_check
Volker Lendecke
2013-10-13
1
-3
/
+2
*
smbd: Fix the extended *.oplock.doc1 tests
Volker Lendecke
2013-10-12
1
-26
/
+33
*
smbd: Fix an error path in open_directory
Volker Lendecke
2013-10-09
1
-0
/
+1
*
smbd: Convert set_share_mode to return bool for success
Volker Lendecke
2013-10-08
1
-5
/
+14
*
smbd: Convert some dbgtxt to DEBUG
Volker Lendecke
2013-10-06
1
-19
/
+12
*
smbd: Fix a comment
Volker Lendecke
2013-10-06
1
-1
/
+1
*
smbd: Fix confusing comments
Volker Lendecke
2013-10-06
2
-4
/
+2
*
smbd:smb2: clarify and comment code treating dh2c blob check.
Michael Adam
2013-10-05
1
-6
/
+22
*
smbd:smb2: ignore an dhnq blob along with a dhnc in create
Michael Adam
2013-10-05
1
-6
/
+26
*
smbd:smb2_create: fix return code for durable handle create blob combinations
Michael Adam
2013-10-05
1
-8
/
+16
*
smbd:smb2: successfully answer a DHnC request when the initial create was DH2Q
Michael Adam
2013-10-05
3
-7
/
+18
*
smbd:smb2_create: add comment about validity of check reconnect blob being on...
Michael Adam
2013-10-05
1
-0
/
+4
*
smbd:smb2: fix error code when the header says the request is signed but we d...
Michael Adam
2013-10-02
1
-1
/
+1
*
s3:smb2_server: don't rely on the SMB2_HDR_FLAG_SIGNED if signing is required
Stefan Metzmacher
2013-10-02
1
-1
/
+1
*
Fix bug 10162 - POSIX ACL mapping failing when setting DENY ACE's from Windows.
Daniel Liberman
2013-09-21
1
-1
/
+1
*
Fix is_legal_name() to not emit character conversion error messages.
Jeremy Allison
2013-09-11
1
-12
/
+8
*
smbd: Add brl_num_locks access function
Volker Lendecke
2013-09-11
1
-1
/
+1
*
smbd: Fix blank line endings
Volker Lendecke
2013-09-11
1
-6
/
+6
*
s3:smbd: ease file server upgrades from 3.6 and earlier with "acl allow execu...
Michael Adam
2013-09-10
1
-1
/
+15
[prev]
[next]