summaryrefslogtreecommitdiff
path: root/source3/smbd/close.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-27Allow server manager to close open files selected by id.Jeremy Allison1-0/+34
2008-05-10Remove "user" from connection_structVolker Lendecke1-1/+1
2008-05-02Remove the "stat_open()" function, flag, and all associated code. It was onlyJeremy Allison1-16/+0
2008-04-07smbd: implement the strange write time update logicStefan Metzmacher1-5/+73
2008-04-07locking: store the write time in the locking.tdbStefan Metzmacher1-2/+4
2008-04-01smbd: always close the base_fsp even if the real close returned an errorStefan Metzmacher1-4/+0
2008-01-19Add streams supportVolker Lendecke1-4/+111
2008-01-11Fix a build warning.Günther Deschner1-0/+1
2008-01-10Don't switch user contexts unless you have to. SavesJeremy Allison1-14/+25
2008-01-10use talloc_tos in a few more placesVolker Lendecke1-2/+2
2007-12-22Remove redundant connection_struct from check_magic() parameter list.Michael Adam1-2/+3
2007-12-22Remove redundant connection_struct from fd_close() parameter list.Michael Adam1-1/+1
2007-11-23smbd: close_stat() should be staticStefan Metzmacher1-1/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-4/+4
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-3/+17
2007-10-10r25118: More pstring elimination.Jeremy Allison1-45/+58
2007-10-10r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison1-1/+2
2007-10-10r25055: Add file_id_string_tosVolker Lendecke1-2/+2
2007-10-10r24464: Now Volker removed the readbmpx we don't need cached errors any more.Jeremy Allison1-1/+0
2007-10-10r24120: add a file_id_create() hook into the VFS layerStefan Metzmacher1-1/+1
2007-10-10r23906: Fix POSIX unlink bug found by Steve. If weJeremy Allison1-2/+9
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23183: Check in a change made by Tridge:Volker Lendecke1-7/+10
2007-10-10r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke1-2/+4
2007-10-10r22846: Chunk one to replace message_send_pid with messaging_send: Deep insideVolker Lendecke1-1/+1
2007-10-10r22784: fixed change notify for delete on closeAndrew Tridgell1-0/+4
2007-10-10r21714: Change the VFS interface to use struct timespecJeremy Allison1-2/+2
2007-10-10r21409: saved_status1 is not used anymore after aio write behind was removedVolker Lendecke1-5/+2
2007-10-10r21280: Fix an uninitialized variable warning. Jeremy, please check.Volker Lendecke1-3/+3
2007-10-10r21279: Get rid of 'aio write behind', this is broken.Volker Lendecke1-12/+1
2007-10-10r21274: As we now have POSIX opens which can unlinkJeremy Allison1-0/+9
2007-10-10r21191: Add in the POSIX open/mkdir/unlink calls.Jeremy Allison1-55/+56
2007-10-10r20931: This changes the notify infrastructure from a polling-based to an eve...Volker Lendecke1-5/+0
2007-10-10r20916: Add in the delete on close final fix - but only enabledJeremy Allison1-0/+1
2007-10-10r20883: W00t! I now understand how "delete on close" reallyJeremy Allison1-2/+37
2007-10-10r20542: Make close_remove_share_mode retun NTSTATUS. Not that anybody cares y...Volker Lendecke1-4/+16
2007-10-10r20525: Closing a dir with del-on-close set requires the same as files: Don't...Volker Lendecke1-0/+12
2007-10-10r20524: Simplify logic of close_remove_share_mode().Volker Lendecke1-51/+67
2007-10-10r20442: Slight rewrite of the change notify infrastructure. This now survives...Volker Lendecke1-1/+2
2007-10-10r17293: After the results from the cluster tests in Germany,Jeremy Allison1-2/+0
2007-10-10r17098: Samba3 now cleanly passes Samba4 RAW-LOCK tortureJeremy Allison1-2/+0
2007-10-10r15668: DOS or FCB opens share one share mode entry from differentJeremy Allison1-65/+73
2007-10-10r15660: Without this when using smbcquotas I getVolker Lendecke1-0/+2
2007-10-10r13748: Don't reference memory after we just freed it (Doh!).Jeremy Allison1-2/+3
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-2/+2
2007-10-10r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison1-15/+51
2007-10-10r13274: Fix for bug #3467. Not a show stopper.Jeremy Allison1-2/+2
2007-10-10r12877: Stop passing structs around in smb messages, insteadJeremy Allison1-1/+5
2007-10-10r12460: Fixes for bug 3349Volker Lendecke1-0/+2