summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Remove use of "int ret" when we already have errcode.Jeremy Allison2009-10-131-13/+8
* Catch one more erroneous use of errno.Jeremy Allison2009-10-131-1/+1
* correctly handle aio_error() and errnoOlaf Flebbe2009-10-131-29/+24
* Cope with old CIFSFS clients that use SMBunlink to removeJeremy Allison2009-10-081-2/+11
* s3: Fix shadow copy display on Windows 7Volker Lendecke2009-10-081-1/+1
* s3/s4 - Adapt the IDL changes on various locationsMatthias Dieter Wallnöfer2009-10-081-9/+9
* Oops. Don't break the build..Jeremy Allison2009-10-071-3/+2
* Make the logic a lot clearer and fix the comment to match.Jeremy Allison2009-10-071-15/+10
* Correct fix for bug 6781 - Cannot rename subfolders in Explorer view with rec...Jeremy Allison2009-10-071-3/+1
* s3: Add access_mask to the flock VFS callAbhidnya P Chirmule2009-10-062-3/+5
* Remove lots of duplicate code and move it into oneJeremy Allison2009-10-024-108/+59
* Missed one VFS_STAT -> VFS_LSTATJeremy Allison2009-10-021-1/+1
* Fix more use of VFS_STAT when posix pathnames selected.Jeremy Allison2009-10-022-19/+50
* Fix for CVE-2009-2813.Jeremy Allison2009-10-011-1/+5
* Fix for CVE-2009-2906.Jeremy Allison2009-10-011-5/+25
* allow for outstanding_aio_calls to be decrementedOlaf Flebbe2009-09-301-2/+4
* Don't defer a talloc_move'd pointer.Jeremy Allison2009-09-281-1/+1
* s3:smbd/password - move list pointers into blocksMatthias Dieter Wallnöfer2009-09-251-6/+6
* s3 onefs: Add some debugging/asserts to give more info when there is bad defe...Zack Kirsch2009-09-241-0/+2
* s3: Add more helpful debugging to some of the streams codeTim Prouty2009-09-241-1/+1
* vfs catia: Fix the double translation that was happening with createfile and ...Aravind Srinivasan2009-09-241-3/+5
* s3-smbd: fix get_ea_names_from_file() and check for pnames pointer.Günther Deschner2009-09-181-1/+3
* s3:smbd: Fix an inappropriate pointer return in a bool fnVolker Lendecke2009-09-181-1/+1
* We now pass the Microsoft SMB2 fileio test with EA's and streams...Jeremy Allison2009-09-174-5/+68
* spnego: share spnego_parse.Günther Deschner2009-09-174-0/+4
* Fix bug 6494 - Incorrect FileStatus returned in NT_CREATE_ANDX.Jeremy Allison2009-09-142-3/+27
* s3:smbd: Add a "hidden" parameter "share:fake_fscaps"Volker Lendecke2009-09-091-0/+3
* Fix bug 6673 - smbpasswd does not work with "unix password sync = yes".Jeremy Allison2009-09-062-3/+3
* Check we read off the compelte event from inotifySimo Sorce2009-09-051-2/+8
* s3:smbd: Fix Coverity ID 937, REVERSE_INULLVolker Lendecke2009-09-041-2/+2
* Hopefully last part of the fix for bug 6651 - smbd SIGSEGV when breaking oplo...Jeremy Allison2009-09-031-2/+2
* s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAMEAravind Srinivasan2009-08-285-24/+92
* s3:smbd: teach filename_convert() about fake files (2nd fix for bug #6642)Stefan Metzmacher2009-08-271-0/+11
* s3:smbd: add is_fake_file_path() that takes only the raw path as stringStefan Metzmacher2009-08-271-14/+22
* s3:streams: check for :$DATA only in the backend (fix bug #6642)Stefan Metzmacher2009-08-271-3/+0
* s3/smbd: open the share_info.tdb on startup instead of tconxSteven Danneman2009-08-261-0/+9
* Help debug for bug 6651 - smbd SIGSEGV when breaking oplocks.Jeremy Allison2009-08-241-0/+4
* Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison2009-08-247-94/+62
* Second part of fix for 6529 - Offline files conflict with Vista and Office 2003.Jeremy Allison2009-08-241-0/+11
* Log debug message when hires timestamps are available on theJeremy Allison2009-08-211-0/+4
* Fix bug 6529 - Offline files conflict with Vista and Office 2003Jeremy Allison2009-08-213-1/+27
* Fix coverity CID: 932 - forward null.Jeremy Allison2009-08-211-2/+4
* s3:smbd: implement SMB2 Find (Query Directory)Stefan Metzmacher2009-08-191-1/+197
* s3:smbd: store a dirptr on the files_struct for SMB2 Query DirectoryStefan Metzmacher2009-08-191-0/+4
* s3:smbd: add a generic smbd_dirptr_lanman2_entry() functionStefan Metzmacher2009-08-192-46/+214
* s3:smbd: implement all SMB2 Create contexts except "ExtA"Stefan Metzmacher2009-08-191-8/+217
* s3:smbd: make smbd_check_open_rights() function non-static for use in SMB2Stefan Metzmacher2009-08-192-8/+13
* s3:smbd: parse context blobs in SMB2 CreateStefan Metzmacher2009-08-191-48/+150
* s3:smbd: add support for canceling SMB2 Notify calls.Stefan Metzmacher2009-08-171-0/+17
* s3:smbd: add smbd_notify_cancel_by_smbreq()Stefan Metzmacher2009-08-172-0/+23