summaryrefslogtreecommitdiffstats
path: root/source4/libcli/raw/clitransport.c
Commit message (Expand)AuthorAgeFilesLines
* r5322: removed a whole bunch of #include lines that minimal_includes.plAndrew Tridgell2007-10-101-1/+0
* r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell2007-10-101-0/+1
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-101-1/+1
* r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell2007-10-101-1/+0
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-101-17/+28
* r4954: we don't need the separate event_remove_*() calls any more, as you nowAndrew Tridgell2007-10-101-1/+1
* r4951: some of the code dealing with libcli was getting too complex trying toAndrew Tridgell2007-10-101-5/+8
* r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell2007-10-101-2/+2
* r4943: Smplified the events handling code a lot. The first source ofAndrew Tridgell2007-10-101-1/+1
* r4891: - added a generic resolve_name() async interface in libcli/resolve/,Andrew Tridgell2007-10-101-18/+29
* r4886: fixed two places where we process the send side of a socket after theAndrew Tridgell2007-10-101-0/+1
* r4811: now that the event context is at the socket level, the event cleanupAndrew Tridgell2007-10-101-1/+0
* r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell2007-10-101-1/+2
* r4767: handle the different NBT session request refusals, and map them toAndrew Tridgell2007-10-101-10/+41
* r4758: - added async support to the session request codeAndrew Tridgell2007-10-101-17/+44
* r4757: added the ability of the clisocket level of libcli to handle asyncAndrew Tridgell2007-10-101-21/+12
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-101-2/+2
* r4228: make sure the caller knows the packet is in error when a signing error...Andrew Tridgell2007-10-101-0/+1
* r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher2007-10-101-5/+5
* r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell2007-10-101-8/+8
* r3481: split out client.h and events.hAndrew Tridgell2007-10-101-0/+1
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-101-0/+1
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-101-0/+1
* r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell2007-10-101-0/+1
* r3385: when discarding a unmatched reply print the command type to help debug...Andrew Tridgell2007-10-101-1/+2
* r3354: honor "max xmit" and "max mux" from smb.conf in our client code. ThisAndrew Tridgell2007-10-101-1/+4
* r3319: fixed a bug in the client library found by the new non-block testing codeAndrew Tridgell2007-10-101-10/+0
* r3315: converted the libcli/raw/ code to use the generic socket library. ThisAndrew Tridgell2007-10-101-3/+3
* r3017: nicer memory handling for event_context_merge()Andrew Tridgell2007-10-101-1/+0
* r3016: - converted the events code to tallocAndrew Tridgell2007-10-101-1/+1
* r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...Andrew Tridgell2007-10-101-2/+1
* r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell2007-10-101-17/+17
* r2655: fixed an error in the shutdown of the sock->transport->session->treeAndrew Tridgell2007-10-101-2/+1
* r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell2007-10-101-1/+1
* r2624: - save some system calls by only trying read/write operations that sel...Andrew Tridgell2007-10-101-1/+11
* r2247: talloc_destroy -> talloc_freeTim Potter2007-10-101-1/+1
* r1985: take advantage of the new talloc in a few more placesAndrew Tridgell2007-10-101-9/+6
* r1984: this change is what you should read to understand the new talloc()Andrew Tridgell2007-10-101-2/+2
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-101-4/+4
* r1896: stricter check on packet parsing for NBT session repliesAndrew Tridgell2007-10-101-1/+1
* r1824: nicer handling of NBT session replies, and handling of bad packetsAndrew Tridgell2007-10-101-0/+6
* r1712: this should fix a bug with a spinning client when a server diesAndrew Tridgell2007-10-101-0/+4
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-101-62/+62
* r1635: when a transport dies, setup errors for all pending sends and recvs, p...Andrew Tridgell2007-10-101-0/+29
* r1634: to get signing right for async requests we must send requests inAndrew Tridgell2007-10-101-1/+1
* r1633: fixed a couple of async oplock handling errorsAndrew Tridgell2007-10-101-5/+9
* r1603: fixed in.size to not overstate the packet size by 4 bytesAndrew Tridgell2007-10-101-2/+2
* r1578: the first stage of the async client rewrite.Andrew Tridgell2007-10-101-45/+292
* r1462: GENSEC Kerberos and SPENGO work:Andrew Bartlett2007-10-101-1/+3
* r1345: add extended security spnego support to the smb clientStefan Metzmacher2007-10-101-0/+1