summaryrefslogtreecommitdiffstats
path: root/source3/smbd/close.c
Commit message (Expand)AuthorAgeFilesLines
* Remove cancel_aio_by_fsp(). It can never work and could lead to memory corrup...Jeremy Allison2012-04-121-12/+9
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-1/+1
* Third part of fix for bug #8837 - smbd crashes when deleting directory and ve...Jeremy Allison2012-04-051-1/+1
* Second part of bugfix for bug #8837 - smbd crashes when deleting directory an...Jeremy Allison2012-04-041-8/+15
* Fix const warnings.Jeremy Allison2012-02-241-2/+2
* s3: get_share_mode_lock->get_existing_share_mode_lockVolker Lendecke2012-02-191-3/+3
* s3: Delete streams on directoriesVolker Lendecke2012-01-311-0/+11
* s3: Put an indirection layer into share_mode_lockVolker Lendecke2012-01-121-10/+10
* s3: Introduce get_share_mode_lock_fresh()Volker Lendecke2012-01-121-7/+3
* s3: Fix raw.mux after UNUSED_SHARE_MODE_ENTRY was removedVolker Lendecke2011-12-141-5/+55
* s3:smbd/close: use talloc_get_type_abort() as private_data can't be NULLStefan Metzmacher2011-12-141-5/+1
* 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