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-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
2013-08-28
smbd: Fix error return for STREAM_INFO
Volker Lendecke
1
-0
/
+4
2013-08-28
smbd: Revert a93f9c3
Volker Lendecke
1
-5
/
+0
2013-08-28
smbd: Correctly return BUFFER_OVERFLOW in smb2_getinfo
Volker Lendecke
1
-0
/
+10
2013-08-28
smbd: Correctly return INFO_LENGTH_MISMATCH in smb2_getinfo
Volker Lendecke
1
-0
/
+12
2013-08-28
smbd: qfsinfo has fixed/variable buffers
Volker Lendecke
3
-0
/
+13
2013-08-28
smbd: qfilepathinfo has fixed/variable buffers
Volker Lendecke
3
-0
/
+25
2013-08-27
smbd: Use #defines in smb2_getinfo_send
Volker Lendecke
1
-4
/
+4
2013-08-26
Fix the UNIX extensions CHOWN calls to use FCHOWN if available, else LCHOWN.
Jeremy Allison
1
-6
/
+20
2013-08-26
Allow UNIX extensions client to act on open fsp instead of pathname if availa...
Jeremy Allison
1
-1
/
+8
2013-08-26
Fix the erroneous masking of chmod requests via the UNIX extensions.
Jeremy Allison
1
-8
/
+10
2013-08-26
smbd: Simplify dropbox special case in unix_convert
Volker Lendecke
1
-6
/
+23
2013-08-25
Revert "Fix the erroneous masking of chmod requests via the UNIX extensions."
Jeremy Allison
1
-2
/
+7
2013-08-24
Revert "Allow UNIX extensions client to act on open fsp instead of pathname i...
Jeremy Allison
1
-8
/
+1
2013-08-24
Pushed from the wrong branch - this is the version
Jeremy Allison
1
-14
/
+6
2013-08-25
Fix the UNIX extensions CHOWN calls to use FCHOWN if available, else LCHOWN.
Jeremy Allison
1
-6
/
+14
2013-08-24
Allow UNIX extensions client to act on open fsp instead of pathname if availa...
Jeremy Allison
1
-1
/
+8
2013-08-24
Fix the erroneous masking of chmod requests via the UNIX extensions.
Jeremy Allison
1
-7
/
+2
2013-08-23
smbd: Fix a debug message
Volker Lendecke
1
-1
/
+1
2013-08-20
smbd: Simplify new_break_message_smb1
Volker Lendecke
1
-18
/
+7
2013-08-20
smbd: Replace a 0-timeout wakeup_send
Volker Lendecke
1
-17
/
+13
2013-08-19
Fix bug #10097 - MacOSX 10.9 will not follow path-based DFS referrals handed ...
Richard Sharpe
2
-6
/
+18
2013-08-19
smbd: Fix CID 1063259 Uninitialized scalar variable
Volker Lendecke
1
-0
/
+1
2013-08-16
smbd: Do not wait unnecessarily
Volker Lendecke
1
-1
/
+1
2013-08-16
smbd: Make break_level2_to_none_async static
Volker Lendecke
2
-2
/
+1
2013-08-15
s3:lib: Factor read_ea_list_entry() and read_nttrans_ea_list() out so they ca...
Jeremy Allison
2
-104
/
+2
2013-08-14
smbd: Fix async echo handler forking (Bug 10086)
Volker Lendecke
1
-3
/
+6
2013-08-12
smbd: Fix CID 1035550 Structurally dead code
Volker Lendecke
1
-38
/
+29
2013-08-05
s3:smbd: allow info class SMB_QUERY_FS_ATTRIBUTE_INFO to return partial data
Ralph Wuerthner
1
-0
/
+6
2013-08-05
s3:smbd: allow info class SMB_QUERY_FS_VOLUME_INFO to return partial data
Ralph Wuerthner
1
-0
/
+6
[next]