summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/clitransport.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2655: fixed an error in the shutdown of the sock->transport->session->treeAndrew Tridgell1-2/+1
2007-10-10r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell1-1/+1
2007-10-10r2624: - save some system calls by only trying read/write operations that sel...Andrew Tridgell1-1/+11
2007-10-10r2247: talloc_destroy -> talloc_freeTim Potter1-1/+1
2007-10-10r1985: take advantage of the new talloc in a few more placesAndrew Tridgell1-9/+6
2007-10-10r1984: this change is what you should read to understand the new talloc()Andrew Tridgell1-2/+2
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell1-4/+4
2007-10-10r1896: stricter check on packet parsing for NBT session repliesAndrew Tridgell1-1/+1
2007-10-10r1824: nicer handling of NBT session replies, and handling of bad packetsAndrew Tridgell1-0/+6
2007-10-10r1712: this should fix a bug with a spinning client when a server diesAndrew Tridgell1-0/+4
2007-10-10r1654: rename cli_ -> smbcli_Stefan Metzmacher1-62/+62
2007-10-10r1635: when a transport dies, setup errors for all pending sends and recvs, p...Andrew Tridgell1-0/+29
2007-10-10r1634: to get signing right for async requests we must send requests inAndrew Tridgell1-1/+1
2007-10-10r1633: fixed a couple of async oplock handling errorsAndrew Tridgell1-5/+9
2007-10-10r1603: fixed in.size to not overstate the packet size by 4 bytesAndrew Tridgell1-2/+2
2007-10-10r1578: the first stage of the async client rewrite.Andrew Tridgell1-45/+292
2007-10-10r1462: GENSEC Kerberos and SPENGO work:Andrew Bartlett1-1/+3
2007-10-10r1345: add extended security spnego support to the smb clientStefan Metzmacher1-0/+1
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-2/+2
2007-10-10r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.Andrew Bartlett1-8/+0
2007-10-10r335: added much better handling of servers that die unexpectedly during aAndrew Tridgell1-0/+8
2007-10-10r100: remember the user session key during session setup so it can be used in...Andrew Tridgell1-0/+9
2003-11-17added OpenPrinter and a test function. Note that the Samba3 structureAndrew Tridgell1-0/+6
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+218