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