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
*
Add missing imports to ipapython.certdb
Jan Cholasta
2014-09-30
1
-0
/
+2
*
Fix certmonger.wait_for_request
Jan Cholasta
2014-09-30
1
-1
/
+1
*
Use NSSDatabase instead of direct certutil calls in client code
Jan Cholasta
2014-09-30
1
-11
/
+9
*
Add NSSDatabase.has_nickname for checking nickname presence in a NSS DB
Jan Cholasta
2014-09-30
1
-0
/
+9
*
Move NSSDatabase from ipaserver.certs to ipapython.certdb
Jan Cholasta
2014-09-30
1
-0
/
+451
*
Introduce NSS database /etc/ipa/nssdb
Jan Cholasta
2014-09-30
1
-0
/
+28
*
Refactoring of autobind, object_exists
Martin Basti
2014-09-26
1
-0
/
+37
*
Move setting SELinux booleans to platform code
Petr Viktorin
2014-09-26
1
-0
/
+47
*
Fix certmonger code causing the ca_renewal_master update plugin to fail
Jan Cholasta
2014-09-23
1
-1
/
+7
*
Use certmonger D-Bus API instead of messing with its files.
David Kupka
2014-09-05
1
-263
/
+270
*
Add a KRA to IPA
Ade Lee
2014-08-22
1
-5
/
+8
*
Enable NSS PKIX certificate path discovery and validation for Dogtag.
Jan Cholasta
2014-07-30
1
-0
/
+2
*
Provide additional functions to ipapython.certmonger.
Jan Cholasta
2014-07-30
1
-0
/
+28
*
ipa-ldap-updater: make possible to use LDAPI with autobind in case of hardene...
Alexander Bokovoy
2014-07-04
1
-0
/
+4
*
Clear NSS session cache when socket is closed
Martin Kosek
2014-07-02
1
-0
/
+1
*
ipaldap: Override conversion of nsds5replicalast{update,init}{start,end}
Tomas Babej
2014-07-02
1
-0
/
+4
*
Fix handle python-dns UnicodeError
Martin Basti
2014-06-20
1
-4
/
+5
*
Clarify LDAPClient docstrings about get_entry, get_entries and find_entries
Petr Spacek
2014-06-20
1
-1
/
+6
*
ipaplatform: Change makefiles to accomodate for new platform package
Tomas Babej
2014-06-16
2
-8
/
+2
*
ipaplatform: Remove remnants of the ipapython/platform
Tomas Babej
2014-06-16
7
-304
/
+0
*
ipaplatform: Move all filesystem paths to ipaplatform.paths module
Tomas Babej
2014-06-16
8
-42
/
+50
*
ipaplatform: Remove redundant imports of ipaservices
Tomas Babej
2014-06-16
1
-2
/
+1
*
ipaplatform: Change platform dependant code in freeipa to use ipaplatform tasks
Tomas Babej
2014-06-16
1
-2
/
+3
*
ipaplatform: Move Fedora-specific implementations of tasks to fedora base pla...
Tomas Babej
2014-06-16
2
-105
/
+0
*
ipaplatform: Remove legacy redhat platform module
Tomas Babej
2014-06-16
2
-282
/
+0
*
ipaplatform: Do not require custom Authconfig implementations from platform m...
Tomas Babej
2014-06-16
2
-129
/
+0
*
ipaplatform: Move restore_context and check_selinux_status implementations to...
Tomas Babej
2014-06-16
1
-44
/
+0
*
ipaplatform: Moved Fedora 16 service implementations and refactored them as b...
Tomas Babej
2014-06-16
1
-201
/
+0
*
ipaplatform: Move default implementations of tasks from service.py.in
Tomas Babej
2014-06-16
1
-36
/
+0
*
ipaplatform: Move service base platfrom related functionality to ipaplatform/...
Tomas Babej
2014-06-16
2
-385
/
+1
*
ipalib.config: Don't autoconvert values to float
Petr Viktorin
2014-06-16
2
-1
/
+3
*
ipautil.run args log message is confusing
Gabe
2014-06-09
1
-1
/
+1
*
DNSName conversion in ipaldap
Martin Basti
2014-06-03
1
-0
/
+7
*
DNSName type
Martin Basti
2014-06-03
1
-0
/
+100
*
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
[next]