summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r24224: Check wct in reply_transVolker Lendecke1-4/+19
2007-10-10r24223: Convert reply_echo to the new APIVolker Lendecke4-26/+45
2007-10-10r24167: Fix Coverity ID 365Volker Lendecke1-10/+7
2007-10-10r24166: Fix Coverity ID 391Volker Lendecke1-1/+1
2007-10-10r24165: Fix Coverity ID 369.Volker Lendecke1-5/+5
2007-10-10r24164: Fix for write cache corruption bug reported by Jean-Francois Panisset...Jeremy Allison1-10/+20
2007-10-10r24163: Remove the send_trans2_replies_new wrapperVolker Lendecke2-89/+90
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 Lendecke2-12/+17
2007-10-10r24159: Convert reply_transs2 to the new APIVolker Lendecke2-47/+41
2007-10-10r24158: SE_GROUP_RESOURCE in the other_sids list apparently means aGerald Carter2-2/+2
2007-10-10r24156: Convert reply_trans2 to the new APIVolker Lendecke2-57/+53
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-10r24145: Fix a commentVolker Lendecke1-2/+2
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-10r24141: Add check_fsp as a replacement for CHECK_FSPVolker Lendecke1-0/+27
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 Lendecke5-38/+77
2007-10-10r24134: talloc smb_request for handle_trans2Volker Lendecke1-6/+27
2007-10-10r24133: Explicitly pass flags2 down to push_string_fnVolker Lendecke4-9/+24
2007-10-10r24131: - make it more clear what the different min and max fields meanStefan Metzmacher3-41/+53
2007-10-10r24130: Explicitly pass flags2 to srvstr_pushVolker Lendecke6-35/+83
2007-10-10r24128: fix double free in error pathStefan Metzmacher1-6/+7
2007-10-10r24125: use TALLOC_FREE()Stefan Metzmacher1-2/+2
2007-10-10r24123: add file_id_create() to some vfs modulesStefan Metzmacher1-0/+22
2007-10-10r24120: add a file_id_create() hook into the VFS layerStefan Metzmacher10-18/+39
2007-10-10r24119: Convert reply_exit to the new APIVolker Lendecke2-7/+5
2007-10-10r24117: use locking_key() instead of forming the TDB_DATA keyStefan Metzmacher1-4/+1
2007-10-10r24115: try to get the file name and share patch for printingStefan Metzmacher1-4/+17
2007-10-10r24113: some little fixes to get the correct error messageStefan Metzmacher2-2/+6
2007-10-10r24107: Fix bug 4849. Thanks to Matthijs Kooijman <matthijs@stdin.nl>Volker Lendecke1-1/+1
2007-10-10r24106: Pass fnum instead of buf/offset into get_rpc_pipe_pVolker Lendecke3-8/+6
2007-10-10r24104: fix the build, sorry...Stefan Metzmacher1-3/+4
2007-10-10r24103: add some useful debug messages, as not all LDAPStefan Metzmacher1-3/+19
2007-10-10r24102: Pass the fid instead of inbuf and an offset to file_fsp.Volker Lendecke4-42/+38