Rewrite the wrap checks to deal with gcc 4.x optimisations.
[samba.git] / source / smbd / nttrans.c
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.
2007-10-10 Jeremy Allisonr24474: Map error value NT_STATUS_OBJECT_NAME_COLLISION
2007-10-10 Volker Lendecker24433: Convert reply_ntrename to the new API
2007-10-10 Volker Lendecker24403: Remove reply_prep_legacy from send_nttrans_replies
2007-10-10 Volker Lendecker24401: Push reply_prep_legacy into send_nt_replies
2007-10-10 Volker Lendecker24399: Change change_notify_reply to use send_nt_repli...
2007-10-10 Volker Lendecker24398: Convert call_nt_transact_notify_change to the...
2007-10-10 Volker Lendecker24394: Convert call_nt_transact_rename to the new API
2007-10-10 Volker Lendecker24393: Convert call_nt_transact_set_user_quota to...
2007-10-10 Volker Lendecker24391: Convert call_nt_transact_get_user_quota to...
2007-10-10 Volker Lendecker24385: Convert call_nt_transact_query_security_desc...
2007-10-10 Volker Lendecker24384: Convert call_nt_transact_set_security_desc...
2007-10-10 Volker Lendecker24383: Convert call_nt_transact_ioctl to the new API
2007-10-10 Volker Lendecker24382: Remove reply_prep_legacy from call_nt_transact_...
2007-10-10 Volker Lendecker24381: Push reply_prep_legacy into call_nt_transact_create
2007-10-10 Volker Lendecker24368: Push down reply_prep_legacy one level
2007-10-10 Volker Lendecker24367: Push reply_prep_legacy into handle_nttrans
2007-10-10 Volker Lendecker24361: Push reply_prep_legacy down in reply_nttrans[s]
2007-10-10 Volker Lendecker24359: Fix the build
2007-10-10 Volker Lendecker24358: Push reply_prep_legacy into reply_nttrans[s]
2007-10-10 Volker Lendecker24357: Check wct in reply_nttrans[s]
2007-10-10 Volker Lendecker24356: Add send_nt_replies_new wrapper
2007-10-10 Stefan Metzmacherr24312: revision 24091 removed the 'FORCE'...
2007-10-10 Stefan Metzmacherr24310: we should not call END_PROFILE(SMBntcreateX...
2007-10-10 Volker Lendecker24254: Fix a segfault in r24102
2007-10-10 Volker Lendecker24145: Fix a comment
next