Add dom_sid_string_buf
authorVolker Lendecke <vl@samba.org>
Thu, 3 Mar 2011 15:59:39 +0000 (16:59 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 3 Mar 2011 21:08:49 +0000 (22:08 +0100)
commit70517477f8deafc8027388d0597bbd53bd407c58
tree6b44a7565da0d4937464e4804cc90434c4ef94fe
parentf8a13c7dbc9b0e2246fb52d4a4d5db3b23bd2340
Add dom_sid_string_buf

This prints into a fixed buffer with the same overflow semantics as snprintf
has: Return required string length, regardless of whether it fit or not.
libcli/security/dom_sid.c
libcli/security/dom_sid.h