summaryrefslogtreecommitdiffstats
path: root/source3/smbd/close.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #6017, - magic script does not work. based on a patch from monyo@samb...Jeremy Allison2009-01-061-3/+13
* s3: Call fd_close from close_directoryTim Prouty2008-12-091-0/+7
* First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.Jeremy Allison2008-11-211-5/+3
* Pass struct smb_request to file_freeVolker Lendecke2008-10-131-11/+14
* Allow server manager to close open files selected by id.Jeremy Allison2008-05-271-0/+34
* Remove "user" from connection_structVolker Lendecke2008-05-101-1/+1
* Remove the "stat_open()" function, flag, and all associated code. It was onlyJeremy Allison2008-05-021-16/+0
* smbd: implement the strange write time update logicStefan Metzmacher2008-04-071-5/+73
* locking: store the write time in the locking.tdbStefan Metzmacher2008-04-071-2/+4
* smbd: always close the base_fsp even if the real close returned an errorStefan Metzmacher2008-04-011-4/+0
* Add streams supportVolker Lendecke2008-01-191-4/+111
* Fix a build warning.Günther Deschner2008-01-111-0/+1
* Don't switch user contexts unless you have to. SavesJeremy Allison2008-01-101-14/+25
* use talloc_tos in a few more placesVolker Lendecke2008-01-101-2/+2
* Remove redundant connection_struct from check_magic() parameter list.Michael Adam2007-12-221-2/+3
* Remove redundant connection_struct from fd_close() parameter list.Michael Adam2007-12-221-1/+1
* smbd: close_stat() should be staticStefan Metzmacher2007-11-231-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-3/+17
* r25118: More pstring elimination.Jeremy Allison2007-10-101-45/+58
* r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison2007-10-101-1/+2
* r25055: Add file_id_string_tosVolker Lendecke2007-10-101-2/+2
* r24464: Now Volker removed the readbmpx we don't need cached errors any more.Jeremy Allison2007-10-101-1/+0
* r24120: add a file_id_create() hook into the VFS layerStefan Metzmacher2007-10-101-1/+1
* r23906: Fix POSIX unlink bug found by Steve. If weJeremy Allison2007-10-101-2/+9
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23183: Check in a change made by Tridge:Volker Lendecke2007-10-101-7/+10
* r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke2007-10-101-2/+4
* r22846: Chunk one to replace message_send_pid with messaging_send: Deep insideVolker Lendecke2007-10-101-1/+1
* r22784: fixed change notify for delete on closeAndrew Tridgell2007-10-101-0/+4
* r21714: Change the VFS interface to use struct timespecJeremy Allison2007-10-101-2/+2
* r21409: saved_status1 is not used anymore after aio write behind was removedVolker Lendecke2007-10-101-5/+2
* r21280: Fix an uninitialized variable warning. Jeremy, please check.Volker Lendecke2007-10-101-3/+3
* r21279: Get rid of 'aio write behind', this is broken.Volker Lendecke2007-10-101-12/+1
* r21274: As we now have POSIX opens which can unlinkJeremy Allison2007-10-101-0/+9
* r21191: Add in the POSIX open/mkdir/unlink calls.Jeremy Allison2007-10-101-55/+56
* r20931: This changes the notify infrastructure from a polling-based to an eve...Volker Lendecke2007-10-101-5/+0
* r20916: Add in the delete on close final fix - but only enabledJeremy Allison2007-10-101-0/+1
* r20883: W00t! I now understand how "delete on close" reallyJeremy Allison2007-10-101-2/+37
* r20542: Make close_remove_share_mode retun NTSTATUS. Not that anybody cares y...Volker Lendecke2007-10-101-4/+16
* r20525: Closing a dir with del-on-close set requires the same as files: Don't...Volker Lendecke2007-10-101-0/+12
* r20524: Simplify logic of close_remove_share_mode().Volker Lendecke2007-10-101-51/+67
* r20442: Slight rewrite of the change notify infrastructure. This now survives...Volker Lendecke2007-10-101-1/+2
* r17293: After the results from the cluster tests in Germany,Jeremy Allison2007-10-101-2/+0
* r17098: Samba3 now cleanly passes Samba4 RAW-LOCK tortureJeremy Allison2007-10-101-2/+0
* r15668: DOS or FCB opens share one share mode entry from differentJeremy Allison2007-10-101-65/+73
* r15660: Without this when using smbcquotas I getVolker Lendecke2007-10-101-0/+2
* r13748: Don't reference memory after we just freed it (Doh!).Jeremy Allison2007-10-101-2/+3
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-2/+2