summaryrefslogtreecommitdiffstats
path: root/source3/smbd/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
...
* s3:smbd: push nttrans and trans2 responses with no data to the clientStefan Metzmacher2009-07-021-0/+8
* s3:smbd: restore the 3.0.x bahavior of send_nt_replies()Stefan Metzmacher2009-07-021-0/+5
* s3 file_access: Convert some more functions over to use smb_filneameTim Prouty2009-06-251-2/+2
* s3: simplify some redundant logic in is_ntfs_default_stream_smb_fname()Tim Prouty2009-06-251-5/+1
* Add some const to the stat struct in the dosmode calls.Jeremy Allison2009-06-181-34/+6
* Replace the boilerplate calls to :Jeremy Allison2009-06-181-18/+12
* s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty2009-06-171-0/+16
* s3: Plumb smb_filename from create_file all of the way down to fd_openTim Prouty2009-06-171-0/+12
* Fix msdfs after the change to smb_filename struct. We must *always*Jeremy Allison2009-06-161-4/+38
* s3: Plumb smb_filename through SMB_VFS_CREATE_FILETim Prouty2009-06-121-58/+45
* s3: Make all callers of SMB_VFS_CREATEFILE call unix_convert firstTim Prouty2009-06-101-48/+66
* s3:smbd: move some session specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-0/+2
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-15/+13
* TALLOC_FREE happily lives with a NULL ptr. Tim, please check!Volker Lendecke2009-05-241-6/+2
* s3: Change unix_convert (and its callers) to use struct smb_filenameTim Prouty2009-05-201-36/+54
* Ensure we never enter VFS_CREATE without having initializedJeremy Allison2009-03-251-0/+4
* s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher2009-03-231-1/+2
* s3:signing: the seqnum should only be decremented by 1 for ntcancel requestsStefan Metzmacher2009-03-061-1/+1
* s3: Add extid to the dev/inode pairTim Prouty2009-02-191-0/+2
* S3: New module interface for SMB message statistics gatheringtodd stecher2009-02-091-1/+7
* s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operationTim Prouty2009-01-291-2/+2
* Remove some smb fsp knowledge from rpc_server/Volker Lendecke2009-01-201-1/+1
* s3: Differentiate between posix files with colons and actual streamsTim Prouty2009-01-111-2/+34
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-4/+3
* Fix call to ndr_size_dom_sid, missing parameter.Jeremy Allison2009-01-051-1/+1
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-051-7/+7
|\
| * s3: Allow renames of streams via NTRENAME and fix stream error codes on renameTim Prouty2009-01-041-7/+7
* | Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-1/+1
|/
* Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke2008-12-311-1/+1
* Use parent_dirname_talloc instead of parent_dirname in copy_internalsVolker Lendecke2008-12-311-2/+6
* s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argumentTim Prouty2008-12-031-4/+4
* s3: Modify direct callers of open_file_ntcreate and open_directory to call SM...Tim Prouty2008-12-031-16/+38
* s3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILETim Prouty2008-12-031-0/+2
* s3: Add SMB_VFS_CREATE_FILE to the vfs layerTim Prouty2008-12-031-8/+34
* Set PRESENT flag when returning NULL [SD]ACL like Windows does.Steven Danneman2008-11-301-1/+9
* Remove "conn" parameter from np_open, smb_request contains itVolker Lendecke2008-11-281-1/+1
* Consolidate the buffer checks for the reply_trans style functionsVolker Lendecke2008-11-281-57/+18
* Remove the variable "size" from reply_nttransVolker Lendecke2008-11-281-10/+13
* Fix the offset checks in the trans routinesVolker Lendecke2008-11-271-3/+3
* Fix to allow setting of NULL DACL/SACLSteven Danneman2008-11-231-11/+2
* Fix build breakTim Prouty2008-11-121-1/+1
* Pretty print out SD's on get/set.Jeremy Allison2008-11-121-0/+10
* Do not write into inbuf for the transs requestVolker Lendecke2008-11-081-6/+5
* Remove a direct inbuf reference from reply_nttrans()Volker Lendecke2008-11-081-2/+1
* Converting notify.c to store a request, not an inbufVolker Lendecke2008-11-081-1/+2
* Final fix to make us pass NULL SD test in RAW-ACLs. Not sure if this is 100% ...Jeremy Allison2008-11-061-0/+3
* Use "vwv" in trans parsingVolker Lendecke2008-11-021-35/+30
* Remove a bunch of direct inbuf references by adding "vwv" to smb_requestVolker Lendecke2008-11-021-2/+2
* Simplify params of srvstr_pull_buf_talloc()Volker Lendecke2008-11-021-2/+1
* Add srvstr_get_path_req[_wcard]Volker Lendecke2008-11-021-8/+6