summaryrefslogtreecommitdiffstats
path: root/source3/smbd/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
...
* r24474: Map error value NT_STATUS_OBJECT_NAME_COLLISIONJeremy Allison2007-10-101-34/+24
* r24433: Convert reply_ntrename to the new APIVolker Lendecke2007-10-101-30/+51
* r24403: Remove reply_prep_legacy from send_nttrans_repliesVolker Lendecke2007-10-101-48/+50
* r24401: Push reply_prep_legacy into send_nt_repliesVolker Lendecke2007-10-101-48/+32
* r24399: Change change_notify_reply to use send_nt_replies_newVolker Lendecke2007-10-101-1/+1
* r24398: Convert call_nt_transact_notify_change to the new APIVolker Lendecke2007-10-101-41/+31
* r24394: Convert call_nt_transact_rename to the new APIVolker Lendecke2007-10-101-38/+27
* r24393: Convert call_nt_transact_set_user_quota to the new APIVolker Lendecke2007-10-101-38/+35
* r24391: Convert call_nt_transact_get_user_quota to the new APIVolker Lendecke2007-10-101-43/+45
* r24385: Convert call_nt_transact_query_security_desc to the new APIVolker Lendecke2007-10-101-38/+35
* r24384: Convert call_nt_transact_set_security_desc to the new APIVolker Lendecke2007-10-101-30/+25
* r24383: Convert call_nt_transact_ioctl to the new APIVolker Lendecke2007-10-101-52/+55
* r24382: Remove reply_prep_legacy from call_nt_transact_createVolker Lendecke2007-10-101-83/+34
* r24381: Push reply_prep_legacy into call_nt_transact_createVolker Lendecke2007-10-101-68/+98
* r24368: Push down reply_prep_legacy one levelVolker Lendecke2007-10-101-55/+167
* r24367: Push reply_prep_legacy into handle_nttransVolker Lendecke2007-10-101-47/+32
* r24361: Push reply_prep_legacy down in reply_nttrans[s]Volker Lendecke2007-10-101-53/+64
* r24359: Fix the buildVolker Lendecke2007-10-101-1/+1
* r24358: Push reply_prep_legacy into reply_nttrans[s]Volker Lendecke2007-10-101-21/+53
* r24357: Check wct in reply_nttrans[s]Volker Lendecke2007-10-101-6/+21
* r24356: Add send_nt_replies_new wrapperVolker Lendecke2007-10-101-0/+18
* r24312: revision 24091 removed the 'FORCE'...Stefan Metzmacher2007-10-101-1/+1
* r24310: we should not call END_PROFILE(SMBntcreateX); twice...Stefan Metzmacher2007-10-101-1/+0
* r24254: Fix a segfault in r24102Volker Lendecke2007-10-101-1/+3
* r24145: Fix a commentVolker Lendecke2007-10-101-2/+2
* r24130: Explicitly pass flags2 to srvstr_pushVolker Lendecke2007-10-101-1/+4
* r24102: Pass the fid instead of inbuf and an offset to file_fsp.Volker Lendecke2007-10-101-9/+9
* r24100: Convert reply_ntcancel to the new APIVolker Lendecke2007-10-101-8/+6
* r24097: Convert reply_ntcreate_and_X_quota to the new APIVolker Lendecke2007-10-101-31/+14
* r24092: Convert do_ntcreate_pipe_open to the new APIVolker Lendecke2007-10-101-25/+67
* r24091: Convert reply_ntcreate_and_X to the new APIVolker Lendecke2007-10-101-63/+109
* r24090: Separate parsing in reply_ntcreate_and_XVolker Lendecke2007-10-101-18/+32
* r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...Volker Lendecke2007-10-101-3/+3
* r23939: Fixes for notify returns. Returned param value must fix insideJeremy Allison2007-10-101-2/+3
* r23903: Fix a potential reason for the segfault Steve foundVolker Lendecke2007-10-101-0/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23768: Get rid of the three global variables for the case semantics. I thinkVolker Lendecke2007-10-101-64/+70
* r23765: Another error-path restore_case_semantics().Volker Lendecke2007-10-101-0/+1
* r23764: Do restore_case_semantics in an error path. Jeremy, please check!Volker Lendecke2007-10-101-0/+1
* r23761: Rename reduce_name to check_reduced_nameVolker Lendecke2007-10-101-1/+1
* r23738: Re-add commented out code snipped that got lost by accidentVolker Lendecke2007-10-101-0/+10
* r23727: Explicitly pass down FLAGS2 to srvstr_get_path.Volker Lendecke2007-10-101-11/+32
* r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The nextVolker Lendecke2007-10-101-1/+2
* r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_requestVolker Lendecke2007-10-101-22/+31
* r23640: When we support the SeSecurity privilage, this is whereJeremy Allison2007-10-101-0/+21
* r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chownJeremy Allison2007-10-101-9/+3
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-101-1/+1
* r23450: max_params_return is complete fiction when getting a changenotifyJeremy Allison2007-10-101-4/+2
* r23346: Fix offline caching with XP/Vista. It was an off-by-oneJeremy Allison2007-10-101-4/+4