summaryrefslogtreecommitdiffstats
path: root/source3/smbd/process.c
Commit message (Expand)AuthorAgeFilesLines
...
* Allow smb2 create requests to be cancelled.Jeremy Allison2010-04-231-0/+2
* Make deferred opens (NT_STATUS_SHARING_VIOLATION) work over SMB2.Jeremy Allison2010-04-221-4/+4
* Move to using 64-bit mid values in our internal open file database.Jeremy Allison2010-04-121-33/+40
* Plumb SMB2 stubs into all the places we defer SMB1 operations.Jeremy Allison2010-04-091-19/+65
* Stop smb2 from calling into smb1 blocking lock request code.Jeremy Allison2010-04-081-0/+1
* Start to plumb smb2 into the oplock system. Calls dummy functions for now.Jeremy Allison2010-04-071-0/+6
* Move initialize_async_io_handler() inside of smbd/aio.c.Jeremy Allison2010-04-011-3/+0
* Make smbd_lock_socket/smbd_unlock_socket recursive with a ref_count.Jeremy Allison2010-03-311-40/+38
* s3:smbd: handle SMB2 in deadtime_fn() and avoid disconnecting non idle clientsStefan Metzmacher2010-03-311-1/+13
* s3: Implement an asynchronous echo responder processVolker Lendecke2010-03-221-19/+478
* s3:smbd: don't allow SMB2 if the async echo handler is activeStefan Metzmacher2010-03-221-1/+2
* s3:smbd: don't use recvfile if the echo handler is activeStefan Metzmacher2010-03-221-1/+2
* s3:smbd: pass down trusted_channel via receive_smb_talloc()Stefan Metzmacher2010-03-221-3/+5
* s3:smbd: send keepalive packets under the socket lockStefan Metzmacher2010-03-221-1/+16
* s3:smbd: smbd_[un]lock_socket() while accessing the socket to the clientStefan Metzmacher2010-03-221-1/+24
* s3:smbd: add smbd_[un]lock_socket() dummiesStefan Metzmacher2010-03-221-0/+10
* s3:smbd: add an option to skip signings checks srv_check_sign_mac for trusted...Stefan Metzmacher2010-03-221-1/+1
* s3: Make init_smb_request return boolVolker Lendecke2010-03-111-5/+10
* s3: Fix a NULL pointer dereferenceVolker Lendecke2010-03-091-1/+10
* s3: Fix some nonempty blank linesVolker Lendecke2010-01-231-3/+3
* s3: Initialize the seqnum in "init_smb_request"Volker Lendecke2010-01-211-4/+4
* s3: Make "init_smb_request" static to process.cVolker Lendecke2010-01-211-4/+2
* s3: Move smb_splice_chain to smbd/process.c, its only userVolker Lendecke2009-12-221-0/+174
* Rename reply_doserror() -> reply_force_doserror().Jeremy Allison2009-12-211-2/+2
* Remove all calls to reply_doserror - turn them intoJeremy Allison2009-12-211-4/+4
* s3-smbd: no drsuapi server stubs yet in s3. Fixes the build, sorry.Günther Deschner2009-11-261-1/+0
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-261-0/+15
* Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke2009-11-231-1/+0
* s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke2009-11-211-0/+1
* Fix for CVE-2009-2906.Jeremy Allison2009-10-011-5/+25
* s3 onefs: Add some debugging/asserts to give more info when there is bad defe...Zack Kirsch2009-09-241-0/+2
* Fix bug 6673 - smbpasswd does not work with "unix password sync = yes".Jeremy Allison2009-09-061-2/+2
* s3:smbd: move dptr globals into struct smbd_server_connectionStefan Metzmacher2009-08-071-0/+3
* Fix a valgrind error in chain_replyVolker Lendecke2009-07-271-3/+10
* In chain_reply, copy the subrequests' error to the main requestVolker Lendecke2009-07-241-0/+15
* Move the initialization of smbd_server_conn from smbd/process,Jeremy Allison2009-07-171-5/+0
* Revert this commit :Jeremy Allison2009-07-141-56/+2
* s3: Make smbd aware of permission change of usershare. Since usershare are re...Bo Yang2009-07-151-2/+56
* s3: forward MSG_DEBUG from smbd parent to all childrenAravind Srinivasan2009-06-221-0/+9
* s3:smbd: move tcon specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-3/+7
* s3:smbd: move more session specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-1/+12
* s3:smbd: move some session specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-2/+7
* s3:smbd: move already_got_session to struct smbd_server_connectionStefan Metzmacher2009-06-031-0/+2
* s3:smbd: move max_recv to struct smbd_server_connectionStefan Metzmacher2009-06-031-1/+1
* s3:smbd: allow SMB2 only if we don't use security = shareStefan Metzmacher2009-06-031-1/+2
* s3:smbd: move SMB1 specific stuff into a substructure of smbd_server_connectionStefan Metzmacher2009-05-261-9/+9
* s3:smbd: add infrastructure for SMB2 supportStefan Metzmacher2009-05-201-0/+12
* s3: Fix chained sesssetupAndX/tconn messagesTim Prouty2009-05-081-0/+7
* s3:smbd: fix the fix for mapped IPv4 address handling in release_ip().Michael Adam2009-05-081-2/+2
* s3: make release_ip() call (ctdb) cope with IPv4 mapped addressesMichael Adam2009-05-081-1/+8