summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/clitransport.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell1-2/+2
2007-10-10r4228: make sure the caller knows the packet is in error when a signing error...Andrew Tridgell1-0/+1
2007-10-10r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher1-5/+5
2007-10-10r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell1-8/+8
2007-10-10r3481: split out client.h and events.hAndrew Tridgell1-0/+1
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell1-0/+1
2007-10-10r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell1-0/+1
2007-10-10r3385: when discarding a unmatched reply print the command type to help debug...Andrew Tridgell1-1/+2
2007-10-10r3354: honor "max xmit" and "max mux" from smb.conf in our client code. ThisAndrew Tridgell1-1/+4
2007-10-10r3319: fixed a bug in the client library found by the new non-block testing codeAndrew Tridgell1-10/+0
2007-10-10r3315: converted the libcli/raw/ code to use the generic socket library. ThisAndrew Tridgell1-3/+3
2007-10-10r3017: nicer memory handling for event_context_merge()Andrew Tridgell1-1/+0
2007-10-10r3016: - converted the events code to tallocAndrew Tridgell1-1/+1
2007-10-10r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...Andrew Tridgell1-2/+1
2007-10-10r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell1-17/+17
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