smbd: Make find_oplock_types return bool
[nivanova/samba-autobuild/.git] / source3 / smbd /
2013-10-15 Volker Lendeckesmbd: Make find_oplock_types return bool
2013-10-15 Volker Lendeckesmbd: Make loop index type match loop limit
2013-10-15 Volker Lendeckesmbd: Unify delay_for_*_oplocks
2013-10-15 Volker Lendeckesmbd: Simplify find_oplock_types a bit
2013-10-15 Michael Adamsmbd:smb2: fix crash when smb2 session reauth fails
2013-10-15 Volker Lendeckesmbd: Inline break_level2_to_none_async
2013-10-14 Volker Lendeckesmbd: Remove a special case for level2 break
2013-10-14 Volker Lendeckesmbd: Remove some FAKE_LEVEL_II comments
2013-10-14 Volker Lendeckesmbd: Add debugs to brlock.c
2013-10-14 Volker Lendeckesmbd: Remove FAKE_LEVEL_II_OPLOCK
2013-10-13 Volker Lendeckesmbd: Remove unused create_options from open_mode_check
2013-10-13 Volker Lendeckesmbd: Remove name_hash param from open_mode_check
2013-10-11 Volker Lendeckesmbd: Fix the extended *.oplock.doc1 tests
2013-10-08 Volker Lendeckesmbd: Fix an error path in open_directory
2013-10-08 Volker Lendeckesmbd: Convert set_share_mode to return bool for success
2013-10-06 Volker Lendeckesmbd: Convert some dbgtxt to DEBUG
2013-10-06 Volker Lendeckesmbd: Fix a comment
2013-10-06 Volker Lendeckesmbd: Fix confusing comments
2013-10-05 Michael Adamsmbd:smb2: clarify and comment code treating dh2c blob...
2013-10-05 Michael Adamsmbd:smb2: ignore an dhnq blob along with a dhnc in...
2013-10-05 Michael Adamsmbd:smb2_create: fix return code for durable handle...
2013-10-05 Michael Adamsmbd:smb2: successfully answer a DHnC request when...
2013-10-05 Michael Adamsmbd:smb2_create: add comment about validity of check...
2013-10-02 Michael Adamsmbd:smb2: fix error code when the header says the...
2013-10-02 Stefan Metzmachers3:smb2_server: don't rely on the SMB2_HDR_FLAG_SIGNED...
2013-09-21 Daniel LibermanFix bug 10162 - POSIX ACL mapping failing when setting...
2013-09-11 Jeremy AllisonFix is_legal_name() to not emit character conversion...
2013-09-11 Volker Lendeckesmbd: Add brl_num_locks access function
2013-09-11 Volker Lendeckesmbd: Fix blank line endings
2013-09-10 Michael Adams3:smbd: ease file server upgrades from 3.6 and earlier...
2013-09-10 Christof Schmitts3:smb2_find: Return that timestamps do not exist as...
2013-09-10 Shekhar Amlekars3:smbd/session: Added a routine find_sessions()
2013-09-10 Shekhar Amlekars3:smbd/session: add filters to gather_sessioninfo()
2013-09-06 Volker Lendeckesmbd: Slightly simplify do_break_to_none
2013-09-06 Volker Lendeckesmbd: Slightly simplify send_break_message
2013-09-06 Volker Lendeckesmbd: Remove a silly "? true : false"
2013-09-06 Volker Lendeckesmbd: Apply some const to message_to_share_mode_entry
2013-09-06 Volker Lendeckesmbd: Fix a const warning
2013-09-06 Volker Lendeckesmbd: Remove two confusing TALLOC_FREE calls
2013-09-06 Volker Lendeckesmbd: Remove unused should_notify_deferred_opens
2013-09-05 Volker Lendeckesmbd: Remove FORCE_OPLOCK_BREAK_TO_NONE
2013-09-05 Volker Lendeckesmbd: Fix breaking level2 on allocate
2013-09-04 Volker Lendeckesmbd: Add a paranoia check to oplock_timeout_handler
2013-09-04 Volker Lendeckesmbd: Fix an ancient oplock bug
2013-09-03 Volker Lendeckesmbd: Simplify find_oplock_types
2013-08-28 Volker Lendeckesmbd: Correctly return INFO_LENGTH_MISMATCH for smb1
2013-08-28 Volker Lendeckesmbd: Fix error return for STREAM_INFO
2013-08-28 Volker Lendeckesmbd: Revert a93f9c3
2013-08-28 Volker Lendeckesmbd: Correctly return BUFFER_OVERFLOW in smb2_getinfo
2013-08-28 Volker Lendeckesmbd: Correctly return INFO_LENGTH_MISMATCH in smb2_getinfo
2013-08-28 Volker Lendeckesmbd: qfsinfo has fixed/variable buffers
2013-08-28 Volker Lendeckesmbd: qfilepathinfo has fixed/variable buffers
2013-08-27 Volker Lendeckesmbd: Use #defines in smb2_getinfo_send
2013-08-26 Jeremy AllisonFix the UNIX extensions CHOWN calls to use FCHOWN if...
2013-08-26 Jeremy AllisonAllow UNIX extensions client to act on open fsp instead...
2013-08-26 Jeremy AllisonFix the erroneous masking of chmod requests via the...
2013-08-26 Volker Lendeckesmbd: Simplify dropbox special case in unix_convert
2013-08-25 Jeremy AllisonRevert "Fix the erroneous masking of chmod requests...
2013-08-25 Jeremy AllisonRevert "Allow UNIX extensions client to act on open...
2013-08-25 Jeremy AllisonPushed from the wrong branch - this is the version
2013-08-24 Jeremy AllisonFix the UNIX extensions CHOWN calls to use FCHOWN if...
2013-08-24 Jeremy AllisonAllow UNIX extensions client to act on open fsp instead...
2013-08-24 Jeremy AllisonFix the erroneous masking of chmod requests via the...
2013-08-23 Volker Lendeckesmbd: Fix a debug message
2013-08-20 Volker Lendeckesmbd: Simplify new_break_message_smb1
2013-08-20 Volker Lendeckesmbd: Replace a 0-timeout wakeup_send
2013-08-19 Richard SharpeFix bug #10097 - MacOSX 10.9 will not follow path-based...
2013-08-18 Volker Lendeckesmbd: Fix CID 1063259 Uninitialized scalar variable
2013-08-16 Volker Lendeckesmbd: Do not wait unnecessarily
2013-08-16 Volker Lendeckesmbd: Make break_level2_to_none_async static
2013-08-15 Jeremy Allisons3:lib: Factor read_ea_list_entry() and read_nttrans_ea...
2013-08-14 Volker Lendeckesmbd: Fix async echo handler forking (Bug 10086)
2013-08-12 Volker Lendeckesmbd: Fix CID 1035550 Structurally dead code
2013-08-05 Ralph Wuerthners3:smbd: allow info class SMB_QUERY_FS_ATTRIBUTE_INFO...
2013-08-05 Ralph Wuerthners3:smbd: allow info class SMB_QUERY_FS_VOLUME_INFO...
2013-08-05 Ralph Wuerthners3:smbd: allow status code in smbd_do_qfsinfo() to...
2013-08-05 Ralph Wuerthners3:smbd: allow GetInfo responses with STATUS_BUFFER_OVE...
2013-08-05 Ralph Wuerthners3:smbd: return NT_STATUS_INFO_LENGTH_MISMATCH for...
2013-08-05 Jeremy AllisonFix bug #10010 - Missing integer wrap protection in...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to rpc_pipe_o...
2013-08-04 Jeremy AllisonEnsure we can never integer wrap when working on client...
2013-08-03 Richard SharpeThere are tests all over the SMB1 code to check that...
2013-08-01 Gregor BeckFix bug 9678 - Windows 8 Roaming profiles fail
2013-08-01 Jeremy AllisonWrap setting leases in become_root()/unbecome_root...
2013-07-23 Volker Lendeckesmbd: Fix CID 1035536 Uninitialized pointer read
2013-07-22 Volker Lendeckesmbd: Fix CID 1035537 Uninitialized pointer read
2013-07-22 Volker Lendeckesmbd: Fix CID 1035538 Uninitialized pointer read
2013-07-19 Jeremy AllisonReply with correct trans2 message on a setpathinfo...
2013-07-19 Jeremy AllisonEnsure we do pathname processing before SD and EA proce...
2013-07-19 Jeremy AllisonEnsure we can't create a file using NTTRANS with an...
2013-07-19 Jeremy AllisonEnsure we can't create a file using TRANS2_OPEN with...
2013-07-19 Jeremy AllisonAdd the ability to send an NTSTATUS result back with...
2013-07-19 Jeremy AllisonEnsure we can't create a file using SMB2_CREATE with...
2013-07-19 Jeremy AllisonEnsure we never return an EA name to a Windows client...
2013-07-19 Jeremy AllisonEnsure set_ea cannot set invalid Windows EA names.
2013-07-18 Richard SharpeFix memory leak in error code path.
2013-07-11 Volker Lendeckesmbd: Fix a 100% loop at shutdown time
2013-07-09 Volker Lendeckesmbd: Fix a profile problem
2013-06-25 Christian Ambachs3:smbd/close remove filesystem lock before removing...
2013-06-25 Christian Ambachs3:smbd/close use common exit path
next