summaryrefslogtreecommitdiffstats
path: root/source3/lib/netapi/sid.c
Commit message (Collapse)AuthorAgeFilesLines
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
| | | | | | | | | | | | | | This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104
* netapi: add ConvertStringSidToSid().Günther Deschner2008-08-111-0/+26
| | | | | Guenther (This used to be commit 36f1e45e4ec295115f1ba39ec7ad3690a96dac3e)
* netapi: fix build warning for ConvertSidToStringSid().Günther Deschner2008-07-181-3/+3
| | | | | Guenther (This used to be commit 5136daec0a35e7f099477409009672ddd960b684)
* netapi: add ConvertSidToStringSid() for convenience of the callers.Günther Deschner2008-07-171-0/+50
Guenther (This used to be commit b7633998ed76c7bb2faa803841fafe9126a39847)