summaryrefslogtreecommitdiffstats
path: root/source3/smbd/process.c
Commit message (Expand)AuthorAgeFilesLines
* 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.Gerald (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
* r24500: Add check that bcc is correct in an incoming packet.Jeremy Allison2007-10-101-1/+10
* r24468: Don't forget the +4 for length :-).Jeremy Allison2007-10-101-2/+2
* r24467: Do range checking on incoming smb request.Jeremy Allison2007-10-101-0/+14
* r24457: Convert reply_tcon to the new APIVolker Lendecke2007-10-101-1/+1
* r24453: Remove the read and write bmpx callsVolker Lendecke2007-10-101-4/+4
* r24445: Convert SMBwritebraw. No test suite unfortunately.... I need to write...Jeremy Allison2007-10-101-1/+1
* r24444: Convert reply_find[n]close to the new APIVolker Lendecke2007-10-101-2/+2
* r24443: Convert reply_search/fclose to the new APIVolker Lendecke2007-10-101-4/+4
* r24442: Convert reply_copy to the new APIVolker Lendecke2007-10-101-1/+1
* r24441: Convert reply_ioctl to the new APIVolker Lendecke2007-10-101-1/+1
* r24440: Convert the reply_sendXX functions to the new APIVolker Lendecke2007-10-101-4/+4
* r24439: Convert reply_get/setattrE to the new APIVolker Lendecke2007-10-101-2/+2
* r24436: Convert reply_lockread/writeunlock to the new APIVolker Lendecke2007-10-101-2/+2
* r24433: Convert reply_ntrename to the new APIVolker Lendecke2007-10-101-1/+1
* r24431: Convert the reply_printXX calls to the new APIVolker Lendecke2007-10-101-4/+4
* r24430: Convert reply_writeclose to the new APIVolker Lendecke2007-10-101-1/+1
* r24428: Convert reply_unlock to the new APIVolker Lendecke2007-10-101-1/+1
* r24427: Convert reply_lock to the new APIVolker Lendecke2007-10-101-1/+1
* r24426: Convert reply_read to the new APIVolker Lendecke2007-10-101-1/+1
* r24425: Convert reply_write to the new APIVolker Lendecke2007-10-101-1/+1
* r24423: Convert reply_lseek to the new APIVolker Lendecke2007-10-101-1/+1
* r24422: Convert reply_ctemp to the new APIVolker Lendecke2007-10-101-1/+1
* r24417: Convert reply_setatr to the new APIVolker Lendecke2007-10-101-1/+1
* r24415: Convert reply_getatr to the new APIVolker Lendecke2007-10-101-1/+1
* r24414: Convert reply_mv to the new APIVolker Lendecke2007-10-101-1/+1
* r24412: Convert reply_open to the new APIVolker Lendecke2007-10-101-1/+1
* r24406: Push reply_prep_legacy into reply_lockingXVolker Lendecke2007-10-101-1/+1
* r24404: Remove get_OutBuffer usage from blocking.cVolker Lendecke2007-10-101-5/+0
* r24387: Convert readbraw to the new api. Volker, keep checking inJeremy Allison2007-10-101-1/+1
* r24386: Piss off Volker (not deliberately) by checking in a reply_mknew -> co...Jeremy Allison2007-10-101-2/+2
* r24358: Push reply_prep_legacy into reply_nttrans[s]Volker Lendecke2007-10-101-2/+2
* r24349: For large read&x we need more than 64k of outbuf.Volker Lendecke2007-10-101-1/+12
* r24328: Restore chain_reply error handlingVolker Lendecke2007-10-101-2/+3
* r24327: First round of fixes to chain_replyVolker Lendecke2007-10-101-3/+4