summaryrefslogtreecommitdiffstats
path: root/source4/libcli/raw/clitree.c
Commit message (Expand)AuthorAgeFilesLines
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-2/+0
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-021-1/+3
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-021-0/+2
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Eliminate another instance of global_loadparm.Jelmer Vernooij2008-10-241-1/+3
* Just hardcode workgroup to empty string, to avoid use ofJelmer Vernooij2008-10-241-4/+3
* Pass session options around; saves another use of global_loadparm.Jelmer Vernooij2008-09-301-1/+3
* Add comment explaining why io.in.workgroup isn't important.Andrew Bartlett2008-04-241-0/+5
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-3/+4
* Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell2008-02-141-3/+3
* r26676: libcli: Fill in lp_workgroup() again, should fix my breakage of cifsd...Jelmer Vernooij2008-01-061-0/+1
* r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij2008-01-031-9/+3
* r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij2008-01-031-2/+1
* r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit...Jelmer Vernooij2008-01-021-0/+8
* r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij2008-01-021-1/+2
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-211-2/+2
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-2/+2
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r15741: move smb2 request structures into the main smb request structsStefan Metzmacher2007-10-101-0/+7
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r11466: Clear up some memory leaks in smbclient.Andrew Bartlett2007-10-101-2/+6
* r10878: Reply to some comments by tridge and metze:Volker Lendecke2007-10-101-0/+1
* r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher2007-10-101-0/+1
* r9479: More fixes for explicit ignoring of returned result to fix Coverity wa...Alexander Bokovoy2007-10-101-1/+1
* r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw functionTim Potter2007-10-101-8/+8
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-101-2/+3
* r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2007-10-101-5/+2
* r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett2007-10-101-6/+2
* r5929: Use cli_credentials for the SMB functions as well.Jelmer Vernooij2007-10-101-6/+5
* r5371: on port 139 the called name needs to be in uppercaseAndrew Tridgell2007-10-101-2/+2
* r4951: some of the code dealing with libcli was getting too complex trying toAndrew Tridgell2007-10-101-3/+9
* r4810: fixed anonymous connections with smbclient. Thanks to jbm for pointing...Andrew Tridgell2007-10-101-2/+6
* r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell2007-10-101-143/+4
* r4769: added a smb_composite_connect() function that provides a simple asyncAndrew Tridgell2007-10-101-0/+34
* r4758: - added async support to the session request codeAndrew Tridgell2007-10-101-6/+8
* r4726: - use the name tcon and tid instead of conn and cnumStefan Metzmacher2007-10-101-3/+3
* r4356: Allow anonymous connections to use NTLMSSP. The silly bugs thatAndrew Bartlett2007-10-101-1/+0
* r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher2007-10-101-1/+1
* r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell2007-10-101-0/+1
* r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell2007-10-101-2/+3
* r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...Andrew Tridgell2007-10-101-17/+5
* r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell2007-10-101-21/+17
* r2655: fixed an error in the shutdown of the sock->transport->session->treeAndrew Tridgell2007-10-101-1/+2
* r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell2007-10-101-1/+1
* r2247: talloc_destroy -> talloc_freeTim Potter2007-10-101-4/+4
* r1985: take advantage of the new talloc in a few more placesAndrew Tridgell2007-10-101-10/+5
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-101-1/+1