summaryrefslogtreecommitdiff
path: root/source3/lib/lsa.c
AgeCommit message (Collapse)AuthorFilesLines
2017-02-15lib: Avoid an "includes.h"Volker Lendecke1-1/+3
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-02-27lib: Fix talloc hierarchy in init_lsa_ref_domain_listVolker Lendecke1-1/+5
The sid is copied, so the name should also be copied. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2014-09-29s3: Move init_lsa_ref_domain_list to libChristof Schmitt1-0/+67
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>