summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/clisocket.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r14372: fix bug found by sparseStefan Metzmacher1-1/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+1
2007-10-10r11982: ensure the fde event gets freed before the socket itself, as otherwiseAndrew Tridgell1-4/+4
2007-10-10r11632: removed 2 unused functionsAndrew Tridgell1-33/+0
2007-10-10r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports inVolker Lendecke1-184/+140
2007-10-10r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher1-8/+8
2007-10-10r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000Andrew Tridgell1-1/+1
2007-10-10r8407: fixed a bug left over from our old socket code.Andrew Tridgell1-23/+8
2007-10-10r7705: prevent SIGPIPE. this is what causes BASE-NEGNOWAIT to sometimes failAndrew Tridgell1-0/+3
2007-10-10r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett1-12/+16
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/+1
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell1-16/+11
2007-10-10r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell1-7/+7
2007-10-10r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell1-2/+1
2007-10-10r4943: Smplified the events handling code a lot. The first source ofAndrew Tridgell1-17/+3
2007-10-10r4938: allow the caller to supply an existing event_context if they want toAndrew Tridgell1-2/+8
2007-10-10r4924: continue the effort to simplify and generalise the compositeAndrew Tridgell1-3/+4
2007-10-10r4891: - added a generic resolve_name() async interface in libcli/resolve/,Andrew Tridgell1-5/+11
2007-10-10r4811: now that the event context is at the socket level, the event cleanupAndrew Tridgell1-0/+13
2007-10-10r4791: used the new talloc type safety macros to make the "void *private"Andrew Tridgell1-2/+2
2007-10-10r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell1-0/+2
2007-10-10r4765: simplify the async socket code to always go via the event handlerAndrew Tridgell1-18/+9
2007-10-10r4757: added the ability of the clisocket level of libcli to handle asyncAndrew Tridgell1-47/+197
2007-10-10r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher1-2/+2
2007-10-10r3443: the next stage in the include files re-organisation.Andrew Tridgell1-3/+3
2007-10-10r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell1-0/+1
2007-10-10r3315: converted the libcli/raw/ code to use the generic socket library. ThisAndrew Tridgell1-37/+46
2007-10-10r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell1-2/+2
2007-10-10r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell1-13/+15
2007-10-10r2655: fixed an error in the shutdown of the sock->transport->session->treeAndrew Tridgell1-0/+1
2007-10-10r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell1-1/+1
2007-10-10r2621: - now that the client code is non-blocking, we no longer needAndrew Tridgell1-2/+2
2007-10-10r2184: use the smb.conf socket options for client code tooAndrew Tridgell1-0/+1
2007-10-10r2040: fixed a memory handling error in clisocket (caught with valgrind)Andrew Tridgell1-2/+2
2007-10-10r1985: take advantage of the new talloc in a few more placesAndrew Tridgell1-16/+7
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell1-1/+1
2007-10-10r1910: this should not be a local var in this blockStefan Metzmacher1-1/+1
2007-10-10r1819: changed "smb ports" to be a LIST parameter type in loadparm (its a cla...Andrew Tridgell1-2/+9
2007-10-10r1654: rename cli_ -> smbcli_Stefan Metzmacher1-17/+17
2007-10-10r1578: the first stage of the async client rewrite.Andrew Tridgell1-1/+7
2007-10-10r1475: More kerberos workAndrew Bartlett1-1/+10
2007-10-10r335: added much better handling of servers that die unexpectedly during aAndrew Tridgell1-3/+23
2003-11-26fixed default port handling pointed out by Tom JansenAndrew Tridgell1-1/+1
2003-11-19updated copyright yearAndrew Tridgell1-1/+1
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+148