]> git.samba.org - bbaumbach/samba-autobuild/.git/history - source4/smb_server/trans2.c
r3054: use talloc_zero_array_p() in a couple of places
[bbaumbach/samba-autobuild/.git] / source4 / smb_server / trans2.c
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/*