summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-18Remove last_message completely as it's no longer used.Jeremy Allison1-3/+0
2007-11-11Three more pstring removals.Jeremy Allison1-3/+9
2007-11-09Fix some warningsVolker Lendecke1-1/+1
2007-11-05Remove the horror that was the global smb_rw_error.Jeremy Allison1-21/+38
2007-11-04Forgot arg type.Jeremy Allison1-1/+1
2007-11-04Don't believe len returned from read_smb_length_return_keepalive(),Jeremy Allison1-1/+1
2007-11-03Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison1-1/+1
2007-11-03I can't get away without a 'length' arg. :-).Jeremy Allison1-1/+2
2007-11-03Stop get_peer_addr() and client_addr() from using globalJeremy Allison1-1/+4
2007-11-03Remove the smb_read_error global variable and replaceJeremy Allison1-32/+19
2007-10-31Fix vfstest link - move socket calls into smbd/process.cJeremy Allison1-0/+288
2007-10-30Add new parameter, "min receivefile size" (by default setJeremy Allison1-17/+45
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-9/+9
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-15/+14
2007-10-10r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison1-1/+1
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke1-6/+4
2007-10-10r24702: Remove the old API pointersVolker Lendecke1-496/+308
2007-10-10r24500: Add check that bcc is correct in an incoming packet.Jeremy Allison1-1/+10
2007-10-10r24468: Don't forget the +4 for length :-).Jeremy Allison1-2/+2
2007-10-10r24467: Do range checking on incoming smb request.Jeremy Allison1-0/+14
2007-10-10r24457: Convert reply_tcon to the new APIVolker Lendecke1-1/+1
2007-10-10r24453: Remove the read and write bmpx callsVolker Lendecke1-4/+4
2007-10-10r24445: Convert SMBwritebraw. No test suite unfortunately.... I need to write...Jeremy Allison1-1/+1
2007-10-10r24444: Convert reply_find[n]close to the new APIVolker Lendecke1-2/+2
2007-10-10r24443: Convert reply_search/fclose to the new APIVolker Lendecke1-4/+4
2007-10-10r24442: Convert reply_copy to the new APIVolker Lendecke1-1/+1
2007-10-10r24441: Convert reply_ioctl to the new APIVolker Lendecke1-1/+1
2007-10-10r24440: Convert the reply_sendXX functions to the new APIVolker Lendecke1-4/+4
2007-10-10r24439: Convert reply_get/setattrE to the new APIVolker Lendecke1-2/+2
2007-10-10r24436: Convert reply_lockread/writeunlock to the new APIVolker Lendecke1-2/+2
2007-10-10r24433: Convert reply_ntrename to the new APIVolker Lendecke1-1/+1
2007-10-10r24431: Convert the reply_printXX calls to the new APIVolker Lendecke1-4/+4
2007-10-10r24430: Convert reply_writeclose to the new APIVolker Lendecke1-1/+1
2007-10-10r24428: Convert reply_unlock to the new APIVolker Lendecke1-1/+1
2007-10-10r24427: Convert reply_lock to the new APIVolker Lendecke1-1/+1
2007-10-10r24426: Convert reply_read to the new APIVolker Lendecke1-1/+1
2007-10-10r24425: Convert reply_write to the new APIVolker Lendecke1-1/+1
2007-10-10r24423: Convert reply_lseek to the new APIVolker Lendecke1-1/+1
2007-10-10r24422: Convert reply_ctemp to the new APIVolker Lendecke1-1/+1
2007-10-10r24417: Convert reply_setatr to the new APIVolker Lendecke1-1/+1
2007-10-10r24415: Convert reply_getatr to the new APIVolker Lendecke1-1/+1
2007-10-10r24414: Convert reply_mv to the new APIVolker Lendecke1-1/+1
2007-10-10r24412: Convert reply_open to the new APIVolker Lendecke1-1/+1
2007-10-10r24406: Push reply_prep_legacy into reply_lockingXVolker Lendecke1-1/+1
2007-10-10r24404: Remove get_OutBuffer usage from blocking.cVolker Lendecke1-5/+0
2007-10-10r24387: Convert readbraw to the new api. Volker, keep checking inJeremy Allison1-1/+1
2007-10-10r24386: Piss off Volker (not deliberately) by checking in a reply_mknew -> co...Jeremy Allison1-2/+2
2007-10-10r24358: Push reply_prep_legacy into reply_nttrans[s]Volker Lendecke1-2/+2
2007-10-10r24349: For large read&x we need more than 64k of outbuf.Volker Lendecke1-1/+12
2007-10-10r24328: Restore chain_reply error handlingVolker Lendecke1-2/+3