summaryrefslogtreecommitdiff
path: root/source4/libcli/ldap/ldap_client.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-23s4:libcli/ldap: add support for ADS_AUTH_SASL_{STARTTLS,LDAPS}Stefan Metzmacher1-4/+88
2024-04-23s4:libcli/ldap: make use of tstream_tls_params_client_lpcfg()Stefan Metzmacher1-12/+4
2024-04-23s4:libcli/ldap: ldap4_new_connection() requires a valid lp_ctxStefan Metzmacher1-0/+4
2023-08-14s4:libcli: Fix code spellingAndreas Schneider1-1/+1
2020-07-02ldap_client: Make ldap_parse_basic_url() IPv6-address awareVolker Lendecke1-0/+27
2020-07-02ldap_client: Align integer typesVolker Lendecke1-3/+3
2020-07-02ldap_client: Make ldap_parse_basic_url take care of ldapi as wellVolker Lendecke1-67/+80
2020-05-04CVE-2020-10704: libcli ldap_message: Add search size limits to ldap_decodeGary Lockyer1-1/+2
2020-05-04CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer1-1/+1
2019-07-16s4/libcli/ldab: clang: Fix 'Access results in a deref of a null pointer'Noel Power1-1/+1
2019-05-22libcli/ldap: Remove unsued ldap_transaction()Andrew Bartlett1-23/+0
2018-02-27libsocket: Add "mem_ctx" to socket_create()Volker Lendecke1-2/+3
2018-02-22util/rfc1738_unescape(): return end pointer or NULL on errorDouglas Bagnall1-4/+7
2016-05-06typo: mplementation => implementationGarming Sam1-1/+1
2016-04-12CVE-2016-2113: s4:libcli/ldap: verify the server certificate and hostname if ...Stefan Metzmacher1-7/+4
2016-04-12CVE-2016-2113: s4:lib/tls: implement infrastructure to do peer verificationStefan Metzmacher1-0/+2
2016-02-17s4:libcli/ldap: send AbandonRequests for cancelled requestsStefan Metzmacher1-0/+50
2016-01-13libcli: Fix a typoVolker Lendecke1-1/+1
2015-07-20lib/tls: Add new 'tls priority' optionAndrew Bartlett1-1/+2
2015-07-01libldap: Fix CID 1308982 Unchecked return value from libraryVolker Lendecke1-1/+7
2015-06-23s4:libcli/ldap: conversion to tstreamStefan Metzmacher1-146/+297
2010-09-27s4:libcli/ldap: fix sending oneway requestsStefan Metzmacher1-18/+26
2010-09-10s4/ldap: use time_mono for reconnect timeoutBjörn Jacke1-2/+2
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-4/+4
2010-05-21s4:libcli/ldap Rename ldap.h to libcli_ldap.hAndrew Bartlett1-1/+1
2009-10-14s4: Changes the old occurences of "lp_realm" in "lp_dnsdomain" where neededMatthias Dieter Wallnöfer1-1/+3
2009-10-02s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer1-1/+0
2009-08-17s4:libcli/ldap Explain why we set a hostname for ldapi:// connectionsAndrew Bartlett1-1/+3
2009-07-31s4:libcli/ldap: the tls code steals the original socket on its own nowStefan Metzmacher1-3/+0
2009-02-24libcli/ldap: move generic ldap control encoding code to ldap_message.cStefan Metzmacher1-2/+2
2009-02-18Worked around a problem with select/poll/epoll and gnutls Andrew Tridgell1-0/+4
2009-01-03s4:libcli/ldap: convert to tevent_* apiStefan Metzmacher1-13/+13
2009-01-03s4:socket: use a socket_wrapper aware function to auto close the fd event for...Stefan Metzmacher1-3/+4
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-4/+4
2008-12-18s4:lib/socket: socket_connect_send() and socket_connect_ev() should only wrok...Stefan Metzmacher1-1/+1
2008-10-23Fix function parameters.Jelmer Vernooij1-1/+1
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-2/+2
2008-09-29LDB ASYNC: misc changesSimo Sorce1-1/+1
2008-09-24Fix nasty bug that would come up only if a client connection to a remoteSimo Sorce1-9/+12
2008-07-15Make up a full hostname for ldapi connections.Andrew Bartlett1-2/+7
2008-04-21Remove more event_context_init() uses from function calls within deep down th...Simo Sorce1-8/+4
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-11/+12
2008-01-15util: Move asn1 to lib/util to trim down the number of subsystems.Jelmer Vernooij1-1/+1
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij1-2/+3
2007-12-21r26355: Eliminate global_loadparm in more places.Jelmer Vernooij1-5/+8
2007-12-21r26335: Specify name_resolve_order to socket code.Jelmer Vernooij1-2/+2
2007-12-21r26266: Remove more global_loadparm uses.Jelmer Vernooij1-1/+2
2007-12-21r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij1-1/+12
2007-12-21r26192: Handle, test and implement the style of extended_dn requiest that MMC...Andrew Bartlett1-0/+15
2007-12-21r25692: fixed another example where the free of fde and the free of the socketAndrew Tridgell1-1/+3