summaryrefslogtreecommitdiffstats
path: root/source3/smbd/close.c
Commit message (Expand)AuthorAgeFilesLines
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-301-1/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* s3-auth: smbd needs auth.hGünther Deschner2011-03-301-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-build: only include transfer_file.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-auth struct security_unix_token replaces UNIX_USER_TOKENAndrew Bartlett2011-03-011-2/+2
* Fix bug found against the new Mac client @ Connectathon. Mac clientsJeremy Allison2011-02-231-1/+9
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-1/+1
* Put OpenDir() back the way it was - don't overload with an fsp arg. Create Op...Jeremy Allison2011-02-101-2/+1
* Allow SMB2_FIND to actually use the open fd handle if we support fdopendir. F...Jeremy Allison2011-02-091-1/+2
* Pass fsp to dptr_CloseDir(). Cope with setting the fd if we're closing an fd ...Jeremy Allison2011-02-081-4/+0
* Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved.Jeremy Allison2011-01-251-25/+34
* s3: Fix a deadlock between smbd and ctdbdVolker Lendecke2011-01-211-4/+18
* s3: Remove smbd_server_conn from msg_close_fileVolker Lendecke2010-10-031-1/+8
* s3: Attempt to fix a ton of warnings on the build farmVolker Lendecke2010-10-031-0/+1
* s3: Lift smbd_server_conn from file_find_difVolker Lendecke2010-09-281-1/+1
* s3: Remove smbd_messaging_context() from send_stat_cache_delete_message()Volker Lendecke2010-08-071-1/+2
* s3-smbd: Migrated to new spoolss functions for printing.Simo Sorce2010-07-271-1/+3
* s3: Remove smbd_messaging_context() from close_normal_file()Volker Lendecke2010-07-051-1/+1
* s3: Remove smbd_messaging_context() from notify_deferred_opens()Volker Lendecke2010-07-051-4/+5
* Fix a long-standing bug with async io that would only be triggered by SMB2.Jeremy Allison2010-06-041-5/+5
* Make us pass all SMB2 lock tests except MULTIPLE-UNLOCK and CONTEXT. Them nex...Jeremy Allison2010-05-071-1/+1
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* Plumb SMB2 stubs into all the places we defer SMB1 operations.Jeremy Allison2010-04-091-1/+1
* Switch over to using get_currect_XXX() accessor functions.Jeremy Allison2010-03-151-7/+5
* Rever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove more uses of "extern s...Jeremy Allison2010-03-151-5/+7
* Remove more uses of "extern struct current_user current_user;".Jeremy Allison2010-03-121-7/+5
* Fix bug #7033 - SMBrmdir call always returns true, even on failure to delete ...Jeremy Allison2010-01-121-2/+6
* Fix bug #6876 - Delete of an object whose parent folder does not have delete ...Jeremy Allison2010-01-121-0/+3
* Refactor reply_rmdir to use handle based code. AllJeremy Allison2009-12-031-2/+258
* s3: "check_magic" only looks at the sizeVolker Lendecke2009-11-291-1/+1
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-11-291-1/+1
* Got the logic simplification worked out so we still passJeremy Allison2009-11-051-22/+37
* Revert commit "0551284dc08eb93ef7b2b2227a45e5ec21d482fb" - simplifyJeremy Allison2009-11-051-7/+27
* Simplify the logic - remove extraneous argument and calls to set_close_write_...Jeremy Allison2009-11-051-27/+7
* Fix explicit set of write time on close.Jeremy Allison2009-11-051-1/+5
* Get closer to an accurate model of Windows timestamp changes.Jeremy Allison2009-11-051-2/+19
* Remove lots of duplicate code and move it into oneJeremy Allison2009-10-021-22/+7
* s3:smbd: store a dirptr on the files_struct for SMB2 Query DirectoryStefan Metzmacher2009-08-191-0/+4
* s3: Remove unnecessary callers of get_full_smb_filenameTim Prouty2009-07-211-4/+1
* s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty2009-07-201-93/+70
* s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty2009-07-061-14/+21
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-061-35/+67
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-4/+6
* Check for error in transfer_file return also.Jeremy Allison2009-06-121-1/+7
* Fix bug 6440Volker Lendecke2009-06-121-11/+19
* Simplify close_normal_file()Volker Lendecke2009-06-121-22/+21
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-1/+1
* Fix more POSIX path lstat calls. Fix bug where close can returnJeremy Allison2009-02-251-5/+17