summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/clitransport.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r11649: - add support for ntcancel replies (they only happen in error cases,Stefan Metzmacher1-0/+3
2007-10-10r11647: add smbcli_ prefixStefan Metzmacher1-1/+1
2007-10-10r11644: free the buffer when it's not usedStefan Metzmacher1-0/+2
2007-10-10r11636: a bit neater solution to the nt_cancel problemAndrew Tridgell1-10/+1
2007-10-10r11635: fix a handling of packet_send in the smb client libStefan Metzmacher1-1/+10
2007-10-10r11609: fixed handling of one way requests with new send codeAndrew Tridgell1-3/+4
2007-10-10r11606: use the generic packet send code in libcli/raw/Andrew Tridgell1-77/+23
2007-10-10r11596: switched the libcli/raw/ code over to using the lib/stream/ genericAndrew Tridgell1-75/+47
2007-10-10r10754: fixed a valgrind error for unmatched SMB repliesAndrew Tridgell1-3/+3
2007-10-10r10542: if the transport is dead we need to returnStefan Metzmacher1-0/+3
2007-10-10r8407: fixed a bug left over from our old socket code.Andrew Tridgell1-23/+33
2007-10-10r8111: fixed the client library to work against w2k3 with nt status codesAndrew Tridgell1-1/+1
2007-10-10r8104: - added support for our client library to not negotiate nt status code...Andrew Tridgell1-7/+14
2007-10-10r7654: - add a timeout to all smb requests (default 60 seconds)Andrew Tridgell1-0/+46
2007-10-10r5322: removed a whole bunch of #include lines that minimal_includes.plAndrew Tridgell1-1/+0
2007-10-10r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell1-0/+1
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell1-1/+1
2007-10-10r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell1-1/+0
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell1-17/+28
2007-10-10r4954: we don't need the separate event_remove_*() calls any more, as you nowAndrew Tridgell1-1/+1
2007-10-10r4951: some of the code dealing with libcli was getting too complex trying toAndrew Tridgell1-5/+8
2007-10-10r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell1-2/+2
2007-10-10r4943: Smplified the events handling code a lot. The first source ofAndrew Tridgell1-1/+1
2007-10-10r4891: - added a generic resolve_name() async interface in libcli/resolve/,Andrew Tridgell1-18/+29
2007-10-10r4886: fixed two places where we process the send side of a socket after theAndrew Tridgell1-0/+1
2007-10-10r4811: now that the event context is at the socket level, the event cleanupAndrew Tridgell1-1/+0
2007-10-10r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell1-1/+2
2007-10-10r4767: handle the different NBT session request refusals, and map them toAndrew Tridgell1-10/+41
2007-10-10r4758: - added async support to the session request codeAndrew Tridgell1-17/+44
2007-10-10r4757: added the ability of the clisocket level of libcli to handle asyncAndrew Tridgell1-21/+12
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