summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/trans2.c
Commit message (Expand)AuthorAgeFilesLines
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-7/+7
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2007-10-101-2/+3
* r4383: in order to cope with overfilled buffers on trans2 findfirst we need t...Andrew Tridgell2007-10-101-5/+6
* r4284: fixed a problem with very large EA lists and OS/2 clients. TheseAndrew Tridgell2007-10-101-17/+28
* r4263: added support for the trans2 RAW_SEARCH_EA_LIST informationAndrew Tridgell2007-10-101-0/+42
* r4261: added the RAW_FILEINFO_EA_LIST trans2 qfileinfo and qpathinfoAndrew Tridgell2007-10-101-0/+27
* r4243: a sniff from kukks showed that the ea_set interface in trans2 setfilei...Andrew Tridgell2007-10-101-15/+3
* r4232: added server support for multi-part SMBtrans requests, whileAndrew Tridgell2007-10-101-86/+248
* r4214: possibly fix the "no-EAs" bug from OS/2Andrew Tridgell2007-10-101-7/+2
* r4182: fixed trans2 mkdir, allowing mkdir with an initial EA listAndrew Tridgell2007-10-101-0/+43
* r4055: fixed more places to use type safe allocation macrosAndrew Tridgell2007-10-101-1/+1
* r3971: fix compiler warningsStefan Metzmacher2007-10-101-5/+5
* r3830: unified the query/set security descriptor code with the rest of theAndrew Tridgell2007-10-101-0/+2
* r3593: fixed the trans2 t2open reply to initialise all bytes (bug found by va...Andrew Tridgell2007-10-101-4/+6
* r3573: added trans2open support to smbd and pvfs, and fine-tuned the open->ge...Andrew Tridgell2007-10-101-0/+61
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2007-10-101-0/+2
* r3425: got rid of a bunch of cruft from rewrite.hAndrew Tridgell2007-10-101-1/+1
* r3350: fixed a bug with sending multiple replies for the one request, asAndrew Tridgell2007-10-101-29/+34
* r3054: use talloc_zero_array_p() in a couple of placesAndrew Tridgell2007-10-101-1/+1
* r2784: - fixed alignment of ascii directory listingsAndrew Tridgell2007-10-101-1/+14
* r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher2007-10-101-32/+22
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2007-10-101-1/+1
* r2618: before we had refererence counts in talloc I added a hack in theAndrew Tridgell2007-10-101-5/+3
* r2552: Character set conversion and string handling updates.Andrew Bartlett2007-10-101-2/+2
* r2503: the RAW-SEARCH test now mostly passes against the posix backendAndrew Tridgell2007-10-101-1/+2
* r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 andAndrew Tridgell2007-10-101-0/+4
* r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell2007-10-101-6/+6
* r2046: fixed two server packet format errors found with the RAW-* testsAndrew Tridgell2007-10-101-4/+3
* r2044: fixed two uninAndrew Tridgell2007-10-101-0/+2
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-101-1/+1
* r1741: fixed padding of setpathinfo in serverAndrew Tridgell2007-10-101-1/+1
* r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level'Stefan Metzmacher2007-10-101-7/+7
* r1470: Get the smb_trans2 structure out of the rap_cli_call struct.Volker Lendecke2007-10-101-1/+1
* r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher2007-10-101-15/+15
* r1280: rename struct request_context to smbsrv_requestStefan Metzmacher2007-10-101-24/+24
* r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher2007-10-101-19/+19
* r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher2007-10-101-15/+15
* r1165: fixed handling of SMBtrans replies that should return STATUS_BUFFER_OV...Andrew Tridgell2007-10-101-1/+5
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-101-1/+1
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-27/+27
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-2/+2
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-101-33/+33
* r612: fixed a timezone call typo noticed by abartletAndrew Tridgell2007-10-101-3/+3
* r152: a quick airport commit ....Andrew Tridgell2007-10-101-15/+15
* copy with a null volume name in a trans2 QFSINFO callAndrew Tridgell2004-03-261-1/+1
* - move all SMB server stuff to smb_server/*Stefan Metzmacher2004-02-031-0/+1411