Age | Commit message (Expand) | Author | Files | Lines |
2010-05-20 | s4:auth Change auth_generate_session_info to take flags | Andrew Bartlett | 1 | -1/+13 |
2010-04-14 | s4:auth Change auth_generate_session_info to take an auth context | Andrew Bartlett | 1 | -18/+61 |
2009-12-24 | s4:auth: change auth_check_password_send/recv to tevent_req | Stefan Metzmacher | 1 | -13/+26 |
2009-12-24 | s4:gensec: change gensec_update_send/recv to tevent_req | Stefan Metzmacher | 1 | -5/+15 |
2009-12-24 | s4:smb_server: fix mixing socket_address and tsocket_address | Stefan Metzmacher | 1 | -6/+9 |
2009-09-19 | s4-smbd: minimise includes in smbd/ and smb_server | Andrew Tridgell | 1 | -2/+0 |
2009-02-13 | Remove auth/ntlm as a dependency of GENSEC by means of function pointers. | Andrew Bartlett | 1 | -9/+7 |
2008-11-02 | Fix the build. | Jelmer Vernooij | 1 | -1/+1 |
2008-11-02 | Add gensec_settings structure. This wraps loadparm_context for now, but | Jelmer Vernooij | 1 | -1/+1 |
2008-09-23 | s4:smb_server: remove the bogus smbsrv_signing_restart() | Stefan Metzmacher | 1 | -17/+2 |
2008-09-05 | Move our DC to implement mandetory signing. | Andrew Bartlett | 1 | -2/+4 |
2008-09-05 | With a windows 2008 client, even anonymous requires signing... | Andrew Bartlett | 1 | -6/+0 |
2008-04-17 | Specify event_context to ldb_wrap_connect explicitly. | Jelmer Vernooij | 1 | -2/+3 |
2007-12-21 | r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr... | Jelmer Vernooij | 1 | -5/+8 |
2007-12-21 | r26264: pass name resolve order explicitly, use torture context for settings ... | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26260: Store loadparm context in gensec context. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26221: Add loadparm_context parameter to auth_context_create. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r25551: Convert to standard bool type. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r23680: Make it easier to setup a domain member server - the 'server role' | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r23020: a better fix for the memory leak - this one doesn't stuff up spnego :) | Andrew Tridgell | 1 | -3/+9 |
2007-10-10 | r23019: revert r23018 - this will require more thought. | Andrew Tridgell | 1 | -14/+2 |
2007-10-10 | r23018: fixed a memory leak in our server side session setup code for failed | Andrew Tridgell | 1 | -2/+14 |
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 | -4/+7 |
2007-10-10 | r17283: use the async calls of auth_check_password() and gensec_update() | Stefan Metzmacher | 1 | -136/+202 |
2007-10-10 | r17274: fix typos | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r15741: move smb2 request structures into the main smb request structs | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r13870: prefix more functions with smbsrv_ | Stefan Metzmacher | 1 | -6/+6 |
2007-10-10 | r13866: prefix more functions with smbsrv_ | Stefan Metzmacher | 1 | -4/+2 |
2007-10-10 | r13403: Try to better handle a case where SPNEGO isn't available (allow us to | Andrew Bartlett | 1 | -3/+4 |
2007-10-10 | r12804: This patch reworks the Samba4 sockets layer to use a socket_address | Andrew Bartlett | 1 | -5/+14 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r12115: bring SMB sesssetup_spnego in sync with SMB2 sesssetup | Stefan Metzmacher | 1 | -46/+51 |
2007-10-10 | r11786: move all SMB protocol specific stuff to smb_server/smb/ | Stefan Metzmacher | 1 | -0/+370 |