summaryrefslogtreecommitdiffstats
path: root/source3/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for offline files support, remote storage, and Async I/O force op...Alexander Bokovoy2008-01-161-8/+15
* use talloc_tos in a few more placesVolker Lendecke2008-01-101-1/+1
* Make use of talloc_pool in the main codepaths. Remove the sub-contexts.Jeremy Allison2008-01-091-20/+5
* Remove redundant parameter fd from SMB_VFS_FSETXATTR().Michael Adam2008-01-081-1/+1
* Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR().Michael Adam2008-01-081-1/+1
* Remove redundant parameter fd from SMB_VFS_FLISTXATTR().Michael Adam2008-01-081-1/+1
* Remove redundant parameter fd from SMB_VFS_FGETXATTR().Michael Adam2008-01-081-1/+1
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-071-2/+2
* Now conn is part of smb_request, we don't need it asJeremy Allison2008-01-041-4/+6
* We dont' modify the smb header for crypto anymore.Jeremy Allison2008-01-041-1/+1
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-041-28/+41
* Convert call_trans2open to create_file()Volker Lendecke2008-01-021-57/+16
* Allow encryption context setup on IPC$.Jeremy Allison2007-12-291-7/+27
* Remove tiny code duplicationVolker Lendecke2007-12-291-4/+4
* Ensure we turn off POSIX large read/write if encryptionJeremy Allison2007-12-281-1/+4
* Add the capability to set "smb encrypt = required"Jeremy Allison2007-12-271-1/+32
* Add "smb encrypt" parameter. Can be set to "no, yes, required".Jeremy Allison2007-12-271-1/+24
* Add CIFS_UNIX_TRANSPORT_ENCRYPTION_CAP capability toJeremy Allison2007-12-271-1/+5
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-0/+49
* Fix bug 5055Volker Lendecke2007-11-261-1/+1
* Paranoia check that space_remaining never goes -ve.Jeremy Allison2007-11-201-2/+10
* Ensure we use PATH_MAX for symlinks.Jeremy Allison2007-11-161-2/+2
* Fix a debug messageVolker Lendecke2007-11-051-1/+1
* Remove the smb_read_error global variable and replaceJeremy Allison2007-11-031-1/+0
* Add brackets so as not to break the POSIX caps return.Jeremy Allison2007-11-011-2/+2
* Note when we're setting change time, not write time, and sendJeremy Allison2007-10-311-10/+24
* Fix some cases where file_set_dosmode was being passedJeremy Allison2007-10-311-1/+1
* Make explicit draining the socket on RECVFILE. AddJeremy Allison2007-10-311-1/+8
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-45/+45
* Fix valgrind-found memory overwrite.Jeremy Allison2007-10-101-2/+2
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-48/+1
* r25184: Fix some C++ warnings and an uninitialized variableVolker Lendecke2007-10-101-1/+1
* r25163: Fix wrong ctx passed to talloc_asprintf_append().Jeremy Allison2007-10-101-1/+1
* r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison2007-10-101-10/+12
* r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison2007-10-101-156/+173
* r25111: Move to talloced pathnames on most code paths.Jeremy Allison2007-10-101-49/+57
* r25102: Rewrite msdfs code to use talloced filenames. Passes make testJeremy Allison2007-10-101-28/+43
* r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison2007-10-101-94/+149
* r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2007-10-101-2/+2
* r24699: Actually write 24 zeros instead of zero 24's...Volker Lendecke2007-10-101-1/+1
* r24548: Fix the case-changing renamesVolker Lendecke2007-10-101-1/+20
* r24498: More extra code into a function, reply_openerror.Jeremy Allison2007-10-101-24/+4
* r24476: Fix the mappings in reply_opeXXX calls. Now to test renames.Jeremy Allison2007-10-101-1/+3
* r24475: Fix the error mapping for SMB_POSIX_PATH_OPEN.Jeremy Allison2007-10-101-0/+12
* r24470: Start fixing up the mapping of OBJECT_NAME_COLLISIONJeremy Allison2007-10-101-1/+12
* r24444: Convert reply_find[n]close to the new APIVolker Lendecke2007-10-101-13/+25
* r24362: Initialize padding also when no params are sent backVolker Lendecke2007-10-101-4/+6
* r24320: Fix the wct checks in reply_trans2 and the reply_trans callsVolker Lendecke2007-10-101-1/+1
* r24163: Remove the send_trans2_replies_new wrapperVolker Lendecke2007-10-101-88/+89