Age | Commit message (Expand) | Author | Files | Lines |
2009-10-13 | Remove use of "int ret" when we already have errcode. | Jeremy Allison | 1 | -13/+8 |
2009-10-13 | Catch one more erroneous use of errno. | Jeremy Allison | 1 | -1/+1 |
2009-10-13 | correctly handle aio_error() and errno | Olaf Flebbe | 1 | -29/+24 |
2009-10-08 | Cope with old CIFSFS clients that use SMBunlink to remove | Jeremy Allison | 1 | -2/+11 |
2009-10-08 | s3: Fix shadow copy display on Windows 7 | Volker Lendecke | 1 | -1/+1 |
2009-10-08 | s3/s4 - Adapt the IDL changes on various locations | Matthias Dieter Wallnöfer | 1 | -9/+9 |
2009-10-07 | Oops. Don't break the build.. | Jeremy Allison | 1 | -3/+2 |
2009-10-07 | Make the logic a lot clearer and fix the comment to match. | Jeremy Allison | 1 | -15/+10 |
2009-10-07 | Correct fix for bug 6781 - Cannot rename subfolders in Explorer view with rec... | Jeremy Allison | 1 | -3/+1 |
2009-10-06 | s3: Add access_mask to the flock VFS call | Abhidnya P Chirmule | 2 | -3/+5 |
2009-10-02 | Remove lots of duplicate code and move it into one | Jeremy Allison | 4 | -108/+59 |
2009-10-02 | Missed one VFS_STAT -> VFS_LSTAT | Jeremy Allison | 1 | -1/+1 |
2009-10-02 | Fix more use of VFS_STAT when posix pathnames selected. | Jeremy Allison | 2 | -19/+50 |
2009-10-01 | Fix for CVE-2009-2813. | Jeremy Allison | 1 | -1/+5 |
2009-10-01 | Fix for CVE-2009-2906. | Jeremy Allison | 1 | -5/+25 |
2009-09-30 | allow for outstanding_aio_calls to be decremented | Olaf Flebbe | 1 | -2/+4 |
2009-09-28 | Don't defer a talloc_move'd pointer. | Jeremy Allison | 1 | -1/+1 |
2009-09-25 | s3:smbd/password - move list pointers into blocks | Matthias Dieter Wallnöfer | 1 | -6/+6 |
2009-09-24 | s3 onefs: Add some debugging/asserts to give more info when there is bad defe... | Zack Kirsch | 1 | -0/+2 |
2009-09-24 | s3: Add more helpful debugging to some of the streams code | Tim Prouty | 1 | -1/+1 |
2009-09-24 | vfs catia: Fix the double translation that was happening with createfile and ... | Aravind Srinivasan | 1 | -3/+5 |
2009-09-18 | s3-smbd: fix get_ea_names_from_file() and check for pnames pointer. | Günther Deschner | 1 | -1/+3 |
2009-09-18 | s3:smbd: Fix an inappropriate pointer return in a bool fn | Volker Lendecke | 1 | -1/+1 |
2009-09-17 | We now pass the Microsoft SMB2 fileio test with EA's and streams... | Jeremy Allison | 4 | -5/+68 |
2009-09-17 | spnego: share spnego_parse. | Günther Deschner | 4 | -0/+4 |
2009-09-14 | Fix bug 6494 - Incorrect FileStatus returned in NT_CREATE_ANDX. | Jeremy Allison | 2 | -3/+27 |
2009-09-09 | s3:smbd: Add a "hidden" parameter "share:fake_fscaps" | Volker Lendecke | 1 | -0/+3 |
2009-09-06 | Fix bug 6673 - smbpasswd does not work with "unix password sync = yes". | Jeremy Allison | 2 | -3/+3 |
2009-09-05 | Check we read off the compelte event from inotify | Simo Sorce | 1 | -2/+8 |
2009-09-04 | s3:smbd: Fix Coverity ID 937, REVERSE_INULL | Volker Lendecke | 1 | -2/+2 |
2009-09-03 | Hopefully last part of the fix for bug 6651 - smbd SIGSEGV when breaking oplo... | Jeremy Allison | 1 | -2/+2 |
2009-08-28 | s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME | Aravind Srinivasan | 5 | -24/+92 |
2009-08-27 | s3:smbd: teach filename_convert() about fake files (2nd fix for bug #6642) | Stefan Metzmacher | 1 | -0/+11 |
2009-08-27 | s3:smbd: add is_fake_file_path() that takes only the raw path as string | Stefan Metzmacher | 1 | -14/+22 |
2009-08-27 | s3:streams: check for :$DATA only in the backend (fix bug #6642) | Stefan Metzmacher | 1 | -3/+0 |
2009-08-26 | s3/smbd: open the share_info.tdb on startup instead of tconx | Steven Danneman | 1 | -0/+9 |
2009-08-24 | Help debug for bug 6651 - smbd SIGSEGV when breaking oplocks. | Jeremy Allison | 1 | -0/+4 |
2009-08-24 | Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of... | Jeremy Allison | 7 | -94/+62 |
2009-08-24 | Second part of fix for 6529 - Offline files conflict with Vista and Office 2003. | Jeremy Allison | 1 | -0/+11 |
2009-08-21 | Log debug message when hires timestamps are available on the | Jeremy Allison | 1 | -0/+4 |
2009-08-21 | Fix bug 6529 - Offline files conflict with Vista and Office 2003 | Jeremy Allison | 3 | -1/+27 |
2009-08-21 | Fix coverity CID: 932 - forward null. | Jeremy Allison | 1 | -2/+4 |
2009-08-19 | s3:smbd: implement SMB2 Find (Query Directory) | Stefan Metzmacher | 1 | -1/+197 |
2009-08-19 | s3:smbd: store a dirptr on the files_struct for SMB2 Query Directory | Stefan Metzmacher | 1 | -0/+4 |
2009-08-19 | s3:smbd: add a generic smbd_dirptr_lanman2_entry() function | Stefan Metzmacher | 2 | -46/+214 |
2009-08-19 | s3:smbd: implement all SMB2 Create contexts except "ExtA" | Stefan Metzmacher | 1 | -8/+217 |
2009-08-19 | s3:smbd: make smbd_check_open_rights() function non-static for use in SMB2 | Stefan Metzmacher | 2 | -8/+13 |
2009-08-19 | s3:smbd: parse context blobs in SMB2 Create | Stefan Metzmacher | 1 | -48/+150 |
2009-08-17 | s3:smbd: add support for canceling SMB2 Notify calls. | Stefan Metzmacher | 1 | -0/+17 |
2009-08-17 | s3:smbd: add smbd_notify_cancel_by_smbreq() | Stefan Metzmacher | 2 | -0/+23 |