index
:
freeipa.git
AD-binds
asn1c-indented
cachetickets
cakeysfix
ccachesess
clisesshandling
coverity
custodia
custodia-review
fix_ber_scanf
fixlogout
getkeytab
ipa-1-0
ipa-1-1
ipa-1-2
ipa-2-1
ipa-2-2
ipasam_getkeytab
kdc-fixes
kdc-pkinit
ldapticketcache
master
master_keytab
mindatefix
mspac
my-master
pwbindexp
pwdpolicy
replica_kdc
review
sessionlogout
setkeytab
sumit
webui-cleanup
webui-details
webui_isolate
wip
FreeIPA patches
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipapython
/
ipaldap.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
ldap: Make ldap2 connection management thread-safe again
Jan Cholasta
2015-09-04
1
-23
/
+9
*
Use six.integer_types instead of (long, int)
Petr Viktorin
2015-09-01
1
-1
/
+1
*
Use Python3-compatible dict method names
Petr Viktorin
2015-09-01
1
-8
/
+8
*
Use six.string_types instead of "basestring"
Petr Viktorin
2015-09-01
1
-1
/
+2
*
Modernize 'except' clauses
Petr Viktorin
2015-08-12
1
-7
/
+7
*
allow to call ldap2.destroy_connection multiple times
Petr Vobornik
2015-05-07
1
-1
/
+1
*
speed up indirect member processing
Petr Vobornik
2015-04-27
1
-0
/
+2
*
ldap: Remove IPASimpleLDAPObject
Jan Cholasta
2015-04-16
1
-105
/
+0
*
ldap: Use SimpleLDAPObject instead of IPASimpleLDAPObject in LDAPClient
Jan Cholasta
2015-04-16
1
-2
/
+2
*
ldap: Move schema handling from IPASimpleLDAPObject to LDAPClient
Jan Cholasta
2015-04-16
1
-280
/
+261
*
ldap: Use LDAPClient instead of IPASimpleLDAPObject in LDAPEntry
Jan Cholasta
2015-04-16
1
-4
/
+7
*
ldap: Move value encoding from IPASimpleLDAPObject to LDAPClient
Jan Cholasta
2015-04-16
1
-133
/
+80
[next]