summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/clisocket.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-18s3:libsmb: let smbsock_any_connect_recv return smbXcli_transportStefan Metzmacher1-19/+4
2025-06-18s4:libcli: let struct smbcli_socket hold struct smbXcli_transport instead of ...Stefan Metzmacher1-5/+11
2025-04-18s4:libcli: make use of smbsock_any_connect_send/recv()Stefan Metzmacher1-320/+134
2025-04-18s4:libcli: pass struct loadparm_context to smbcli_sock_connect_send()Stefan Metzmacher1-1/+2
2025-04-18s4:libcli: pass struct loadparm_context to smbcli_sock_connect()Stefan Metzmacher1-0/+1
2025-04-18s4:libcli: simplify struct smbcli_socketStefan Metzmacher1-2/+15
2025-04-18s4:libcli: use the correct talloc parent for smbcli_socket->hostnameStefan Metzmacher1-1/+1
2025-04-18s4:libcli: pass struct smbcli_options to smbcli_sock_connect() instead of por...Stefan Metzmacher1-11/+32
2023-11-07libcli: Fix whitespaceVolker Lendecke1-4/+4
2015-06-12s4:libcli/raw: make sure smbcli_transport_connect_send/recv correctly cleanup...Stefan Metzmacher1-17/+42
2011-11-30s4:libcli/raw: implement on top of smbXcli_conn/reqStefan Metzmacher1-13/+0
2011-11-30s4:libcli: do the nbss session request within smbcli_sock_connect_*()Stefan Metzmacher1-58/+75
2011-11-30s4:libcli/raw: remove unused functionsStefan Metzmacher1-71/+0
2011-11-30s4:libcli: convert smbcli_transport_connect_* to tevent_reqStefan Metzmacher1-77/+203
2011-11-29s4:libcli/raw: copy smbcli_transport_connect_* to clisocket.cStefan Metzmacher1-0/+123
2011-05-03s4-libcli Remove resolve_name() as it conflicts with Samba3.Andrew Bartlett1-1/+1
2010-03-11s4:libcli Use integrated name resolution when connecting SMBAndrew Bartlett1-0/+4
2009-08-07fixed several places that unnecessarily take a reference to the event contextAndrew Tridgell1-3/+2
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-3/+3
2008-11-01Move lp_*() calls a bit higher up the calls tack.Jelmer Vernooij1-5/+9
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-0/+1
2008-04-21Remove more event_context_init() uses from function calls within deep down th...Simo Sorce1-16/+6
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-2/+2
2008-02-25Remove uses of global_loadparm.Jelmer Vernooij1-1/+3
2008-01-05r26669: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij1-1/+1
2008-01-02r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij1-2/+5
2007-12-21r26409: Pass smb ports along.Jelmer Vernooij1-25/+11
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij1-3/+3
2007-12-21r26335: Specify name_resolve_order to socket code.Jelmer Vernooij1-0/+1
2007-12-21r26266: Remove more global_loadparm uses.Jelmer Vernooij1-1/+2
2007-12-21r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij1-1/+1
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-2/+2
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
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