Prepare control support
authorVolker Lendecke <vl@samba.org>
Sat, 6 Jun 2009 19:06:33 +0000 (21:06 +0200)
committerVolker Lendecke <vl@samba.org>
Sat, 20 Jun 2009 16:54:06 +0000 (18:54 +0200)
commit63a70ba0ad306e39311db3145d85323276e02c02
tree80d2477357b87cec984e3a4cba73a906ffc4ae53
parent62eb817c06458070d090c1698e9c0a99914c6d78
Prepare control support

We will have arrays of controls passed to tldap.c. Follow a mantra from the
classic book "Thinking Forth" by Leo Brodie: Favor counts over terminators :-)

This makes the parameter lists to tldap pretty long, but everyone will have
wrapper routines anyway, see for example tldap_search_fmt. And the OpenLDAP
manpages call the non-_ext routines deprecated, probably for a reason.
source3/include/tldap.h
source3/lib/tldap.c
source3/lib/tldap_util.c
source3/passdb/pdb_ads.c