summaryrefslogtreecommitdiffstats
path: root/source4/libcli/smb2/session.c
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb: remove unused smb2cli.hStefan Metzmacher2014-09-301-1/+0
* s4:libcli/smb2: add smb2_session_channel()Stefan Metzmacher2014-07-241-10/+73
* s4:libcli/smb2: remove unused 'primary' argument of smb2_session_init()Stefan Metzmacher2014-07-241-6/+2
* s4:libcli: make use of gensec_update_ev()Stefan Metzmacher2014-03-271-2/+2
* s4:libcli/smb2: remove unused smb2_session->pidStefan Metzmacher2012-07-251-2/+0
* s4:libcli/smb2: fix anonymous session setups against windows serversStefan Metzmacher2012-04-161-0/+15
* s4:libcli/smb2: allow smb2_session_setup_spnego to handle reauthGregor Beck2012-03-071-0/+12
* s4:libcli:smb2: add a previous session argument to smb2_session_setup_spnego()Michael Adam2012-02-281-8/+14
* s3:libsmb:smb2: pass previous session ID to session setup, not previous sessionMichael Adam2012-02-281-2/+2
* s4:libcli/smb2: remove unused 'session_key' from struct smb2_sessionStefan Metzmacher2012-02-271-3/+5
* libcli/smb/smbXcli: maintain smb2 channel_signing_key separate from the signi...Stefan Metzmacher2012-02-271-3/+3
* s4:libcli/smb2: implement on top of smbXcli_conn/reqStefan Metzmacher2011-11-241-122/+87
* replace: Add don't include unistd.h directly and add uid_wrapper.Andreas Schneider2011-10-271-2/+1
* gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett2011-10-181-1/+2
* gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett2011-08-031-6/+1
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-201-1/+1
* s4:libcli/smb2: let smb2_session_setup_spnego_* use tevent_reqStefan Metzmacher2011-04-281-63/+107
* s4:libcli/smb2: move smb2_session_setup_spnego_send() to the topStefan Metzmacher2011-04-281-62/+64
* s4/libcli: Initialize client PID for SMB2 connectionsSteven Danneman2009-11-251-0/+4
* s4:libcli/smb2: fix session setup with raw NTLMSSPStefan Metzmacher2009-05-201-13/+17
* s4:libcli/smb2: use raw ntlmssp if the server didn't provide a sec blobStefan Metzmacher2009-05-201-1/+8
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-3/+2
* libcli/smb2: the session key for SMB2 signing is truncated to 16 bytesStefan Metzmacher2008-07-281-2/+2
* libcli/smb2: fix per session signing stateStefan Metzmacher2008-07-281-3/+3
* make signing per session in the SMB2 client libraryAndrew Tridgell2008-06-071-3/+3
* added server side SMB2 signingAndrew Tridgell2008-06-061-3/+5
* implemented client side SMB2 signingAndrew Tridgell2008-05-301-3/+14
* private -> private_data for struct smb2_requestAndrew Tridgell2008-05-161-2/+2
* updated SMB2 header defines to match WSPP docsAndrew Tridgell2008-02-121-2/+2
* converted SMB2 session setup to use WSPP protocol field namesAndrew Tridgell2008-02-121-10/+12
* r26337: Move global_loadparm to a higher caller.Jelmer Vernooij2007-12-211-1/+2
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-211-4/+6
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-3/+3
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r17318: make better usage of the composite apiStefan Metzmacher2007-10-101-33/+9
* r16708: the packet format of SMB2 SessionSetup has changed,Stefan Metzmacher2007-10-101-5/+7
* r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher2007-10-101-1/+1
* r14435: return after an errorAndrew Tridgell2007-10-101-0/+1
* r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2007-10-101-1/+1
* r12006: don't require callers to fill in pad bytes in SMB2 callsAndrew Tridgell2007-10-101-1/+1
* r11949: make sure we ask gensec to give us a session keyAndrew Tridgell2007-10-101-0/+2
* r11888: - added SMB2 trans supportAndrew Tridgell2007-10-101-0/+7
* r11754: make the SMB2 blob push routines take offsets, so they fit better withAndrew Tridgell2007-10-101-1/+1
* r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the lengthStefan Metzmacher2007-10-101-12/+8
* r11722: make the smb2_push/pull functions take a smb2_request_bufferStefan Metzmacher2007-10-101-3/+2
* r11694: fixed 2 valgrind errorsAndrew Tridgell2007-10-101-1/+1
* r11692: added a full composite (async) spnego session setup for SMB2. ThisAndrew Tridgell2007-10-101-0/+146
* r11691: added reply buffer code checks and oplock flags for create request/replyAndrew Tridgell2007-10-101-1/+3
* r11668: yay! we get a successful session setup with SMB2, and get back a 64bi...Andrew Tridgell2007-10-101-9/+19
* r11666: filled in the basic session setup. Vista happily accepts the firstAndrew Tridgell2007-10-101-0/+70