summaryrefslogtreecommitdiff
path: root/source4/smb_server/trans2.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r10256: Fix some unhandled enumeration warnings. There's one still left,Tim Potter1-0/+15
2007-10-10r8811: Fix the build..Jelmer Vernooij1-0/+1
2007-10-10r8527: found an uninitialised variable in 'make valgrindtest'Andrew Tridgell1-10/+11
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-7/+7
2007-10-10r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell1-2/+3
2007-10-10r4383: in order to cope with overfilled buffers on trans2 findfirst we need t...Andrew Tridgell1-5/+6
2007-10-10r4284: fixed a problem with very large EA lists and OS/2 clients. TheseAndrew Tridgell1-17/+28
2007-10-10r4263: added support for the trans2 RAW_SEARCH_EA_LIST informationAndrew Tridgell1-0/+42
2007-10-10r4261: added the RAW_FILEINFO_EA_LIST trans2 qfileinfo and qpathinfoAndrew Tridgell1-0/+27
2007-10-10r4243: a sniff from kukks showed that the ea_set interface in trans2 setfilei...Andrew Tridgell1-15/+3
2007-10-10r4232: added server support for multi-part SMBtrans requests, whileAndrew Tridgell1-86/+248
2007-10-10r4214: possibly fix the "no-EAs" bug from OS/2Andrew Tridgell1-7/+2
2007-10-10r4182: fixed trans2 mkdir, allowing mkdir with an initial EA listAndrew Tridgell1-0/+43
2007-10-10r4055: fixed more places to use type safe allocation macrosAndrew Tridgell1-1/+1
2007-10-10r3971: fix compiler warningsStefan Metzmacher1-5/+5
2007-10-10r3830: unified the query/set security descriptor code with the rest of theAndrew Tridgell1-0/+2
2007-10-10r3593: fixed the trans2 t2open reply to initialise all bytes (bug found by va...Andrew Tridgell1-4/+6
2007-10-10r3573: added trans2open support to smbd and pvfs, and fine-tuned the open->ge...Andrew Tridgell1-0/+61
2007-10-10r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell1-0/+2
2007-10-10r3425: got rid of a bunch of cruft from rewrite.hAndrew Tridgell1-1/+1
2007-10-10r3350: fixed a bug with sending multiple replies for the one request, asAndrew Tridgell1-29/+34
2007-10-10r3054: use talloc_zero_array_p() in a couple of placesAndrew Tridgell1-1/+1
2007-10-10r2784: - fixed alignment of ascii directory listingsAndrew Tridgell1-1/+14
2007-10-10r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher1-32/+22
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell1-1/+1
2007-10-10r2618: before we had refererence counts in talloc I added a hack in theAndrew Tridgell1-5/+3
2007-10-10r2552: Character set conversion and string handling updates.Andrew Bartlett1-2/+2
2007-10-10r2503: the RAW-SEARCH test now mostly passes against the posix backendAndrew Tridgell1-1/+2
2007-10-10r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 andAndrew Tridgell1-0/+4
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