summaryrefslogtreecommitdiffstats
path: root/source3/smbd/process.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "s3-printing: update parent smbd pcap cache""David Disseldorp2011-08-181-2/+2
* s3: Fix a NULL pointer dereferenceVolker Lendecke2010-05-061-1/+10
* Fix for CVE-2009-2906.samba-3.4.2Jeremy Allison2009-09-301-5/+25
* Fix bug 6673 - smbpasswd does not work with "unix password sync = yes". Rever...Jeremy Allison2009-09-091-2/+2
* Fix a valgrind error in chain_replyVolker Lendecke2009-08-131-3/+10
* s3:smbd: fix the fix for mapped IPv4 address handling in release_ip().Michael Adam2009-05-261-2/+2
* s3: make release_ip() call (ctdb) cope with IPv4 mapped addressesMichael Adam2009-05-261-1/+8
* s3: Fix chained sesssetupAndX/tconn messagesTim Prouty2009-05-261-0/+7
* s3:smbd: if we allow trans2 on the IPC$ share, then we have to allow transs2 ...Stefan Metzmacher2009-04-151-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
* s3:smbd: remove pointless respond_to_all_remaining_local_messages() functionStefan Metzmacher2009-01-271-25/+0
* s3:smbd: use signal events for SIGTERM, SIGHUP and SIGCHLDStefan Metzmacher2009-01-271-14/+51
* s3:smbd: move all code that handles a client connection into smbd_process()Stefan Metzmacher2009-01-271-6/+218
* Fix chain_reply for pipe readsVolker Lendecke2009-01-251-1/+11
* s3:smbd: we don't need to call message_dispatch() anymore it's event triggere...Stefan Metzmacher2009-01-221-23/+2
* s3:smbd: restructure kernel oplocks codeStefan Metzmacher2009-01-221-38/+6
* s3: always call run_events() before and after sys_select()Stefan Metzmacher2009-01-221-6/+4
* "userdom_struct" does not need "full_name" anymore -- unusedVolker Lendecke2009-01-201-2/+0
* s3:smbd: call message_dispatch() before processing incoming PDUsStefan Metzmacher2009-01-201-0/+6
* remove the old chain_reply codeVolker Lendecke2009-01-161-214/+4
* Correctly calculate the offset for read&xVolker Lendecke2009-01-161-0/+19
* Add a new implementation of chain_replyVolker Lendecke2009-01-161-0/+217
* Fix a type-punned errorVolker Lendecke2009-01-101-1/+1
* Fix a C++ warningVolker Lendecke2009-01-101-2/+2
* s3:smbd: handle incoming smb requests via event handlersStefan Metzmacher2009-01-091-108/+155
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-31/+1
* s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher2009-01-051-10/+17
* Fix bug #6009 - Setting "min receivefile size = 1" breaks writes.Jeremy Allison2009-01-041-1/+1
* Replace "goto again" by "return NT_STATUS_RETRY" in receive_message_or_smbVolker Lendecke2008-12-311-11/+13
* Remove the direct inbuf reference from construct_reply_common()Volker Lendecke2008-12-191-8/+11
* Make "construct_reply_common" staticVolker Lendecke2008-11-081-1/+3
* Fix the buildVolker Lendecke2008-11-051-1/+1
* Make "inbuf" a talloc child of "smb_request" for normal smb requestsVolker Lendecke2008-11-041-3/+2
* Add construct_reply_common_req wrapperVolker Lendecke2008-11-041-0/+5
* Trigger (and fix) a bug in Samba3 making smbd an infinite data sourceVolker Lendecke2008-11-041-0/+1
* Remove some inbuf references by adding "cmd" to smb_requestVolker Lendecke2008-11-021-4/+3
* Remove a bunch of direct inbuf references by adding "vwv" to smb_requestVolker Lendecke2008-11-021-0/+1
* Remove a bunch of direct inbuf references by adding "buf" to smb_requestVolker Lendecke2008-11-011-0/+1
* Add a "buflen" struct member to smb_requestVolker Lendecke2008-11-011-2/+3
* Remove unused extern declarationVolker Lendecke2008-11-011-2/+0
* "fn_new"->"fn" in smb_messages[], we got beyond that :-)Volker Lendecke2008-10-191-3/+3
* Use a direct compare instead of calling strncmp in valid_smb_headerVolker Lendecke2008-10-191-1/+5
* Move the global hosts_allow() check out of the processing loopVolker Lendecke2008-10-191-19/+22
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-1/+1
* Remove smb_np_structVolker Lendecke2008-10-131-1/+0