summaryrefslogtreecommitdiffstats
path: root/source4/libcli/cliconnect.c
Commit message (Expand)AuthorAgeFilesLines
* r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports inVolker Lendecke2007-10-101-6/+2
* r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher2007-10-101-0/+1
* r9223: Rename smb_raw_session_setup() to smb_raw_sesssetup().Tim Potter2007-10-101-1/+1
* r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw functionTim Potter2007-10-101-2/+2
* r8777: make sure that the tree connect is a child of the return cli state str...Andrew Tridgell2007-10-101-8/+3
* r7704: - fixed open_nbt_connection() to return NULL when the connection failedAndrew Tridgell2007-10-101-8/+0
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-101-2/+3
* r7482: Rename smbcli_send_tconX() to smbcli_tconX() so as not to get itTim Potter2007-10-101-2/+2
* r7455: Remove some talloc contexts that aren't used.Tim Potter2007-10-101-11/+0
* r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2007-10-101-12/+4
* r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett2007-10-101-5/+0
* r5929: Use cli_credentials for the SMB functions as well.Jelmer Vernooij2007-10-101-19/+7
* r5322: removed a whole bunch of #include lines that minimal_includes.plAndrew Tridgell2007-10-101-1/+0
* 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