Revert "s3: Move the global variable Protocol to struct smbd_server_connection"
[gd/samba/.git] / source3 / smbd / open.c
2009-11-23 Volker LendeckeRevert "s3: Move the global variable Protocol to struct...
2009-11-23 Volker Lendeckes3: Move a variable declaration to its only use
2009-11-21 Volker Lendeckes3: Move the global variable Protocol to struct smbd_se...
2009-11-21 Volker Lendeckes3: Make the implicit reference to Protocol in is_in_pa...
2009-11-21 Jeremy AllisonFix logic bug where high bits tests was being
2009-11-17 Jeremy AllisonRemove "store create time" code, cause create time...
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-06 Abhidnya P Chirmules3: Add access_mask to the flock VFS call
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...
2009-02-05 Jeremy AllisonFix bug #Bug 6090 renaming or deleting a "not matching...
2009-02-03 Jeremy AllisonFix bug #6082 - smbd_gpfs_getacl failed: Windows client...
2009-01-09 Tim Proutys3: Fix open path to delete streams depending on the...
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Stefan Metzmachers3:smbd: move all globals and static variables in globa...
2008-12-31 Volker LendeckeFix a "nested extern" warning
2008-12-31 Volker LendeckeRename parent_dirname_talloc() to parent_dirname()
2008-12-31 Volker LendeckeFix an ancient uninitialized variable read
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-18 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-12-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-18 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-12-18 Jeremy AllisonFix bug #5979 - Level 2 oplocks being granted improperly,
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-14 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-13 Volker LendeckeFix a valgrind error in get_relative_fid_filename
2008-12-12 Volker LendeckeFix error code when smbclient puts a file over an exist...
2008-12-10 Tim Proutys3: [3/3]: Fix a delete on close divergence from window...
2008-12-10 Tim Proutys3: [1/3] Fix a delete on close divergence from windows...
2008-12-09 Tim Proutys3: Refactor calculating path from relative_fid into...
2008-12-09 Tim Proutys3: Refactor getting sec_info from a security_descripto...
2008-12-09 Tim Proutys3: Make a few open utility functions non-static
2008-12-04 Tim Proutys3: Fix FILE_FLAG_POSIX_SEMANTICS handling underneath...
2008-12-04 Tim Proutys3: Change SMB_VFS_CREATE_FILE to take a create_file_fl...
next