netrc caching and better searching.
[gnus] / lisp / auth-source.el
2011-02-22 Ted Zlatanovnetrc caching and better searching.
2011-02-22 Ted Zlatanov* auth-source.el (auth-sources): Search ~/.netrc as...
2011-02-21 Lars IngebrigtsenFix typo.
2011-02-21 Lars Ingebrigtsen(auth-source-netrc-parse): Accept a number as the port...
2011-02-21 Lars IngebrigtsenAdd an in-memory netrc cache (for now) to make ~/.authi...
2011-02-21 Lars Ingebrigtsen* auth-source.el (auth-source-search): Fix unbound...
2011-02-18 Lars Ingebrigtsen(auth-source-search): Only ask a single backend to...
2011-02-18 Lars IngebrigtsenIf we don't find a match, don't bug out on non-bound...
2011-02-18 Lars Ingebrigtsen(auth-source-search): Don't try to create credentials...
2011-02-17 Lars Ingebrigtsen(auth-source-search): Do a two-phase search, one with...
2011-02-17 Ted ZlatanovComplete among multiple auth-source-search choices...
2011-02-17 Ted ZlatanovTurn off auth-source-debug by default.
2011-02-17 Ted ZlatanovUse :port instead of :protocol for all auth-source...
2011-02-17 Katsumi Yamaokaauth-source.el (auth-source-secrets-search): Use mm...
2011-02-17 Katsumi Yamaokaauth-source.el: Don't pass more than two args, that...
2011-02-17 Katsumi Yamaokaauth-source.el: Bind load-path when loading EIEIO from...
2011-02-17 Raphael Kubo da... Use eval-and-compile to load EIEIO correctly.
2011-02-16 Ted ZlatanovBring in EIEIO from Emacs.
2011-02-16 Ted ZlatanovMerge branch 'master' of https://git.gnus.org/gnus
2011-02-16 Ted ZlatanovOverride password-cache-expiry with auth-source-cache...
2011-02-16 Ted ZlatanovDo smarter auth-source creation if needed and still...
2011-02-15 Ted ZlatanovEnable `auth-source-debug' by default. Add and use...
2011-02-14 Ted ZlatanovRemove CL functions. Fix Secrets Login collection...