summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
* pvfs_open win10 fix, need return SMB2_CREATE_TAG_QFIDouyang.xu2016-08-191-0/+1
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-3/+3
* s4-pvfs: move the private ntcreatex flags to private_flagsAndrew Tridgell2010-03-051-0/+1
* Change uint_t to unsigned int in source4Matt Kraai2010-02-021-1/+1
* s4-smbserver: removed bogus initialisation of two union armsAndrew Tridgell2009-10-171-1/+0
* s4-smb: fill in fnum as well for root_fidAndrew Tridgell2009-10-151-1/+2
* s4-smbserver: fixed root_fid in nttrans createAndrew Tridgell2009-10-151-1/+1
* s4-smb: declare root_fid as a file handleAndrew Tridgell2009-10-151-1/+1
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij2008-10-241-1/+1
* initialise query_maximal_access here tooAndrew Tridgell2008-07-241-0/+1
* smb_server/smb: handle incoming multi fragmented nttrans requestsStefan Metzmacher2008-07-071-16/+152
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* smb_server: pass down RAW_RENAME_NTTRANS to the ntvfs layerStefan Metzmacher2008-03-111-1/+24
* Use 32 bit storage for nttrans countsAmin Azez2008-03-071-5/+5
* Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell2008-02-141-3/+3
* Fix sending of large nttrans responses.Amin Azez2008-02-011-1/+1
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-2/+2
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-011-1/+1
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-1/+2
* r26316: Use contexts for conversion functions.Jelmer Vernooij2007-12-211-1/+1
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-14/+20
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r21206: - a couple more nttrans places were a memcpy() should be usedAndrew Tridgell2007-10-101-8/+4
* r21183: Commit the big/little endian fix for nttrans setup[] handling.Volker Lendecke2007-10-101-4/+3
* r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA...Stefan Metzmacher2007-10-101-16/+17
* r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher2007-10-101-5/+10
* r15714: fix async handling of ntioctl calls and push the DATA_BLOB into the r...Stefan Metzmacher2007-10-101-22/+32
* r15711: - make use of nttrans_setup_reply()Stefan Metzmacher2007-10-101-14/+9
* r15710: - we no longer need to set the nttrans out fields to zeroStefan Metzmacher2007-10-101-11/+5
* r15709: - return an error is better than ignoring a non supported requestStefan Metzmacher2007-10-101-0/+2
* r15708: setup count is 8bit and param_count and data_count are 32bitStefan Metzmacher2007-10-101-2/+2
* r15656: for NT IOCTL's we need to control the max_data field for some callsStefan Metzmacher2007-10-101-0/+1
* r15640: - NT IOCTL calls also have an 'in' data_blobStefan Metzmacher2007-10-101-3/+1
* r14807: fixed the format of notify responses (forgot to commit this earlier)Andrew Tridgell2007-10-101-6/+11
* r14638: we need to call smbsrv_setup_reply() before using smbsrv_setup_error()Stefan Metzmacher2007-10-101-2/+2
* r14541: separate smbsrv_request and ntvfs_request,Stefan Metzmacher2007-10-101-27/+11
* r14539: get rid of a pointless union layer in struct smb_notifyAndrew Tridgell2007-10-101-12/+12
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-5/+5
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-16/+16
* r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2007-10-101-1/+1
* r14142: fixed ascii padding of nttrans create in server tooAndrew Tridgell2007-10-101-2/+2
* r14013: added construction of the notify reply buffer in the nttrans serverAndrew Tridgell2007-10-101-9/+62
* r14011: - added a ntvfs_notify op to allow backends to support change notifyAndrew Tridgell2007-10-101-186/+267
* r13877: remove smbsrv_send_dos_error() and use smbsrv_send_error(..,NT_STATUS...Stefan Metzmacher2007-10-101-1/+1
* r13870: prefix more functions with smbsrv_Stefan Metzmacher2007-10-101-11/+11
* r13865: prefix functions with smbsrv_Stefan Metzmacher2007-10-101-2/+2
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+1