summaryrefslogtreecommitdiffstats
path: root/source3/smbd/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r23206: remove unreachable codeGerald Carter2007-10-101-3/+0
* r23183: Check in a change made by Tridge:Volker Lendecke2007-10-101-4/+2
* r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-10-101-1/+1
* r22492: Add objectid code.Jeremy Allison2007-10-101-10/+23
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-101-25/+31
* r22129: Fix the nttrans create extended response for pipesJeremy Allison2007-10-101-5/+44
* r22128: Fix the pipe open response with EXTENDED_RESPONSE_REQUIREDJeremy Allison2007-10-101-1/+24
* r22124: Wow - NTCreateX sets the word count to 42, but returns 50 onJeremy Allison2007-10-101-1/+7
* r22123: Try and fix the csc (#4404) bug by supporting the extendedJeremy Allison2007-10-101-7/+18
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-1/+1
* r21800: Check-in the DFS rewrite. I am still testing this but itJeremy Allison2007-10-101-8/+25
* r21754: Volker is completely correct. There's no need forJeremy Allison2007-10-101-5/+16
* r21748: More cosmetic alignment. One change to call_nt_transact_create(): We ...Volker Lendecke2007-10-101-11/+14
* r21747: Cosmetic checkin to bring ntcreate and nttranscreate closer togetherVolker Lendecke2007-10-101-13/+19
* r21714: Change the VFS interface to use struct timespecJeremy Allison2007-10-101-1/+1
* r21672: The cannonical file access pattern should look like this :Jeremy Allison2007-10-101-19/+20
* r21191: Add in the POSIX open/mkdir/unlink calls.Jeremy Allison2007-10-101-10/+16
* r21123: Make notify_fsp() static to notify.c.Volker Lendecke2007-10-101-36/+3