summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r11635: fix a handling of packet_send in the smb client libStefan Metzmacher2007-10-101-1/+10
* r11634: - make crc table staticStefan Metzmacher2007-10-102-3/+3
* r11633: Fix some more warnings.Tim Potter2007-10-101-0/+13
* r11632: removed 2 unused functionsAndrew Tridgell2007-10-101-33/+0
* r11631: fixed a signed/unsigned warningAndrew Tridgell2007-10-102-2/+2
* r11630: another fix for over-reading in the packet code. This time get theAndrew Tridgell2007-10-101-4/+12
* r11629: fixed a bug found with the socket:testnonblock code. With randomisedAndrew Tridgell2007-10-101-0/+1
* r11628: fixed a valgrind error in the rpc echo testAndrew Tridgell2007-10-101-1/+1
* r11627: give the caller much more control over the stream to packet process,Andrew Tridgell2007-10-103-14/+66
* r11626: Fix unhandled enum in case statement warnings by noting appropriatelyTim Potter2007-10-105-0/+83
* r11625: NULL terminate list of strings. For some reason this wasn't causing aTim Potter2007-10-101-0/+1
* r11624: Use enum names instead of magic numbers.Tim Potter2007-10-101-2/+2
* r11623: convert the dcerpc socket layer to the generic packet codeAndrew Tridgell2007-10-101-149/+61
* r11622: convert the ldap server to the generic packet codeAndrew Tridgell2007-10-102-178/+103
* r11621: some minor fixes from comments by metzeAndrew Tridgell2007-10-102-3/+7
* r11620: switch the ldap client code over to using the generic packet codeAndrew Tridgell2007-10-104-173/+156
* r11619: use the 32 bit length helper in the kdc.Andrew Tridgell2007-10-101-23/+1
* r11618: added a generic '32 bit length prefix' full packet helper to the pack...Andrew Tridgell2007-10-102-4/+21