Remove more uses of "extern struct current_user current_user;".
[ira/wip.git] / source3 / smbd / close.c
2010-03-12 Jeremy AllisonRemove more uses of "extern struct current_user current...
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-13 Jeremy AllisonFix bug #7033 - SMBrmdir call always returns true,...
2010-01-13 Jeremy AllisonFix bug #6876 - Delete of an object whose parent folder...
2009-12-03 Jeremy AllisonRefactor reply_rmdir to use handle based code. All
2009-11-29 Volker Lendeckes3: "check_magic" only looks at the size
2009-11-29 Volker Lendeckes3: Pass the "fake dir create times" parameter to sys_...
2009-11-06 Jeremy AllisonGot the logic simplification worked out so we still...
2009-11-06 Jeremy AllisonRevert commit "0551284dc08eb93ef7b2b2227a45e5ec21d482fb...
2009-11-06 Jeremy AllisonSimplify the logic - remove extraneous argument and...
2009-11-06 Jeremy AllisonFix explicit set of write time on close.
2009-11-06 Jeremy AllisonGet closer to an accurate model of Windows timestamp...
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-02 Jeremy AllisonRemove lots of duplicate code and move it into one
2009-08-19 Stefan Metzmachers3:smbd: store a dirptr on the files_struct for SMB2...
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Tim Proutys3: Remove unnecessary callers of get_full_smb_filename
2009-07-21 Tim Proutys3: Change fsp->fsp_name to be an smb_filename struct!
2009-07-06 Tim Proutys3: Plumb smb_filename through SMB_VFS_NTIMES
2009-07-06 Tim Proutys3: Plumb smb_filename through SMB_VFS_UNLINK
2009-06-25 Tim Proutys3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS...
2009-06-12 Jeremy AllisonCheck for error in transfer_file return also.
2009-06-12 Volker LendeckeFix bug 6440
2009-06-12 Volker LendeckeSimplify close_normal_file()
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-25 Jeremy AllisonFix more POSIX path lstat calls. Fix bug where close...
2009-02-10 Tim Proutys3 oplocks: Remove oplocks before handling delete on...
2009-02-10 Tim Proutys3 oplocks: Add capabilites flags field to the kernel_o...
2009-01-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-24 todd stecherExtend NTIMES to allow setting create_time
2009-01-09 Tim Proutys3: Add delete_all_streams to proto.h
2009-01-07 Jeremy AllisonFix bug #6017, - magic script does not work. based...
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-09 Tim Proutys3: Call fd_close from close_directory
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-21 Jeremy AllisonFirst part of fix for bug #5903 - vfs_streams_xattr...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-13 Volker LendeckePass struct smb_request to file_free
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-05-30 Jeremy AllisonMerge branch 'v3-3-test' of ssh://jra@git.samba.org...
2008-05-27 Jeremy AllisonAllow server manager to close open files selected by id.
2008-05-10 Volker LendeckeRemove "user" from connection_struct
2008-05-03 Jeremy AllisonRemove the "stat_open()" function, flag, and all associ...
2008-04-07 Stefan Metzmachersmbd: implement the strange write time update logic
2008-04-07 Stefan Metzmacherlocking: store the write time in the locking.tdb
2008-04-01 Stefan Metzmachersmbd: always close the base_fsp even if the real close...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-23 Andrew TridgellMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-19 Volker LendeckeAdd streams support
2008-01-15 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-14 Gerald (Jerry) CarterMerge commit 'samba/v3-2-test' into v3-2-stable
2008-01-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-11 Günther DeschnerFix a build warning.
2008-01-11 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-11 Jeremy AllisonDon't switch user contexts unless you have to. Saves
2008-01-10 Volker Lendeckeuse talloc_tos in a few more places
2007-12-22 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-22 Michael AdamRemove redundant connection_struct from check_magic...
2007-12-22 Michael AdamRemove redundant connection_struct from fd_close()...
2007-11-23 Stefan Metzmachersmbd: close_stat() should be static
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Jeremy Allisonr25118: More pstring elimination.
2007-10-10 Jeremy Allisonr25117: The mega-patch Jerry was waiting for. Remove...
2007-10-10 Volker Lendecker25055: Add file_id_string_tos
2007-10-10 Jeremy Allisonr24464: Now Volker removed the readbmpx we don't need...
2007-10-10 Stefan Metzmacherr24120: add a file_id_create() hook into the VFS layer
2007-10-10 Jeremy Allisonr23906: Fix POSIX unlink bug found by Steve. If we
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23183: Check in a change made by Tridge:
2007-10-10 Volker Lendecker22868: Replace some message_send_pid calls with messag...
2007-10-10 Volker Lendecker22846: Chunk one to replace message_send_pid with...
2007-10-10 Andrew Tridgellr22784: fixed change notify for delete on close
2007-10-10 Jeremy Allisonr21714: Change the VFS interface to use struct timespec
2007-10-10 Volker Lendecker21409: saved_status1 is not used anymore after aio...
2007-10-10 Volker Lendecker21280: Fix an uninitialized variable warning. Jeremy...
2007-10-10 Volker Lendecker21279: Get rid of 'aio write behind', this is broken.
2007-10-10 Jeremy Allisonr21274: As we now have POSIX opens which can unlink
2007-10-10 Jeremy Allisonr21191: Add in the POSIX open/mkdir/unlink calls.
2007-10-10 Volker Lendecker20931: This changes the notify infrastructure from...
2007-10-10 Jeremy Allisonr20916: Add in the delete on close final fix - but...
2007-10-10 Jeremy Allisonr20883: W00t! I now understand how "delete on close...
2007-10-10 Volker Lendecker20542: Make close_remove_share_mode retun NTSTATUS...
2007-10-10 Volker Lendecker20525: Closing a dir with del-on-close set requires...
2007-10-10 Volker Lendecker20524: Simplify logic of close_remove_share_mode().
2007-10-10 Volker Lendecker20442: Slight rewrite of the change notify infrastruct...
2007-10-10 Jeremy Allisonr17293: After the results from the cluster tests in...
2007-10-10 Jeremy Allisonr17098: Samba3 now cleanly passes Samba4 RAW-LOCK torture
2007-10-10 Jeremy Allisonr15668: DOS or FCB opens share one share mode entry...
2007-10-10 Volker Lendecker15660: Without this when using smbcquotas I get
2007-10-10 Jeremy Allisonr13748: Don't reference memory after we just freed...
2007-10-10 Gerald Carterr13571: Replace all calls to talloc_free() with thye...
2007-10-10 Jeremy Allisonr13293: Rather a big patch I'm afraid, but this should...
next