summaryrefslogtreecommitdiff
path: root/source3/smbd/nttrans.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r25111: Move to talloced pathnames on most code paths.Jeremy Allison1-170/+206
2007-10-10r25102: Rewrite msdfs code to use talloced filenames. Passes make testJeremy Allison1-23/+35
2007-10-10r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison1-42/+51
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke1-1/+1
2007-10-10r24702: Remove the old API pointersVolker Lendecke1-3/+3
2007-10-10r24659: Some formatting changes helping to minimize the 3_2_0 diffVolker Lendecke1-3/+3
2007-10-10r24498: More extra code into a function, reply_openerror.Jeremy Allison1-93/+70
2007-10-10r24474: Map error value NT_STATUS_OBJECT_NAME_COLLISIONJeremy Allison1-34/+24
2007-10-10r24433: Convert reply_ntrename to the new APIVolker Lendecke1-30/+51
2007-10-10r24403: Remove reply_prep_legacy from send_nttrans_repliesVolker Lendecke1-48/+50
2007-10-10r24401: Push reply_prep_legacy into send_nt_repliesVolker Lendecke1-48/+32
2007-10-10r24399: Change change_notify_reply to use send_nt_replies_newVolker Lendecke1-1/+1
2007-10-10r24398: Convert call_nt_transact_notify_change to the new APIVolker Lendecke1-41/+31
2007-10-10r24394: Convert call_nt_transact_rename to the new APIVolker Lendecke1-38/+27
2007-10-10r24393: Convert call_nt_transact_set_user_quota to the new APIVolker Lendecke1-38/+35
2007-10-10r24391: Convert call_nt_transact_get_user_quota to the new APIVolker Lendecke1-43/+45
2007-10-10r24385: Convert call_nt_transact_query_security_desc to the new APIVolker Lendecke1-38/+35
2007-10-10r24384: Convert call_nt_transact_set_security_desc to the new APIVolker Lendecke1-30/+25
2007-10-10r24383: Convert call_nt_transact_ioctl to the new APIVolker Lendecke1-52/+55
2007-10-10r24382: Remove reply_prep_legacy from call_nt_transact_createVolker Lendecke1-83/+34
2007-10-10r24381: Push reply_prep_legacy into call_nt_transact_createVolker Lendecke1-68/+98
2007-10-10r24368: Push down reply_prep_legacy one levelVolker Lendecke1-55/+167
2007-10-10r24367: Push reply_prep_legacy into handle_nttransVolker Lendecke1-47/+32
2007-10-10r24361: Push reply_prep_legacy down in reply_nttrans[s]Volker Lendecke1-53/+64
2007-10-10r24359: Fix the buildVolker Lendecke1-1/+1
2007-10-10r24358: Push reply_prep_legacy into reply_nttrans[s]Volker Lendecke1-21/+53
2007-10-10r24357: Check wct in reply_nttrans[s]Volker Lendecke1-6/+21
2007-10-10r24356: Add send_nt_replies_new wrapperVolker Lendecke1-0/+18
2007-10-10r24312: revision 24091 removed the 'FORCE'...Stefan Metzmacher1-1/+1
2007-10-10r24310: we should not call END_PROFILE(SMBntcreateX); twice...Stefan Metzmacher1-1/+0
2007-10-10r24254: Fix a segfault in r24102Volker Lendecke1-1/+3
2007-10-10r24145: Fix a commentVolker Lendecke1-2/+2
2007-10-10r24130: Explicitly pass flags2 to srvstr_pushVolker Lendecke1-1/+4
2007-10-10r24102: Pass the fid instead of inbuf and an offset to file_fsp.Volker Lendecke1-9/+9
2007-10-10r24100: Convert reply_ntcancel to the new APIVolker Lendecke1-8/+6
2007-10-10r24097: Convert reply_ntcreate_and_X_quota to the new APIVolker Lendecke1-31/+14
2007-10-10r24092: Convert do_ntcreate_pipe_open to the new APIVolker Lendecke1-25/+67
2007-10-10r24091: Convert reply_ntcreate_and_X to the new APIVolker Lendecke1-63/+109
2007-10-10r24090: Separate parsing in reply_ntcreate_and_XVolker Lendecke1-18/+32
2007-10-10r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...Volker Lendecke1-3/+3
2007-10-10r23939: Fixes for notify returns. Returned param value must fix insideJeremy Allison1-2/+3
2007-10-10r23903: Fix a potential reason for the segfault Steve foundVolker Lendecke1-0/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23768: Get rid of the three global variables for the case semantics. I thinkVolker Lendecke1-64/+70
2007-10-10r23765: Another error-path restore_case_semantics().Volker Lendecke1-0/+1
2007-10-10r23764: Do restore_case_semantics in an error path. Jeremy, please check!Volker Lendecke1-0/+1
2007-10-10r23761: Rename reduce_name to check_reduced_nameVolker Lendecke1-1/+1
2007-10-10r23738: Re-add commented out code snipped that got lost by accidentVolker Lendecke1-0/+10
2007-10-10r23727: Explicitly pass down FLAGS2 to srvstr_get_path.Volker Lendecke1-11/+32