summaryrefslogtreecommitdiff
path: root/lisp/auth-source.el
Commit message (Expand)AuthorAge
* auth-source-search doc string fixLars Ingebrigtsen2021-01-30
* Update copyright year to 2021Paul Eggert2021-01-01
* authinfo-mode: add option to not hide any elements (and add font-lock)TEC2020-12-23
* Allow a function for the :secret in a plstoreAndrew G Cohen2020-08-27
* Update copyright year to 2020Paul Eggert2020-01-01
* lisp/auth-source.el: Depend on cl-lib unconditionallyJuanma Barranquero2019-11-26
* Hide quoted passwords with spaces in AuthinfoDario Gjorgjevski2019-11-21
* lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero2019-10-20
* auth-source: Fix wrong-type-argument when searching plstoreDaiki Ueno2019-10-15
* Make auth-source work with non-ASCII passwords againLars Ingebrigtsen2019-10-15
* Add an `authinfo-hidden' variableLars Ingebrigtsen2019-09-23
* Fix "password" detection in authinfo modeLars Ingebrigtsen2019-09-22
* Hide passwords in .authinfo and .netrc filesLars Ingebrigtsen2019-09-21
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-21
* Further touch-ups to the auth-source obfuscationLars Ingebrigtsen2019-09-20
* Add some comments to the auth-source obfuscationLars Ingebrigtsen2019-09-20
* Make previous auth-source change not break on Windows without gnutlsLars Ingebrigtsen2019-09-20
* Obfuscate auth-source memory contents even moreLars Ingebrigtsen2019-09-20
* Obfuscate auth-source secrets moreLars Ingebrigtsen2019-09-20
* lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero2019-09-19
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
| * Fix bugs in `auth-source-netrc-parse-one'.Filipp Gunbin2018-08-10
* | Replace insignificant backquotesMichael Heerdegen2018-11-25
* | * lisp/auth-source.el: Minor simplificationStefan Monnier2018-10-10
* | file-attributes cleanupPaul Eggert2018-09-23
* | Merge from origin/emacs-26Glenn Morris2018-07-20
|\|
| * Fix auth-source-delete (Bug#26184)Noam Postavsky2018-07-17
* | Fix bugs in `auth-source-netrc-parse-one'.Filipp Gunbin2018-05-17
* | Fix creation of Secret Service items in auth-sourceMichael Albinus2018-05-16
* | ; * lisp/auth-source.el (auth-sources): Fix a comment.Glenn Morris2018-05-02
* | Let Tramp save passwordsMichael Albinus2018-04-23
* | Fix Bug#30246Michael Albinus2018-04-13
* | Merge from origin/emacs-26Glenn Morris2018-04-10
|\|
| * ; * lisp/auth-source.el (auth-sources): Update the :version tag.Eli Zaretskii2018-04-04
| * Allow sexp customization type in auth-sourcesTed Zlatanov2018-04-04
* | * lisp/auth-source.el (auth-source-secrets-search): Fix docstring.Michael Albinus2018-04-08
* | * lisp/auth-source.el (auth-sources): Allow sexp customization typeTed Zlatanov2018-04-04
* | Small auth-source-netrc-create fixGlenn Morris2018-03-05
* | Merge from origin/emacs-26Paul Eggert2018-01-01
|\|
| * Update copyright year to 2018Paul Eggert2018-01-01
* | Fix a few compiler warnings in auth-source.elPhilipp Stephani2017-12-20
* | * lisp/auth-source.el (auth-source-backends-parser-file): Fix missing stringp.Ted Zlatanov2017-12-19
* | auth-source: support JSON backend with .json extensionTed Zlatanov2017-12-19
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* * lisp/password-cache.el (password-data): Use a hash-tableStefan Monnier2017-07-28
* Spelling fixesPaul Eggert2017-07-06
* * lisp/auth-source.el (auth-source-backend-parse): `return' -> cl-return.Stefan Monnier2017-04-28
* * lisp/auth-source.el: Document parser functions.Damien Cassou2017-04-27
* auth-source: factor out parsers and add testsTed Zlatanov2017-04-27