summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* s3:smb2_find: Return that timestamps do not exist as directoriesChristof Schmitt2013-09-101-0/+13
* s3:smbd/session: Added a routine find_sessions()Shekhar Amlekar2013-09-102-0/+30
* s3:smbd/session: add filters to gather_sessioninfo()Shekhar Amlekar2013-09-101-0/+19
* smbd: Slightly simplify do_break_to_noneVolker Lendecke2013-09-061-2/+1
* smbd: Slightly simplify send_break_messageVolker Lendecke2013-09-061-2/+1
* smbd: Remove a silly "? true : false"Volker Lendecke2013-09-061-1/+1
* smbd: Apply some const to message_to_share_mode_entryVolker Lendecke2013-09-062-2/+2
* smbd: Fix a const warningVolker Lendecke2013-09-061-1/+1
* smbd: Remove two confusing TALLOC_FREE callsVolker Lendecke2013-09-061-2/+0
* smbd: Remove unused should_notify_deferred_opensVolker Lendecke2013-09-062-11/+0
* smbd: Remove FORCE_OPLOCK_BREAK_TO_NONEVolker Lendecke2013-09-063-17/+4
* smbd: Fix breaking level2 on allocateVolker Lendecke2013-09-051-6/+7
* smbd: Add a paranoia check to oplock_timeout_handlerVolker Lendecke2013-09-041-0/+2
* smbd: Fix an ancient oplock bugVolker Lendecke2013-09-041-0/+2
* smbd: Simplify find_oplock_typesVolker Lendecke2013-09-031-9/+10
* smbd: Correctly return INFO_LENGTH_MISMATCH for smb1Volker Lendecke2013-08-281-0/+4
* smbd: Fix error return for STREAM_INFOVolker Lendecke2013-08-281-0/+4
* smbd: Revert a93f9c3Volker Lendecke2013-08-281-5/+0
* smbd: Correctly return BUFFER_OVERFLOW in smb2_getinfoVolker Lendecke2013-08-281-0/+10
* smbd: Correctly return INFO_LENGTH_MISMATCH in smb2_getinfoVolker Lendecke2013-08-281-0/+12
* smbd: qfsinfo has fixed/variable buffersVolker Lendecke2013-08-283-0/+13
* smbd: qfilepathinfo has fixed/variable buffersVolker Lendecke2013-08-283-0/+25
* smbd: Use #defines in smb2_getinfo_sendVolker Lendecke2013-08-271-4/+4
* Fix the UNIX extensions CHOWN calls to use FCHOWN if available, else LCHOWN.Jeremy Allison2013-08-261-6/+20
* Allow UNIX extensions client to act on open fsp instead of pathname if availa...Jeremy Allison2013-08-261-1/+8
* Fix the erroneous masking of chmod requests via the UNIX extensions.Jeremy Allison2013-08-261-8/+10
* smbd: Simplify dropbox special case in unix_convertVolker Lendecke2013-08-261-6/+23
* Revert "Fix the erroneous masking of chmod requests via the UNIX extensions."Jeremy Allison2013-08-251-2/+7
* Revert "Allow UNIX extensions client to act on open fsp instead of pathname i...Jeremy Allison2013-08-241-8/+1
* Pushed from the wrong branch - this is the versionJeremy Allison2013-08-241-14/+6
* Fix the UNIX extensions CHOWN calls to use FCHOWN if available, else LCHOWN.Jeremy Allison2013-08-251-6/+14
* Allow UNIX extensions client to act on open fsp instead of pathname if availa...Jeremy Allison2013-08-241-1/+8
* Fix the erroneous masking of chmod requests via the UNIX extensions.Jeremy Allison2013-08-241-7/+2
* smbd: Fix a debug messageVolker Lendecke2013-08-231-1/+1
* smbd: Simplify new_break_message_smb1Volker Lendecke2013-08-201-18/+7
* smbd: Replace a 0-timeout wakeup_sendVolker Lendecke2013-08-201-17/+13
* Fix bug #10097 - MacOSX 10.9 will not follow path-based DFS referrals handed ...Richard Sharpe2013-08-192-6/+18
* smbd: Fix CID 1063259 Uninitialized scalar variableVolker Lendecke2013-08-191-0/+1
* smbd: Do not wait unnecessarilyVolker Lendecke2013-08-161-1/+1
* smbd: Make break_level2_to_none_async staticVolker Lendecke2013-08-162-2/+1
* s3:lib: Factor read_ea_list_entry() and read_nttrans_ea_list() out so they ca...Jeremy Allison2013-08-152-104/+2
* smbd: Fix async echo handler forking (Bug 10086)Volker Lendecke2013-08-141-3/+6
* smbd: Fix CID 1035550 Structurally dead codeVolker Lendecke2013-08-121-38/+29
* s3:smbd: allow info class SMB_QUERY_FS_ATTRIBUTE_INFO to return partial dataRalph Wuerthner2013-08-051-0/+6
* s3:smbd: allow info class SMB_QUERY_FS_VOLUME_INFO to return partial dataRalph Wuerthner2013-08-051-0/+6
* s3:smbd: allow status code in smbd_do_qfsinfo() to be set by information clas...Ralph Wuerthner2013-08-051-1/+2
* s3:smbd: allow GetInfo responses with STATUS_BUFFER_OVERFLOW to return partia...Ralph Wuerthner2013-08-051-3/+10
* s3:smbd: return NT_STATUS_INFO_LENGTH_MISMATCH for GetInfo in case output_buf...Ralph Wuerthner2013-08-051-0/+5
* Fix bug #10010 - Missing integer wrap protection in EA list reading can cause...Jeremy Allison2013-08-051-0/+12
* s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_interface().Günther Deschner2013-08-052-19/+19