Replace sid_string_static with sid_to_string
authorVolker Lendecke <vl@samba.org>
Sat, 15 Dec 2007 21:00:39 +0000 (22:00 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 15 Dec 2007 21:09:37 +0000 (22:09 +0100)
commit14ef4cdec1ab6be55c97d0f32780cbddbcdde218
treee7cb94297496f758a7935aaec62c7dd772e96f3a
parentd899b8c56ad6556baf2d2374704cc8cd1b15d5ad
Replace sid_string_static with sid_to_string

This adds 28 fstrings on the stack, but I think an fstring on the stack is
still far better than a static one.
(This used to be commit c7c885078be8fd3024c186044ac28275d7609679)
13 files changed:
source3/groupdb/mapping_tdb.c
source3/lib/privileges.c
source3/lib/substitute.c
source3/libads/ldap.c
source3/libsmb/samlogon_cache.c
source3/passdb/pdb_interface.c
source3/passdb/pdb_ldap.c
source3/rpc_server/srv_lsa_nt.c
source3/winbindd/idmap_cache.c
source3/winbindd/idmap_tdb.c
source3/winbindd/winbindd_async.c
source3/winbindd/winbindd_cache.c
source3/winbindd/winbindd_group.c