index
:
freeipa.git
30gatepo
4-2-trust-fixes
ad-work
adwork
dns-records
gssapi-delegate
hbactest
hbactester
ipa-2-1
ipautil-refactor
kdc-fixes
master
my-master
network-fixes
oneway-trust
platform
platform-master
systemd-ipa-2-1
systemd-master
test-patches-2-1
testing
testotp
ticket-1259
ticket-1368
ticket-1369
ticket-1369-lite
ticket-1373
ticket-1476
ticket-1549
ticket-hbac-test
trusts-master
views
FreeIPA project
Alexander Bokovoy
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipaserver
/
plugins
Commit message (
Expand
)
Author
Age
Files
Lines
*
certprofile: add ability to update profile config in Dogtag
Fraser Tweedale
2015-07-08
1
-0
/
+12
*
certprofile: add option to export profile config
Fraser Tweedale
2015-07-08
1
-0
/
+8
*
plugable: Pass API to plugins on initialization rather than using set_api
Jan Cholasta
2015-07-01
3
-45
/
+16
*
vault: Fix ipa-kra-install
Jan Cholasta
2015-06-10
1
-1
/
+1
*
Import profiles earlier during install
Fraser Tweedale
2015-06-05
1
-3
/
+7
*
Add profile_id parameter to 'request_certificate'
Fraser Tweedale
2015-06-04
2
-3
/
+7
*
Import included profiles during install or upgrade
Fraser Tweedale
2015-06-04
1
-6
/
+8
*
Add certprofile plugin
Fraser Tweedale
2015-06-04
1
-4
/
+172
*
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
*
dogtag plugin: Don't use doctest syntax for non-doctest examples
Petr Viktorin
2014-11-21
1
-8
/
+8
*
Fixed KRA backend.
Endi S. Dewata
2014-11-04
1
-104
/
+18
*
Add a KRA to IPA
Ade Lee
2014-08-22
1
-76
/
+218
*
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
2
-5
/
+12
*
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
*
ipaplatform: Move all filesystem paths to ipaplatform.paths module
Tomas Babej
2014-06-16
2
-4
/
+6
*
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
2
-23
/
+20
*
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
*
Handle a 501 in cert-find from dogtag as a "not supported"
Rob Crittenden
2013-05-03
1
-0
/
+4
*
Drop --selfsign server functionality
Petr Viktorin
2013-04-15
2
-232
/
+0
*
Add logging to join command
Tomas Babej
2013-03-25
1
-6
/
+20
*
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 some uses of raw python-ldap
Petr Viktorin
2013-03-01
1
-10
/
+20
*
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
[next]