Use hyphenated configuration options (instead of underscores)
[mutt-ldap.git] / mutt-ldap.py
2013-01-20 W. Trevor KingUse hyphenated configuration options (instead of unders...
2013-01-20 W. Trevor KingCachedLDAPConnection: Don't cache fields we don't use
2013-01-20 W. Trevor KingRestructure around an LDAPConnection class
2013-01-20 W. Trevor KingDecode search results to Unicode and print as Unicode
2013-01-20 W. Trevor KingBump my copyright to 2013 and add Niels de Vos
2013-01-20 W. Trevor KingAdapt to Unicode sys.argv
2013-01-20 W. Trevor KingConvert sys.argv to Unicode (using a configurable encoding)
2013-01-20 W. Trevor Kingsearch: Move asynchronous result handling inside search()
2013-01-20 W. Trevor Kingsearch: `post` and `query` should be Unicode strings
2013-01-20 W. Trevor KingMerge remote-tracking branch 'wberrier/master' into...
2013-01-20 Niels de Vosprevent an error when no search string is given
2013-01-20 Wade BerrierReturn partial results if the search takes a long time
2013-01-20 Wade Berrierimplement caching system for big/slow ldap servers
2013-01-20 Wade Berriermake search fields configurable
2013-01-20 Wade BerrierAdd support for an optional display column
2013-01-20 Wade BerrierFix for python 2.6: add position indexes to format...
2013-01-19 Wade BerrierAdd query filter section (in order to pare down results)
2013-01-19 Wade BerrierReturn results in a format that mutt expects
2013-01-19 Wade Berrierfix typo in reference to .rc file
2013-01-19 Wade BerrierAdd Wade Berrier (me) to author/copyright list
2012-12-17 W. Trevor Kingposts:ldap: update Python scripts to explicitly use...
2012-12-17 W. Trevor KingAlso search on displayName in mutt-ldap.py and ldap...
2012-12-17 W. Trevor KingAdd starttls support to mutt-ldap.py and ldap-jpeg.py.
2012-12-17 W. Trevor KingAdd auth.gssapi option to mutt-ldap.py (for use with...
2012-12-17 W. Trevor KingAdd GnuTLS and secure LDAP information.
2012-12-17 W. Trevor KingAdd mutt-ldap.py.