summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
* r3255: - fixed 2 uninitialised data errors found with valgrindAndrew Tridgell2007-10-101-1/+3
* r3054: use talloc_zero_array_p() in a couple of placesAndrew Tridgell2007-10-101-1/+1
* r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher2007-10-101-1/+1
* r2618: before we had refererence counts in talloc I added a hack in theAndrew Tridgell2007-10-101-5/+3
* r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell2007-10-101-4/+4
* r1280: rename struct request_context to smbsrv_requestStefan Metzmacher2007-10-101-7/+7
* r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher2007-10-101-1/+1
* 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-10/+10
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-1/+1
* - move all SMB server stuff to smb_server/*Stefan Metzmacher2004-02-031-0/+273