Age | Commit message (Expand) | Author | Files | Lines |
2009-02-13 | Remove auth/ntlm as a dependency of GENSEC by means of function pointers. | Andrew Bartlett | 1 | -9/+7 |
2008-11-02 | Add gensec_settings structure. This wraps loadparm_context for now, but | Jelmer Vernooij | 1 | -1/+1 |
2008-07-28 | smb2srv: sign SMB2 Logoff replies | Stefan Metzmacher | 1 | -3/+17 |
2008-07-28 | smb2srv: correctly hold the signing state per session | Stefan Metzmacher | 1 | -1/+13 |
2008-06-07 | fixed mandatory signing | Andrew Tridgell | 1 | -2/+1 |
2008-06-06 | added server side SMB2 signing | Andrew Tridgell | 1 | -0/+9 |
2008-05-29 | fix from WSPP SMB2 test 11 | Andrew Tridgell | 1 | -1/+2 |
2008-02-12 | updated SMB2 header defines to match WSPP docs | Andrew Tridgell | 1 | -6/+6 |
2008-02-12 | converted SMB2 session setup to use WSPP protocol field names | Andrew Tridgell | 1 | -7/+8 |
2007-12-21 | r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26260: Store loadparm context in gensec context. | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r25551: Convert to standard bool type. | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r23020: a better fix for the memory leak - this one doesn't stuff up spnego :) | Andrew Tridgell | 1 | -1/+5 |
2007-10-10 | r19598: Ahead of a merge to current lorikeet-heimdal: | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r17341: pass a messaging context to auth_context_create() | Stefan Metzmacher | 1 | -2/+4 |
2007-10-10 | r17297: Some compilers don't seem to like the ;; | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r17268: change the smb2 session setup to use the new gensec_update_send/recv(... | Stefan Metzmacher | 1 | -61/+91 |
2007-10-10 | r16734: the 2 bytes after the opcode and before the flags, | Stefan Metzmacher | 1 | -7/+8 |
2007-10-10 | r16708: the packet format of SMB2 SessionSetup has changed, | Stefan Metzmacher | 1 | -39/+8 |
2007-10-10 | r15742: use union smb_sessetup | Stefan Metzmacher | 1 | -18/+19 |
2007-10-10 | r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0 | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r15304: Fix smbd build, more updates on getting --enable-dso to build again | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12113: in SMB2 we should only allocate a new session | Stefan Metzmacher | 1 | -6/+6 |
2007-10-10 | r12102: for SMB2 we need to allocate tcons per session | Stefan Metzmacher | 1 | -0/+5 |
2007-10-10 | r12092: - add dummy functions for the missing SMB2 opcodes | Stefan Metzmacher | 1 | -8/+49 |
2007-10-10 | r11789: - add the start of a SMB2 server | Stefan Metzmacher | 1 | -0/+185 |