summaryrefslogtreecommitdiffstats
path: root/libcli/lsarpc/util_lsarpc.c
Commit message (Collapse)AuthorAgeFilesLines
* libcli: Remove an unused variableVolker Lendecke2011-12-121-1/+0
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Dec 12 23:21:49 CET 2011 on sn-devel-104
* s4-lsarpc handle more info levels in SetInfoTrustedDomain callsAndrew Bartlett2011-12-121-0/+360
This uses the very helpful conversion functions written for the s3 lsa server and places these in common. Andrew Bartlett