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
/
ca.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
move MSCSTemplate classes to ipalib
Fraser Tweedale
2019-07-17
1
-7
/
+4
*
ipaserver.install.installutils: move commonly used utils to ipapython.ipautil
Alexander Bokovoy
2019-06-29
1
-2
/
+2
*
Add pki.ini override option
Christian Heimes
2019-04-10
1
-16
/
+19
*
Don't fail if config-show does not return servers
Christian Heimes
2019-03-28
1
-1
/
+1
*
ipa server: prevent uninstallation if the server is CRL master
Florence Blanc-Renaud
2019-03-14
1
-1
/
+32
*
Use LDAPS when installing CA on replica
Christian Heimes
2019-02-05
1
-1
/
+5
*
Move realm_to_serverid/ldap_uri to ipaldap
Christian Heimes
2019-02-05
1
-2
/
+3
*
Py3: Replace six.text_type with str
Christian Heimes
2018-09-27
1
-2
/
+2
*
Remove DL0 specific code from cainstance and ca in ipaserver/install
Thomas Woerner
2018-09-12
1
-11
/
+4
*
Use one Custodia peer to retrieve all secrets
Christian Heimes
2018-06-10
1
-1
/
+0
*
install: fix reported external CA configuration
Fraser Tweedale
2018-05-02
1
-3
/
+7
*
Use single Custodia instance in installers
Christian Heimes
2018-04-26
1
-14
/
+12
*
Add absolute_import future imports
Stanislav Laznicka
2018-04-20
1
-1
/
+1
*
Fix installer CA port check for port 8080
Christian Heimes
2018-04-04
1
-2
/
+5
*
Add a helpful comment to ca.py:install_check()
Stanislav Laznicka
2018-01-16
1
-0
/
+1
*
Make the path to CS.cfg a class variable
Rob Crittenden
2017-12-15
1
-1
/
+1
*
install: report CA Subject DN and subject base to be used
Fraser Tweedale
2017-12-11
1
-0
/
+14
*
Use os.path.isfile() and isdir()
Christian Heimes
2017-10-20
1
-2
/
+2
*
install: allow specifying external CA template
Fraser Tweedale
2017-10-04
1
-0
/
+28
*
Remove duplicate references to external CA type
Fraser Tweedale
2017-10-04
1
-6
/
+1
*
py3: fix caless to CA promotion on replica
Stanislav Laznicka
2017-08-25
1
-1
/
+4
*
ca: TypeError fix
Stanislav Laznicka
2017-07-27
1
-2
/
+2
*
x509: Make certificates represented as objects
Stanislav Laznicka
2017-07-27
1
-1
/
+1
*
Split x509.load_certificate() into PEM/DER functions
Stanislav Laznicka
2017-07-27
1
-1
/
+1
*
logging: do not log into the root logger
Jan Cholasta
2017-07-14
1
-2
/
+4
*
certdb: add named trust flag constants
Jan Cholasta
2017-05-19
1
-1
/
+1
*
Fix CA-less to CA-full upgrade
Stanislav Laznicka
2017-04-12
1
-0
/
+2
*
install: re-introduce option groups
Jan Cholasta
2017-03-13
1
-10
/
+11
*
Moving ipaCert from HTTPD_ALIAS_DIR
Stanislav Laznicka
2017-03-01
1
-21
/
+17
*
Remove ra_db argument from CAInstance init
Stanislav Laznicka
2017-02-23
1
-5
/
+3
*
Separate RA cert store from the HTTP cert store
Simo Sorce
2017-02-15
1
-4
/
+4
*
Indicate that ca subject / subject base uses LDAP RDN order
Fraser Tweedale
2017-01-11
1
-2
/
+6
*
Allow full customisability of IPA CA subject DN
Fraser Tweedale
2017-01-11
1
-38
/
+85
*
ipa-ca-install: add missing --subject-base option
Fraser Tweedale
2017-01-11
1
-0
/
+8
*
installer: rename --subject to --subject-base
Fraser Tweedale
2017-01-11
1
-8
/
+9
*
installutils: remove hardcoded subject DN assumption
Fraser Tweedale
2017-01-11
1
-1
/
+3
*
Refactor and relocate set_subject_base_in_config
Fraser Tweedale
2017-01-11
1
-0
/
+9
*
server install: fix external CA install
Jan Cholasta
2016-12-08
1
-1
/
+0
*
ipalib: move certstore to the install subpackage
Jan Cholasta
2016-11-29
1
-1
/
+2
*
dns: check if container exists using ldapi
Tomas Krizek
2016-11-11
1
-2
/
+1
*
install: introduce installer class hierarchy
Jan Cholasta
2016-11-11
1
-1
/
+133
*
install: use ldaps for pkispawn in ipa-ca-install
Jan Cholasta
2016-11-11
1
-1
/
+2
*
replica install: merge RA cert import into CA install
Jan Cholasta
2016-11-11
1
-2
/
+9
*
server install: do not restart httpd during CA install
Jan Cholasta
2016-11-11
1
-2
/
+3
*
install: merge all CA install code paths into one
Jan Cholasta
2016-11-11
1
-51
/
+76
*
replica install: use one remote CA host name everywhere
Jan Cholasta
2016-11-11
1
-1
/
+1
*
x509: use python-cryptography to process certs
Fraser Tweedale
2016-11-10
1
-1
/
+1
*
install: remove adhoc api.Backend.ldap2 (dis)connect
Tomas Krizek
2016-11-07
1
-9
/
+1
*
install: add restart_dirsrv for directory server restarts
Tomas Krizek
2016-11-07
1
-8
/
+1
*
install: remove dirman_pw from services
Tomas Krizek
2016-11-07
1
-1
/
+1
[next]