summaryrefslogtreecommitdiffstats
path: root/source4/libcli/raw/clitransport.c
Commit message (Expand)AuthorAgeFilesLines
* r12725: some minor updatesStefan Metzmacher2007-10-101-1/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+1
* r11982: ensure the fde event gets freed before the socket itself, as otherwiseAndrew Tridgell2007-10-101-1/+1
* r11812: Convert winbind to the async bind routines. Also remove tridge's hack...Volker Lendecke2007-10-101-4/+0
* r11714: put in a workaround for a winbind problem volker asked me about. TheAndrew Tridgell2007-10-101-1/+4
* r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell2007-10-101-1/+2
* r11669: - make sure req is initializedStefan Metzmacher2007-10-101-1/+4
* r11660: - the libcli/raw/ lib no longer uses the SMBCLI_REQUEST_SEND state, orAndrew Tridgell2007-10-101-6/+0
* r11649: - add support for ntcancel replies (they only happen in error cases,Stefan Metzmacher2007-10-101-0/+3
* r11647: add smbcli_ prefixStefan Metzmacher2007-10-101-1/+1
* r11644: free the buffer when it's not usedStefan Metzmacher2007-10-101-0/+2
* r11636: a bit neater solution to the nt_cancel problemAndrew Tridgell2007-10-101-10/+1
* r11635: fix a handling of packet_send in the smb client libStefan Metzmacher2007-10-101-1/+10
* r11609: fixed handling of one way requests with new send codeAndrew Tridgell2007-10-101-3/+4
* r11606: use the generic packet send code in libcli/raw/Andrew Tridgell2007-10-101-77/+23
* r11596: switched the libcli/raw/ code over to using the lib/stream/ genericAndrew Tridgell2007-10-101-75/+47
* r10754: fixed a valgrind error for unmatched SMB repliesAndrew Tridgell2007-10-101-3/+3
* r10542: if the transport is dead we need to returnStefan Metzmacher2007-10-101-0/+3
* r8407: fixed a bug left over from our old socket code.Andrew Tridgell2007-10-101-23/+33
* r8111: fixed the client library to work against w2k3 with nt status codesAndrew Tridgell2007-10-101-1/+1
* r8104: - added support for our client library to not negotiate nt status code...Andrew Tridgell2007-10-101-7/+14
* r7654: - add a timeout to all smb requests (default 60 seconds)Andrew Tridgell2007-10-101-0/+46
* 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