summaryrefslogtreecommitdiffstats
path: root/source/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: Fix opening the quota magic fileStefan Metzmacher2010-01-131-5/+10
* Fix bug 6769 - symlink unlink does nothing. Jeremy.Jeremy Allison2009-10-121-11/+38
* Fix bug #6196 - Unable to serve files with colons to Linux CIFS/VFS clientJeremy Allison2009-03-271-2/+7
* Make us pass the RAW-RENAME torture test I just added.Jeremy Allison2009-03-061-0/+10
* Fix some NetBSD warnings.Jeremy Allison2009-03-061-1/+1
* Fix bug #Bug 6090 renaming or deleting a "not matching/resolving" symlink is ...Jeremy Allison2009-02-161-20/+56
* Fix bug #6019 File corruption in Clustered SMB/NFS environment managed via CTDBJeremy Allison2009-01-201-2/+2
* s3: Allow renames of streams via NTRENAME and fix stream error codes on renameTim Prouty2009-01-121-10/+15
* recvfile can't be used for printing so farVolker Lendecke2009-01-021-0/+4
* Fix an ancient uninitialized variable readVolker Lendecke2009-01-021-1/+2
* Fix bug #5986 - Editing a stream is broken (rename problems).Jeremy Allison2009-01-021-1/+3
* Fix a delete on close divergence from windows [2/2]Tim Prouty2008-12-111-2/+0
* s3:smbd: give the correct error when trying to replace a streamStefan Metzmacher2008-12-111-0/+6
* s3:smbd: correctly verify stream names to pass RAW-STREAMSStefan Metzmacher2008-12-111-1/+35
* s3:smbd: '|' isn't allowed in windows filenamesStefan Metzmacher2008-12-111-1/+1
* Ensure we always reply in reply_printopen().Jeremy Allison2008-11-261-1/+2
* First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.Jeremy Allison2008-11-261-2/+9
* Fix bug 5889. "delete veto files = no" seems to break.Jeremy Allison2008-11-181-4/+11
* Remove unused CHECK_FSP macroVolker Lendecke2008-10-151-3/+2
* Simply our main loop processing. A lot :-). Correctly use events for all the ...Jeremy Allison2008-10-151-3/+0
* Fix the make test problem Karolin reported. Now rename_open_files actually wo...Jeremy Allison2008-10-011-2/+2
* Write times code update.Jeremy Allison2008-09-091-2/+4
* EINVAL is also a valid error return, meaning "this filesystemAndrew Tridgell2008-09-081-2/+3
* Add st_birthtime and friends for accurate create times on systems that suppor...Jeremy Allison2008-09-011-3/+4
* Fix for bug #5617, reported and patched by Bartosz Antosik antosik@gmail.com.Jeremy Allison2008-08-191-0/+2
* I found lots of places where we assume error will be set when callingAndrew Tridgell2008-08-121-2/+2
* Fix a debug messageVolker Lendecke2008-07-271-1/+1
* Remove a pointless CONST_DISCARDVolker Lendecke2008-07-271-1/+1
* Fix bug creating files using DOS clients with mixedJeremy Allison2008-07-251-1/+1
* Remove current_user reference from printfsp.cVolker Lendecke2008-06-261-1/+1
* Remove current_user references from trans2.cVolker Lendecke2008-06-191-0/+31
* Remove reference to current_user from reply.cVolker Lendecke2008-06-191-4/+3
* Remove the "current_user" arg from fsp_belongs_connVolker Lendecke2008-06-191-2/+2
* Remove the "current_user" arg from check_fspVolker Lendecke2008-06-191-19/+19
* Fix the build of reply_setattrE().Günther Deschner2008-04-081-2/+2
* smbd: make it possible to disable get_file_infos() on searchesStefan Metzmacher2008-04-071-2/+11
* smbd: implement the strange write time update logicStefan Metzmacher2008-04-071-22/+39
* locking: store the write time in the locking.tdbStefan Metzmacher2008-04-071-1/+2
* Fix missing '&&'.Jeremy Allison2008-03-281-1/+1
* Only allow sendfile on non-stream fsp's. Should fix make test for streamsJeremy Allison2008-03-281-2/+2
* printclose has only 1 vwvVolker Lendecke2008-03-281-1/+1
* Allow us to pass RAW-RENAME by testing that the connection structJeremy Allison2008-03-111-1/+1
* Try and fix bug #5315, as well as S4 torture tests RAW-OPLOCK BATCH19,Jeremy Allison2008-03-111-7/+8
* Don't use fname after create_file has been calledVolker Lendecke2008-02-221-11/+11
* Fix some typos.Karolin Seeger2008-02-081-1/+1
* Change the file time before we change the file mode.Alexander Bokovoy2008-02-061-6/+6
* Convert read_data() to NTSTATUSVolker Lendecke2008-02-021-4/+5
* Make get_srv_read_error static to process.cVolker Lendecke2008-02-021-2/+2
* Convert read_smb_length to return NTSTATUSVolker Lendecke2008-02-021-9/+3
* Re-enable async I/O for non-TSM systemsVolker Lendecke2008-01-301-9/+2