summaryrefslogtreecommitdiff
path: root/source3/include/lsa.h
AgeCommit message (Collapse)AuthorFilesLines
2017-04-07s3/include: add NT_STATUS_LOOKUP_ERRRalph Boehme1-0/+4
Useful helper macro to check the return value of LSA and SAMR translations. Bug: https://bugzilla.samba.org/show_bug.cgi?id=12728 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2014-09-29s3: Move init_lsa_ref_domain_list to libChristof Schmitt1-0/+25
This will be used in the next patch in winbind. Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>