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
/
krbinstance.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move certauth configuration into a server krb5.conf template
Robbie Harwood
2019-09-10
1
-0
/
+1
*
Replace replication_wait_timeout with certmonger_wait_timeout
Rob Crittenden
2019-09-04
1
-1
/
+1
*
Don't configure disabled krb5 enctypes in FIPS mode
Rob Crittenden
2019-07-02
1
-1
/
+2
*
ipaserver.install.installutils: move commonly used utils to ipapython.ipautil
Alexander Bokovoy
2019-06-29
1
-3
/
+3
*
Move DS's Kerberos env vars to unit file
Christian Heimes
2019-04-02
1
-4
/
+0
*
Use api.env.container_masters
Christian Heimes
2019-03-28
1
-5
/
+1
*
pkinit setup: fix regression on master install
Florence Blanc-Renaud
2019-02-20
1
-2
/
+3
*
Move realm_to_serverid/ldap_uri to ipaldap
Christian Heimes
2019-02-05
1
-1
/
+1
*
pkinit enable: use local dogtag only if host has CA
Florence Blanc-Renaud
2019-01-09
1
-1
/
+5
*
PKINIT: fix ipa-pkinit-manage enable|disable
Florence Blanc-Renaud
2018-12-05
1
-3
/
+6
*
Remove unused promote arg in krbinstance.create_replica in ipaserver/install
Thomas Woerner
2018-09-12
1
-1
/
+1
*
Fix pylint 2.0 return-related violations
Armando Neto
2018-07-11
1
-1
/
+1
*
Auto-retry failed certmonger requests
Christian Heimes
2018-07-09
1
-1
/
+2
*
Delay enabling services until end of installer
Christian Heimes
2018-07-06
1
-2
/
+2
*
Ensure that public cert and CA bundle are readable
Christian Heimes
2018-06-27
1
-1
/
+1
*
Use common replication wait timeout of 5min
Christian Heimes
2018-06-22
1
-5
/
+8
*
Move client templates to separate directory
Christian Heimes
2018-06-05
1
-9
/
+12
*
Create kadm5.acl if it doesn't exist
Timo Aaltonen
2018-05-29
1
-0
/
+5
*
Enable SPAKE support using krb5.conf.d snippet
Robbie Harwood
2018-04-28
1
-0
/
+1
*
ipa-server-install: handle error when calling kdb5_util create
Florence Blanc-Renaud
2018-03-13
1
-2
/
+3
*
certmonger: Use explicit storage format
Christian Heimes
2018-02-23
1
-5
/
+8
*
Replace hard-coded paths with path constants
Christian Heimes
2018-02-08
1
-1
/
+1
*
Less confusing message for PKINIT configuration during install
Aleksei Slaikovskii
2017-10-13
1
-2
/
+11
*
logging: do not log into the root logger
Jan Cholasta
2017-07-14
1
-13
/
+15
*
install: do not assume /etc/krb5.conf.d exists
Jan Cholasta
2017-06-28
1
-1
/
+7
*
pkinit manage: introduce ipa-pkinit-manage
Jan Cholasta
2017-06-06
1
-0
/
+24
*
krb5: make sure KDC certificate is readable
Alexander Bokovoy
2017-05-25
1
-1
/
+2
*
server install: fix KDC PKINIT configuration
Jan Cholasta
2017-05-19
1
-11
/
+16
*
client install: fix client PKINIT configuration
Jan Cholasta
2017-05-19
1
-1
/
+3
*
ipa-server-install with external CA: fix pkinit cert issuance
Florence Blanc-Renaud
2017-05-03
1
-0
/
+8
*
Do not test anonymous PKINIT after install/upgrade
Martin Babinsky
2017-04-28
1
-9
/
+0
*
API for retrieval of master's PKINIT status and publishing it in LDAP
Martin Babinsky
2017-04-28
1
-0
/
+41
*
Allow for configuration of all three PKINIT variants when deploying KDC
Martin Babinsky
2017-04-28
1
-52
/
+93
*
Always check and create anonymous principal during KDC install
Martin Babinsky
2017-03-30
1
-4
/
+13
*
Split out anonymous PKINIT test to a separate method
Martin Babinsky
2017-03-30
1
-0
/
+2
*
Remove unused variable from failed anonymous PKINIT handling
Martin Babinsky
2017-03-30
1
-1
/
+1
*
Try out anonymous PKINIT after it is configured
Martin Babinsky
2017-03-15
1
-0
/
+6
*
check for replica's KDC entry on master before requesting PKINIT cert
Martin Babinsky
2017-03-15
1
-0
/
+15
*
Move PKINIT configuration to a later stage of server/replica install
Martin Babinsky
2017-03-15
1
-7
/
+17
*
Request PKINIT cert directly from Dogtag API on first master
Martin Babinsky
2017-03-15
1
-0
/
+16
*
Make PKINIT certificate request logic consistent with other installers
Martin Babinsky
2017-03-15
1
-8
/
+8
*
installer: update time estimates
Tomas Krizek
2017-03-10
1
-2
/
+2
*
Refactor certmonger for OpenSSL certificates
Stanislav Laznicka
2017-03-01
1
-2
/
+1
*
Remove pkcs12 handling functions from CertDB
Stanislav Laznicka
2017-03-01
1
-5
/
+2
*
Use Anonymous user to obtain FAST armor ccache
Simo Sorce
2017-02-15
1
-2
/
+3
*
Configure Anonymous PKINIT on server install
Simo Sorce
2016-12-12
1
-14
/
+48
*
constants: remove CACERT
Jan Cholasta
2016-11-29
1
-2
/
+1
*
ipautil: remove SHARE_DIR and PLUGIN_SHARE_DIR
Jan Cholasta
2016-11-29
1
-1
/
+2
*
Replace LooseVersion
Christian Heimes
2016-11-24
1
-3
/
+3
*
services: replace admin_conn with api.Backend.ldap2
Tomas Krizek
2016-11-22
1
-6
/
+7
[next]