summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15767: we need to free hereStefan Metzmacher1-1/+1
2007-10-10r15766: fix parsing of srvsvc_NetGetFileSecurity() and srvsvc_NetSetFileSecur...Stefan Metzmacher1-4/+5
2007-10-10r15762: It make no sense for rdn_name to implement modify, it will need to im...Simo Sorce1-138/+0
2007-10-10r15761: Fix-as-you-go ...Simo Sorce4-46/+35
2007-10-10r15760: - add RAW_READ_SMB2 => generic mappingStefan Metzmacher2-4/+61
2007-10-10r15759: samba4 currently only supports read sizes up to with UINT16_MAXStefan Metzmacher1-0/+2
2007-10-10r15758: - handle RAW_FLUSH_SMB2 in the posix ntvfs backendStefan Metzmacher2-2/+30
2007-10-10r15757: - add RAW_WRITE_SMB2 => generic mappingStefan Metzmacher2-1/+49
2007-10-10r15756: handle RAW_OPEN_SMB2Stefan Metzmacher1-0/+3
2007-10-10r15754: - implement SMB2 CloseStefan Metzmacher2-3/+43
2007-10-10r15753: implement SMB2 CreateStefan Metzmacher2-1/+150
2007-10-10r15752: - add generic mapping for RAW_OPEN_SMB2Stefan Metzmacher1-0/+32
2007-10-10r15751: thanks to talloc_get_type() I noticed that I used smbsrv_request in t...Stefan Metzmacher3-13/+22
2007-10-10r15750: don't clear after settingStefan Metzmacher1-1/+0
2007-10-10r15749: - pass in a dummy oplock callbackStefan Metzmacher1-4/+118
2007-10-10r15748: - implement SMB2 TreeConnect server codeStefan Metzmacher1-5/+105
2007-10-10r15747: move some functions to the protocol independend part of theStefan Metzmacher2-42/+34
2007-10-10r15746: - reorder elements of smb2srv_requestStefan Metzmacher1-7/+15
2007-10-10r15745: - reorder the elements of smbsrv_requestStefan Metzmacher1-10/+12
2007-10-10r15744: convert_string_talloc() handles src_len == 0 as errorStefan Metzmacher1-0/+8
2007-10-10r15743: use union smb_tconStefan Metzmacher1-16/+17
2007-10-10r15742: use union smb_sessetupStefan Metzmacher1-18/+19
2007-10-10r15741: move smb2 request structures into the main smb request structsStefan Metzmacher26-329/+453
2007-10-10r15740: add TODO, that we should check if the server supportsStefan Metzmacher1-0/+4
2007-10-10r15739: return False when the function is called with an invalid levelStefan Metzmacher1-1/+1
2007-10-10r15738: make the code more readableStefan Metzmacher1-8/+3
2007-10-10r15737: fix a typos and commentStefan Metzmacher2-3/+3
2007-10-10r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher33-409/+1060
2007-10-10r15731: module init functions should return NTSTATUS, not voidAndrew Tridgell10-10/+20
2007-10-10r15726: Comments and a couple of minor formattings in the code.Rafal Szczesniak1-57/+121
2007-10-10r15725: First shot at making password_hash asyncSimo Sorce2-12/+1077
2007-10-10r15719: Fix build on systems (AIX) that don't have vsyslog or strcasestr, withJim McDonough1-0/+2
2007-10-10r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...Stefan Metzmacher9-20/+77
2007-10-10r15716: disable the cifs_posix ntvfs backend as it will not be updatedStefan Metzmacher1-0/+1
2007-10-10r15715: add my copyrightStefan Metzmacher1-1/+2
2007-10-10r15714: fix async handling of ntioctl calls and push the DATA_BLOB into the r...Stefan Metzmacher1-22/+32
2007-10-10r15713: - initialize ntioctl.in.max_data and ntioctl.in.blobStefan Metzmacher1-1/+4
2007-10-10r15711: - make use of nttrans_setup_reply()Stefan Metzmacher1-14/+9
2007-10-10r15710: - we no longer need to set the nttrans out fields to zeroStefan Metzmacher1-11/+5
2007-10-10r15709: - return an error is better than ignoring a non supported requestStefan Metzmacher1-0/+2
2007-10-10r15708: setup count is 8bit and param_count and data_count are 32bitStefan Metzmacher1-2/+2
2007-10-10r15706: This is a very specific test that helps me in making sure I don't scr...Volker Lendecke1-0/+150
2007-10-10r15702: Fix typoJelmer Vernooij1-1/+1
2007-10-10r15694: for the cifs backend it's desired that we pull and repushStefan Metzmacher1-1/+1
2007-10-10r15693: fix the logic for the "cifs:map_trans2" parameterStefan Metzmacher1-1/+1
2007-10-10r15690: - disable the lock cancel test against samba3Stefan Metzmacher1-0/+10
2007-10-10r15689: dummy commitStefan Metzmacher1-1/+1
2007-10-10r15688: windows sends 4 as max_setup count on NT IOCTLStefan Metzmacher1-1/+1
2007-10-10r15685: let samba3 pass RAW-READ and ignore one bugStefan Metzmacher1-1/+6
2007-10-10r15684: fix option passingStefan Metzmacher1-2/+2