index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
libcli
/
smb2
/
connect.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-20
libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol
Andrew Bartlett
1
-1
/
+1
2011-04-28
s4:libcli/smb2: let smb2_session_setup_spnego_* use tevent_req
Stefan Metzmacher
1
-9
/
+11
2011-04-28
s4:libcli/smb2: move smb2_connect_tcon_done()
Stefan Metzmacher
1
-20
/
+22
2011-04-28
s4:libcli/smb2: move smb2_connect_session_done()
Stefan Metzmacher
1
-36
/
+38
2011-04-28
s4:libcli/smb2: move smb2_connect_negprot_done()
Stefan Metzmacher
1
-69
/
+71
2011-04-28
s4:libcli/smb2: move smb2_connect_socket_done()
Stefan Metzmacher
1
-55
/
+57
2011-04-28
s4:libcli/smb2: move smb2_connect_resolve_done()
Stefan Metzmacher
1
-36
/
+35
2011-04-28
s4:libcli/smb2: rename step functions of smb2_connect_*()
Stefan Metzmacher
1
-26
/
+10
2011-04-28
s4:libcli/smb2: convert smb2_connect_*() to tevent_req
Stefan Metzmacher
1
-107
/
+196
2009-09-19
s4-resolve: fixed a crash bug on timeout
Andrew Tridgell
1
-1
/
+1
2009-05-26
s4:libcli/smb2: use new SMB2_DIVELECT_REVISION constants
Stefan Metzmacher
1
-2
/
+5
2009-05-20
s4:libcli/smb2: fill in transport->negotiate.secblob with the correct data
Stefan Metzmacher
1
-0
/
+2
2009-03-18
s4 libcli: Add back Longhorn beta dialect as a constant
Zach Loafman
1
-4
/
+3
2009-03-17
s4 libcli: Add SMB2.1 dialect to libcli
Zach Loafman
1
-1
/
+2
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
1
-2
/
+2
2008-11-02
Remove use of global_loadparm for SMB2 client connections.
Jelmer Vernooij
1
-5
/
+9
2008-11-02
Fix the build.
Jelmer Vernooij
1
-2
/
+0
2008-11-02
Add gensec_settings structure. This wraps loadparm_context for now, but
Jelmer Vernooij
1
-1
/
+2
2008-11-01
Remove another use of global_loadparm.
Jelmer Vernooij
1
-4
/
+7
2008-11-01
Remove another use of global_loadparm.
Jelmer Vernooij
1
-7
/
+7
2008-11-01
Move calls to lp_* higher up in the call stack.
Jelmer Vernooij
1
-6
/
+15
2008-11-01
Move lp_*() calls a bit higher up the calls tack.
Jelmer Vernooij
1
-2
/
+1
2008-09-29
s4:libcli/smb2: remove unused header
Stefan Metzmacher
1
-1
/
+0
2008-09-24
for use in python we need to use global_loadparm
Andrew Tridgell
1
-1
/
+1
2008-09-24
- use the current dialect first, for servers that only look at the
Andrew Tridgell
1
-3
/
+10
2008-08-14
libcli/smb2: use smb2 signing in auto mode if the server supports it
Stefan Metzmacher
1
-1
/
+7
2008-07-28
libcli/smb2: fix per session signing state
Stefan Metzmacher
1
-4
/
+4
2008-05-30
implemented client side SMB2 signing
Andrew Tridgell
1
-5
/
+49
2008-05-20
remember the server time fields on negotiate. Needed for gentest
Andrew Tridgell
1
-0
/
+3
2008-05-16
private -> private_data for struct smb2_request
Andrew Tridgell
1
-4
/
+4
2008-04-17
libcli/smb2: also offer the SMB2 dialect that what used in longhorn beta3
Stefan Metzmacher
1
-3
/
+4
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-0
/
+1
2008-02-14
updated SMB2 code for getinfo according to WSPP docs
Andrew Tridgell
1
-1
/
+1
2008-02-13
updated SMB2 tcon as per WSPP docs
Andrew Tridgell
1
-1
/
+1
2008-02-12
fixed up the .in side of SMB2 negprot
Andrew Tridgell
1
-1
/
+7
2008-01-02
r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...
Jelmer Vernooij
1
-1
/
+3
2007-12-21
r26409: Pass smb ports along.
Jelmer Vernooij
1
-2
/
+3
2007-12-21
r26376: Add context for libcli_resolve.
Jelmer Vernooij
1
-4
/
+4
2007-12-21
r26337: Move global_loadparm to a higher caller.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26266: Remove more global_loadparm uses.
Jelmer Vernooij
1
-2
/
+4
2007-10-10
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r25446: Merge some changes I made on the way home from SFO:
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
1
-1
/
+1
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
2007-10-10
r17318: make better usage of the composite api
Stefan Metzmacher
1
-18
/
+4
2007-10-10
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12116: got rid of composite_trigger_done() and composite_trigger_error(), and
Andrew Tridgell
1
-1
/
+1
2007-10-10
r11796: Two more uses of !composite_is_ok
Volker Lendecke
1
-20
/
+5
2007-10-10
r11795: used a couple more of volkers composite helper functions. They
Andrew Tridgell
1
-39
/
+9
[next]