<feed xmlns='http://www.w3.org/2005/Atom'>
<title>roundcube.git/program/lib/Roundcube/rcube_ldap.php, branch v0.9.3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.hiegel.fr/cgit/roundcube.git/atom?h=v0.9.3</id>
<link rel='self' href='https://git.hiegel.fr/cgit/roundcube.git/atom?h=v0.9.3'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/'/>
<updated>2013-07-04T18:01:21Z</updated>
<entry>
<title>Don't add filters for required fields which are already in search filter</title>
<updated>2013-07-04T18:01:21Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>bruederli@kolabsys.com</email>
</author>
<published>2013-07-04T18:01:21Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=e6a7be8b1f9531e35ecf3ed79553072bb2585418'/>
<id>urn:sha1:e6a7be8b1f9531e35ecf3ed79553072bb2585418</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Escape user input values when used in eval()</title>
<updated>2013-05-01T11:27:04Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>thomas@roundcube.net</email>
</author>
<published>2013-05-01T11:26:07Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=2d6dca47146d33be703cacc85cb76b28cfca8aff'/>
<id>urn:sha1:2d6dca47146d33be703cacc85cb76b28cfca8aff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix so addressbook_search_mode works also for group search (#1489079)</title>
<updated>2013-05-01T07:47:23Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-05-01T07:46:29Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=62fe548e08c64b8ff9689b1b1330a0faf0f4b784'/>
<id>urn:sha1:62fe548e08c64b8ff9689b1b1330a0faf0f4b784</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix removal of a contact from a group in LDAP addressbook (#1489081)</title>
<updated>2013-04-30T17:29:00Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-04-30T17:28:07Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=54c6d6a9433061577a7e4cf79234c788d4eb88cf'/>
<id>urn:sha1:54c6d6a9433061577a7e4cf79234c788d4eb88cf</id>
<content type='text'>
Conflicts:

	CHANGELOG
</content>
</entry>
<entry>
<title>Use LDAP fallback hosts on connect + bind because with OpenLDAP 2.x ldap_connect() always succeeds but ldap_bind() will fail if host isn't reachable.</title>
<updated>2013-01-23T17:09:51Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>thomas@roundcube.net</email>
</author>
<published>2013-01-23T17:01:02Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=2b2f34d35487e9cf227f70f4e33898ac139cac67'/>
<id>urn:sha1:2b2f34d35487e9cf227f70f4e33898ac139cac67</id>
<content type='text'>
Add option for LDAP bind timeout (sets LDAP_OPT_NETWORK_TIMEOUT on PHP &gt; 5.3.0)
</content>
</entry>
<entry>
<title>Fix searching by date in address book (#1488888)</title>
<updated>2013-01-07T13:21:25Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-01-07T13:21:25Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=83f7077ec930952cdc9cfc8982b80cd4dad06b5f'/>
<id>urn:sha1:83f7077ec930952cdc9cfc8982b80cd4dad06b5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup, remove file paths from doc</title>
<updated>2012-12-18T08:07:00Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2012-12-18T08:07:00Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=d2534c63f2c0b640a39fce2a71b14a5dcda6e7fd'/>
<id>urn:sha1:d2534c63f2c0b640a39fce2a71b14a5dcda6e7fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix PHP Warning:  ldap_parse_virtuallist_control() expects parameter 2 to be</title>
<updated>2012-12-10T11:42:45Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2012-12-10T11:42:45Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=1aaa4bc3937187c54039a8459409a2efd9cb3cd7'/>
<id>urn:sha1:1aaa4bc3937187c54039a8459409a2efd9cb3cd7</id>
<content type='text'>
resource, null given. This happens on Administrative Limit Exceeded error when
using VLV.
</content>
</entry>
<entry>
<title>Cleaner way of handling user password in framework-based programs with no session</title>
<updated>2012-11-26T09:27:19Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2012-11-26T09:27:19Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=5b06e24265ca9dfcb9ced320b8f78716372fcc56'/>
<id>urn:sha1:5b06e24265ca9dfcb9ced320b8f78716372fcc56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clarify rcube::get_user_name() usage, add rcube::get_user_email()</title>
<updated>2012-11-26T09:08:40Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2012-11-26T09:08:40Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=789e5988aaebb78d368b137b98169ec1e616159c'/>
<id>urn:sha1:789e5988aaebb78d368b137b98169ec1e616159c</id>
<content type='text'>
</content>
</entry>
</feed>
