summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r11708: Fix allocation of too small buffer to hold ip address.Rafal Szczesniak2007-10-101-1/+1
* r11705: Fix segfaulting create user function.Rafal Szczesniak2007-10-101-0/+4
* r11700: added structure definitions for many of the getinfo structuresAndrew Tridgell2007-10-101-1/+100
* r11699: use create_complex_file() to setup a file with a wide range ofAndrew Tridgell2007-10-101-0/+29
* r11698: added some more level namesAndrew Tridgell2007-10-101-3/+4
* r11697: - added a generic SMB2 getinfo callAndrew Tridgell2007-10-1012-31/+249
* r11696: added a few more opcode namesAndrew Tridgell2007-10-101-0/+3
* r11695: added SMB2-SCAN torture test for scanning for active SMB2 opcodesAndrew Tridgell2007-10-104-15/+81
* r11694: fixed 2 valgrind errorsAndrew Tridgell2007-10-102-2/+2
* r11693: added a full async composite function for SMB2 that does:Andrew Tridgell2007-10-103-105/+289
* r11692: added a full composite (async) spnego session setup for SMB2. ThisAndrew Tridgell2007-10-105-68/+164
* r11691: added reply buffer code checks and oplock flags for create request/replyAndrew Tridgell2007-10-108-36/+80
* r11687: filled in 3 more fields in the close replyAndrew Tridgell2007-10-103-10/+9
* r11683: fixed create callAndrew Tridgell2007-10-101-2/+2
* r11682: filled in access_mask in tcon replyAndrew Tridgell2007-10-102-5/+5
* r11681: filled in a few more smb2_create() fieldsAndrew Tridgell2007-10-103-47/+52
* r11680: added smb2_close(). This also demonstrates that file handles are 16Andrew Tridgell2007-10-106-19/+166
* r11679: opening/creating files in SMB2 now works. Lots of unknown parametersAndrew Tridgell2007-10-108-8/+228
* r11678: - add suport for sgroup,replica vs. sgroup,replica testsStefan Metzmacher2007-10-101-158/+114
* r11677: print leading zerosStefan Metzmacher2007-10-101-2/+2
* r11676: as tridge uses 0x%llx in his latest commits...Stefan Metzmacher2007-10-103-15/+6
* r11675: a more general way of getting rid of compiler warnings and errorsStefan Metzmacher2007-10-102-2/+2
* r11674: SMB2 tree connect now works. We do 2 session setups and 2 treeAndrew Tridgell2007-10-107-3/+215
* r11673: - update the max_version of the owner when we get some recordsStefan Metzmacher2007-10-101-3/+196
* r11672: - add support for special group merge testsStefan Metzmacher2007-10-101-2/+170
* r11671: - make sure req is initializedStefan Metzmacher2007-10-101-4/+8
* r11670: fix the buildStefan Metzmacher2007-10-101-2/+1
* r11669: - make sure req is initializedStefan Metzmacher2007-10-101-1/+4
* r11668: yay! we get a successful session setup with SMB2, and get back a 64bi...Andrew Tridgell2007-10-107-30/+114
* r11666: filled in the basic session setup. Vista happily accepts the firstAndrew Tridgell2007-10-104-6/+120
* r11665: started to put some meat on the structure used for the SMB2 libraryAndrew Tridgell2007-10-109-50/+213
* r11664: forgot to commit the structs.h changeAndrew Tridgell2007-10-101-0/+3
* r11663: start of a SMB2 torture test. Just does a negprot and prints some fie...Andrew Tridgell2007-10-104-2/+91
* r11662: the beginnings of a SMB2 client library. Very hackish, meant for expe...Andrew Tridgell2007-10-106-0/+689
* r11660: - the libcli/raw/ lib no longer uses the SMBCLI_REQUEST_SEND state, orAndrew Tridgell2007-10-103-27/+2
* r11659: allow the max runtime for smbtorture and smbd to be controlled on aAndrew Tridgell2007-10-102-5/+8
* r11650: - as every call that goes down to the ntvfs layer need a valid tcon a...Stefan Metzmacher2007-10-102-9/+51
* r11649: - add support for ntcancel replies (they only happen in error cases,Stefan Metzmacher2007-10-103-0/+49
* r11648: fix some bugs...Stefan Metzmacher2007-10-103-5/+5
* r11647: add smbcli_ prefixStefan Metzmacher2007-10-102-2/+2
* r11646: fix typosStefan Metzmacher2007-10-101-2/+2
* r11644: free the buffer when it's not usedStefan Metzmacher2007-10-101-0/+2
* r11643: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r11642: add some error checksStefan Metzmacher2007-10-101-2/+8
* r11641: remove unused parameter vuidStefan Metzmacher2007-10-101-8/+3
* r11640: just a nicer format, and make adding more special cases easierStefan Metzmacher2007-10-101-5/+8
* r11639: fixed some create_time tests that should be change_time testsAndrew Tridgell2007-10-101-5/+5
* r11638: fixed handling of null volume name in RAW-QFSINFO testAndrew Tridgell2007-10-101-4/+4
* r11637: we need a session and a tcon for ntioctl() and ntrename()Stefan Metzmacher2007-10-101-3/+3
* r11636: a bit neater solution to the nt_cancel problemAndrew Tridgell2007-10-103-11/+19