summaryrefslogtreecommitdiffstats
path: root/source4/libcli/cliconnect.c
Commit message (Expand)AuthorAgeFilesLines
...
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-1/+1
* r4952: removed a bogus talloc_steal() that was trying to cope with theAndrew Tridgell2007-10-101-1/+0
* r4951: some of the code dealing with libcli was getting too complex trying toAndrew Tridgell2007-10-101-6/+3
* r4938: allow the caller to supply an existing event_context if they want toAndrew Tridgell2007-10-101-1/+1
* r4891: - added a generic resolve_name() async interface in libcli/resolve/,Andrew Tridgell2007-10-101-3/+5
* r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell2007-10-101-14/+14
* r4758: - added async support to the session request codeAndrew Tridgell2007-10-101-5/+30
* r4726: - use the name tcon and tid instead of conn and cnumStefan Metzmacher2007-10-101-1/+1
* r4073: - added a set of lsa helper routines to make lsa lookups that areAndrew Tridgell2007-10-101-1/+1
* r3453: - split out the auth and popt includesAndrew Tridgell2007-10-101-0/+1
* r3443: the next stage in the include files re-organisation.Andrew Tridgell2007-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-19/+22
* r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...Andrew Tridgell2007-10-101-7/+8
* r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell2007-10-101-9/+3
* r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell2007-10-101-1/+1
* r2494: fixed connecting to a share mode server (tested and really works now)Andrew Tridgell2007-10-101-3/+10
* r2463: make sure we don't send the password in a tconx unless we really have toAndrew Tridgell2007-10-101-6/+14
* r2247: talloc_destroy -> talloc_freeTim Potter2007-10-101-3/+3
* r1985: take advantage of the new talloc in a few more placesAndrew Tridgell2007-10-101-9/+5
* r1897: added a choose_called_name() function that allows us to more sanelyAndrew Tridgell2007-10-101-2/+2
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-101-29/+29
* r1429: enable spnego in smbclient too.Stefan Metzmacher2007-10-101-6/+11
* Convert libcli routines to return NTSTATUS instead of BOOL. Again, theTim Potter2004-02-101-22/+17
* don't leak memory if cli->tree is NULLHerb Lewis2003-08-151-3/+5
* don't dereference null pointerHerb Lewis2003-08-151-1/+1
* - added SMBntrename test suiteAndrew Tridgell2003-08-131-1/+14
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+207