summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* write_data already guarantees everything was writtenVolker Lendecke2009-04-121-9/+6
* s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher2009-03-231-15/+35
* s3:smbd: if we allow trans2 on the IPC$ share, then we have to allow transs2 ...Stefan Metzmacher2009-03-231-1/+1
* make receive_smb_raw_talloc more readableTim Prouty2009-02-161-4/+4
* Noted by Vericode analysis. Correctly use chroot().Jeremy Allison2009-02-131-1/+5
* S3: New module interface for SMB message statistics gatheringtodd stecher2009-02-091-16/+45
* Fix memleaks in chain_reply for async requestsVolker Lendecke2009-02-071-0/+2
* Remove the global variable "chain_size"Volker Lendecke2009-01-311-2/+24
* s3:smbd: make kernel oplocks event drivenStefan Metzmacher2009-01-271-74/+0