summaryrefslogtreecommitdiffstats
path: root/source4/libcli/raw/clitransport.c
Commit message (Expand)AuthorAgeFilesLines
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-8/+9
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-3/+4
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23138: added a raw interface for SMBecho operationsAndrew Tridgell2007-10-101-0/+68
* r23057: only call the async recv function for the first pending receive, notAndrew Tridgell2007-10-101-2/+5
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r17020: pass the real error to the failing requestsStefan Metzmacher2007-10-101-4/+8
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-101-5/+2
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* 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