Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-04 | Add tldap_pull_guid | Volker Lendecke | 1 | -0/+11 | |
2009-07-03 | tldap: Do not do a return before we got the search_result | Volker Lendecke | 1 | -1/+0 | |
2009-06-28 | Add tldap_search_va | Volker Lendecke | 1 | -8/+20 | |
2009-06-20 | Add tldap paged searches, together with two helper routines | Volker Lendecke | 1 | -0/+261 | |
2009-06-20 | Reorganize retrieving errors and server-sent controls | Volker Lendecke | 1 | -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. | |||||
2009-06-20 | Add tldap_supports_control | Volker Lendecke | 1 | -0/+11 | |
2009-06-20 | Add tldap_entry_has_attrvalue | Volker Lendecke | 1 | -0/+18 | |
2009-06-20 | Prepare control support | Volker Lendecke | 1 | -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. | |||||
2009-06-19 | Add tldap_fetch_rootdse | Volker Lendecke | 1 | -0/+131 | |
2009-06-08 | Add tlda_add_mod_str | Volker Lendecke | 1 | -0/+17 | |
2009-06-07 | Add tldap_pull_uint32 | Volker Lendecke | 1 | -0/+12 | |
2009-06-06 | Add some samba-style tldap utility functions | Volker Lendecke | 1 | -0/+351 | |