summaryrefslogtreecommitdiffstats
path: root/libcli/lsarpc/wscript_build
Commit message (Collapse)AuthorAgeFilesLines
* auth: Move the rest of the source4 gensec_ntlmssp code to the top levelAndrew Bartlett2012-02-171-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>
* s4-lsarpc handle more info levels in SetInfoTrustedDomain callsAndrew Bartlett2011-12-121-0/+5
This uses the very helpful conversion functions written for the s3 lsa server and places these in common. Andrew Bartlett