summaryrefslogtreecommitdiffstats
path: root/source4/libcli/raw/clisocket.c
Commit message (Expand)AuthorAgeFilesLines
* r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij2008-01-021-2/+5
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-211-25/+11
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-211-3/+3
* r26335: Specify name_resolve_order to socket code.Jelmer Vernooij2007-12-211-0/+1
* r26266: Remove more global_loadparm uses.Jelmer Vernooij2007-12-211-1/+2
* r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij2007-12-211-1/+1
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-2/+2
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r14372: fix bug found by sparseStefan Metzmacher2007-10-101-1/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r11982: ensure the fde event gets freed before the socket itself, as otherwiseAndrew Tridgell2007-10-101-4/+4
* r11632: removed 2 unused functionsAndrew Tridgell2007-10-101-33/+0
* r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports inVolker Lendecke2007-10-101-184/+140
* r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher2007-10-101-8/+8
* r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000Andrew Tridgell2007-10-101-1/+1
* r8407: fixed a bug left over from our old socket code.Andrew Tridgell2007-10-101-23/+8
* r7705: prevent SIGPIPE. this is what causes BASE-NEGNOWAIT to sometimes failAndrew Tridgell2007-10-101-0/+3
* r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2007-10-101-12/+16
* 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/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-101-16/+11
* r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell2007-10-101-7/+7
* r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell2007-10-101-2/+1
* r4943: Smplified the events handling code a lot. The first source ofAndrew Tridgell2007-10-101-17/+3
* r4938: allow the caller to supply an existing event_context if they want toAndrew Tridgell2007-10-101-2/+8
* r4924: continue the effort to simplify and generalise the compositeAndrew Tridgell2007-10-101-3/+4
* r4891: - added a generic resolve_name() async interface in libcli/resolve/,Andrew Tridgell2007-10-101-5/+11
* r4811: now that the event context is at the socket level, the event cleanupAndrew Tridgell2007-10-101-0/+13
* r4791: used the new talloc type safety macros to make the "void *private"Andrew Tridgell2007-10-101-2/+2
* r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell2007-10-101-0/+2
* r4765: simplify the async socket code to always go via the event handlerAndrew Tridgell2007-10-101-18/+9
* r4757: added the ability of the clisocket level of libcli to handle asyncAndrew Tridgell2007-10-101-47/+197
* r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher2007-10-101-2/+2
* r3443: the next stage in the include files re-organisation.Andrew Tridgell2007-10-101-3/+3
* r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell2007-10-101-0/+1
* r3315: converted the libcli/raw/ code to use the generic socket library. ThisAndrew Tridgell2007-10-101-37/+46
* r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell2007-10-101-2/+2
* r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell2007-10-101-13/+15
* r2655: fixed an error in the shutdown of the sock->transport->session->treeAndrew Tridgell2007-10-101-0/+1
* r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell2007-10-101-1/+1
* r2621: - now that the client code is non-blocking, we no longer needAndrew Tridgell2007-10-101-2/+2
* r2184: use the smb.conf socket options for client code tooAndrew Tridgell2007-10-101-0/+1
* r2040: fixed a memory handling error in clisocket (caught with valgrind)Andrew Tridgell2007-10-101-2/+2
* r1985: take advantage of the new talloc in a few more placesAndrew Tridgell2007-10-101-16/+7
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-101-1/+1
* r1910: this should not be a local var in this blockStefan Metzmacher2007-10-101-1/+1
* r1819: changed "smb ports" to be a LIST parameter type in loadparm (its a cla...Andrew Tridgell2007-10-101-2/+9
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-101-17/+17