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
/
ipapython
Commit message (
Expand
)
Author
Age
Files
Lines
*
admin tools: Log IPA version
Petr Viktorin
2014-05-27
1
-0
/
+1
*
ipalib.version: Add VENDOR_VERSION
Petr Viktorin
2014-05-27
1
-0
/
+3
*
ipa-client: Set NIS domain name in the installer
Tomas Babej
2014-05-09
2
-1
/
+4
*
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
*
Use dogtag-ipa-ca-renew-agent to retrieve renewed certificates from LDAP.
Jan Cholasta
2014-03-25
1
-6
/
+3
*
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
[next]