index
:
freeipa.git
become-ipa-4-0-4
cstopology
datetime-ui
doc
framework
ipa-1-0
ipa-1-1
ipa-1-2
ipa-2-0
ipa-2-1
ipa-2-2
keytab-4419
keytab-4419-2
master
menu
otp-usability
otptests
patternfly
plugin-apibrowser
readme
review
sync-token
test_realmdomains
trustdomains-3-3
views_ui
webui-cleanup
Unnamed repository; edit this file 'description' to name the repository.
Petr Vobornik
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipaclient
/
install
/
client.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace hard-coded paths with path constants
Christian Heimes
2018-02-08
1
-5
/
+5
*
LGTM: unnecessary else in for loop
Christian Heimes
2018-01-09
1
-8
/
+7
*
LGTM: Fix multiple use before assignment
Christian Heimes
2018-01-09
1
-7
/
+9
*
Support sqlite NSSDB
Christian Heimes
2017-11-16
1
-8
/
+2
*
Use os.path.isfile() and isdir()
Christian Heimes
2017-10-20
1
-14
/
+12
*
client: fix retrieving certs from HTTP
Stanislav Laznicka
2017-09-13
1
-1
/
+1
*
uninstall: remove deprecation warning
Stanislav Laznicka
2017-09-12
1
-3
/
+1
*
x509: Make certificates represented as objects
Stanislav Laznicka
2017-07-27
1
-12
/
+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
-295
/
+295
*
logging: port to standard Python logging
Jan Cholasta
2017-07-14
1
-4
/
+9
*
install: do not assume /etc/krb5.conf.d exists
Jan Cholasta
2017-06-28
1
-6
/
+10
*
Remove network and broadcast address warnings
Martin Basti
2017-06-20
1
-4
/
+0
*
client.py: Replace hardcoded 'admin' with options.principal
Tibor Dudlák
2017-06-08
1
-4
/
+11
*
Only warn when specified server IP addresses don't match intf
Martin Basti
2017-06-06
1
-1
/
+3
*
client install: fix client PKINIT configuration
Jan Cholasta
2017-05-19
1
-1
/
+14
*
certdb: add named trust flag constants
Jan Cholasta
2017-05-19
1
-3
/
+6
*
fix minor spelling mistakes
René Genz
2017-05-19
1
-1
/
+1
*
ipa-client-install: remove extra space in pkinit_anchors definition
Florence Blanc-Renaud
2017-05-02
1
-1
/
+1
*
Support certificate login after installation and upgrade
Pavel Vomacka
2017-03-14
1
-0
/
+20
*
install: re-introduce option groups
Jan Cholasta
2017-03-13
1
-10
/
+7
*
client install: split off SSSD options into a separate class
Jan Cholasta
2017-03-13
1
-41
/
+3
*
Fix error in ca_cert_files validator
Stanislav Laznicka
2017-02-21
1
-0
/
+4
*
client install: create /etc/ipa/nssdb with correct mode
Jan Cholasta
2017-02-20
1
-1
/
+1
*
Add password to certutil calls in NSSDatabase
Stanislav Laznicka
2017-02-17
1
-14
/
+3
*
Remove is_fips_enabled checks in installers and ipactl
Stanislav Laznicka
2017-02-13
1
-5
/
+0
*
client install: correctly report all failures
Jan Cholasta
2017-01-20
1
-12
/
+13
*
disable hostname canonicalization by Kerberos library
Martin Babinsky
2017-01-11
1
-0
/
+1
*
ipa_generate_password algorithm change
Petr Spacek
2017-01-06
1
-1
/
+1
*
client, platform: Use paths.SSH* instead of get_config_dir().
Timo Aaltonen
2017-01-05
1
-27
/
+16
*
Configure Anonymous PKINIT on server install
Simo Sorce
2016-12-12
1
-1
/
+1
*
server install: fix external CA install
Jan Cholasta
2016-12-08
1
-0
/
+3
*
Set explicit confdir option for global contexts
Christian Heimes
2016-12-02
1
-0
/
+1
*
ipaclient: move install modules to the install subpackage
Jan Cholasta
2016-11-29
1
-6
/
+2
*
constants: remove CACERT
Jan Cholasta
2016-11-29
1
-27
/
+29
*
ipalib: move certstore to the install subpackage
Jan Cholasta
2016-11-29
1
-7
/
+2
*
ipautil: move kinit functions to ipalib.install
Jan Cholasta
2016-11-29
1
-13
/
+13
*
ipautil: move is_fips_enabled() to ipaplatform.tasks
Jan Cholasta
2016-11-29
1
-2
/
+1
*
certdb: move IPA NSS DB install functions to ipaclient.install
Jan Cholasta
2016-11-29
1
-1
/
+49
*
ipapython: move certmonger and sysrestore to ipalib.install
Jan Cholasta
2016-11-29
1
-9
/
+2
*
paths: remove DEV_NULL
Jan Cholasta
2016-11-29
1
-1
/
+1
*
Break ipaplatform / ipalib import cycle of hell
Christian Heimes
2016-11-24
1
-4
/
+4
*
install: migrate client install to the new class hierarchy
Jan Cholasta
2016-11-11
1
-1
/
+126
*
install: introduce installer class hierarchy
Jan Cholasta
2016-11-11
1
-0
/
+194
*
Added file permissions option to IPAChangeConf.newConf()
Stanislav Laznicka
2016-11-11
1
-0
/
+2
*
client: use correct code for failed uninstall
Martin Basti
2016-11-11
1
-2
/
+2
*
client: use exceptions instead of return states
Martin Basti
2016-11-11
1
-81
/
+100
*
client: move install cleanup from ipa-client-install to module
Martin Basti
2016-11-11
1
-1
/
+15
*
client: move clean CCACHE to module
Martin Basti
2016-11-11
1
-0
/
+10
*
client: move custom env variable into client module
Martin Basti
2016-11-11
1
-2
/
+10
[next]