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
/
install
/
certs.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Print to debug output answer from CA
Martin Basti
2016-08-30
1
-0
/
+1
*
Create server and host certs with DNS altname
Fraser Tweedale
2016-07-19
1
-2
/
+6
*
Increased certmonger timeout
Oleg Fayans
2016-06-20
1
-1
/
+1
*
pylint: remove bare except
Martin Basti
2016-03-22
1
-1
/
+1
*
Move freeipa certmonger helpers to libexecdir.
Timo Aaltonen
2016-02-26
1
-5
/
+1
*
Do not decode HTTP reason phrase from Dogtag
Fraser Tweedale
2016-01-13
1
-4
/
+3
*
Remove unused imports
Martin Basti
2015-12-23
1
-1
/
+0
*
Refactor ipautil.run
Petr Viktorin
2015-12-14
1
-7
/
+10
*
install: drop support for Dogtag 9
Jan Cholasta
2015-11-25
1
-8
/
+2
*
ipaplatform: Add HTTPD_USER to constants, and use it.
Timo Aaltonen
2015-11-04
1
-2
/
+2
*
Implement replica promotion functionality
Simo Sorce
2015-10-15
1
-0
/
+12
*
Use six.moves.configparser instead of ConfigParser
Petr Viktorin
2015-10-07
1
-1
/
+2
*
Modernize 'except' clauses
Petr Viktorin
2015-08-12
1
-3
/
+3
*
Modernize number literals
Petr Viktorin
2015-07-31
1
-2
/
+2
*
Add profile_id parameter to 'request_certificate'
Fraser Tweedale
2015-06-04
1
-1
/
+1
*
Make certificate renewal process synchronized
Jan Cholasta
2015-01-13
1
-0
/
+104
*
certs: Fix incorrect flag handling in load_cacert
Tomas Babej
2014-12-02
1
-4
/
+2
*
Move NSSDatabase from ipaserver.certs to ipapython.certdb
Jan Cholasta
2014-09-30
1
-447
/
+1
*
Do stricter validation of CA certificates
Jan Cholasta
2014-09-30
1
-0
/
+4
*
Add NSSDatabase.import_files method for importing files in various formats
Jan Cholasta
2014-09-30
1
-0
/
+191
*
Use certmonger D-Bus API instead of messing with its files.
David Kupka
2014-09-05
1
-23
/
+3
*
Fix parsing of long nicknames in certutil -L output.
Jan Cholasta
2014-08-07
1
-4
/
+3
*
Add new NSSDatabase method get_cert for getting certs from NSS databases.
Jan Cholasta
2014-07-30
1
-1
/
+13
*
Allow multiple CA certificates in replica info files.
Jan Cholasta
2014-07-30
1
-1
/
+15
*
Add new add_cert method for adding certificates to NSSDatabase and CertDB.
Jan Cholasta
2014-07-30
1
-8
/
+10
*
Rename CertDB method add_cert to import_cert.
Jan Cholasta
2014-07-30
1
-3
/
+3
*
Fix trust flags in HTTP and DS NSS databases.
Jan Cholasta
2014-07-30
1
-11
/
+11
*
Allow specifying trust flags in NSSDatabase and CertDB method trust_root_cert.
Jan Cholasta
2014-07-30
1
-4
/
+6
*
Do not treat the IPA RA cert as CA cert in DS NSS database.
Jan Cholasta
2014-07-30
1
-1
/
+1
*
Add method for verifying CA certificates to NSSDatabase.
Jan Cholasta
2014-07-30
1
-0
/
+23
*
ipaplatform: Move all filesystem paths to ipaplatform.paths module
Tomas Babej
2014-06-16
1
-13
/
+14
*
ipaplatform: Remove redundant imports of ipaservices
Tomas Babej
2014-06-16
1
-1
/
+0
*
ipaplatform: Change service code in freeipa to use ipaplatform services
Tomas Babej
2014-06-16
1
-4
/
+5
*
Read passwords from stdin when importing PKCS#12 files with pk12util.
Jan Cholasta
2013-10-04
1
-10
/
+12
*
Replace only the cert instead of the whole NSS DB in ipa-server-certinstall.
Jan Cholasta
2013-08-20
1
-0
/
+6
*
Remove unused NSSDatabase and CertDB method find_root_cert_from_pkcs12.
Jan Cholasta
2013-08-20
1
-44
/
+0
*
Prevent *.pyo and *.pyc multilib problems
Martin Kosek
2013-08-13
1
-1
/
+1
*
Properly handle non-existent cert files
Ana Krivokapic
2013-07-18
1
-2
/
+11
*
Skip empty lines when parsing pk12util output.
Jan Cholasta
2013-06-12
1
-1
/
+1
*
Handle exceptions gracefully when verifying PKCS#12 files.
Jan Cholasta
2013-06-12
1
-1
/
+7
*
Drop --selfsign server functionality
Petr Viktorin
2013-04-15
1
-481
/
+102
*
Load the CA cert into server NSS databases
Petr Viktorin
2013-04-02
1
-2
/
+9
*
Support installing with custom SSL certs, without a CA
Petr Viktorin
2013-04-02
1
-6
/
+54
*
Trust CAs from PKCS#12 files even if they don't have Friendly Names
Petr Viktorin
2013-04-02
1
-1
/
+2
*
ipaserver.install.certs: Introduce NSSDatabase as a more generic certutil wra...
Petr Viktorin
2013-04-02
1
-95
/
+191
*
Remove unused imports from ipaserver/install
Petr Viktorin
2013-03-01
1
-11
/
+2
*
Drop ipapython.compat.
Jan Cholasta
2013-02-01
1
-2
/
+1
*
Use secure method to acquire IPA CA certificate
John Dennis
2013-01-23
1
-1
/
+4
*
Use correct Dogtag port in ipaserver.install.certs
Petr Viktorin
2012-09-20
1
-2
/
+2
*
Use Dogtag 10 only when it is available
Petr Viktorin
2012-09-17
1
-4
/
+14
[next]