summaryrefslogtreecommitdiffstats
path: root/source3/lib/tldap.c
Commit message (Expand)AuthorAgeFilesLines
* s3:tldap: fix the build - a void function should not return a valueStefan Metzmacher2009-07-151-3/+3
* If the connection is down, don't try another write.Volker Lendecke2009-06-281-0/+17
* tldap_msg_received: Properly free the asn1_struct in case of an errorVolker Lendecke2009-06-281-0/+1
* Move read_ldap_done after read_ldap_sendVolker Lendecke2009-06-271-24/+25
* Convert tldap to tstreamVolker Lendecke2009-06-271-11/+17
* tldap: Don't fire off more than one read_ldap request during searchesVolker Lendecke2009-06-271-10/+22
* Reorganize retrieving errors and server-sent controlsVolker Lendecke2009-06-201-83/+66
* Move asn1_load_nocopy() to lib/util/asn1.cVolker Lendecke2009-06-201-7/+0
* Move asn1_blob() to lib/util/asn1.cVolker Lendecke2009-06-201-13/+0
* tldap control supportVolker Lendecke2009-06-201-7/+122
* Prepare control supportVolker Lendecke2009-06-201-27/+44
* Fix empty linesVolker Lendecke2009-06-201-3/+0
* Add a missing talloc_move() in tldap_search_recvVolker Lendecke2009-06-191-1/+1
* Make tevent_req_is_ldap_error publicVolker Lendecke2009-06-191-1/+1
* Add tldap_context_[gs]etattrVolker Lendecke2009-06-191-0/+78
* Add basic tracing of tldap messagesVolker Lendecke2009-06-121-0/+10
* Add debugging facility to tldap, analogous to teventVolker Lendecke2009-06-121-0/+32
* Fix syntax of sending a delete requestVolker Lendecke2009-06-071-1/+1
* Add the early start of an async ldap libraryVolker Lendecke2009-06-061-0/+1835