summaryrefslogtreecommitdiffstats
path: root/source3/smbd/close.c
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd/close: pass smbd_server_connection to notify_deferred_opens()Stefan Metzmacher2011-12-121-9/+5
* s3:smbd/clode: pass smbd_server_connection as private_data to msg_close_file()Stefan Metzmacher2011-12-121-3/+3
* s3:smbd/close: avoid usage of server_event_context()Stefan Metzmacher2011-12-121-1/+1
* s3: Use autogenerated open_files.idlVolker Lendecke2011-12-021-0/+1
* Remove the check for FILE_WRITE_ATTRIBUTES from smb_set_file_time(). ItJeremy Allison2011-11-151-4/+2
* First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.Frank Lahm2011-10-171-3/+3
* Add support for VFS op streaminfo chaining in all relevant VFS modules.Frank Lahm2011-10-141-2/+2
* s3: Pass sconn explicitly to schedule_deferred_open_message_smbVolker Lendecke2011-08-021-1/+6
* s3: Fix some nonempty blank linesVolker Lendecke2011-08-021-3/+3
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-1/+1
* s3-globals Remove smbd_event_context() (use server_event_context())Andrew Bartlett2011-05-311-1/+1
* 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