summaryrefslogtreecommitdiffstats
path: root/source4/libcli/raw/clisocket.c
Commit message (Expand)AuthorAgeFilesLines
* s4:libcli/raw: implement on top of smbXcli_conn/reqStefan Metzmacher2011-11-301-13/+0
* s4:libcli: do the nbss session request within smbcli_sock_connect_*()Stefan Metzmacher2011-11-301-58/+75
* s4:libcli/raw: remove unused functionsStefan Metzmacher2011-11-301-71/+0
* s4:libcli: convert smbcli_transport_connect_* to tevent_reqStefan Metzmacher2011-11-301-77/+203
* s4:libcli/raw: copy smbcli_transport_connect_* to clisocket.cStefan Metzmacher2011-11-291-0/+123
* s4-libcli Remove resolve_name() as it conflicts with Samba3.Andrew Bartlett2011-05-031-1/+1
* s4:libcli Use integrated name resolution when connecting SMBAndrew Bartlett2010-03-111-0/+4
* fixed several places that unnecessarily take a reference to the event contextAndrew Tridgell2009-08-071-3/+2
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-3/+3
* Move lp_*() calls a bit higher up the calls tack.Jelmer Vernooij2008-11-011-5/+9
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-0/+1
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-16/+6
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-2/+2
* Remove uses of global_loadparm.Jelmer Vernooij2008-02-251-1/+3
* r26669: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-051-1/+1
* 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