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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add runas option to run function
Martin Kosek
2014-01-22
1
-21
/
+38
*
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
*
PKI service restart after CA renewal failed
Jan Cholasta
2014-01-08
2
-1
/
+5
*
Use /usr/bin/python2
Xiao-Long Chen
2014-01-03
3
-9
/
+9
*
Convert remaining backend code to LDAPEntry API.
Jan Cholasta
2013-12-16
1
-3
/
+3
*
Allow kernel keyring CCACHE when supported
Martin Kosek
2013-12-09
1
-0
/
+17
*
Support searches with paged results control in LDAPClient.
Jan Cholasta
2013-11-27
1
-16
/
+59
*
Add wrapper for result3 to IPASimpleLDAPObject.
Jan Cholasta
2013-11-27
1
-0
/
+5
*
Move IPA specific code from LDAPClient to the ldap2 plugin.
Jan Cholasta
2013-11-27
1
-212
/
+7
*
Improve LDAPEntry.__repr__ for freshly created entries
Petr Viktorin
2013-11-26
1
-1
/
+3
*
ipa-client-install: Publish CA certificate to systemwide store
Tomas Babej
2013-11-20
2
-2
/
+76
*
platform: Add Fedora 19 platform file
Tomas Babej
2013-11-20
2
-0
/
+56
*
Remove schema special-casing from the LDAP updater
Petr Viktorin
2013-11-18
1
-19
/
+8
*
Add schema updater based on IPA schema files
Petr Viktorin
2013-11-18
1
-0
/
+6
*
ipa-client-install: Added options to configure firefox
Martin Basti
2013-11-15
4
-3
/
+27
*
Remove unused utf8_encode_value functions
Petr Viktorin
2013-11-08
1
-12
/
+0
*
Turn LDAPEntry.single_value into a dictionary-like property.
Jan Cholasta
2013-11-05
2
-24
/
+32
*
Use encoded values from entry objects directly when adding new entries.
Jan Cholasta
2013-10-31
1
-7
/
+1
*
Use encoded values from entry objects directly when generating modlists.
Jan Cholasta
2013-10-31
1
-33
/
+6
*
Store encoded attribute values from search results directly in entry objects.
Jan Cholasta
2013-10-31
1
-1
/
+1
*
Remove legacy toDict and origDataDict methods of LDAPEntry.
Jan Cholasta
2013-10-31
1
-27
/
+4
*
Make sure attributeTypes updates are done before objectClasses updates.
Jan Cholasta
2013-10-31
1
-1
/
+4
*
Decode and encode attribute values in LDAPEntry on demand.
Jan Cholasta
2013-10-31
1
-28
/
+186
*
Always use lists for values in LDAPEntry internally.
Jan Cholasta
2013-10-31
1
-2
/
+28
*
Introduce IPASimpleLDAPObject.decode method for decoding LDAP values.
Jan Cholasta
2013-10-31
1
-27
/
+31
*
Make LDAPEntry a wrapper around dict rather than a dict subclass.
Jan Cholasta
2013-10-31
1
-68
/
+83
*
Installer should always wait until CA starts up
Martin Kosek
2013-10-17
2
-6
/
+11
*
PKI installation on replica failing due to missing proxy conf
Martin Kosek
2013-10-11
1
-1
/
+2
*
ipapython.nsslib: Name arguments to NSPRError
Petr Viktorin
2013-10-04
1
-5
/
+7
*
Raise an error when updating CIDict with duplicate keys
Petr Viktorin
2013-09-25
1
-3
/
+22
*
Add missing dict methods to CIDict
Petr Viktorin
2013-09-25
1
-18
/
+49
*
Move tests to test directories
Petr Viktorin
2013-09-25
2
-406
/
+0
*
Don't search platform path
Timo Aaltonen
2013-09-16
1
-1
/
+1
*
Perform dirsrv tuning at platform level
Tomas Babej
2013-08-26
2
-6
/
+88
*
Prevent *.pyo and *.pyc multilib problems
Martin Kosek
2013-08-13
1
-2
/
+2
*
Skip referrals when converting LDAP result to LDAPEntry
Tomas Babej
2013-07-26
1
-0
/
+9
*
Correct default value of LDAPClient.get_entries scope argument
Petr Viktorin
2013-07-25
1
-1
/
+2
*
Run gpg-agent explicitly when encrypting/decrypting files.
Jan Cholasta
2013-07-17
1
-7
/
+12
*
Use --ignore-dependencies only when necessary
Ana Krivokapic
2013-07-11
1
-4
/
+5
[next]