summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client/util_lsarpc.c
Commit message (Collapse)AuthorAgeFilesLines
* s4-lsarpc handle more info levels in SetInfoTrustedDomain callsAndrew Bartlett2011-12-121-336/+0
| | | | | | | This uses the very helpful conversion functions written for the s3 lsa server and places these in common. Andrew Bartlett
* s3: Fix two c++ warningsVolker Lendecke2011-09-181-2/+2
|
* s3: Fix Coverity ID 2613 -- UNINITVolker Lendecke2011-09-131-0/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Sep 13 12:39:10 CEST 2011 on sn-devel-104
* s3: Fix Coverity ID 2614 -- UNINITVolker Lendecke2011-09-131-0/+1
|
* s3-lsa: Add conversion for auth info structsSumit Bose2011-09-121-0/+334
struct lsa_TrustDomainInfoAuthInfo and struct trustAuthInOutBlob can store the same information for different usage. The added routines can convert one struct into the other. Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Sep 12 15:52:17 CEST 2011 on sn-devel-104