Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-09 | auth/ntlmssp: Remove gensec_security element from gensec_ntlmssp_state | Andrew Bartlett | 1 | -2/+0 | |
This just means there is one less pointer to ensure we initialise. Andrew Bartlett | |||||
2011-10-18 | ntlmssp: Prepare gensec_ntlmssp_start() for broader use | Andrew Bartlett | 1 | -11/+0 | |
This moves the allocation of the ntlmssp pointer back to the callers. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-10-18 | ntlmssp: Move ntlmssp code to auth/ntlmssp | Andrew Bartlett | 1 | -0/+245 | |
This brings in the code from both libcli/auth and source4/auth/ntlmssp. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> |