summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
* r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machinesAndrew Tridgell2007-10-101-1/+1
* 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-1/+1
* r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher2007-10-101-1/+1
* r4055: fixed more places to use type safe allocation macrosAndrew Tridgell2007-10-101-1/+1
* r3971: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r3916: w2k3 does not check the max_setup count in nttrans requestsAndrew Tridgell2007-10-101-0/+3
* r3836: - fixed the handling of NT_STATUS_BUFFER_TOO_SMALL in nttrans serverAndrew Tridgell2007-10-101-0/+13
* r3831: added nttrans server code for query/set security descriptor. ThisAndrew Tridgell2007-10-101-1/+106
* r3826: - added testing of ea lists in NTTRANS CREATEAndrew Tridgell2007-10-101-6/+3
* r3810: create a LIB_SECURITY subsystemStefan Metzmacher2007-10-101-0/+1
* r3806: added support to smb_server and pvfs for the NTTRANS Create call. ThisAndrew Tridgell2007-10-101-11/+126
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2007-10-101-0/+2
* r3350: fixed a bug with sending multiple replies for the one request, asAndrew Tridgell2007-10-101-26/+35
* 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