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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
libcli
/
smb_composite
/
connect.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-18
s4:libcli: pass struct loadparm_context to smbcli_sock_connect_send()
Stefan Metzmacher
1
-0
/
+1
2025-04-18
s4:libcli: pass struct loadparm_context to smb_composite_connect_send()
Stefan Metzmacher
1
-1
/
+2
2025-04-18
s4:libcli: pass struct loadparm_context to smb_composite_connect()
Stefan Metzmacher
1
-0
/
+1
2025-04-18
s4:libcli: pass struct smbcli_options to smbcli_sock_connect() instead of por...
Stefan Metzmacher
1
-1
/
+1
2020-08-19
s4:libcli: Return NTSTATUS errors for smb_composite_connect_send()
Andreas Schneider
1
-11
/
+29
2018-07-24
s4:libcli: allow passing an already negotiated connection to smb_composite_co...
Stefan Metzmacher
1
-10
/
+38
2016-04-12
CVE-2016-2115: s4:libcli/raw: pass the minprotocol to smb_raw_negotiate*()
Stefan Metzmacher
1
-0
/
+1
2014-11-27
s4:libcli/smb_composite: use the options on the transport
Stefan Metzmacher
1
-1
/
+1
2012-08-04
s4:libcli: add support for SMB_EXTENDED_SIGNATURES during SMBtconX
Stefan Metzmacher
1
-0
/
+6
2012-08-02
s4:libcli: send the TCONX_FLAG_EXTENDED_RESPONSE flag
Stefan Metzmacher
1
-2
/
+2
2012-08-01
s4:libcli/raw: remove unused smbcli_session->user_session_key
Stefan Metzmacher
1
-1
/
+0
2011-11-30
s4:libcli/raw: implement on top of smbXcli_conn/req
Stefan Metzmacher
1
-15
/
+13
2011-11-30
s4:libcli: do the nbss session request within smbcli_sock_connect_*()
Stefan Metzmacher
1
-41
/
+13
2011-11-30
s4:libcli: convert smbcli_transport_connect_* to tevent_req
Stefan Metzmacher
1
-14
/
+26
2010-05-18
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
1
-1
/
+1
2010-03-26
libutil: moved the networking defines to util_net.h
Andrew Tridgell
1
-0
/
+1
2010-03-11
s4:libcli Use integrated name resolution when connecting SMB
Andrew Bartlett
1
-38
/
+9
2009-09-19
s4-resolve: fixed a crash bug on timeout
Andrew Tridgell
1
-1
/
+1
2009-08-07
fixed several places that unnecessarily take a reference to the event context
Andrew Tridgell
1
-1
/
+1
2009-04-22
ѕ4: fix a "not handled in switch" compile warning
Björn Jacke
1
-0
/
+2
2009-02-02
s4:libcliraw: s/private/private_data
Stefan Metzmacher
1
-5
/
+5
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
1
-2
/
+2
2008-11-02
Fix the build.
Jelmer Vernooij
1
-0
/
+1
2008-11-02
Remove another use of global_loadparm.
Jelmer Vernooij
1
-1
/
+1
2008-11-02
Add gensec_settings structure. This wraps loadparm_context for now, but
Jelmer Vernooij
1
-0
/
+1
2008-11-02
Remove another use of global_loadparm.
Jelmer Vernooij
1
-1
/
+1
2008-11-01
Move lp_*() calls a bit higher up the calls tack.
Jelmer Vernooij
1
-1
/
+3
2008-10-24
Remove unused include param/param.h.
Jelmer Vernooij
1
-1
/
+0
2008-10-24
Eliminate another instance of global_loadparm.
Jelmer Vernooij
1
-1
/
+1
2008-09-30
Pass session options around; saves another use of global_loadparm.
Jelmer Vernooij
1
-4
/
+1
2008-09-30
Pass options struct into session initialization functions rather than
Jelmer Vernooij
1
-1
/
+4
2008-05-05
Reorder this function in the file, so it reads bottom-up.
Andrew Bartlett
1
-19
/
+18
2008-04-25
Revert to using the old CIFS connection API.
Andrew Bartlett
1
-16
/
+8
2008-04-25
Make the composite 'connect to server' code useful for security=server
Andrew Bartlett
1
-11
/
+31
2008-04-21
Remove more event_context_init() uses from function calls within deep down th...
Simo Sorce
1
-5
/
+3
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-0
/
+1
2008-01-05
r26674: smb_composite: Avoid use of global_loadparm.
Jelmer Vernooij
1
-2
/
+3
2008-01-03
r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...
Jelmer Vernooij
1
-5
/
+2
2008-01-03
r26651: libsmb: Allow specifying signing policy from higher up.
Jelmer Vernooij
1
-1
/
+2
2008-01-02
r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit...
Jelmer Vernooij
1
-5
/
+4
2008-01-02
r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...
Jelmer Vernooij
1
-4
/
+8
2007-12-21
r26409: Pass smb ports along.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r26376: Add context for libcli_resolve.
Jelmer Vernooij
1
-2
/
+1
2007-12-21
r26266: Remove more global_loadparm uses.
Jelmer Vernooij
1
-1
/
+3
2007-12-21
r26236: Remove more uses of global_loadparm or specify loadparm_context expli...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
1
-5
/
+5
2007-10-10
r25446: Merge some changes I made on the way home from SFO:
Jelmer Vernooij
1
-3
/
+6
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
[next]