summaryrefslogtreecommitdiffstats
path: root/source/smbd/process.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Coverity ID 587Volker Lendecke2008-09-011-1/+1
* fix smb_len calculation for chained requestsVolker Lendecke2008-08-101-3/+5
* Fix andx offset calculation for more than 2 chained requestsVolker Lendecke2008-08-101-1/+7
* Factor out create_outbuf, creating an outbuf just given an inbufVolker Lendecke2008-06-281-9/+20
* Security fix for CVE-2008-1105: Boundary failure when parsing SMB responsesJeremy Allison2008-05-281-3/+1
* Fix bug #5477 - recvfile code was broken.Jeremy Allison2008-05-201-8/+4
* Remove "userdom_struct user" from "struct user_struct"Volker Lendecke2008-05-051-1/+7
* Fix some "ignoring asprintf result" warningsVolker Lendecke2008-04-141-5/+6
* Ok, final move of this code :-). I think I've found the correctJeremy Allison2008-03-311-9/+9
* Move the message_dispatch() call after the check for errno onJeremy Allison2008-03-311-11/+11
* Reduce the race condition in Samba4 in RAW-RENAME test. We rename a fileJeremy Allison2008-03-311-0/+9
* Convert secrets_lock_trust_account_password to tallocVolker Lendecke2008-03-101-4/+7
* Fix a couple of "might be used uninitialized" warnings.Jeremy Allison2008-02-051-2/+2
* Remove smb_read_error globalVolker Lendecke2008-02-021-7/+0
* Remove dependency on get_srv_read_error() from main loopVolker Lendecke2008-02-021-49/+20
* Convert receive_message_or_smb to NTSTATUSVolker Lendecke2008-02-021-36/+43
* Make get_srv_read_error static to process.cVolker Lendecke2008-02-021-1/+1
* read_socket_with_timeout_ntstatus->read_socket_with_timeoutVolker Lendecke2008-02-021-3/+2
* Convert receive_smb_talloc to NTSTATUSVolker Lendecke2008-02-021-33/+28
* Convert receive_smb_raw_talloc to NTSTATUSVolker Lendecke2008-02-021-61/+29
* Convert receive_smb_raw_talloc_partial_read to NTSTATUSVolker Lendecke2008-02-021-59/+47
* Convert read_packet_remainder to return NTSTATUSVolker Lendecke2008-02-021-37/+44
* Convert read_packet_remainder to use read_socket_with_timeout_ntstatusVolker Lendecke2008-02-021-8/+20
* Convert read_smb_length_return_keepalive to return NTSTATUSVolker Lendecke2008-02-021-11/+17
* Remove an unused external referenceVolker Lendecke2008-01-271-1/+0
* read_socket_with_timeout has timeout=0 handlingVolker Lendecke2008-01-231-23/+6
* Remove two unused variablesVolker Lendecke2008-01-231-1/+0
* Get the inbuf on talloc_tos()Volker Lendecke2008-01-121-1/+1
* Make use of talloc_pool in the main codepaths. Remove the sub-contexts.Jeremy Allison2008-01-091-1/+1
* Now conn is part of smb_request, we don't need it asJeremy Allison2008-01-041-2/+2
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-041-60/+113
* Add the capability to set "smb encrypt = required"Jeremy Allison2007-12-271-0/+10
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-3/+53
* Remove last_message completely as it's no longer used.Jeremy Allison2007-12-181-3/+0
* Three more pstring removals.Jeremy Allison2007-11-111-3/+9
* Fix some warningsVolker Lendecke2007-11-091-1/+1
* Remove the horror that was the global smb_rw_error.Jeremy Allison2007-11-051-21/+38
* Forgot arg type.Jeremy Allison2007-11-041-1/+1
* Don't believe len returned from read_smb_length_return_keepalive(),Jeremy Allison2007-11-041-1/+1
* Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison2007-11-031-1/+1
* I can't get away without a 'length' arg. :-).Jeremy Allison2007-11-031-1/+2
* Stop get_peer_addr() and client_addr() from using globalJeremy Allison2007-11-031-1/+4
* Remove the smb_read_error global variable and replaceJeremy Allison2007-11-031-32/+19
* Fix vfstest link - move socket calls into smbd/process.cJeremy Allison2007-10-311-0/+288
* Add new parameter, "min receivefile size" (by default setJeremy Allison2007-10-301-17/+45
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-9/+9
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-15/+14
* r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison2007-10-101-1/+1
* r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2007-10-101-6/+4
* r24702: Remove the old API pointersVolker Lendecke2007-10-101-496/+308