index
:
pykolab
dev/boddie
dev/boddie-new/combined
dev/boddie-new/setup
dev/confmgmt
dev/entitlements
dev/kolab-test-suite
dev/kolab-test-tools
dev/plesk
dev/python3
dev/resourcemanagement
dev/resourcemanagement2
dev/resourcemanagement3
dev/wallace
master
pykolab-0.2
pykolab-0.3
pykolab-0.4
pykolab-0.5
pykolab-0.5.14
pykolab-0.6
pykolab-0.7
PyKolab
devel@lists.kolab.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pykolab
/
auth
/
ldap
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
A warning does not have a level
Christian Mollekopf
2022-08-25
1
-2
/
+1
*
This should be a warning if not an error
Christian Mollekopf
2022-08-25
1
-0
/
+5
*
python3 compat
Christian Mollekopf
2022-08-25
1
-4
/
+4
*
Port exec to eval
Christian Mollekopf
2022-08-25
1
-2
/
+2
*
Use ensure_str where necessary
Christian Mollekopf
2022-08-25
1
-6
/
+7
*
Restore python2 compat
Christian Mollekopf
2022-08-25
1
-9
/
+9
*
Centos8 compatible ldap setup
Christian Mollekopf
2022-08-25
1
-0
/
+2
*
[Python 3] Implicit relative imports fixes
Christoph Erhardt
2022-03-13
1
-3
/
+3
*
[Python 3] Remove unnecessary occurrences of .keys()
Christoph Erhardt
2022-01-10
1
-8
/
+8
*
Syntax
Jeroen van Meeuwen (Kolab Systems)
2022-01-08
1
-1
/
+6
*
Resolve %base_dn in kolab_user_base_dn, user_base_dn and resource_base_dn
Aleksander Machniak
2021-10-01
1
-17
/
+23
*
A typo
Liutauras Adomaitis
2021-03-18
1
-1
/
+1
*
compare namingtext with basedn always in lowercase
Daniel Hoffend
2020-02-25
1
-1
/
+1
*
Fix moddn on shared folder entries (Bifrost TT324146)
Jeroen van Meeuwen (Kolab Systems)
2020-02-23
1
-1
/
+33
*
encode_page_control() must have a 2nd argument T5734
Daniel Hoffend
2020-01-13
1
-2
/
+2
*
ldap/timeout: always convert to float, fix arguments
Daniel Hoffend
2019-11-26
1
-3
/
+3
*
Ignore changes to objects with an nstombstone objectclass (Bifrost #T252995)
Jeroen van Meeuwen (Kolab Systems)
2019-11-18
1
-0
/
+11
*
More linting and compatibility
Jeroen van Meeuwen (Kolab Systems)
2019-10-25
1
-223
/
+192
*
More linting and syntax issues resolved
Jeroen van Meeuwen (Kolab Systems)
2019-10-25
1
-12
/
+18
*
Make sure that config functions do take and honor the default value passed along
Jeroen van Meeuwen (Kolab Systems)
2019-10-25
1
-2
/
+2
*
Introduce a configurable timeout for simple search and authentication requests.
Jeroen van Meeuwen (Kolab Systems)
2019-10-25
1
-932
/
+1001
*
Ensure a missing setting isn't treated as a string
Jeroen van Meeuwen (Kolab Systems)
2019-08-26
1
-6
/
+11
*
Fix resolving referrals
Jeroen van Meeuwen (Kolab Systems)
2019-06-13
1
-1
/
+1
*
Let auth cache expire by not updating existing entries
Jeroen van Meeuwen (Kolab Systems)
2019-05-29
1
-2
/
+0
*
Changes required for pykolab to work with AD
Liutauras Adomaitis
2019-04-03
1
-14
/
+28
*
With this patch I'm trying to introduce a file-type object in logger, which c...
Liutauras Adomaitis
2018-05-17
1
-12
/
+14
*
In some cases kolabd fails to cleanly update IMAP mailbox after LDAP changes....
Liutauras Adomaitis
2018-03-12
1
-6
/
+1
*
Fix typo
Jeroen van Meeuwen (Kolab Systems)
2018-01-24
1
-1
/
+1
*
Catch additional exceptions we know the cause of
Jeroen van Meeuwen (Kolab Systems)
2018-01-24
1
-0
/
+18
*
Include what we fail on, when we fail on something
Jeroen van Meeuwen (Kolab Systems)
2018-01-24
1
-4
/
+27
*
LDAP remove referrals for correct handling in Samba 4
Jeroen van Meeuwen (Kolab Systems)
2017-07-22
1
-0
/
+3
*
More detailed verbosity when not able to set_entry_attributes()
Jeroen van Meeuwen (Kolab Systems)
2016-12-02
1
-2
/
+4
*
T1417: Fix so sync-mailhost-attr uses result_attribute not mail_attributes
Aleksander Machniak
2016-10-06
1
-6
/
+9
*
T1414: Set LDAP TIMEOUT option only on "immediate" connection
Aleksander Machniak
2016-10-06
1
-2
/
+3
*
Resolve finding no entries, too many entries, and ensure that LDAP failures a...
Jeroen van Meeuwen (Kolab Systems)
2016-07-22
1
-21
/
+172
*
Fix issue with re-binding to an LDAP connection (T1318)
Aleksander Machniak
2016-06-27
1
-26
/
+39
*
Set no quota if the quota for the root folder is 0
Jeroen van Meeuwen (Kolab Systems)
2016-06-20
1
-0
/
+4
*
Determine shared folder resource using kolabTargetFolder attribute (#5337)
Aleksander Machniak
2016-05-18
1
-0
/
+72
*
Fix binding current user after LDAP reconnection (T1171)
Jeroen van Meeuwen (Kolab Systems)
2016-05-07
1
-44
/
+45
*
Fix removing shared folder ACL entries (#5002)
Aleksander Machniak
2016-05-04
1
-108
/
+41
*
Revert "Fix binding current user after LDAP reconnection (T1171)"
Jeroen van Meeuwen (Kolab Systems)
2016-05-04
1
-22
/
+33
*
Fix binding current user after LDAP reconnection (T1171)
Aleksander Machniak
2016-04-14
1
-33
/
+22
*
Catch errmsg when the LDAP server is not available (#5333)
Jeroen van Meeuwen (Kolab Systems)
2016-02-16
1
-1
/
+1
*
Ensure domain naming contexts are lists, not strings
Jeroen van Meeuwen (Kolab Systems)
2015-12-23
1
-0
/
+3
*
Correctly count the number of elements expected to be returned from a split('...
Jeroen van Meeuwen (Kolab Systems)
2015-09-24
1
-2
/
+2
*
Translate naming contexts back to domain name spaces or the list of processes...
Jeroen van Meeuwen (Kolab Systems)
2015-08-14
1
-0
/
+10
*
Correct detecting naming contexts for databases to synchronize against, and u...
Jeroen van Meeuwen (Kolab Systems)
2015-08-14
1
-37
/
+8
*
Add function _change_modify_None()
Jeroen van Meeuwen (Kolab Systems)
2015-08-13
1
-0
/
+3
*
Ensure 'anyone' gets '+p', not just 'p' (#4990)
Jeroen van Meeuwen (Kolab Systems)
2015-08-13
1
-1
/
+1
*
Increase compatibility with UCS-formed ACL entries for folders (#4990)
Jeroen van Meeuwen (Kolab Systems)
2015-08-13
1
-2
/
+10
[next]