r12361: Add a new function: ldb_binary_encode_string()
authorAndrew Bartlett <abartlet@samba.org>
Mon, 19 Dec 2005 07:07:11 +0000 (07:07 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:47:30 +0000 (13:47 -0500)
commitbceca723044e9cf5d835e8d732be3ab57906505e
treeb830194679166aa8a30285fd966a5f250c73f414
parent6bd8be867130686946e687512d7a4a68934217e1
r12361: Add a new function: ldb_binary_encode_string()

This is for use on user-supplied arguments to printf style format
strings which will become ldb filters.  I have used it on LSA, SAMR
and the auth/ code so far.

Also add comments to cracknames code.

Andrew Bartlett
(This used to be commit 8308cf6e0472790c1c9d521d19322557907f4418)
source4/auth/auth_sam.c
source4/dsdb/samdb/cracknames.c
source4/lib/ldb/common/ldb_parse.c
source4/lib/ldb/include/ldb.h
source4/rpc_server/lsa/dcesrv_lsa.c
source4/rpc_server/samr/dcesrv_samr.c