summaryrefslogtreecommitdiff
path: root/lisp/net/ldap.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-06-20Fix ldap-search when WITHDN is non-nil (bug#64089)Filipp Gunbin
2023-06-20Revert "Fix parsing of dn line if WITHDN is non-nil"Filipp Gunbin
2023-06-17; * lisp/net/ldap.el (ldap-search-internal): Fix last change. (Bug#64089)Eli Zaretskii
2023-06-17Fix parsing of dn line if WITHDN is non-nilJens Schmidt
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-10-25Move required options out of ldap-ldapsearch-argsFilipp Gunbin
2022-10-20Fix ldapsearch output parsing in ldap-search-internalFilipp Gunbin
2022-09-02ldap-host-parameters-alist: Add auth-source optionFabrice Bauzac-Stehly
2022-08-23Make point-at-eol and point-at-bol obsoleteStefan Kangas
2022-07-05Make some defcustom types more restrictiveStefan Kangas
2022-04-14ldap-search-internal cleanupFilipp Gunbin
2022-04-14Fix eudc-get-attribute-listFilipp Gunbin
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-09-19; Stylistic docfixes in net/*.el found by checkdocStefan Kangas
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-02-09Use lexical-binding in a few more scattered filesStefan Monnier
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-03Remove redundant requires of 'custom'Stefan Kangas
2020-10-24; Prefer https to http in more URLsStefan Kangas
2020-01-01Merge from origin/emacs-27Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-26* lisp/net/ldap.el (ldap-search-internal): Add missing setq.Mattias EngdegÄrd
2019-06-26Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier
2019-06-26* lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier
2019-05-25Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert
2019-05-19Fixes for "Maintainer:" and related linesPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-22ldap.el: Do not set process-connection-typeThomas Fitzsimmons
2018-11-29LDAP: Set process-connection-type to tFilipp Gunbin
2018-11-29LDAP: Set process-connection-type to t on DarwinThomas Fitzsimmons
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-04Avoid add-to-list on local variablesStefan Monnier
2016-12-31Update copyright year to 2017Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-03-09Recognize more LDAP attributesThomas Fitzsimmons
2015-02-06net/ldap.el (ldap-search-internal): Fix docstringThomas Fitzsimmons
2015-01-23lisp/net/{eudc,ldap}: Merge branch streamline-eudc-configurationStefan Monnier
2015-01-01Update copyright year to 2015Paul Eggert
2014-11-13Mention binddn in LDAP credentials error messageThomas Fitzsimmons
2014-11-13ldap-password-read: Validate password before caching itThomas Fitzsimmons
2014-11-13Handle nil password-cache in ldap-password-readThomas Fitzsimmons
2014-11-13ldap-search-internal: Send password to ldapsearch through a pipeThomas Fitzsimmons
2014-11-13Add password-cache support to ldap.elThomas Fitzsimmons
2014-11-13Support new-style LDAP URIs in ldap-search-internalThomas Fitzsimmons