Revert "HACK: winbind only one connection to our domain"
[metze/samba/wip.git] / source3 / smbd /
2010-04-29 Stefan Metzmachers3:rpc_server: pass down local and remote tsocket_addre...
2010-04-29 Stefan Metzmachers3:smbd: add PIPE_BUSY handling for SMBtrans calls...
2010-04-29 Günther Deschners3-lanman: fix api_DosPrintQEnum.
2010-04-28 Jeremy AllisonUpdate (C) for 2010.
2010-04-28 Günther Deschners3-lanman: support level 0 NetPrintQEnum RAP query.
2010-04-28 Jeremy AllisonConnect set security descriptor into SMB2 code.
2010-04-28 Stefan Metzmachers3:smbd: make fsp->fake_file_handle a talloc child...
2010-04-28 Stefan Metzmachers3:smbd: add comment about returning STATUS_BUFFER_OVER...
2010-04-28 Jeremy AllisonFix the "allow_smb2" bug being set to false that was...
2010-04-28 Jeremy AllisonDon't return a potentially uninitialized NT_STATUS...
2010-04-28 Jeremy AllisonAdd debug statements so I can track the flow of RPC...
2010-04-27 Günther Deschners3-lanman: use spoolss for api_WPrintDestGetInfo()...
2010-04-27 Günther Deschners3-lanman: fix debug message in api_WPrintJobEnumerate().
2010-04-27 Günther Deschners3-lanman: remove a unnecessary memset in api_WPrintJob...
2010-04-27 Günther Deschners3-lanman: remove unused code.
2010-04-27 Günther Deschners3-lanman: use spoolss for api_DosPrintQGetInfo and...
2010-04-27 Jeremy AllisonDon't return an intermediate reply on async on a pipe...
2010-04-27 Günther Deschners3-lanman: use spoolss for api_PrintJobInfo().
2010-04-27 Günther Deschners3-lanman: remove unsupported print_job_set_place().
2010-04-27 Stefan Metzmachers3:smbd: keep local and remote tsocket_address per...
2010-04-27 Jeremy AllisonCorrectly report share types (now Win7 makes RPC calls...
2010-04-27 Jeremy AllisonPlumb in get_nt_acl into SMB2.
2010-04-26 Günther Deschners3: use generated rap header.
2010-04-26 Jeremy AllisonWhen walking the SMB2 requests queue, ensure the reques...
2010-04-26 Jeremy AllisonFix crash when rescheduling oplock open.
2010-04-24 Volker Lendeckes3: Simplify (bool != True) to !bool
2010-04-24 Jeremy AllisonImplement oplocks within SMB2. Plumb into the existing...
2010-04-23 Jeremy AllisonWhen sending the initial async response, this is never...
2010-04-23 Jeremy AllisonDon't free the entire tevent_req on cancel, only the...
2010-04-23 Simo Sorces3-smbd: group print relate data in own structure
2010-04-23 Jeremy AllisonAllow smb2 create requests to be cancelled.
2010-04-23 Ira CooperFix bug #7384 - dptr_Close has a bitmap leak.
2010-04-23 Jeremy AllisonAt simo's request return struct tevent_req *treq -...
2010-04-23 Jeremy AllisonRename - no functional change. Stop all variables being...
2010-04-23 Günther Deschners3-lanman: fix uninitialized variable in api_RDosPrintJ...
2010-04-23 Jeremy AllisonMake deferred opens (NT_STATUS_SHARING_VIOLATION) work...
2010-04-23 Volker Lendeckes3: Fix a cut&paste error in a debug message in check_o...
2010-04-19 Jeremy AllisonNow SMB2 error messages are correctly being returned...
2010-04-19 Jeremy AllisonEnsure vectors are always allocated with consistent...
2010-04-19 Jeremy AllisonFix valgrind error where a strdup of name reads one...
2010-04-19 Jeremy AllisonRemove an unused auto variable.
2010-04-19 Günther Deschners3-smb2: fix some c++ warnings.
2010-04-19 Günther Deschners3-lanman: use spoolss for api_WPrintJobGetInfo().
2010-04-19 Günther Deschners3-lanman: use spoolss for api_WPrintJobEnumerate().
2010-04-19 Jeremy AllisonFinal fix for #7331 - Compound async SMB 2 requests...
2010-04-18 Jeremy AllisonSecond part of fix for bug #7331 - Compound async SMB...
2010-04-18 Jeremy AllisonFirst part of fix for bug #7331 - Compound async SMB...
2010-04-17 Volker Lendeckes3: Slightly simplify the logic of check_password_compl...
2010-04-17 Volker Lendeckes3: Fix some nonempty blank lines
2010-04-13 Volker Lendeckes3: Cache the username map in gencache
2010-04-13 Jeremy AllisonMove to using 64-bit mid values in our internal open...
2010-04-12 Volker Lendeckes3: Little refactoring: Factor out skip_space
2010-04-12 Volker Lendeckes3: Remove a bogus 0-check, "isspace" can not return...
2010-04-12 Volker Lendeckes3: Cache the result of the username map script
2010-04-10 Jeremy AllisonPlumb SMB2 stubs into all the places we defer SMB1...
2010-04-09 Volker Lendeckes3: Use talloc_tos() as talloc ctx for fd_lines_load...
2010-04-09 Volker Lendeckes3: TALLOC_FREE(command) correctly in map_username()
2010-04-09 Jeremy AllisonStop smb2 from calling into smb1 blocking lock request...
2010-04-09 Jeremy AllisonSimplify call_trans2qfilepathinfo() and smbd_do_qfilepa...
2010-04-09 Jeremy AllisonFix bug #7339 - MSDFS is non-functional in 3.5.x
2010-04-08 Günther Deschners3-lanman: use spoolss for api_RDosPrintJobDel().
2010-04-08 Günther Deschners3-lanman: use spoolss for api_WPrintQueueCtrl().
2010-04-08 Jeremy AllisonStart to plumb smb2 into the oplock system. Calls dummy...
2010-04-07 Jeremy AllisonOn compound requests, MS-SMB2 says clients MAY use...
2010-04-07 Jeremy AllisonDon't forget to initialize *p_creds_requested.
2010-04-07 Björn Jackes3: add comment about what the FSCTL_QUERY_ALLOCATED_RA...
2010-04-06 Jeremy AllisonEnsure we total up the correct number of creds requeste...
2010-04-06 Jeremy AllisonParameterize "smb2 max read", "smb2 max write", "smb2...
2010-04-06 Christian Ambachfix a segfault in the notify subsystem
2010-04-06 Jeremy AllisonAdd FSCTL_QUERY_ALLOCATED_RANGES to the list of Windows...
2010-04-05 Jeremy AllisonFix issue with aio where r/w lock wasn't kept across...
2010-04-01 Jeremy AllisonMove initialize_async_io_handler() inside of smbd/aio.c.
2010-04-01 Jeremy AllisonMake smbd_lock_socket/smbd_unlock_socket recursive...
2010-03-31 Jeremy AllisonFix bug 7310 - DOS attribute inconsistency with MS...
2010-03-31 Jeremy AllisonMerge branch 'master' of ssh://git.samba.org/data/git...
2010-03-31 Stefan Metzmachers3:smbd: handle SMB2 in deadtime_fn() and avoid disconn...
2010-03-30 Jeremy AllisonSecond part of fix for bug #6494 - Incorrect FileStatus...
2010-03-30 Jeremy AllisonFix for bug #7233 - print fails with jobs >4GB from...
2010-03-29 Volker Lendeckes3: Attempt to fix the build on AIX, shm_ptr seems...
2010-03-28 Volker Lendeckes3: Use bitmap_talloc for smb1 server tcons
2010-03-28 Volker Lendeckes3: Use bitmap_talloc in init_dptrs
2010-03-28 Volker Lendeckes3: Use bitmap_talloc in files.c
2010-03-28 Volker Lendeckes3: Fix typos in a debug message in vfs_init_custom
2010-03-26 Jeremy AllisonRevert the part of bug fix #7233 - print fails with...
2010-03-26 Andreas Schneiders3-smbd: Don't close stdout if we want to log to stdout.
2010-03-26 Jeremy AllisonFix bug 7297 - smbd crashes with CUPS printers and...
2010-03-25 Volker Lendeckes3: Add a comment to notify_internal_parent_init, this...
2010-03-25 Volker Lendeckes3: Make sure our CLEAR_IF_FIRST optimization works...
2010-03-25 Volker Lendeckes3: Make sure our CLEAR_IF_FIRST optimization works...
2010-03-25 Volker Lendeckes3: Make sure our CLEAR_IF_FIRST optimization works...
2010-03-24 Jeremy AllisonFix bug #7233 - print fails with jobs >4GB from Win7...
2010-03-24 Jeremy AllisonFix valgrind warning when source and dest stat are...
2010-03-22 Volker Lendeckes3: Implement an asynchronous echo responder process
2010-03-22 Stefan Metzmachers3:smbd: don't allow SMB2 if the async echo handler...
2010-03-22 Stefan Metzmachers3:smbd: disable SMB encryption when the echo handler...
2010-03-22 Stefan Metzmachers3:smbd: disallow readbraw and writebraw if the echo...
2010-03-22 Stefan Metzmachers3:smbd: disable sendfile if the echo handler is active
2010-03-22 Stefan Metzmachers3:smbd: don't use recvfile if the echo handler is...
2010-03-22 Stefan Metzmachers3:smbd: setup a shared memory area for the signing...
2010-03-22 Stefan Metzmachers3:smbd: add echo handler information to struct smbd_se...
next