Remove redundant parameter fd from SMB_VFS_FTRUNCATE().
[samba.git] / source3 / smbd / open.c
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FTRUNCATE().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FCHOWN().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FCHMOD().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FSTAT().
2008-01-06 Michael AdamRemove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().
2008-01-05 Steve FrenchMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-05 Jeremy AllisonUsing a bool with a logical operation. IBM checker...
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonRefactor the crypto code after a very helpful conversation
2008-01-01 Volker LendeckeUse NULL instead of 0
2007-12-28 Volker LendeckeFix setting the initial permission bits
2007-12-26 Volker LendeckeWe need to return the correct atime
2007-12-22 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-22 Michael AdamRemove redundant connection_struct from fd_close()...
2007-12-22 Michael AdamRemove redundant connection_struct from fd_close_posix...
2007-12-11 Volker Lendeckeseparate out create_file_unixpath()
2007-12-11 Volker LendeckeMove more stuff out of the way
2007-12-11 Volker LendeckeMove INTERNAL_OPEN_ONLY calculation out of the way
2007-12-10 Volker LendeckeIncrease debug level
2007-12-07 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-07 Volker LendeckePass only internal oplock request values to create_file
2007-12-07 Volker LendeckeMore parameter shuffling
2007-12-07 Volker LendeckeRe-arrange create_file() parameters
2007-12-07 Volker LendeckeMake fname arg to create_file a "const char *"
2007-12-05 Volker LendeckeThere's no point in passing down a 0
2007-12-05 Volker LendeckeMove create_file to open.c
2007-11-16 Jeremy AllisonAdd MAX_DNS_NAME_LENGTH, remove more pstrings.
2007-10-31 Jeremy AllisonFix some cases where file_set_dosmode was being passed
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 Volker Lendecker25534: Apply some const
2007-10-10 Jeremy Allisonr25391: Fix bug #4978 : Store DOS Attributes fails...
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 Volker Lendecker24809: Consolidate the use of temporary talloc contexts.
2007-10-10 Volker Lendecker24702: Remove the old API pointers
2007-10-10 Stefan Metzmacherr24120: add a file_id_create() hook into the VFS layer
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 Lendecker23725: Remove get_current_mid()
2007-10-10 Volker Lendecker23724: Reduce access to the global inbuf a tiny bit...
2007-10-10 Volker Lendecker23375: Fix a 64-bit warning
2007-10-10 Volker Lendecker23183: Check in a change made by Tridge:
2007-10-10 Jeremy Allisonr23151: Re-arrange the logic so it looks identical...
2007-10-10 Jeremy Allisonr23150: Fix Samba3 in the build farm again. In the...
2007-10-10 Jeremy Allisonr23100: Implement the delete on close semantics I've...
2007-10-10 Jeremy Allisonr23087: Fix POSIX setfilepathinfo to use lstat, not...
2007-10-10 Volker Lendecker22942: Some message_register -> messaging_register...
2007-10-10 Volker Lendecker22868: Replace some message_send_pid calls with messag...
2007-10-10 Volker Lendecker22736: Start to merge the low-hanging fruit from the...
2007-10-10 Jeremy Allisonr21665: Fix bug #4428 reported by Jason Mader <jason...
2007-10-10 Jeremy Allisonr21480: Make fd_open match fd_close be translating
2007-10-10 Volker Lendecker21279: Get rid of 'aio write behind', this is broken.
2007-10-10 Jeremy Allisonr21191: Add in the POSIX open/mkdir/unlink calls.
2007-10-10 Volker Lendecker21115: notify_internal.c needs to remove the table...
2007-10-10 Volker Lendecker21093: Remove the hash and dnotify backends. Disabling...
2007-10-10 Volker Lendecker21087: Make the param list of notify_fname match notif...
2007-10-10 Volker Lendecker21064: The core of this patch is
2007-10-10 Jeremy Allisonr20883: W00t! I now understand how "delete on close...
2007-10-10 Jeremy Allisonr20873: Some correctness fixes w.r.t. Samba4 torture...
2007-10-10 Volker Lendecker20854: Ok, now I think we're at a point where looking...
2007-10-10 Jeremy Allisonr20845: Somehow I missed this one - should have been...
2007-10-10 Volker Lendecker20634: A *LOT* more work is necessary before touching...
2007-10-10 Volker Lendecker20451: Survive the first of the filter-tests (mkdir).
2007-10-10 Volker Lendecker20433: Work in progress: Survive more of RAW-NOTIFY.
2007-10-10 Volker Lendecker20394: This is a *VERY* early start of my work on...
2007-10-10 Volker Lendecker20356: Consolidate the calls to parent_dirname() per...
2007-10-10 Volker Lendecker20344: Move the calls to inherit_access_acls and chang...
2007-10-10 Volker Lendecker20343: Split change_owner_to_parent fd-based (for...
2007-10-10 Volker Lendecker20342: Move the lstat into mkdir_internal, for the...
2007-10-10 Volker Lendecker20340: Join vfs_MkDir to its only caller
2007-10-10 Volker Lendecker20339: Make mkdir_internal static to open.c
2007-10-10 Volker Lendecker20338: Restructure open_directory a bit. This gets...
2007-10-10 Volker Lendecker20257: Hey, change_owner_to_parent is now static :-)
2007-10-10 Volker Lendecker20228: Bring the calling conventions of inherit_access...
2007-10-10 Jeremy Allisonr19993: Fix the problem with Linux clients requesting...
2007-10-10 Jim McDonoughr19647: Add some GPFS support in a vfs mod. Also adds...
2007-10-10 Volker Lendecker19077: Fix an uninitialized variable
2007-10-10 Jelmer Vernooijr18802: Use the pidl-generated code for the srvsvc...
2007-10-10 Jeremy Allisonr17676: Fix printing bug found by kukks. Don't copy...
2007-10-10 Jeremy Allisonr17293: After the results from the cluster tests in...
2007-10-10 Volker Lendecker17254: Simple flattening of an if-statement, no logic...
2007-10-10 Jeremy Allisonr17249: Ensure we only set the FILE_WRITE_DATA on O_TRUNC
2007-10-10 Jeremy Allisonr17248: Ensure we definately add the WRITE_DATA on...
2007-10-10 Jeremy Allisonr17247: When we map generic to specific we need to...
2007-10-10 Volker Lendecker17229: Indent-style reformatting -- getting used to...
2007-10-10 Volker Lendecker17228: Modest reformatting
2007-10-10 Jeremy Allisonr17152: Don't handle the delete pending here, await
2007-10-10 Jeremy Allisonr17142: Ensure we record the correct can_read/can_write
2007-10-10 Jeremy Allisonr17140: Get rid of the lock release/reacquire code...
2007-10-10 Jeremy Allisonr17131: Optimisation - when doing a stat open don't...
2007-10-10 Jeremy Allisonr17130: Remove unneeded unlock call.
2007-10-10 Jeremy Allisonr17128: Missed a logic error in my last patch. Ensure...
2007-10-10 Jeremy Allisonr17125: Drastic problems require drastic solutions...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16435: Add in the uid info that Jerry needs into the
2007-10-10 Gerald Carterr16219: BUG 3836, 3837, 3004: compile warning fixes...
2007-10-10 Volker Lendecker16198: Fix Klocwork 1023
2007-10-10 Jeremy Allisonr15960: Don't double-free (ensure we always free file_f...
next