summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r11623: convert the dcerpc socket layer to the generic packet codeAndrew Tridgell1-149/+61
2007-10-10r11622: convert the ldap server to the generic packet codeAndrew Tridgell2-178/+103
2007-10-10r11621: some minor fixes from comments by metzeAndrew Tridgell2-3/+7
2007-10-10r11620: switch the ldap client code over to using the generic packet codeAndrew Tridgell4-173/+156
2007-10-10r11619: use the 32 bit length helper in the kdc.Andrew Tridgell1-23/+1
2007-10-10r11618: added a generic '32 bit length prefix' full packet helper to the pack...Andrew Tridgell2-4/+21
2007-10-10r11616: Replace old crc32 code with one from the FreeBSD tree.Jeremy Allison1-56/+92
2007-10-10r11611: don't use unions without a instance name, not all compilers support t...Stefan Metzmacher1-2/+2
2007-10-10r11609: fixed handling of one way requests with new send codeAndrew Tridgell1-3/+4
2007-10-10r11608: switched the kdc to use the generic packet send codeAndrew Tridgell1-40/+10
2007-10-10r11607: switched the smb server to use the generic packet send codeAndrew Tridgell3-51/+13
2007-10-10r11606: use the generic packet send code in libcli/raw/Andrew Tridgell1-77/+23
2007-10-10r11605: added handling of the send queue to the generic packet handling codeAndrew Tridgell2-0/+65
2007-10-10r11604: converted the kdc code to use the new packet lib. Andrew, I'm not sureAndrew Tridgell1-78/+67
2007-10-10r11603: converted the smb server to use the new generic packet codeAndrew Tridgell3-101/+36
2007-10-10r11602: added packet_set_serialise() to allow the generic packet layer toAndrew Tridgell2-0/+29
2007-10-10r11601: try to fix the build on IRIX 6.5 us4Stefan Metzmacher1-0/+3
2007-10-10r11600: remove unused codeStefan Metzmacher2-1678/+0