summaryrefslogtreecommitdiffstats
path: root/source4/libcli/smb2/session.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r11665: started to put some meat on the structure used for the SMB2 libraryAndrew Tridgell2007-10-101-0/+47