s3: Fix shadow copy display on Windows 7
[samba.git] / source / smbd / nttrans.c
2010-01-13 Volker Lendeckes3: Fix shadow copy display on Windows 7
2009-03-11 Stefan Metzmachers3:signing: the seqnum should only be decremented by...
2009-01-12 Tim Proutys3: Allow renames of streams via NTRENAME and fix strea...
2008-12-11 Steven DannemanSet PRESENT flag when returning NULL [SD]ACL like Windo...
2008-11-27 Volker LendeckeFix the offset checks in the trans routines
2008-11-26 Steven DannemanFix to allow setting of NULL DACL/SACL
2008-11-18 Jeremy AllisonFix the build (hangs head in shame :-).
2008-11-18 Jeremy AllisonPretty print out SD's on get/set.
2008-11-18 Jeremy AllisonFinal fix to make us pass NULL SD test in RAW-ACLs...
2008-10-15 Volker LendeckeFix a "nexted extern declaration" warning
2008-10-15 Jeremy AllisonFor the vfs_acl_xattr.c module, make sure we map GENERI...
2008-09-09 Volker LendeckeFix calculation of useable_space for trans2 and nttrans...
2008-08-21 Stefan Metzmachersmbd: fix the handling of create_options to pass RAW...
2008-07-19 Volker LendeckeIntroduce is_known_pipename
2008-06-19 Volker LendeckeRemove current_user references from nttrans.c
2008-06-19 Volker LendeckeRemove current_user references from trans2.c
2008-06-19 Volker LendeckeRemove the "current_user" arg from fsp_belongs_conn
2008-06-19 Volker LendeckeRemove the "current_user" arg from check_fsp
2008-05-21 Jelmer VernooijMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-05-16 Volker LendeckeSimplify fake_file logic
2008-05-10 Volker LendeckeRemove "user" from connection_struct
2008-05-09 Jeremy AllisonRemove a couple of uses of SMB_VFS_GET_NT_ACL(), use
2008-05-09 Jeremy AllisonYay ! Remove a VFS entry. Removed the set_nt_acl()...
2008-05-05 Volker LendeckeRemove connection_struct->mem_ctx, connection_struct...
2008-04-14 Volker LendeckeRemove two pointless else branches
2008-04-08 Jeremy AllisonRewrite the wrap checks to deal with gcc 4.x optimisations.
2008-04-07 Stefan Metzmachersmbd: implement the strange write time update logic
2008-04-01 Stefan Metzmachersmbd: ignore nttrans renames as w2k3 does
2008-03-11 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-03-11 Jeremy AllisonUsing Metze's S4 nttrans rename test, the nttrans rename
2008-03-11 Jeremy AllisonTry and fix bug #5315, as well as S4 torture tests...
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-22 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-22 Volker LendeckeDon't use fname after create_file has been called
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 "split_ntfs_stream_name()" together with a torture...
2008-01-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-10 Jeremy AllisonMake use of talloc_pool in the main codepaths. Remove...
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-06 Michael AdamRemove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().
2008-01-06 Michael AdamRemove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Steve FrenchMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonNow conn is part of smb_request, we don't need it as
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
2007-12-29 Volker LendeckeRemove tiny code duplication
2007-12-29 Volker LendeckeRemove tiny code duplication
2007-12-19 Michael AdamChange the prototype of the vfs function get_nt_acl().
2007-12-16 Volker Lendeckemake use of [un]marshall_sec_desc, allow for fd==-1...
2007-12-15 Volker LendeckeReplace sid_string_static by sid_string_dbg in DEBUGs
2007-12-07 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-07 Volker LendeckeAttempt to fix make test :-)
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-05 Volker LendeckeThere's no point in passing down a 0
2007-12-05 Volker LendeckeMove create_file to open.c
2007-12-05 Volker LendeckeFix an uninitialized variable
2007-12-05 Volker LendeckeFix debug
2007-12-05 Volker LendeckeFix attribute calculation for ntcreate&x
2007-12-05 Volker LendeckeFix error returns
2007-12-05 Volker LendeckeFix debugs
2007-12-05 Volker LendeckeImplement create_file()
2007-12-05 Volker LendeckeReformatting, also allow quotas for transact_create
2007-12-05 Volker LendeckeTiny refactorings
2007-12-05 Volker LendeckeSplit out sd parsing
2007-12-05 Volker LendeckeReformatting
2007-12-05 Volker LendeckeAlign formatting, one TALLOC_FREE is enough
2007-12-05 Volker LendeckeMove pulling the ea list out of the way
2007-12-05 Volker LendeckeReformatting
2007-12-05 Volker LendeckePut posix semantic calculation in the same place in...
2007-12-05 Volker LendeckeTiny refactoring
2007-12-05 Volker LendeckeTiny refactoring
2007-12-05 Volker LendeckeTALLOC_FREE early
2007-12-05 Volker Lendeckeconsolidate srvstr_get_path in ntcreate_and_X
2007-12-05 Volker LendeckeTiny refactoring
2007-12-05 Volker Lendecketiny refactoring
2007-12-01 Volker LendeckeIn nttransact_create, we also need to check for delete...
2007-11-13 Volker LendeckeMake [f]get_nt_acl return NTSTATUS
2007-11-12 Jeremy AllisonFix bug #5073. Allow "delete readonly = yes" to correctly
2007-11-03 Jeremy AllisonRemove the smb_read_error global variable and replace
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 Jeremy Allisonr25309: Volker's fix for bug #4984 - samba4 torture...
2007-10-10 Volker Lendecker25184: Fix some C++ warnings and an uninitialized...
2007-10-10 Jeremy Allisonr25138: More pstring elimination. Add a TALLOC_CTX...
2007-10-10 Günther Deschnerr25135: Remove one END_PROFILE(SMBntcreateX) from call_...
2007-10-10 Jeremy Allisonr25117: The mega-patch Jerry was waiting for. Remove...
2007-10-10 Jeremy Allisonr25111: Move to talloced pathnames on most code paths.
2007-10-10 Jeremy Allisonr25102: Rewrite msdfs code to use talloced filenames...
2007-10-10 Jeremy Allisonr25009: Large patch discussed with Volker. Move unix_co...
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 Volker Lendecker24659: Some formatting changes helping to minimize...
2007-10-10 Jeremy Allisonr24498: More extra code into a function, reply_openerror.
next