summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r11687: filled in 3 more fields in the close replyAndrew Tridgell3-10/+9
2007-10-10r11683: fixed create callAndrew Tridgell1-2/+2
2007-10-10r11682: filled in access_mask in tcon replyAndrew Tridgell2-5/+5
2007-10-10r11681: filled in a few more smb2_create() fieldsAndrew Tridgell3-47/+52
2007-10-10r11680: added smb2_close(). This also demonstrates that file handles are 16Andrew Tridgell6-19/+166
2007-10-10r11679: opening/creating files in SMB2 now works. Lots of unknown parametersAndrew Tridgell8-8/+228
2007-10-10r11678: - add suport for sgroup,replica vs. sgroup,replica testsStefan Metzmacher1-158/+114
2007-10-10r11677: print leading zerosStefan Metzmacher1-2/+2
2007-10-10r11676: as tridge uses 0x%llx in his latest commits...Stefan Metzmacher3-15/+6
2007-10-10r11675: a more general way of getting rid of compiler warnings and errorsStefan Metzmacher2-2/+2
2007-10-10r11674: SMB2 tree connect now works. We do 2 session setups and 2 treeAndrew Tridgell7-3/+215
2007-10-10r11673: - update the max_version of the owner when we get some recordsStefan Metzmacher1-3/+196
2007-10-10r11672: - add support for special group merge testsStefan Metzmacher1-2/+170
2007-10-10r11671: - make sure req is initializedStefan Metzmacher1-4/+8
2007-10-10r11670: fix the buildStefan Metzmacher1-2/+1
2007-10-10r11669: - make sure req is initializedStefan Metzmacher1-1/+4
2007-10-10r11668: yay! we get a successful session setup with SMB2, and get back a 64bi...Andrew Tridgell7-30/+114
2007-10-10r11666: filled in the basic session setup. Vista happily accepts the firstAndrew Tridgell4-6/+120
2007-10-10r11665: started to put some meat on the structure used for the SMB2 libraryAndrew Tridgell9-50/+213
2007-10-10r11664: forgot to commit the structs.h changeAndrew Tridgell1-0/+3
2007-10-10r11663: start of a SMB2 torture test. Just does a negprot and prints some fie...Andrew Tridgell4-2/+91
2007-10-10r11662: the beginnings of a SMB2 client library. Very hackish, meant for expe...Andrew Tridgell6-0/+689
2007-10-10r11660: - the libcli/raw/ lib no longer uses the SMBCLI_REQUEST_SEND state, orAndrew Tridgell3-27/+2
2007-10-10r11659: allow the max runtime for smbtorture and smbd to be controlled on aAndrew Tridgell2-5/+8
2007-10-10r11650: - as every call that goes down to the ntvfs layer need a valid tcon a...Stefan Metzmacher2-9/+51
2007-10-10r11649: - add support for ntcancel replies (they only happen in error cases,Stefan Metzmacher3-0/+49
2007-10-10r11648: fix some bugs...Stefan Metzmacher3-5/+5
2007-10-10r11647: add smbcli_ prefixStefan Metzmacher2-2/+2
2007-10-10r11646: fix typosStefan Metzmacher1-2/+2
2007-10-10r11644: free the buffer when it's not usedStefan Metzmacher1-0/+2
2007-10-10r11643: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r11642: add some error checksStefan Metzmacher1-2/+8
2007-10-10r11641: remove unused parameter vuidStefan Metzmacher1-8/+3
2007-10-10r11640: just a nicer format, and make adding more special cases easierStefan Metzmacher1-5/+8
2007-10-10r11639: fixed some create_time tests that should be change_time testsAndrew Tridgell1-5/+5
2007-10-10r11638: fixed handling of null volume name in RAW-QFSINFO testAndrew Tridgell1-4/+4
2007-10-10r11637: we need a session and a tcon for ntioctl() and ntrename()Stefan Metzmacher1-3/+3
2007-10-10r11636: a bit neater solution to the nt_cancel problemAndrew Tridgell3-11/+19
2007-10-10r11635: fix a handling of packet_send in the smb client libStefan Metzmacher1-1/+10
2007-10-10r11634: - make crc table staticStefan Metzmacher2-3/+3
2007-10-10r11633: Fix some more warnings.Tim Potter1-0/+13
2007-10-10r11632: removed 2 unused functionsAndrew Tridgell1-33/+0
2007-10-10r11631: fixed a signed/unsigned warningAndrew Tridgell2-2/+2
2007-10-10r11630: another fix for over-reading in the packet code. This time get theAndrew Tridgell1-4/+12
2007-10-10r11629: fixed a bug found with the socket:testnonblock code. With randomisedAndrew Tridgell1-0/+1
2007-10-10r11628: fixed a valgrind error in the rpc echo testAndrew Tridgell1-1/+1
2007-10-10r11627: give the caller much more control over the stream to packet process,Andrew Tridgell3-14/+66
2007-10-10r11626: Fix unhandled enum in case statement warnings by noting appropriatelyTim Potter5-0/+83
2007-10-10r11625: NULL terminate list of strings. For some reason this wasn't causing aTim Potter1-0/+1
2007-10-10r11624: Use enum names instead of magic numbers.Tim Potter1-2/+2