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
/
ipaserver
/
plugins
/
ldap2.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Standardize minvalue for ipasearchrecordlimit and ipasesarchsizelimit for unl...
Gabe
2015-09-22
1
-2
/
+2
*
ldap: Make ldap2 connection management thread-safe again
Jan Cholasta
2015-09-04
1
-18
/
+15
*
Port from python-krbV to python-gssapi
Michael Simacek
2015-08-26
1
-28
/
+32
*
plugable: Pass API to plugins on initialization rather than using set_api
Jan Cholasta
2015-07-01
1
-37
/
+8
*
allow to call ldap2.destroy_connection multiple times
Petr Vobornik
2015-05-07
1
-2
/
+3
*
speed up indirect member processing
Petr Vobornik
2015-04-27
1
-90
/
+0
*
ldap: Move value encoding from IPASimpleLDAPObject to LDAPClient
Jan Cholasta
2015-04-16
1
-7
/
+15
*
ldap: Use LDAPClient instead of IPASimpleLDAPObject in ldap2.modify_password
Jan Cholasta
2015-04-16
1
-6
/
+5
*
ldap: Use LDAPClient bind and unbind methods in ldap2
Jan Cholasta
2015-04-16
1
-34
/
+28
*
ldap: Use LDAPClient connection management in ldap2
Jan Cholasta
2015-04-16
1
-3
/
+10
*
ldap: Add connection management to LDAPClient
Jan Cholasta
2015-04-16
1
-1
/
+4
*
Fix ldap2 shared connection
Martin Basti
2015-04-02
1
-1
/
+1
*
ldap2: Use self API instance instead of ipalib.api
Jan Cholasta
2015-03-05
1
-13
/
+32
*
ldap2 indirect membership processing: Use global limits if greater than per-q...
Petr Viktorin
2014-07-14
1
-6
/
+29
*
Add /session/token_sync POST support
Nathaniel McCallum
2014-06-26
1
-4
/
+10
*
ldap2: add otp support to modify_password
Petr Vobornik
2014-06-26
1
-3
/
+6
*
Remove GetEffectiveRights control when ldap2.get_effective_rights fails.
Jan Cholasta
2014-06-24
1
-3
/
+5
*
ldap2.has_upg: Raise an error if the UPG definition is not found
Petr Viktorin
2014-05-29
1
-13
/
+17
*
ldap2.find_entries: Do not modify attrs_list in-place
Petr Viktorin
2014-05-26
1
-6
/
+9
*
Always use real entry DNs for memberOf in ldap2.
Jan Cholasta
2014-02-24
1
-1
/
+1
*
Store old entry state in dict rather than LDAPEntry.
Jan Cholasta
2014-01-10
1
-2
/
+2
*
Convert remaining backend code to LDAPEntry API.
Jan Cholasta
2013-12-16
1
-20
/
+19
*
Remove unused method get_api of the ldap2 plugin.
Jan Cholasta
2013-11-27
1
-3
/
+0
*
Refactor indirect membership processing.
Jan Cholasta
2013-11-27
1
-182
/
+67
*
Support searches with paged results control in LDAPClient.
Jan Cholasta
2013-11-27
1
-2
/
+2
*
Move IPA specific code from LDAPClient to the ldap2 plugin.
Jan Cholasta
2013-11-27
1
-0
/
+204
*
Use LDAP modify operation directly to add/remove group members.
Jan Cholasta
2013-07-11
1
-23
/
+13
*
Move ipaldap to ipapython
Petr Viktorin
2013-03-13
1
-1
/
+1
*
Remove support for DN normalization from LDAPClient.
Jan Cholasta
2013-03-01
1
-22
/
+2
*
Use full DNs in plugin code.
Jan Cholasta
2013-03-01
1
-6
/
+4
*
Aggregate IPASimpleLDAPObject in LDAPEntry.
Jan Cholasta
2013-03-01
1
-4
/
+4
*
Use the dn attribute of LDAPEntry to set/get DNs of entries.
Jan Cholasta
2013-03-01
1
-2
/
+0
*
Remove IPAdmin.unbind_s(), keep unbind()
Petr Viktorin
2013-03-01
1
-1
/
+1
*
Remove IPAdmin.sasl_interactive_bind_s
Petr Viktorin
2013-03-01
1
-2
/
+2
*
Rename LDAPConnection to LDAPClient
Petr Viktorin
2013-03-01
1
-3
/
+3
*
Turn the LDAPError handler into a context manager
Petr Viktorin
2013-03-01
1
-13
/
+4
*
Move entry add, update, remove, rename to LDAPConnection
Petr Viktorin
2013-03-01
1
-142
/
+2
*
Move entry finding methods to LDAPConnection
Petr Viktorin
2013-03-01
1
-292
/
+7
*
Move filter making methods to LDAPConnection
Petr Viktorin
2013-03-01
1
-121
/
+1
*
Move DN handling methods to LDAPConnection
Petr Viktorin
2013-03-01
1
-36
/
+2
*
Move schema-related methods to LDAPConnection
Petr Viktorin
2013-03-01
1
-44
/
+5
*
Start LDAPConnection, a common base for ldap2 and IPAdmin
Petr Viktorin
2013-03-01
1
-73
/
+9
*
Move SchemaCache and IPASimpleLDAPObject to ipaserver.ipaldap
Petr Viktorin
2013-03-01
1
-538
/
+5
*
Move the decision to force schema updates out of IPASimpleLDAPObject
Petr Viktorin
2013-03-01
1
-8
/
+20
*
Remove connection-creating code from ShemaCache
Petr Viktorin
2013-03-01
1
-34
/
+3
*
Move LDAPEntry to ipaserver.ipaldap and derive Entry from it
Petr Viktorin
2013-03-01
1
-97
/
+5
*
Use explicit loggers in ldap2 code
Petr Viktorin
2013-03-01
1
-21
/
+37
*
Remove some unused imports
Petr Viktorin
2013-03-01
1
-3
/
+0
*
Add custom mapping object for LDAP entry data.
Jan Cholasta
2013-03-01
1
-6
/
+91
*
Use fully qualified CCACHE names
Martin Kosek
2013-02-01
1
-3
/
+12
[next]