summaryrefslogtreecommitdiff
path: root/source4/smb_server/trans2.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell1-6/+6
2007-10-10r2046: fixed two server packet format errors found with the RAW-* testsAndrew Tridgell1-4/+3
2007-10-10r2044: fixed two uninAndrew Tridgell1-0/+2
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell1-1/+1
2007-10-10r1741: fixed padding of setpathinfo in serverAndrew Tridgell1-1/+1
2007-10-10r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level'Stefan Metzmacher1-7/+7
2007-10-10r1470: Get the smb_trans2 structure out of the rap_cli_call struct.Volker Lendecke1-1/+1
2007-10-10r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher1-15/+15
2007-10-10r1280: rename struct request_context to smbsrv_requestStefan Metzmacher1-24/+24
2007-10-10r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher1-19/+19
2007-10-10r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher1-15/+15
2007-10-10r1165: fixed handling of SMBtrans replies that should return STATUS_BUFFER_OV...Andrew Tridgell1-1/+5
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-1/+1
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-27/+27
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-2/+2
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-33/+33
2007-10-10r612: fixed a timezone call typo noticed by abartletAndrew Tridgell1-3/+3
2007-10-10r152: a quick airport commit ....Andrew Tridgell1-15/+15
2004-03-26copy with a null volume name in a trans2 QFSINFO callAndrew Tridgell1-1/+1
2004-02-03- move all SMB server stuff to smb_server/*Stefan Metzmacher1-0/+1411