summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/clitree.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r4356: Allow anonymous connections to use NTLMSSP. The silly bugs thatAndrew Bartlett1-1/+0
2007-10-10r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher1-1/+1
2007-10-10r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell1-0/+1
2007-10-10r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell1-2/+3
2007-10-10r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...Andrew Tridgell1-17/+5
2007-10-10r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell1-21/+17
2007-10-10r2655: fixed an error in the shutdown of the sock->transport->session->treeAndrew Tridgell1-1/+2