summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/clitree.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-18s4:libcli: pass struct loadparm_context to smb_composite_connect()Stefan Metzmacher1-1/+1
2025-04-18s4:libcli: pass struct loadparm_context to smbcli_tree_full_connection()Stefan Metzmacher1-0/+1
2025-04-18s4:libcli: remove unused dest_ports from smbcli_tree_full_connection()Stefan Metzmacher1-1/+1
2025-04-18s4:libcli: remove unused dest_ports from struct smb_composite_connectStefan Metzmacher1-1/+0
2023-11-07libcli: Fix whitespaceVolker Lendecke1-11/+11
2019-07-16s4/libcli/raw: Fix 'Value stored to 'p' is never read'Noel Power1-1/+1
2018-07-24s4:libcli: allow passing an already negotiated connection to smb_composite_co...Stefan Metzmacher1-0/+1
2013-02-22s4-libcli: Check return value of smbcli_request_setup().Andreas Schneider1-0/+3
2012-07-24s4:libcli/raw: setup a smbXcli_tcon for each smbcli_treeStefan Metzmacher1-0/+6
2012-07-24s4:libcli/raw: parse extended SMBtconX responsesStefan Metzmacher1-0/+4
2012-07-24s4:libcli/raw: fix SMBtconX response parsingStefan Metzmacher1-2/+2
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-2/+0
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
2008-11-02Remove another use of global_loadparm.Jelmer Vernooij1-1/+3
2008-11-02Remove another use of global_loadparm.Jelmer Vernooij1-0/+2
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-10-24Eliminate another instance of global_loadparm.Jelmer Vernooij1-1/+3
2008-10-24Just hardcode workgroup to empty string, to avoid use ofJelmer Vernooij1-4/+3
2008-09-30Pass session options around; saves another use of global_loadparm.Jelmer Vernooij1-1/+3
2008-04-24Add comment explaining why io.in.workgroup isn't important.Andrew Bartlett1-0/+5
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-3/+4
2008-02-14Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell1-3/+3
2008-01-06r26676: libcli: Fill in lp_workgroup() again, should fix my breakage of cifsd...Jelmer Vernooij1-0/+1
2008-01-03r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij1-9/+3
2008-01-03r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij1-2/+1
2008-01-02r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit...Jelmer Vernooij1-0/+8
2008-01-02r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij1-1/+2
2007-12-21r26409: Pass smb ports along.Jelmer Vernooij1-2/+2
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-2/+2
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-1/+1
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-10r15741: move smb2 request structures into the main smb request structsStefan Metzmacher1-0/+7
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r11466: Clear up some memory leaks in smbclient.Andrew Bartlett1-2/+6
2007-10-10r10878: Reply to some comments by tridge and metze:Volker Lendecke1-0/+1
2007-10-10r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher1-0/+1
2007-10-10r9479: More fixes for explicit ignoring of returned result to fix Coverity wa...Alexander Bokovoy1-1/+1
2007-10-10r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw functionTim Potter1-8/+8
2007-10-10r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell1-2/+3
2007-10-10r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett1-5/+2
2007-10-10r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett1-6/+2
2007-10-10r5929: Use cli_credentials for the SMB functions as well.Jelmer Vernooij1-6/+5
2007-10-10r5371: on port 139 the called name needs to be in uppercaseAndrew Tridgell1-2/+2
2007-10-10r4951: some of the code dealing with libcli was getting too complex trying toAndrew Tridgell1-3/+9
2007-10-10r4810: fixed anonymous connections with smbclient. Thanks to jbm for pointing...Andrew Tridgell1-2/+6
2007-10-10r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell1-143/+4
2007-10-10r4769: added a smb_composite_connect() function that provides a simple asyncAndrew Tridgell1-0/+34
2007-10-10r4758: - added async support to the session request codeAndrew Tridgell1-6/+8
2007-10-10r4726: - use the name tcon and tid instead of conn and cnumStefan Metzmacher1-3/+3