summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/clitransport.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-18s4:libcli: let struct smbcli_socket hold struct smbXcli_transport instead of ...Stefan Metzmacher1-13/+2
2025-06-18libcli/smb: pass smbXcli_transport to smbXcli_conn_create()Stefan Metzmacher1-4/+13
2025-04-18s4:libcli: simplify struct smbcli_socketStefan Metzmacher1-5/+2
2023-11-07libcli: Fix whitespaceVolker Lendecke1-8/+8
2021-03-17libcli/smb: pass smb3_capabilities to smbXcli_conn_create()Stefan Metzmacher1-1/+2
2019-03-28s4:libcli/raw: don't schedule idle handlers on a dead connectionStefan Metzmacher1-0/+17
2018-07-24s4:libcli: add smbcli_transport_raw_init()Stefan Metzmacher1-0/+44
2014-11-27s4:libcli/raw: fix up the max_protocol value for the current transport connec...Stefan Metzmacher1-0/+8
2012-07-24libcli/smb: pass down smbXcli_tcon to smb1cli_req_create/send() and smb1cli_t...Stefan Metzmacher1-5/+8
2012-07-24libcli/smb: pass down smbXcli_session to smb1cli_req_create/send() and smb1cl...Stefan Metzmacher1-5/+8
2012-03-03smbXcli: add the possiblilty to negotiate client capabilites in smb >= 2.2Michael Adam1-1/+2
2011-12-09s4:libcli/raw: mark a request as error if we can't ship itStefan Metzmacher1-0/+2
2011-11-30s4:libcli/raw: implement on top of smbXcli_conn/reqStefan Metzmacher1-341/+372
2011-11-29s4:libcli/raw: copy smbcli_transport_connect_* to clisocket.cStefan Metzmacher1-124/+0
2011-11-29s4:libcli/raw: add transport->ev as copy of transport->socket->event.ctxStefan Metzmacher1-0/+1
2011-10-19s4:libcli/raw: make use of _smb_setlen_nbt()Stefan Metzmacher1-1/+1
2011-08-13s4:libcli: use tevent_ fn names instead of legacy event_ onesSimo Sorce1-7/+7
2011-06-01lib/util/time.c: timeval_current_ofs_usecRusty Russell1-1/+1
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-5/+3
2009-06-09s4: smbcli_transport_send hit the socket right away if possibleSam Liddicott1-0/+7
2009-05-20s4:libcli/raw: initialy read the first 4 bytes onlyStefan Metzmacher1-0/+1
2009-02-02s4:libcli/raw: s/class/eclassStefan Metzmacher1-3/+3
2009-02-02s4:libcliraw: s/private/private_dataStefan Metzmacher1-2/+2
2009-02-02s4:libcli/raw: s/private/private_dataStefan Metzmacher1-13/+13
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-5/+5
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-10-24Remove a few more usages of global_loadparm.Jelmer Vernooij1-3/+2
2008-10-24Eliminate another instance of global_loadparm.Jelmer Vernooij1-1/+3
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-09-23s4-nbt: use ../libcli/nbtGünther Deschner1-1/+1
2008-07-07libcli/raw: add a recv_helper hook infrastructureStefan Metzmacher1-1/+15
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-3/+5
2008-02-21Remove more uses of global_loadparm.Jelmer Vernooij1-2/+3
2008-02-14Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell1-1/+3
2008-01-03r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij1-10/+2
2008-01-03r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij1-1/+3
2008-01-02r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij1-3/+3
2007-12-21r26266: Remove more global_loadparm uses.Jelmer Vernooij1-3/+5
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-8/+9
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-3/+4
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r24994: Fix some C++ warnings.Jelmer Vernooij1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23138: added a raw interface for SMBecho operationsAndrew Tridgell1-0/+68
2007-10-10r23057: only call the async recv function for the first pending receive, notAndrew Tridgell1-2/+5
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r17020: pass the real error to the failing requestsStefan Metzmacher1-4/+8
2007-10-10r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell1-5/+2
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
2007-10-10r12725: some minor updatesStefan Metzmacher1-1/+1