Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-17 | auth: Move the rest of the source4 gensec_ntlmssp code to the top level | Andrew Bartlett | 1 | -1/+1 | |
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> | |||||
2011-12-12 | s4-lsarpc handle more info levels in SetInfoTrustedDomain calls | Andrew Bartlett | 1 | -0/+5 | |
This uses the very helpful conversion functions written for the s3 lsa server and places these in common. Andrew Bartlett |