summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2009-11-12Fix bug 6891 - using windows explorer to change ownership on a folder fails w...Jeremy Allison1-1/+11
2009-11-12s3: Fix debug messages in check_reduced_nameVolker Lendecke1-13/+24
2009-11-11Fix bug 6878 - Cannot change ACL's inherit flag.Jeremy Allison1-44/+108
2009-11-10s3-chgpasswd: split out a check_password_complexity() function.Günther Deschner1-22/+42
2009-11-06Fix bug 6841 - "map acl inherit = yes" not working.Jeremy Allison1-8/+29
2009-11-05Got the logic simplification worked out so we still passJeremy Allison4-30/+45
2009-11-05Revert commit "0551284dc08eb93ef7b2b2227a45e5ec21d482fb" - simplifyJeremy Allison3-11/+31
2009-11-05Simplify the logic - remove extraneous argument and calls to set_close_write_...Jeremy Allison3-31/+11
2009-11-05Fix explicit set of write time on close.Jeremy Allison1-1/+5
2009-11-05Get closer to an accurate model of Windows timestamp changes.Jeremy Allison5-30/+53
2009-11-05s3: Fix a crash in notify_remove_onelevel when "change notify = no"Volker Lendecke1-0/+4
2009-11-05s3: Fix the talloc hierarchy in notify_remove_onelevelVolker Lendecke1-1/+1
2009-11-04Fix debug comment (brain wasn't working...).Jeremy Allison1-2/+2
2009-11-04Filter the returned DOS attributes by 0xFF for clientsJeremy Allison1-0/+12
2009-11-04Remove "Protocol" as an extern, and add accessor functions.Jeremy Allison6-27/+17
2009-11-03Fix debug statements to use correct function name.Jeremy Allison1-13/+13
2009-11-03requires_resume_key is a bool not int.Jeremy Allison1-7/+2
2009-11-03Fix more of the RAW-SEARCH test. Older info levels areJeremy Allison1-2/+9
2009-11-03s3: Remove debug_ctx()Volker Lendecke4-13/+13
2009-11-02Fix bug 6867 - trans2findnext returns reply_nterror(req, ntstatus) In a direc...Jeremy Allison1-12/+16
2009-10-29Start fixing the RAW-STREAMS test - ensure that the xattrJeremy Allison1-0/+1
2009-10-26Second part of the fix for bug 6828 - infinite timeout occurs when byte lock ...Jeremy Allison1-6/+9
2009-10-20Fix bug 6828 - infinite timeout occurs when byte lock held outside of sambaJeremy Allison1-8/+18
2009-10-13Remove use of "int ret" when we already have errcode.Jeremy Allison1-13/+8
2009-10-13Catch one more erroneous use of errno.Jeremy Allison1-1/+1
2009-10-13correctly handle aio_error() and errnoOlaf Flebbe1-29/+24
2009-10-08Cope with old CIFSFS clients that use SMBunlink to removeJeremy Allison1-2/+11
2009-10-08s3: Fix shadow copy display on Windows 7Volker Lendecke1-1/+1
2009-10-08s3/s4 - Adapt the IDL changes on various locationsMatthias Dieter Wallnöfer1-9/+9
2009-10-07Oops. Don't break the build..Jeremy Allison1-3/+2
2009-10-07Make the logic a lot clearer and fix the comment to match.Jeremy Allison1-15/+10
2009-10-07Correct fix for bug 6781 - Cannot rename subfolders in Explorer view with rec...Jeremy Allison1-3/+1
2009-10-06s3: Add access_mask to the flock VFS callAbhidnya P Chirmule2-3/+5
2009-10-02Remove lots of duplicate code and move it into oneJeremy Allison4-108/+59
2009-10-02Missed one VFS_STAT -> VFS_LSTATJeremy Allison1-1/+1
2009-10-02Fix more use of VFS_STAT when posix pathnames selected.Jeremy Allison2-19/+50
2009-10-01Fix for CVE-2009-2813.Jeremy Allison1-1/+5
2009-10-01Fix for CVE-2009-2906.Jeremy Allison1-5/+25
2009-09-30allow for outstanding_aio_calls to be decrementedOlaf Flebbe1-2/+4
2009-09-28Don't defer a talloc_move'd pointer.Jeremy Allison1-1/+1
2009-09-25s3:smbd/password - move list pointers into blocksMatthias Dieter Wallnöfer1-6/+6
2009-09-24s3 onefs: Add some debugging/asserts to give more info when there is bad defe...Zack Kirsch1-0/+2
2009-09-24s3: Add more helpful debugging to some of the streams codeTim Prouty1-1/+1
2009-09-24vfs catia: Fix the double translation that was happening with createfile and ...Aravind Srinivasan1-3/+5
2009-09-18s3-smbd: fix get_ea_names_from_file() and check for pnames pointer.Günther Deschner1-1/+3
2009-09-18s3:smbd: Fix an inappropriate pointer return in a bool fnVolker Lendecke1-1/+1
2009-09-17We now pass the Microsoft SMB2 fileio test with EA's and streams...Jeremy Allison4-5/+68
2009-09-17spnego: share spnego_parse.Günther Deschner4-0/+4
2009-09-14Fix bug 6494 - Incorrect FileStatus returned in NT_CREATE_ANDX.Jeremy Allison2-3/+27
2009-09-09s3:smbd: Add a "hidden" parameter "share:fake_fscaps"Volker Lendecke1-0/+3