index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
libcli
/
cliconnect.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r16464: split client and server min/max protocol settings
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r14380: Reduce the size of structs.h
Jelmer Vernooij
2007-10-10
1
-2
/
+1
*
r14363: Remove credentials.h from the global includes.
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r13387: Make sure smbcli_parse_unc reports a failure for strings of
James Peach
2007-10-10
1
-10
/
+25
*
r13255: New CIFS dd client for use in performance testing. The guts of this is
James Peach
2007-10-10
1
-7
/
+27
*
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r12608: Remove some unused #include lines.
Jelmer Vernooij
2007-10-10
1
-1
/
+0
*
r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports in
Volker Lendecke
2007-10-10
1
-6
/
+2
*
r10504: - seperate implementation specific stuff, from the generic composite
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r9223: Rename smb_raw_session_setup() to smb_raw_sesssetup().
Tim Potter
2007-10-10
1
-1
/
+1
*
r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw function
Tim Potter
2007-10-10
1
-2
/
+2
*
r8777: make sure that the tree connect is a child of the return cli state str...
Andrew Tridgell
2007-10-10
1
-8
/
+3
*
r7704: - fixed open_nbt_connection() to return NULL when the connection failed
Andrew Tridgell
2007-10-10
1
-8
/
+0
*
r7633: this patch started as an attempt to make the dcerpc code use a given
Andrew Tridgell
2007-10-10
1
-2
/
+3
*
r7482: Rename smbcli_send_tconX() to smbcli_tconX() so as not to get it
Tim Potter
2007-10-10
1
-2
/
+2
*
r7455: Remove some talloc contexts that aren't used.
Tim Potter
2007-10-10
1
-11
/
+0
*
r6028: A MAJOR update to intergrate the new credentails system fully with
Andrew Bartlett
2007-10-10
1
-12
/
+4
*
r5941: Commit this patch much earlier than I would normally prefer, but metze...
Andrew Bartlett
2007-10-10
1
-5
/
+0
*
r5929: Use cli_credentials for the SMB functions as well.
Jelmer Vernooij
2007-10-10
1
-19
/
+7
*
r5322: removed a whole bunch of #include lines that minimal_includes.pl
Andrew Tridgell
2007-10-10
1
-1
/
+0
*
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r4952: removed a bogus talloc_steal() that was trying to cope with the
Andrew Tridgell
2007-10-10
1
-1
/
+0
*
r4951: some of the code dealing with libcli was getting too complex trying to
Andrew Tridgell
2007-10-10
1
-6
/
+3
*
r4938: allow the caller to supply an existing event_context if they want to
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r4891: - added a generic resolve_name() async interface in libcli/resolve/,
Andrew Tridgell
2007-10-10
1
-3
/
+5
*
r4777: added a smb_composite_sesssetup() async composite function. This
Andrew Tridgell
2007-10-10
1
-14
/
+14
*
r4758: - added async support to the session request code
Andrew Tridgell
2007-10-10
1
-5
/
+30
*
r4726: - use the name tcon and tid instead of conn and cnum
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r4073: - added a set of lsa helper routines to make lsa lookups that are
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r3453: - split out the auth and popt includes
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r3443: the next stage in the include files re-organisation.
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r2710: continue with the new style of providing a parent context whenever
Andrew Tridgell
2007-10-10
1
-19
/
+22
*
r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...
Andrew Tridgell
2007-10-10
1
-7
/
+8
*
r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()
Andrew Tridgell
2007-10-10
1
-9
/
+3
*
r2654: fixed some more server memory leaks. We are now down to a single leak
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r2494: fixed connecting to a share mode server (tested and really works now)
Andrew Tridgell
2007-10-10
1
-3
/
+10
*
r2463: make sure we don't send the password in a tconx unless we really have to
Andrew Tridgell
2007-10-10
1
-6
/
+14
*
r2247: talloc_destroy -> talloc_free
Tim Potter
2007-10-10
1
-3
/
+3
*
r1985: take advantage of the new talloc in a few more places
Andrew Tridgell
2007-10-10
1
-9
/
+5
*
r1897: added a choose_called_name() function that allows us to more sanely
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r1654: rename cli_ -> smbcli_
Stefan Metzmacher
2007-10-10
1
-29
/
+29
*
r1429: enable spnego in smbclient too.
Stefan Metzmacher
2007-10-10
1
-6
/
+11
*
Convert libcli routines to return NTSTATUS instead of BOOL. Again, the
Tim Potter
2004-02-10
1
-22
/
+17
*
don't leak memory if cli->tree is NULL
Herb Lewis
2003-08-15
1
-3
/
+5
*
don't dereference null pointer
Herb Lewis
2003-08-15
1
-1
/
+1
*
- added SMBntrename test suite
Andrew Tridgell
2003-08-13
1
-1
/
+14
*
first public release of samba4 code
Andrew Tridgell
2003-08-13
1
-0
/
+207