Age | Commit message (Expand) | Author | Files | Lines |
2009-11-25 | s4/libcli: Initialize client PID for SMB2 connections | Steven Danneman | 1 | -0/+4 |
2009-05-20 | s4:libcli/smb2: fix session setup with raw NTLMSSP | Stefan Metzmacher | 1 | -13/+17 |
2009-05-20 | s4:libcli/smb2: use raw ntlmssp if the server didn't provide a sec blob | Stefan Metzmacher | 1 | -1/+8 |
2008-11-02 | Add gensec_settings structure. This wraps loadparm_context for now, but | Jelmer Vernooij | 1 | -3/+2 |
2008-07-28 | libcli/smb2: the session key for SMB2 signing is truncated to 16 bytes | Stefan Metzmacher | 1 | -2/+2 |
2008-07-28 | libcli/smb2: fix per session signing state | Stefan Metzmacher | 1 | -3/+3 |
2008-06-07 | make signing per session in the SMB2 client library | Andrew Tridgell | 1 | -3/+3 |
2008-06-06 | added server side SMB2 signing | Andrew Tridgell | 1 | -3/+5 |
2008-05-30 | implemented client side SMB2 signing | Andrew Tridgell | 1 | -3/+14 |
2008-05-16 | private -> private_data for struct smb2_request | Andrew Tridgell | 1 | -2/+2 |
2008-02-12 | updated SMB2 header defines to match WSPP docs | Andrew Tridgell | 1 | -2/+2 |
2008-02-12 | converted SMB2 session setup to use WSPP protocol field names | Andrew Tridgell | 1 | -10/+12 |
2007-12-21 | r26337: Move global_loadparm to a higher caller. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26260: Store loadparm context in gensec context. | Jelmer Vernooij | 1 | -4/+6 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -3/+3 |
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 | -33/+9 |
2007-10-10 | r16708: the packet format of SMB2 SessionSetup has changed, | Stefan Metzmacher | 1 | -5/+7 |
2007-10-10 | r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0 | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14435: return after an error | Andrew Tridgell | 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 | r12006: don't require callers to fill in pad bytes in SMB2 calls | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r11949: make sure we ask gensec to give us a session key | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r11888: - added SMB2 trans support | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r11754: make the SMB2 blob push routines take offsets, so they fit better with | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the length | Stefan Metzmacher | 1 | -12/+8 |
2007-10-10 | r11722: make the smb2_push/pull functions take a smb2_request_buffer | Stefan Metzmacher | 1 | -3/+2 |
2007-10-10 | r11694: fixed 2 valgrind errors | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r11692: added a full composite (async) spnego session setup for SMB2. This | Andrew Tridgell | 1 | -0/+146 |
2007-10-10 | r11691: added reply buffer code checks and oplock flags for create request/reply | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r11668: yay! we get a successful session setup with SMB2, and get back a 64bi... | Andrew Tridgell | 1 | -9/+19 |
2007-10-10 | r11666: filled in the basic session setup. Vista happily accepts the first | Andrew Tridgell | 1 | -0/+70 |
2007-10-10 | r11665: started to put some meat on the structure used for the SMB2 library | Andrew Tridgell | 1 | -0/+47 |