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-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
2013-09-11
Fix is_legal_name() to not emit character conversion error messages.
Jeremy Allison
1
-12
/
+8
2013-09-11
smbd: Add brl_num_locks access function
Volker Lendecke
1
-1
/
+1
2013-09-11
smbd: Fix blank line endings
Volker Lendecke
1
-6
/
+6
2013-09-10
s3:smbd: ease file server upgrades from 3.6 and earlier with "acl allow execu...
Michael Adam
1
-1
/
+15
2013-09-10
s3:smb2_find: Return that timestamps do not exist as directories
Christof Schmitt
1
-0
/
+13
2013-09-10
s3:smbd/session: Added a routine find_sessions()
Shekhar Amlekar
2
-0
/
+30
2013-09-10
s3:smbd/session: add filters to gather_sessioninfo()
Shekhar Amlekar
1
-0
/
+19
2013-09-06
smbd: Slightly simplify do_break_to_none
Volker Lendecke
1
-2
/
+1
2013-09-06
smbd: Slightly simplify send_break_message
Volker Lendecke
1
-2
/
+1
2013-09-06
smbd: Remove a silly "? true : false"
Volker Lendecke
1
-1
/
+1
2013-09-06
smbd: Apply some const to message_to_share_mode_entry
Volker Lendecke
2
-2
/
+2
2013-09-06
smbd: Fix a const warning
Volker Lendecke
1
-1
/
+1
2013-09-06
smbd: Remove two confusing TALLOC_FREE calls
Volker Lendecke
1
-2
/
+0
2013-09-06
smbd: Remove unused should_notify_deferred_opens
Volker Lendecke
2
-11
/
+0
2013-09-06
smbd: Remove FORCE_OPLOCK_BREAK_TO_NONE
Volker Lendecke
3
-17
/
+4
2013-09-05
smbd: Fix breaking level2 on allocate
Volker Lendecke
1
-6
/
+7
2013-09-04
smbd: Add a paranoia check to oplock_timeout_handler
Volker Lendecke
1
-0
/
+2
2013-09-04
smbd: Fix an ancient oplock bug
Volker Lendecke
1
-0
/
+2
2013-09-03
smbd: Simplify find_oplock_types
Volker Lendecke
1
-9
/
+10
2013-08-28
smbd: Correctly return INFO_LENGTH_MISMATCH for smb1
Volker Lendecke
1
-0
/
+4
[next]