summaryrefslogtreecommitdiff
path: root/source4/libcli/ldap
AgeCommit message (Expand)AuthorFilesLines
2024-06-10dsdb: Prepare to handle smartcard password rolloverAndrew Bartlett1-0/+1
2024-05-16s4:libcli: Add more controls to our list of known controlsJo Sutton1-0/+20
2024-05-16s4:libcli: Fix code spellingJo Sutton1-2/+2
2024-04-23s4:libcli/ldap: add support for ADS_AUTH_SASL_{STARTTLS,LDAPS}Stefan Metzmacher2-4/+89
2024-04-23s4:libcli/ldap: add tls channel binding support for ldap_bind_sasl()Stefan Metzmacher1-0/+53
2024-04-23s4:libcli/ldap: make use of tstream_tls_params_client_lpcfg()Stefan Metzmacher1-12/+4
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
2024-04-23s4:libcli/ldap: ldap4_new_connection() requires a valid lp_ctxStefan Metzmacher1-0/+4
2023-11-15util/charset: Rename utf16_len_n() to utf16_null_terminated_len_n()Joseph Sutton1-1/+1
2023-11-15s4:libcli: Remove trailing whitespaceJoseph Sutton1-27/+26
2023-10-13s4:libcli: Check return value of convert_string_talloc() (CID 1272839)Joseph Sutton1-3/+8
2023-10-13s4:libcli: Remove unnecessary castsJoseph Sutton1-14/+14
2023-08-14s4:libcli: Fix code spellingAndreas Schneider2-2/+2
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
2022-09-16CVE-2020-25720: s4-acl: Change behavior of Create Children checkNadezhda Ivanova1-0/+1
2022-03-17dsdb: Return dsdb_password_change control name to DSDB_CONTROL_PASSWORD_CHANG...Andrew Bartlett1-1/+1
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_gensec_features()Andreas Schneider1-2/+6
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 Lockyer2-25/+25
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-05-10samdb: Add transaction id controlGary Lockyer1-0/+1
2018-03-13CVE-2018-1057: s4:dsdb/samdb: define DSDB_CONTROL_PASSWORD_ACL_VALIDATION_OID...Ralph Boehme1-0/+1
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
2017-05-22s4:libcli/ldap: just use gensec_update() in ldap_bind_sasl()Stefan Metzmacher1-2/+1
2016-05-06typo: mplementation => implementationGarming Sam4-4/+4
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-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
2016-03-09ldap VLV: correct ASN1 parsing of VLV requestsGarming Sam1-20/+5
2016-03-09ldap: fix search control rule identifiers ASN.1 typeGarming Sam1-1/+2
2016-03-09ldap VLV: memdup, not strdup VLV context_idDouglas Bagnall1-1/+1
2016-03-09ldap VLV: use correct ASN.1 encoding for requestsGarming Sam1-11/+3
2016-02-19s4-libcli: Add missing ldb headerAndreas Schneider2-1/+4
2016-02-17s4:libcli/ldap: add support for LDB_CONTROL_DIRSYNC_EX_OIDStefan Metzmacher1-0/+1
2016-02-17s4:libcli/ldap: send AbandonRequests for cancelled requestsStefan Metzmacher1-0/+50
2016-01-13libcli: Fix a typoVolker Lendecke1-1/+1
2016-01-13Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij1-1/+1
2016-01-13Make libcli-smb-raw private, for now.Jelmer Vernooij1-1/+1
2016-01-06lib: Use asn1_extract_blob()Volker Lendecke1-24/+24