projects
/
mutt-ldap.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
mutt-ldap.git
2013-02-07
W. Trevor King
Merge remote-tracking branch 'wberrier/master'
master
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Wade Berrier
Support older versions of pyxdg
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Wade Berrier
Demote log message when xdg is missing from error to...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-26
Wade Berrier
Remove TODO item for cache expiration
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
W. Trevor King
mutt_ldap.py: Follow the the XDG Base Directory Specifi...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
W. Trevor King
README: Fix 'contaning' -> 'containing' typo in Usage
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
W. Trevor King
mutt_ldap.py: Factor configuration out into a Config...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
W. Trevor King
mutt_ldap.py: Also wrap stderr in a codecs writer
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
W. Trevor King
mutt_ldap.py: Use LOG.error() instead of sys.stderr...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
W. Trevor King
mutt_ldap.py: Don't load the config file if were being...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
W. Trevor King
mutt_ldap.py: Rename sys to _sys on import
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
W. Trevor King
mutt_ldap.py: Add an output-encoding option
v0.1
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
W. Trevor King
README: Fix 'mutt-ldap.py' -> 'mutt_ldap.py' typos
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
W. Trevor King
.gitignore: Ignore distutils' build output
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
W. Trevor King
MANIFEST.in: Distribute COPYING
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
W. Trevor King
COPYING: Add text of GPLv3
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
W. Trevor King
README.rst: Add symlink for GitHub rendering
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
W. Trevor King
README: Every stand-alone project desrves one
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
W. Trevor King
.gitignore: Ignore *.pyc (generated when you run setup.py)
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
W. Trevor King
setup.py: Package Mutt-LDAP using distutils
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
W. Trevor King
mutt_ldap.py: Rename with underscore for package import
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
W. Trevor King
CachedLDAPConnection: Lazy LDAP connections
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
W. Trevor King
Add logging to stdout (via StreamHandler)
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
W. Trevor King
CachedLDAPConnection: Convert cache format from Pickle...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
W. Trevor King
CachedLDAPConnection: Drop the old cache on version...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
W. Trevor King
Add a __version__ (for easier compatibility tracking)
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
W. Trevor King
CachedLDAPConnection: Add support for cache.longevity...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
W. Trevor King
Prefix imported modules with underscores
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
W. Trevor King
Alphebetize standard library imports
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
W. Trevor King
Use hyphenated configuration options (instead of unders...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
W. Trevor King
CachedLDAPConnection: Don't cache fields we don't use
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
W. Trevor King
Restructure around an LDAPConnection class
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
W. Trevor King
Decode search results to Unicode and print as Unicode
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
W. Trevor King
Bump my copyright to 2013 and add Niels de Vos
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
W. Trevor King
Adapt to Unicode sys.argv
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
W. Trevor King
Convert sys.argv to Unicode (using a configurable encoding)
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
W. Trevor King
search: Move asynchronous result handling inside search()
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
W. Trevor King
search: `post` and `query` should be Unicode strings
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
W. Trevor King
Merge remote-tracking branch 'wberrier/master' into...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
Niels de Vos
prevent an error when no search string is given
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
Wade Berrier
Return partial results if the search takes a long time
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
Wade Berrier
implement caching system for big/slow ldap servers
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
Wade Berrier
make search fields configurable
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
Wade Berrier
Add support for an optional display column
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
Wade Berrier
Fix for python 2.6: add position indexes to format...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Wade Berrier
Add query filter section (in order to pare down results)
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Wade Berrier
Return results in a format that mutt expects
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Wade Berrier
fix typo in reference to .rc file
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Wade Berrier
Add Wade Berrier (me) to author/copyright list
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
W. Trevor King
posts:ldap: update Python scripts to explicitly use...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
W. Trevor King
Also search on displayName in mutt-ldap.py and ldap...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
W. Trevor King
Add starttls support to mutt-ldap.py and ldap-jpeg.py.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
W. Trevor King
Add auth.gssapi option to mutt-ldap.py (for use with...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
W. Trevor King
Add GnuTLS and secure LDAP information.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
W. Trevor King
Add mutt-ldap.py.
commit
|
commitdiff
|
tree
|
snapshot