ldb: controls marshalling/unmarshalling improvement
authorMatthieu Patou <mat@matws.net>
Sun, 20 Feb 2011 12:23:27 +0000 (15:23 +0300)
committerMatthieu Patou <mat@matws.net>
Mon, 21 Feb 2011 07:55:59 +0000 (10:55 +0300)
commitb1595f40c506bb180758b5ee60122de5e29e0ccd
treef2db757c55607ce75e7c46bd8657e850a232470d
parent82fa772fa2dd6209d822ce0769364809233b9db7
ldb: controls marshalling/unmarshalling improvement

Add a function to marshall a control to a string
Refactor the code of ldb_control_parse_strings to allow to extract the
core code into ldb_control_parse_from_string so that this function can
be called for just 1 string
source4/lib/ldb/ABI/ldb-1.0.2.sigs [new file with mode: 0644]
source4/lib/ldb/common/ldb_controls.c
source4/lib/ldb/include/ldb.h
source4/lib/ldb/wscript