summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb/trans2.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-02Change uint_t to unsigned int in source4Matt Kraai1-3/+3
2009-09-19s4-smbd: minimise includes in smbd/ and smb_serverAndrew Tridgell1-2/+0
2009-02-02s4:smb_server: s/private/private_dataStefan Metzmacher1-2/+2
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-07-07smb_server/smb: prepare multi fragmented nttrans requestsStefan Metzmacher1-3/+3
2008-07-07smb_server/smb: trans(2) setup count is uint8_tStefan Metzmacher1-2/+3
2008-07-07smb_server/smb: transs and transs2 calls have different word countsStefan Metzmacher1-1/+12
2008-07-07smb_server/smb: fix crash bug with fragmented trans callsStefan Metzmacher1-13/+20
2008-06-02more updates for new info levelsAndrew Tridgell1-3/+12
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+1
2008-02-14Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell1-12/+12
2007-10-10r25551: Convert to standard bool type.Jelmer Vernooij1-3/+3
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23067: use 'const union smb_search_data *file' also in the server code to ge...Stefan Metzmacher1-2/+2
2007-10-10r19505: fixed a valgrind errorAndrew Tridgell1-0/+4
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r16834: split the level's of smb_search_first/smb_search_next and the levelsStefan Metzmacher1-25/+27
2007-10-10r16815: split out search levels which are also used by smb2Stefan Metzmacher1-127/+2
2007-10-10r16621: split out passthru levels of setfileinfoStefan Metzmacher1-55/+15
2007-10-10r16449: move some code to a generic placeStefan Metzmacher1-513/+56
2007-10-10r16448: add more error checksStefan Metzmacher1-53/+47
2007-10-10r16444: - split out qfsinfo passthru levelsStefan Metzmacher1-85/+83
2007-10-10r16443: add push code for SMB2 levelsStefan Metzmacher1-0/+36
2007-10-10r16440: split out passthru level into a new functions,Stefan Metzmacher1-71/+116
2007-10-10r16403: remove dependency to smbsrv_request next part...Stefan Metzmacher1-21/+27
2007-10-10r16402: start to remove the dependecy to smbsrv_request from the parsing func...Stefan Metzmacher1-57/+77
2007-10-10r16401: keep the old pointer when realloc fails, this is needed for theStefan Metzmacher1-2/+4
2007-10-10r16400: add more error checksStefan Metzmacher1-47/+55
2007-10-10r16399: - split out pushing smb_fsinfo into a DATA_BLOBStefan Metzmacher1-67/+76
2007-10-10r16357: - start get rid of void parsing functionsStefan Metzmacher1-223/+233
2007-10-10r15741: move smb2 request structures into the main smb request structsStefan Metzmacher1-0/+1
2007-10-10r15739: return False when the function is called with an invalid levelStefan Metzmacher1-1/+1
2007-10-10r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher1-7/+11
2007-10-10r14541: separate smbsrv_request and ntvfs_request,Stefan Metzmacher1-72/+46
2007-10-10r14504: make trans and trans2 able to use async ntvfs backendsStefan Metzmacher1-408/+534
2007-10-10r14256: - rename smb_file -> smb_handleStefan Metzmacher1-7/+7
2007-10-10r14205: move smb specific stuff out of includes.h (finally!!!:-)Stefan Metzmacher1-2/+2
2007-10-10r14173: change smb interface structures to always useStefan Metzmacher1-6/+6
2007-10-10r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher1-1/+1
2007-10-10r13877: remove smbsrv_send_dos_error() and use smbsrv_send_error(..,NT_STATUS...Stefan Metzmacher1-1/+1
2007-10-10r13870: prefix more functions with smbsrv_Stefan Metzmacher1-18/+18
2007-10-10r13865: prefix functions with smbsrv_Stefan Metzmacher1-5/+4
2007-10-10r13863: this can be static...Stefan Metzmacher1-1/+1
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+1
2007-10-10r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij1-0/+1
2007-10-10r12091: the SMB2 specific level are not available via SMBStefan Metzmacher1-0/+4
2007-10-10r12082: fixed a valgrind error found by kukks in the transs server handlingAndrew Tridgell1-2/+1
2007-10-10r11786: move all SMB protocol specific stuff to smb_server/smb/Stefan Metzmacher1-0/+1779