Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-04 | auth/ntlmssp: avoid talloc_tos() in ntlmssp_client_initial() | Stefan Metzmacher | 1 | -1/+1 | |
This avoids a smb_panic at log level = 10. If we don't have a talloc stackframe yet. metze | |||||
2012-02-24 | auth: Remove plugable password-check functions from gensec_ntlmssp | Andrew Bartlett | 1 | -8/+0 | |
The auth4_context layer now provides the plugability here. Andrew Bartlett | |||||
2012-02-17 | auth: Move the rest of the source4 gensec_ntlmssp code to the top level | Andrew Bartlett | 1 | -0/+436 | |
The ntlmssp_server code will be in common shortly, and aside from a symbol name or two, moving the client code causes no harm and makes less mess. We will also get the client code in common very soon. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> |