summaryrefslogtreecommitdiff
path: root/source3/lib/tldap.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-22s3-tldap: Make sure we don't deref a null pointer.Andreas Schneider1-0/+3
2013-02-19s3:lib: make use of samba_tevent_context_init()Stefan Metzmacher1-5/+5
2012-12-21s3-tldap: Fix dead code in tldap_sasl_bind_send().Andreas Schneider1-1/+1
2011-06-20Use tevent_req_oomVolker Lendecke1-2/+2
2011-05-18s3-lib Replace StrnCaseCmp() with strncasecmp_m()Andrew Bartlett1-1/+1
2011-05-05Fix many const compiler warnings.Jeremy Allison1-5/+5
2011-04-29s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner1-0/+1
2011-04-29s3-tsocket: only include ../lib/tsocket/tsocket.h where needed.Günther Deschner1-0/+1
2011-04-16s3: Remove an unused variableVolker Lendecke1-3/+0
2011-03-20s3: Fix early tldap_search cancelsVolker Lendecke1-1/+1
2011-03-16s3-build: only include asn1 headers where actually needed.Günther Deschner1-0/+1
2011-03-14s3: Change tldap_entry_attributes to the "array,count" conventionVolker Lendecke1-2/+3
2011-02-13s3: Use tlap_simple_recv in tldap_sasl_bind_recvVolker Lendecke1-6/+3
2011-02-13s3: Add error checking to asn1_read_OctetString_tallocVolker Lendecke1-2/+15
2011-02-13Fix typosVolker Lendecke1-1/+1
2011-02-10s3: Align the args in tldap_modifyVolker Lendecke1-3/+3
2011-02-10s3: Align tldap_add and tldap_add_sendVolker Lendecke1-1/+1
2011-01-26s3-lib: Fixed a missing return value in tldap.Andreas Schneider1-0/+1
2010-07-20s3: Fix two uninitialized variablesVolker Lendecke1-2/+2
2010-06-21tldap: Fix a type-punned warningVolker Lendecke1-1/+1
2010-05-18s3-tldap: only include tldap when actually needed.Günther Deschner1-0/+1
2010-03-10s3: Make TLDAP_IS_ALPHA and TLDAP_IS_ADH static functionsVolker Lendecke1-5/+12
2010-03-09Fix typoSimo Sorce1-2/+2
2010-03-09s3:tldap add own filter parsingSimo Sorce1-114/+600
2009-07-15s3:tldap: fix the build - a void function should not return a valueStefan Metzmacher1-3/+3
2009-06-28If the connection is down, don't try another write.Volker Lendecke1-0/+17
2009-06-28tldap_msg_received: Properly free the asn1_struct in case of an errorVolker Lendecke1-0/+1
2009-06-27Move read_ldap_done after read_ldap_sendVolker Lendecke1-24/+25
2009-06-27Convert tldap to tstreamVolker Lendecke1-11/+17
2009-06-27tldap: Don't fire off more than one read_ldap request during searchesVolker Lendecke1-10/+22
2009-06-20Reorganize retrieving errors and server-sent controlsVolker Lendecke1-83/+66
2009-06-20Move asn1_load_nocopy() to lib/util/asn1.cVolker Lendecke1-7/+0
2009-06-20Move asn1_blob() to lib/util/asn1.cVolker Lendecke1-13/+0
2009-06-20tldap control supportVolker Lendecke1-7/+122
2009-06-20Prepare control supportVolker Lendecke1-27/+44
2009-06-20Fix empty linesVolker Lendecke1-3/+0
2009-06-19Add a missing talloc_move() in tldap_search_recvVolker Lendecke1-1/+1
2009-06-19Make tevent_req_is_ldap_error publicVolker Lendecke1-1/+1
2009-06-19Add tldap_context_[gs]etattrVolker Lendecke1-0/+78
2009-06-12Add basic tracing of tldap messagesVolker Lendecke1-0/+10
2009-06-12Add debugging facility to tldap, analogous to teventVolker Lendecke1-0/+32
2009-06-07Fix syntax of sending a delete requestVolker Lendecke1-1/+1
2009-06-06Add the early start of an async ldap libraryVolker Lendecke1-0/+1835