summaryrefslogtreecommitdiff
path: root/source4/libcli/ldap/ldap_bind.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-07lib: Don't call a function to initialize an empty DATA_BLOBVolker Lendecke1-2/+2
2024-04-23s4:libcli/ldap: add tls channel binding support for ldap_bind_sasl()Stefan Metzmacher1-0/+53
2024-04-23s4:libcli/ldap: force GSS-SPNEGO in ldap_bind_sasl()Stefan Metzmacher1-50/+7
2024-04-23s4:libcli/ldap: fix no memory error code in ldap_bind_sasl()Stefan Metzmacher1-1/+4
2023-08-14s4:libcli: Fix code spellingAndreas Schneider1-1/+1
2023-08-08s4:libcli/ldap: Fix code spellingJoseph Sutton1-1/+1
2022-12-16s3-librpc: add ads.idl and convert ads_struct to talloc.Günther Deschner1-0/+1
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_gensec_features()Andreas Schneider1-2/+6
2017-05-22s4:libcli/ldap: just use gensec_update() in ldap_bind_sasl()Stefan Metzmacher1-2/+1
2016-05-06typo: mplementation => implementationGarming Sam1-1/+1
2016-04-12CVE-2016-2112: s4:libcli/ldap: auto upgrade to SIGN after STRONG_AUTH_REQUIREDStefan Metzmacher1-0/+7
2016-04-12CVE-2016-2112: s4:libcli/ldap: make sure we detect downgrade attacksStefan Metzmacher1-0/+14
2016-04-12CVE-2016-2112: s4:libcli/ldap: honour "client ldap sasl wrapping" optionStefan Metzmacher1-4/+26
2016-03-10s4:libcli/ldap: fix retry authentication after a bad passwordStefan Metzmacher1-2/+2
2016-03-10s4:libcli/ldap: make use of GENSEC_FEATURE_LDAP_STYLEStefan Metzmacher1-0/+7
2015-07-09Fix ldap_bind compilation for i386Douglas Bagnall1-1/+1
2015-06-23s4:libcli/ldap: conversion to tstreamStefan Metzmacher1-20/+45
2014-03-27s4:libcli: make use of gensec_update_ev()Stefan Metzmacher1-1/+1
2013-09-18Prepare for SASL/EXTERNAL supportHoward Chu1-2/+11
2013-08-10auth/gensec: introduce gensec_internal.hStefan Metzmacher1-0/+1
2012-11-01s4-ldapclient: cope with logon failure retry in LDAPAndrew Tridgell1-37/+79
2011-10-18gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett1-1/+1
2011-08-03gensec: split GENSEC into mechanism-dependent and runtime functionsAndrew Bartlett1-0/+1
2011-06-06s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett1-1/+1
2010-09-28s4-ildap: two more places that need talloc_reparent()Andrew Tridgell1-1/+1
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-1/+1
2010-05-21s4:libcli/ldap Rename ldap.h to libcli_ldap.hAndrew Bartlett1-1/+1
2008-11-17Improve debug when SASL search failsAndrew Bartlett1-1/+1
2008-11-02Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij1-1/+2
2008-09-24Fix nasty bug that would come up only if a client connection to a remoteSimo Sorce1-0/+1
2008-07-15Cleanup ldap_bind_sasl.Andrew Bartlett1-4/+3
2008-04-21Remove more event_context_init() uses from function calls within deep down th...Simo Sorce1-2/+3
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-3/+4
2007-12-21r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij1-1/+1
2007-12-21r26539: Remove unnecessary statics.Jelmer Vernooij1-1/+1
2007-12-21r26385: Integrate gensec-socket into gensec.Jelmer Vernooij1-1/+2
2007-12-21r26355: Eliminate global_loadparm in more places.Jelmer Vernooij1-1/+1
2007-12-21r26353: Remove use of global_loadparm.Jelmer Vernooij1-3/+5
2007-12-21r26277: Move loadparm context higher up the stack.Jelmer Vernooij1-1/+2
2007-12-21r26260: Store loadparm context in gensec context.Jelmer Vernooij1-1/+2
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r20141: use the gensec_features of the cli_credentials for ildap connections,Stefan Metzmacher1-3/+9
2007-10-10r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett1-1/+1
2007-10-10r18025: Don't try to set a target host if there isn't one (such as with ldapi...Andrew Bartlett1-5/+7
2007-10-10r17230: don't overwrite the error with NT_STATUS_NO_MEMORYStefan Metzmacher1-10/+7
2007-10-10r17222: Change the function prototypes for the GENSEc and TLS socket creationAndrew Bartlett1-9/+12
2007-10-10r17197: This patch moves the encryption of bulk data on SASL negotiated securityAndrew Bartlett1-6/+16
2007-10-10r15400: Move the TLS code behind the socket interface.Andrew Bartlett1-1/+1
2007-10-10r15238: Add some code to automatically reconnect if we want to.Simo Sorce1-0/+53