Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-09 | auth/ntlmssp: Remove reference to struct ntlmssp_state | Andrew Bartlett | 1 | -6/+1 | |
2012-03-09 | auth/ntlmssp: Remove gensec_security element from gensec_ntlmssp_state | Andrew Bartlett | 1 | -2/+2 | |
This just means there is one less pointer to ensure we initialise. Andrew Bartlett | |||||
2012-02-24 | auth: Remove plugable password-check functions from gensec_ntlmssp | Andrew Bartlett | 1 | -17/+95 | |
The auth4_context layer now provides the plugability here. Andrew Bartlett | |||||
2012-02-24 | auth: consolidate gensec_ntlmssp_server wrapper functions | Andrew Bartlett | 1 | -9/+18 | |
2012-02-17 | s3-auth: Add extra error messages on authentication or authorization failure | Andrew Bartlett | 1 | -0/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-10-18 | ntlmssp: Move ntlmssp code to auth/ntlmssp | Andrew Bartlett | 1 | -0/+582 | |
This brings in the code from both libcli/auth and source4/auth/ntlmssp. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> |