s3: delete requests are not special
[samba.git] / source3 / smbd / open.c
2012-09-21 Volker Lendeckes3: delete requests are not special
2012-06-30 Jeremy AllisonFix bug #8972 - Directory group write permission bit...
2012-03-05 Jeremy AllisonThird part of fix for bug #8663 - deleting a symlink...
2012-03-05 Jeremy AllisonFirst part of fix for bug #8663 - deleting a symlink...
2011-10-24 Jeremy AllisonFix bug #8507 - smbd doesn't correctly honor the "force...
2011-10-24 Volker Lendeckes3: Make map_open_params_to_ntcreate() available in...
2011-10-24 Volker Lendeckes3: Make is_executable() available in lib/
2011-10-24 Volker Lendeckes3: We only need base_name in map_open_params_to_ntcreate
2011-08-02 Jeremy AllisonFix bug #8254 - "acl check permissions = no" does not...
2011-06-14 Jeremy AllisonPart 5 of bugfix for #8211 - "inherit owner = yes"...
2011-06-14 Jeremy AllisonPart 4 of bugfix for #8211 - "inherit owner = yes"...
2011-06-14 Jeremy AllisonPart 3 of bugfix for #8211 - "inherit owner = yes"...
2011-06-14 Jeremy AllisonPart 2 of bugfix for #8211 - "inherit owner = yes"...
2011-06-14 Jeremy AllisonPart 1 of bugfix for #8211 - "inherit owner = yes"...
2011-06-14 Stefan Metzmachers3:smbd: access checks should not depend on share mode...
2011-03-05 Jeremy AllisonFix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODE...
2011-03-05 Jeremy AllisonFix bug #7892 - open_file_fchmod() leaves a stale lock.
2011-03-05 Jeremy AllisonAdd SeSecurityPrivilige.
2011-03-05 Jeremy AllisonFix bug #7734 - When creating files with "inherit ACLs...
2011-03-05 Jeremy AllisonFix bug #7733 - Invalid client DOS attributes on create...
2010-09-27 Jeremy AllisonFix bug 7581 - Users in "admin users" in smb.conf file...
2009-12-21 Jeremy AllisonAdd helpful debug of DACL for errors on ACL access.
2009-12-08 Jeremy AllisonMake sure we're not using the old smb_fname data.
2009-12-08 Jeremy AllisonRemove smb_fname duplicates that just keep the same...
2009-12-08 Jeremy AllisonRemove unneeded argument from can_set_delete_on_close...
2009-11-26 Jeremy AllisonFix crash due to uninitialized pointer (not a problem...
2009-11-26 Jeremy AllisonRemove unused code.
2009-11-26 Volker Lendeckes3: Move a variable declaration to its only use
2009-11-26 Jeremy AllisonFix logic bug where high bits tests was being
2009-11-26 Jeremy AllisonRemove "store create time" code, cause create time...
2009-11-26 Abhidnya P Chirmules3: Add access_mask to the flock VFS call
2009-09-07 Volker Lendeckes3:smbd: Fix Coverity ID 937, REVERSE_INULL
2009-09-04 Volker Lendeckes3:smbd: Fix Coverity ID 937, REVERSE_INULL
2009-08-25 Jeremy AllisonSecond attempt at fix for bug 6529 - Offline files...
2009-08-22 Jeremy AllisonFix bug 6529 - Offline files conflict with Vista and...
2009-08-19 Stefan Metzmachers3:smbd: make smbd_check_open_rights() function non...
2009-08-12 Jeremy AllisonAdd "store create time" parameter (docs to follow)
2009-08-10 Jeremy AllisonEnsure the fsp->fsp_name stat_ex struct is always
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Tim Proutys3: Plumb smb_filename through map_open_params_to_ntcreate
2009-07-21 Tim Proutys3: Plumb smb_filename through open_fake_file
2009-07-21 Tim Proutys3: Change fsp->fsp_name to be an smb_filename struct!
2009-07-14 Volker LendeckeTALLOC_FREE(sd) in check_open_rights upon an error
2009-07-09 Tim Proutys3: Prepare open.c to switch fsp_name to an smb_filenam...
2009-07-09 Tim Proutys3: Change the share_mode_lock struct to store a base_n...
2009-07-09 Tim Proutys3: Plumb smb_filename through dos_mode() and related...
2009-07-09 Tim Proutys3: convert unix_mode to take an smb_filename
2009-07-08 Tim Proutys3: Migrate a few functions in open.c to take smb_filename
2009-07-06 Tim Proutys3: Plumb smb_filename around SMB_VFS_CHFLAGS
2009-07-03 Volker LendeckeFor non-existent streams we have to return OBJECT_NAME_...
2009-07-01 Stefan Metzmachers3:smbd: remove unused variables passed to parent_dirname()
2009-06-26 Tim Proutys3: Remove get_full_smb_filename() from open_directory()
2009-06-26 Tim Proutys3: Change set_ea() and its callers to use smb_filename
2009-06-25 Jeremy AllisonFix bug #6506 - SMBD server doesn't set EAs when a...
2009-06-25 Tim Proutys3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS...
2009-06-19 Jeremy AllisonFix coverity #676. Forward NULL.
2009-06-18 Jeremy AllisonAdd some const to the stat struct in the dosmode calls.
2009-06-18 Tim Proutys3: Change SMB_VFS_OPEN to take an smb_filename struct
2009-06-18 Tim Proutys3: Plumb smb_filename from create_file all of the...
2009-06-17 Jeremy AllisonRemove msdfs pathname processing from default create...
2009-06-12 Tim Proutys3: Plumb smb_filename through SMB_VFS_CREATE_FILE
2009-06-10 Tim Proutys3: Prepare the first set of SMB_VFS_CREATE_FILE caller...
2009-06-10 Tim Proutys3: Remove unix_convert handling from createfile implem...
2009-06-10 Tim Proutys3: Remove unused stat structs being passed to SMB_VFS_...
2009-06-01 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-30 Jeremy AllisonFix bug #6421 - POSIX read-only open fails on read...
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-05-21 Tim Proutys3: Change unix_convert (and its callers) to use struct...
2009-04-21 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-21 Günther Deschners3-secdesc: use SEC_FLAG_SYSTEM_SECURITY instead of...
2009-04-10 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-10 Jeremy AllisonFix bug #6254 - PUT/GET produces an error in IPv6 to...
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-26 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2009-03-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Stefan Metzmachers3:smbd: use new simplified snb_signing code in the...
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-15 Jelmer VernooijMerge branch 'sharedm4' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'nodiscard' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'tdr' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'checktalloc' of /home/jelmer/samba4
2009-03-12 Jeremy AllisonFix bug #6186 - map readonly does not work
2009-03-08 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-05 Jeremy AllisonFix bug #6160 - Office 2007 fails saving files to a...
2009-03-05 Tim Proutys3: Change open_streams_for_delete to call through...
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-05 Jeremy AllisonSecond part of fix for #6154, ensure we return max...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-28 Jeremy AllisonFix bug #6082 - smbd_gpfs_getacl failed: Windows client...
2009-02-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Jeremy AllisonMore warning fixes for Solaris.
2009-02-21 todd stecherS3: Detect max_open_files from system
2009-02-20 Tim Proutys3: Add extid to the dev/inode pair
2009-02-19 Tim Proutys3: Fix bug opening streams with truncating disposition
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
next