summaryrefslogtreecommitdiffstats
path: root/source3/lib/tldap_util.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-tldap: only include tldap when actually needed.Günther Deschner2010-05-181-0/+2
| | | | Guenther
* Add tldap_pull_guidVolker Lendecke2009-07-041-0/+11
|
* tldap: Do not do a return before we got the search_resultVolker Lendecke2009-07-031-1/+0
|
* Add tldap_search_vaVolker Lendecke2009-06-281-8/+20
|
* Add tldap paged searches, together with two helper routinesVolker Lendecke2009-06-201-0/+261
|
* Reorganize retrieving errors and server-sent controlsVolker Lendecke2009-06-201-1/+1
| | | | | | | This attaches the data to the tldap_message instead of the tevent_req. It adds tldap_ctx_lastmsg() to retrieve the last message for the users of the sync wrappers.
* Add tldap_supports_controlVolker Lendecke2009-06-201-0/+11
|
* Add tldap_entry_has_attrvalueVolker Lendecke2009-06-201-0/+18
|
* Prepare control supportVolker Lendecke2009-06-201-2/+2
| | | | | | | | | 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.
* Add tldap_fetch_rootdseVolker Lendecke2009-06-191-0/+131
|
* Add tlda_add_mod_strVolker Lendecke2009-06-081-0/+17
|
* Add tldap_pull_uint32Volker Lendecke2009-06-071-0/+12
|
* Add some samba-style tldap utility functionsVolker Lendecke2009-06-061-0/+351