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
*
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
*
ldap: Use LDAPClient bind and unbind methods in IPAdmin
Jan Cholasta
2015-04-16
1
-19
/
+16
*
ldap: Add bind and unbind methods to LDAPClient
Jan Cholasta
2015-04-16
1
-0
/
+35
*
ldap: Use LDAPClient connection management in IPAdmin
Jan Cholasta
2015-04-16
1
-12
/
+3
*
ldap: Add connection management to LDAPClient
Jan Cholasta
2015-04-16
1
-9
/
+64
*
ldap: Remove unused IPAdmin methods
Jan Cholasta
2015-04-16
1
-8
/
+0
*
ldap: Drop python-ldap tuple compatibility
Jan Cholasta
2015-04-16
1
-66
/
+3
*
User life cycle: allows MODRDN from ldap2
Thierry Bordaz
2015-04-16
1
-6
/
+23
*
baseldap: Handle missing parent objects properly in *-find commands
Tomas Babej
2015-01-13
1
-1
/
+1
*
Refactoring of autobind, object_exists
Martin Basti
2014-09-26
1
-0
/
+37
*
ipa-ldap-updater: make possible to use LDAPI with autobind in case of hardene...
Alexander Bokovoy
2014-07-04
1
-0
/
+4
*
ipaldap: Override conversion of nsds5replicalast{update,init}{start,end}
Tomas Babej
2014-07-02
1
-0
/
+4
*
Clarify LDAPClient docstrings about get_entry, get_entries and find_entries
Petr Spacek
2014-06-20
1
-1
/
+6
*
DNSName conversion in ipaldap
Martin Basti
2014-06-03
1
-0
/
+7
*
ipalib: Add DateTime parameter
Tomas Babej
2014-05-05
1
-0
/
+7
*
Keep original name when setting attribute in LDAPEntry.
Jan Cholasta
2014-04-18
1
-33
/
+20
*
Replace get_syntax method of IPASimpleObject with new get_type method.
Jan Cholasta
2014-04-18
1
-13
/
+15
*
Fix modlist generation code not to generate empty replace mods.
Jan Cholasta
2014-03-03
1
-3
/
+3
*
Raise an exception when legacy LDAP API is used.
Jan Cholasta
2014-01-24
1
-19
/
+12
*
Do not crash on bad LDAP data when formatting decode error message.
Jan Cholasta
2014-01-10
1
-1
/
+1
*
Store old entry state in dict rather than LDAPEntry.
Jan Cholasta
2014-01-10
1
-29
/
+17
*
Remove legacy LDAPEntry properties data and orig_data.
Jan Cholasta
2014-01-10
1
-11
/
+0
*
Remove unused LDAPClient methods get_syntax and get_single_value.
Jan Cholasta
2014-01-10
1
-12
/
+0
*
Add LDAPEntry method generate_modlist.
Jan Cholasta
2014-01-10
1
-46
/
+39
*
Use LDAPClient.update_entry for LDAP mods in ldapupdate.
Jan Cholasta
2014-01-10
1
-60
/
+0
*
Make IPASimpleLDAPObject.get_single_value result overridable.
Jan Cholasta
2014-01-10
1
-3
/
+13
*
Move LDAPClient method get_single_value to IPASimpleLDAPObject.
Jan Cholasta
2014-01-10
1
-18
/
+30
*
Use old entry state in LDAPClient.update_entry.
Jan Cholasta
2014-01-10
1
-32
/
+26
*
Rename LDAPEntry method commit to reset_modlist.
Jan Cholasta
2014-01-10
1
-1
/
+1
*
Convert remaining backend code to LDAPEntry API.
Jan Cholasta
2013-12-16
1
-3
/
+3
*
Support searches with paged results control in LDAPClient.
Jan Cholasta
2013-11-27
1
-16
/
+59
[next]