summaryrefslogtreecommitdiffstats
path: root/source/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the offset checks in the trans routinesVolker Lendecke2008-11-171-3/+3
* Revert "Fix bug #5783 FindFirst fails where search pattern == mangled filename."Karolin Seeger2008-11-171-7/+6
* Revert "Cope with bad trans2mkdir requests from System i QNTC IBM SMB client."Karolin Seeger2008-11-171-4/+3
* Cope with bad trans2mkdir requests from System i QNTC IBM SMB client.Jeremy Allison2008-10-211-3/+4
* Fix bug #5783 FindFirst fails where search pattern == mangled filename.Jeremy Allison2008-10-061-6/+7
* When requesting UNIX info levels on findfirst/findnext, don't play games with...Jeremy Allison2008-09-111-1/+5
* Fix calculation of useable_space for trans2 and nttrans repliesVolker Lendecke2008-09-091-6/+9
* Write times code update.Jeremy Allison2008-09-091-5/+7
* Fix bug found by Igor Mammedov <niallain@gmail.com> where we areJeremy Allison2008-05-071-14/+42
* smbd: make it possible to disable get_file_infos() on searchesStefan Metzmacher2008-04-121-5/+14
* locking: combine get_delete_on_close_flag() and get_write_time() into get_fil...Stefan Metzmacher2008-04-121-8/+5
* smbd: implement the strange write time update logicStefan Metzmacher2008-04-121-40/+45
* locking: store the write time in the locking.tdbStefan Metzmacher2008-04-121-1/+2
* Metze pointed out this we don't need FILE_ATTRIBUTE_READ here.Jeremy Allison2008-04-121-1/+1
* Fix S3 to pass the test_raw_oplock_exclusive3 test.Jeremy Allison2008-04-111-1/+1
* Rewrite the wrap checks to deal with gcc 4.x optimisations.Jeremy Allison2008-04-081-30/+46
* Try and fix bug #5315, as well as S4 torture tests RAW-OPLOCK BATCH19,Jeremy Allison2008-04-031-1/+2
* Fix some typosVolker Lendecke2008-03-091-1/+1
* Don't use fname after create_file has been calledVolker Lendecke2008-02-221-2/+2
* Fix uninitialized variablesVolker Lendecke2008-01-261-1/+2
* Get Samba version or capability information from WindowsCorinna Vinschen2008-01-221-1/+3
* Move samba_extended_info_version to smbd/trans2.cVolker Lendecke2008-01-221-0/+32
* Get Samba version or capability information from WindowsCorinna Vinschen2008-01-221-0/+7
* Hide streams from the EA APIVolker Lendecke2008-01-221-2/+6
* Fix get_ea_names_from_file for many EAsVolker Lendecke2008-01-221-1/+1
* Activate SMB_QUERY_FILE_STREAM_INFOVolker Lendecke2008-01-201-5/+6
* Add the STREAMINFO vfs callVolker Lendecke2008-01-191-13/+99
* Add get_ea_names_from_file to sanely list posix xattrsVolker Lendecke2008-01-191-49/+142
* Make get_ea_value publicVolker Lendecke2008-01-191-8/+15
* Actually test vl's new code and make it work to fix the build farm :-).Jeremy Allison2008-01-181-8/+12
* Always return nlink=1 for directoriesVolker Lendecke2008-01-181-7/+2
* Remove is_remotestorage() call from VFS. We already have statvfs() there to h...Alexander Bokovoy2008-01-171-6/+4
* 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