Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-28 | gensec: Add parinoia about integer wrapping | Andrew Bartlett | 1 | -0/+7 | |
2011-10-18 | ntlmssp: Refuse to seal if we did not negotiate to sign | Andrew Bartlett | 1 | -0/+5 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-10-18 | ntlmssp: Put members from auth_ntlmssp_state into gensec_ntlmssp_state | Andrew Bartlett | 1 | -1/+17 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
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 | 9 | -0/+2123 | |
This brings in the code from both libcli/auth and source4/auth/ntlmssp. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> |