index
:
freeipa.git
become-ipa-4-0-4
cstopology
datetime-ui
doc
framework
ipa-1-0
ipa-1-1
ipa-1-2
ipa-2-0
ipa-2-1
ipa-2-2
keytab-4419
keytab-4419-2
master
menu
otp-usability
otptests
patternfly
plugin-apibrowser
readme
review
sync-token
test_realmdomains
trustdomains-3-3
views_ui
webui-cleanup
Unnamed repository; edit this file 'description' to name the repository.
Petr Vobornik
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipapython
/
ipaldap.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Require python-ldap 3.0.0b2
Christian Heimes
2017-12-19
1
-8
/
+2
*
Update to python-ldap 3.0.0
Christian Heimes
2017-12-06
1
-0
/
+15
*
pylint: disable __hash__ for some classes
Stanislav Laznicka
2017-09-08
1
-0
/
+2
*
Create a Certificate parameter
Stanislav Laznicka
2017-07-27
1
-3
/
+13
*
logging: remove object-specific loggers
Jan Cholasta
2017-07-14
1
-16
/
+15
*
ldap2: remove URI argument from ldap2 constructor
Jan Cholasta
2017-07-04
1
-9
/
+10
*
py3: ipaldap: fix encoding of datetime objects
Martin Basti
2017-06-21
1
-1
/
+1
*
py3: LDAPClient: remove __del__ method
Martin Basti
2017-06-21
1
-3
/
+0
*
LDAPEntry: rename _orig to _orig_raw
Martin Basti
2017-06-21
1
-8
/
+9
*
py3: ipaldap: encode Boolean as bytes
Martin Basti
2017-06-01
1
-2
/
+2
*
pylint_plugins: add forbidden import checker
Jan Cholasta
2017-03-10
1
-0
/
+2
*
Use GSS-SPNEGO if connecting locally
Simo Sorce
2017-03-07
1
-1
/
+5
*
py3: modify_s: attribute name must be str not bytes
Martin Basti
2017-02-10
1
-1
/
+1
*
ipaldap: preserve order of values in LDAPEntry._sync()
Jan Cholasta
2017-02-09
1
-2
/
+2
*
py3: get_memberofindirect: fix ByteWarnings
Martin Basti
2017-02-08
1
-2
/
+4
*
py3: ipaldap: properly encode DNSName to bytes
Martin Basti
2017-02-08
1
-1
/
+1
*
Use dict comprehension
Martin Basti
2017-01-31
1
-1
/
+3
*
py3: ipaldap: update encode/decode methods
Martin Basti
2017-01-31
1
-34
/
+7
*
py3: make_filter_from_attr: use string instead of bytes
Martin Basti
2017-01-24
1
-1
/
+2
*
py3: ldap modlist must have keys as string, not bytes
Martin Basti
2017-01-24
1
-1
/
+2
*
ipaldap: properly escape raw binary values in LDAP filters
Jan Cholasta
2017-01-24
1
-3
/
+6
*
Make get_entries() not ignore its limit arguments
Stanislav Laznicka
2016-12-06
1
-1
/
+2
*
Fix Python 3 bugs discovered by pylint
Christian Heimes
2016-11-25
1
-1
/
+4
*
Fix ipa migrate-ds when it finds a search reference
Florence Blanc-Renaud
2016-11-17
1
-8
/
+4
*
ipaldap: remove do_bind from LDAPClient
Tomas Krizek
2016-11-10
1
-20
/
+0
*
ipaldap: merge IPAdmin to LDAPClient
Tomas Krizek
2016-11-07
1
-90
/
+63
*
ipaldap: merge gssapi_bind to LDAPClient
Tomas Krizek
2016-11-07
1
-4
/
+1
*
ipaldap: merge external_bind into LDAPClient
Tomas Krizek
2016-11-07
1
-7
/
+3
*
ipaldap: merge simple_bind into LDAPClient
Tomas Krizek
2016-11-07
1
-7
/
+4
*
ipaldap: remove wait/timeout during binds
Tomas Krizek
2016-11-07
1
-38
/
+12
*
do not use keys() method when iterating through dictionaries
Martin Babinsky
2016-10-12
1
-1
/
+1
*
Pylint: fix the rest of unused local variables
Martin Basti
2016-10-11
1
-9
/
+3
*
Pylint: enable check for unused-variables
Martin Basti
2016-09-27
1
-0
/
+2
*
ipalib: introduce Principal parameter
Martin Babinsky
2016-07-01
1
-1
/
+5
*
ipaldap: turn LDAP filter utility functions into class methods
Fraser Tweedale
2016-06-29
1
-16
/
+19
*
ldap: fix handling of binary data in search filters
Jan Cholasta
2016-06-21
1
-1
/
+6
*
add context to exception on LdapEntry decode error
Florence Blanc-Renaud
2016-06-09
1
-2
/
+10
*
ipaldap: Convert dict items to list before iterating
Petr Viktorin
2016-05-30
1
-1
/
+1
*
ipaldap: Keep attribute names as text, not bytes
Petr Viktorin
2016-05-30
1
-2
/
+2
*
Remove unused variable and finally block in SchemaCache
Martin Basti
2016-05-12
1
-5
/
+0
*
differentiate between limit types when LDAP search exceeds configured limits
Martin Babinsky
2016-04-13
1
-18
/
+50
*
pylint: supress false positive no-member errors
Martin Basti
2016-03-02
1
-1
/
+1
*
ipaldap, ldapupdate: Encoding fixes for Python 3
Petr Viktorin
2016-02-17
1
-4
/
+10
*
Remove unused imports
Martin Basti
2015-12-23
1
-4
/
+1
*
Upgrade: increase time limit for upgrades
Martin Basti
2015-12-01
1
-2
/
+9
*
Fix more bytes/unicode issues
Petr Viktorin
2015-10-22
1
-2
/
+3
*
ipaldap: Remove extraneous `long` (included in six.int_types)
Petr Viktorin
2015-10-13
1
-1
/
+1
*
Use bytes instead of str where appropriate
Jan Cholasta
2015-09-17
1
-17
/
+17
*
Alias "unicode" to "str" under Python 3
Jan Cholasta
2015-09-17
1
-0
/
+3
*
Use six.python_2_unicode_compatible
Jan Cholasta
2015-09-07
1
-1
/
+3
[next]