s3-secdesc: use SEC_FLAG_SYSTEM_SECURITY instead of SEC_RIGHT_SYSTEM_SECURITY.
[ira/wip.git] / source3 / smbd / open.c
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...
2008-12-04 Tim Proutys3: Simplify the create_file_unix_path->open_file_ntcre...
2008-12-04 Tim Proutys3: Modify direct caller of open_file to call SMB_VFS_C...
2008-12-04 Tim Proutys3: Modify direct callers of open_file_ntcreate and...
2008-12-04 Tim Proutys3: Modify direct callers of create_file_unix_path...
2008-12-04 Tim Proutys3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILE
2008-12-04 Tim Proutys3: Add SMB_VFS_CREATE_FILE to the vfs layer
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-01 Stefan Metzmachers3:smbd: close the low level fd of the base_fsp, if...
2008-12-01 Stefan Metzmachers3:smbd: only try and fallback to open a directory...
2008-12-01 Stefan Metzmachers3:smbd: wildcard characters are allowed in stream...
2008-11-22 Jeremy AllisonRever 83ff6979f504d50caf725ee62549604630b69be7 - "Fix...
2008-11-22 Jeremy AllisonFix the logic bug that caused us to run into kernel...
2008-11-21 Jeremy AllisonSecond part of the fix for bug #5903 - vfs_streams_xatt...
2008-11-21 Jeremy AllisonFirst part of fix for bug #5903 - vfs_streams_xattr...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-06 Jeremy AllisonDon't call FSET_NT_ACL on file create if there's no...
2008-11-04 Jeremy AllisonPass all of RAW-ACLS except for inheritence. Working...
2008-11-04 Jeremy AllisonPass the directory versions of the RAW-ACL (still not...
2008-11-04 Jeremy AllisonPass all the non-inherited S4 RAW-ACL tests.
2008-11-01 Jelmer VernooijMerge branch 'master' of /home/jelmer/samba3
2008-11-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-11-01 Jeremy AllisonGet closer to passing S4 RAW-ACLs.
2008-10-31 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-30 Jeremy AllisonStart moving us closer to passing S4 RAW-ACL test using...
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-14 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-13 Jelmer VernooijUse {u,}int64_t instead of SMB_BIG_{U,}INT.
2008-10-13 Volker LendeckePass struct smb_request to file_free
2008-10-13 Volker LendeckePass struct smb_request to file_new
2008-10-13 Volker LendeckePass struct smb_request to file_fsp
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-09 Jeremy AllisonFor the vfs_acl_xattr.c module, make sure we map GENERI...
2008-09-26 Jeremy AllisonFix bug #5797 - Moving readonly files fails. Reported...
2008-09-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-15 Jeremy AllisonFix bug 5761 "open of mangled directory name results...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-26 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-08-20 Stefan Metzmachersmbd: fix the handling of create_options to pass RAW...
2008-07-25 Jeremy AllisonIf we're not allowing streams on this conn ptr,
2008-06-26 Volker LendeckeRemove current_user reference from printfsp.c
2008-06-19 Volker LendeckeWrap the unix token info in a unix_user_token in auth_s...
2008-06-15 Volker LendeckeRemove the current_user references from open.c
2008-06-15 Volker LendeckeRemove the current_user reference from fake_file.c
2008-05-10 Volker LendeckeRemove "user" from connection_struct
next