summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10Fix valgrind-found memory overwrite.Jeremy Allison1-2/+2
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-48/+1
2007-10-10r25184: Fix some C++ warnings and an uninitialized variableVolker Lendecke1-1/+1
2007-10-10r25163: Fix wrong ctx passed to talloc_asprintf_append().Jeremy Allison1-1/+1
2007-10-10r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison1-10/+12
2007-10-10r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison1-156/+173
2007-10-10r25111: Move to talloced pathnames on most code paths.Jeremy Allison1-49/+57
2007-10-10r25102: Rewrite msdfs code to use talloced filenames. Passes make testJeremy Allison1-28/+43
2007-10-10r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison1-94/+149
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke1-2/+2
2007-10-10r24699: Actually write 24 zeros instead of zero 24's...Volker Lendecke1-1/+1
2007-10-10r24548: Fix the case-changing renamesVolker Lendecke1-1/+20
2007-10-10r24498: More extra code into a function, reply_openerror.Jeremy Allison1-24/+4
2007-10-10r24476: Fix the mappings in reply_opeXXX calls. Now to test renames.Jeremy Allison1-1/+3
2007-10-10r24475: Fix the error mapping for SMB_POSIX_PATH_OPEN.Jeremy Allison1-0/+12
2007-10-10r24470: Start fixing up the mapping of OBJECT_NAME_COLLISIONJeremy Allison1-1/+12
2007-10-10r24444: Convert reply_find[n]close to the new APIVolker Lendecke1-13/+25
2007-10-10r24362: Initialize padding also when no params are sent backVolker Lendecke1-4/+6
2007-10-10r24320: Fix the wct checks in reply_trans2 and the reply_trans callsVolker Lendecke1-1/+1
2007-10-10r24163: Remove the send_trans2_replies_new wrapperVolker Lendecke1-88/+89
2007-10-10r24162: send_trans2_replies is now static in trans2.cVolker Lendecke1-8/+8
2007-10-10r24161: handle_trans2 takes care of errors itself, no need to do it in reply_...Volker Lendecke1-6/+0
2007-10-10r24160: process_trans2 in smbd/blocking.c used send_trans2_replies.Volker Lendecke1-6/+6
2007-10-10r24159: Convert reply_transs2 to the new APIVolker Lendecke1-46/+40
2007-10-10r24156: Convert reply_trans2 to the new APIVolker Lendecke1-56/+52
2007-10-10r24155: Check wct in reply_trans2Volker Lendecke1-5/+21
2007-10-10r24154: handle_trans2 does not reference inbuf/outbuf anymoreVolker Lendecke1-13/+9
2007-10-10r24153: Convert call_trans2setfsinfo to the new API.Volker Lendecke1-30/+57
2007-10-10r24152: Convert call_trans2ioctl to the new APIVolker Lendecke1-25/+30
2007-10-10r24151: Convert call_trans2getdfsreferral to the new APIVolker Lendecke1-17/+25
2007-10-10r24150: Convert call_trans2qfsinfo to the new APIVolker Lendecke1-36/+59
2007-10-10r24149: Convert call_trans2setfilepathinfo to the new APIVolker Lendecke1-52/+81
2007-10-10r24148: Remove some inbuf refs from subcommands of call_trans2setfilepathinfoVolker Lendecke1-37/+24
2007-10-10r24147: Remove some inbuf refs from call_trans2setfilepathinfoVolker Lendecke1-4/+6
2007-10-10r24144: Fix the buildVolker Lendecke1-7/+5
2007-10-10r24143: Convert call_trans2qfilepathinfo to the new APIVolker Lendecke1-85/+161
2007-10-10r24142: Remove some direct inbuf references from call_trans2qfilepathinfoVolker Lendecke1-4/+9
2007-10-10r24140: Convert call_trans2findnotifyfirst/next to the new APIVolker Lendecke1-24/+30
2007-10-10r24139: Convert call_trans2mkdir to the new APIVolker Lendecke1-25/+39
2007-10-10r24138: Convert call_trans2findnext to the new APIVolker Lendecke1-27/+42
2007-10-10r24137: Convert call_trans2findfirst to the new APIVolker Lendecke1-33/+55
2007-10-10r24136: get_lanman2_dir_entry() does not need access to inbuf/outbufVolker Lendecke1-39/+49
2007-10-10r24135: Convert call_trans2open to the new APIVolker Lendecke1-37/+73
2007-10-10r24134: talloc smb_request for handle_trans2Volker Lendecke1-6/+27
2007-10-10r24130: Explicitly pass flags2 to srvstr_pushVolker Lendecke1-23/+62
2007-10-10r24120: add a file_id_create() hook into the VFS layerStefan Metzmacher1-4/+10
2007-10-10r24106: Pass fnum instead of buf/offset into get_rpc_pipe_pVolker Lendecke1-1/+1
2007-10-10r24102: Pass the fid instead of inbuf and an offset to file_fsp.Volker Lendecke1-4/+4
2007-10-10r24101: Move prohibited_ea_names[] into samba_private_attr_name()Volker Lendecke1-6/+6
2007-10-10r23942: Fix issue found by Shlomi Yaakobovich <Shlomi@exanet.com> whereJeremy Allison1-5/+6