summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/clitransport.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23138: added a raw interface for SMBecho operationsAndrew Tridgell1-0/+68
2007-10-10r23057: only call the async recv function for the first pending receive, notAndrew Tridgell1-2/+5
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r17020: pass the real error to the failing requestsStefan Metzmacher1-4/+8
2007-10-10r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell1-5/+2
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
2007-10-10r12725: some minor updatesStefan Metzmacher1-1/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+1
2007-10-10r11982: ensure the fde event gets freed before the socket itself, as otherwiseAndrew Tridgell1-1/+1
2007-10-10r11812: Convert winbind to the async bind routines. Also remove tridge's hack...Volker Lendecke1-4/+0
2007-10-10r11714: put in a workaround for a winbind problem volker asked me about. TheAndrew Tridgell1-1/+4
2007-10-10r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell1-1/+2
2007-10-10r11669: - make sure req is initializedStefan Metzmacher1-1/+4
2007-10-10r11660: - the libcli/raw/ lib no longer uses the SMBCLI_REQUEST_SEND state, orAndrew Tridgell1-6/+0
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