index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
libcli
/
smb2
/
session.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:libsmb: remove unused smb2cli.h
Stefan Metzmacher
2014-09-30
1
-1
/
+0
*
s4:libcli/smb2: add smb2_session_channel()
Stefan Metzmacher
2014-07-24
1
-10
/
+73
*
s4:libcli/smb2: remove unused 'primary' argument of smb2_session_init()
Stefan Metzmacher
2014-07-24
1
-6
/
+2
*
s4:libcli: make use of gensec_update_ev()
Stefan Metzmacher
2014-03-27
1
-2
/
+2
*
s4:libcli/smb2: remove unused smb2_session->pid
Stefan Metzmacher
2012-07-25
1
-2
/
+0
*
s4:libcli/smb2: fix anonymous session setups against windows servers
Stefan Metzmacher
2012-04-16
1
-0
/
+15
*
s4:libcli/smb2: allow smb2_session_setup_spnego to handle reauth
Gregor Beck
2012-03-07
1
-0
/
+12
*
s4:libcli:smb2: add a previous session argument to smb2_session_setup_spnego()
Michael Adam
2012-02-28
1
-8
/
+14
*
s3:libsmb:smb2: pass previous session ID to session setup, not previous session
Michael Adam
2012-02-28
1
-2
/
+2
*
s4:libcli/smb2: remove unused 'session_key' from struct smb2_session
Stefan Metzmacher
2012-02-27
1
-3
/
+5
*
libcli/smb/smbXcli: maintain smb2 channel_signing_key separate from the signi...
Stefan Metzmacher
2012-02-27
1
-3
/
+3
*
s4:libcli/smb2: implement on top of smbXcli_conn/req
Stefan Metzmacher
2011-11-24
1
-122
/
+87
*
replace: Add don't include unistd.h directly and add uid_wrapper.
Andreas Schneider
2011-10-27
1
-2
/
+1
*
gensec: move event context from gensec_*_init() to gensec_update()
Andrew Bartlett
2011-10-18
1
-1
/
+2
*
gensec: clarify memory ownership for gensec_session_info() and gensec_session...
Andrew Bartlett
2011-08-03
1
-6
/
+1
*
libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol
Andrew Bartlett
2011-06-20
1
-1
/
+1
*
s4:libcli/smb2: let smb2_session_setup_spnego_* use tevent_req
Stefan Metzmacher
2011-04-28
1
-63
/
+107
*
s4:libcli/smb2: move smb2_session_setup_spnego_send() to the top
Stefan Metzmacher
2011-04-28
1
-62
/
+64
*
s4/libcli: Initialize client PID for SMB2 connections
Steven Danneman
2009-11-25
1
-0
/
+4
*
s4:libcli/smb2: fix session setup with raw NTLMSSP
Stefan Metzmacher
2009-05-20
1
-13
/
+17
*
s4:libcli/smb2: use raw ntlmssp if the server didn't provide a sec blob
Stefan Metzmacher
2009-05-20
1
-1
/
+8
*
Add gensec_settings structure. This wraps loadparm_context for now, but
Jelmer Vernooij
2008-11-02
1
-3
/
+2
*
libcli/smb2: the session key for SMB2 signing is truncated to 16 bytes
Stefan Metzmacher
2008-07-28
1
-2
/
+2
*
libcli/smb2: fix per session signing state
Stefan Metzmacher
2008-07-28
1
-3
/
+3
*
make signing per session in the SMB2 client library
Andrew Tridgell
2008-06-07
1
-3
/
+3
*
added server side SMB2 signing
Andrew Tridgell
2008-06-06
1
-3
/
+5
*
implemented client side SMB2 signing
Andrew Tridgell
2008-05-30
1
-3
/
+14
*
private -> private_data for struct smb2_request
Andrew Tridgell
2008-05-16
1
-2
/
+2
*
updated SMB2 header defines to match WSPP docs
Andrew Tridgell
2008-02-12
1
-2
/
+2
*
converted SMB2 session setup to use WSPP protocol field names
Andrew Tridgell
2008-02-12
1
-10
/
+12
*
r26337: Move global_loadparm to a higher caller.
Jelmer Vernooij
2007-12-21
1
-1
/
+2
*
r26260: Store loadparm context in gensec context.
Jelmer Vernooij
2007-12-21
1
-4
/
+6
*
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r17318: make better usage of the composite api
Stefan Metzmacher
2007-10-10
1
-33
/
+9
*
r16708: the packet format of SMB2 SessionSetup has changed,
Stefan Metzmacher
2007-10-10
1
-5
/
+7
*
r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r14435: return after an error
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r12116: got rid of composite_trigger_done() and composite_trigger_error(), and
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r12006: don't require callers to fill in pad bytes in SMB2 calls
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r11949: make sure we ask gensec to give us a session key
Andrew Tridgell
2007-10-10
1
-0
/
+2
*
r11888: - added SMB2 trans support
Andrew Tridgell
2007-10-10
1
-0
/
+7
*
r11754: make the SMB2 blob push routines take offsets, so they fit better with
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the length
Stefan Metzmacher
2007-10-10
1
-12
/
+8
*
r11722: make the smb2_push/pull functions take a smb2_request_buffer
Stefan Metzmacher
2007-10-10
1
-3
/
+2
*
r11694: fixed 2 valgrind errors
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r11692: added a full composite (async) spnego session setup for SMB2. This
Andrew Tridgell
2007-10-10
1
-0
/
+146
*
r11691: added reply buffer code checks and oplock flags for create request/reply
Andrew Tridgell
2007-10-10
1
-1
/
+3
*
r11668: yay! we get a successful session setup with SMB2, and get back a 64bi...
Andrew Tridgell
2007-10-10
1
-9
/
+19
*
r11666: filled in the basic session setup. Vista happily accepts the first
Andrew Tridgell
2007-10-10
1
-0
/
+70
[next]