r6498: Add comments in line with those I already added to 3.0.
[samba.git] / source / smb_server / trans2.c
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4591: - converted the other _p talloc functions to...
2007-10-10 Andrew Tridgellr4383: in order to cope with overfilled buffers on...
2007-10-10 Andrew Tridgellr4284: fixed a problem with very large EA lists and...
2007-10-10 Andrew Tridgellr4263: added support for the trans2 RAW_SEARCH_EA_LIST...
2007-10-10 Andrew Tridgellr4261: added the RAW_FILEINFO_EA_LIST trans2 qfileinfo...
2007-10-10 Andrew Tridgellr4243: a sniff from kukks showed that the ea_set interf...
2007-10-10 Andrew Tridgellr4232: added server support for multi-part SMBtrans...
2007-10-10 Andrew Tridgellr4214: possibly fix the "no-EAs" bug from OS/2
2007-10-10 Andrew Tridgellr4182: fixed trans2 mkdir, allowing mkdir with an initi...
2007-10-10 Andrew Tridgellr4055: fixed more places to use type safe allocation...
2007-10-10 Stefan Metzmacherr3971: fix compiler warnings
2007-10-10 Andrew Tridgellr3830: unified the query/set security descriptor code...
2007-10-10 Andrew Tridgellr3593: fixed the trans2 t2open reply to initialise...
2007-10-10 Andrew Tridgellr3573: added trans2open support to smbd and pvfs, and...
2007-10-10 Andrew Tridgellr3466: split out request.h, signing.h, and smb_server.h
2007-10-10 Andrew Tridgellr3425: got rid of a bunch of cruft from rewrite.h
2007-10-10 Andrew Tridgellr3350: fixed a bug with sending multiple replies for...
2007-10-10 Andrew Tridgellr3054: use talloc_zero_array_p() in a couple of places
2007-10-10 Andrew Tridgellr2784: - fixed alignment of ascii directory listings
2007-10-10 Stefan Metzmacherr2751: this is a new ntvfs design which tries to solve:
2007-10-10 Andrew Tridgellr2671: we're getting too many errors caused by the...
2007-10-10 Andrew Tridgellr2618: before we had refererence counts in talloc I...
2007-10-10 Andrew Bartlettr2552: Character set conversion and string handling...
2007-10-10 Andrew Tridgellr2503: the RAW-SEARCH test now mostly passes against...
2007-10-10 Andrew Tridgellr2469: complete overhaul of the old-style RAW_SEARCH_...
2007-10-10 Andrew Tridgellr2249: got rid of some more mem_ctx elements in structures
2007-10-10 Andrew Tridgellr2046: fixed two server packet format errors found...
2007-10-10 Andrew Tridgellr2044: fixed two unin\11
2007-10-10 Andrew Tridgellr1983: a completely new implementation of talloc
2007-10-10 Andrew Tridgellr1741: fixed padding of setpathinfo in server
2007-10-10 Stefan Metzmacherr1547: rename 'enum <bla>_level' -> 'enum smb_<bla...
2007-10-10 Volker Lendecker1470: Get the smb_trans2 structure out of the rap_cli_...
2007-10-10 Stefan Metzmacherr1291: rename struct smbsrv_context to smbsrv_connection
2007-10-10 Stefan Metzmacherr1280: rename struct request_context to smbsrv_request
2007-10-10 Stefan Metzmacherr1279: rename struct tcon_context to smbsrv_tcon
2007-10-10 Stefan Metzmacherr1277: rename struct server_context to smbsrv_ontext
2007-10-10 Andrew Tridgellr1165: fixed handling of SMBtrans replies that should...
2007-10-10 Stefan Metzmacherr890: convert samba4 to use [u]int8_t instead of [u...
2007-10-10 Stefan Metzmacherr889: convert samba4 to use [u]int16_t instead of ...
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2007-10-10 Andrew Tridgellr873: converted samba4 to use real 64 bit integers...
2007-10-10 Andrew Tridgellr612: fixed a timezone call typo noticed by abartlet
2007-10-10 Andrew Tridgellr152: a quick airport commit ....
2004-03-26 Andrew Tridgellcopy with a null volume name in a trans2 QFSINFO call
2004-02-03 Stefan Metzmacher- move all SMB server stuff to smb_server/*