Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | auth: Move the rest of the source4 gensec_ntlmssp code to the top level | Andrew Bartlett | 2012-02-17 | 1 | -2/+17 |
| | | | | | | | | | | 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> | ||||
* | auth: rename ntlmssp.c to ntlmssp_util.c | Andrew Bartlett | 2012-02-08 | 1 | -1/+1 |
| | |||||
* | ntlmssp: Move ntlmssp code to auth/ntlmssp | Andrew Bartlett | 2011-10-18 | 1 | -0/+3 |
This brings in the code from both libcli/auth and source4/auth/ntlmssp. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> |