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
/
installutils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new user to run the framework code
Simo Sorce
2017-02-15
1
-0
/
+13
*
Simplify NSSDatabase password file handling
Simo Sorce
2017-02-15
1
-11
/
+6
*
Change session handling
Simo Sorce
2017-02-15
1
-1
/
+1
*
Delegate directive value quoting/unquoting to separate functions
Martin Babinsky
2017-01-25
1
-27
/
+43
*
installutils: improve directive value parsing in `get_directive`
Martin Babinsky
2017-01-25
1
-2
/
+17
*
Fix the installutils.set_directive docstring
Martin Babinsky
2017-01-25
1
-5
/
+8
*
Allow full customisability of IPA CA subject DN
Fraser Tweedale
2017-01-11
1
-0
/
+4
*
Extract function for computing default subject base
Fraser Tweedale
2017-01-11
1
-0
/
+4
*
installutils: remove hardcoded subject DN assumption
Fraser Tweedale
2017-01-11
1
-3
/
+4
*
Make `kadmin` family of functions return the result of ipautil.run
Martin Babinsky
2016-12-16
1
-5
/
+8
*
Accept server host names resolvable only using /etc/hosts
Petr Spacek
2016-11-29
1
-4
/
+3
*
ipautil: move file encryption functions to installutils
Jan Cholasta
2016-11-29
1
-1
/
+79
*
ipautil: move kinit functions to ipalib.install
Jan Cholasta
2016-11-29
1
-1
/
+2
*
ipautil: remove get_domain_name()
Jan Cholasta
2016-11-29
1
-5
/
+0
*
ipapython: move certmonger and sysrestore to ipalib.install
Jan Cholasta
2016-11-29
1
-2
/
+2
*
Break ipaplatform / ipalib import cycle of hell
Christian Heimes
2016-11-24
1
-1
/
+1
*
Provide user hint about IP address in IPA install
Abhijeet Kasurde
2016-11-11
1
-2
/
+4
*
installutils: remove 'install_service_keytab' function
Martin Babinsky
2016-11-11
1
-11
/
+0
*
x509: use python-cryptography to process certs
Fraser Tweedale
2016-11-10
1
-8
/
+6
*
install: add restart_dirsrv for directory server restarts
Tomas Krizek
2016-11-07
1
-1
/
+12
*
pylint: enable the import-error check
Jan Cholasta
2016-10-24
1
-0
/
+2
*
mod_nss: use more robust quoting of NSSNickname directive
Martin Babinsky
2016-10-03
1
-11
/
+31
*
Remove unused variables in the code
Martin Basti
2016-09-27
1
-1
/
+1
*
pylint: fix old-style-class
Jan Barta
2016-09-22
1
-1
/
+1
*
Remove sys.exit from install modules and scripts
Stanislav Laznicka
2016-08-16
1
-10
/
+10
*
install: fix external CA cert validation
Jan Cholasta
2016-08-04
1
-1
/
+1
*
Fix internal errors in host-add and other commands caused by DNS resolution
Petr Spacek
2016-07-01
1
-10
/
+3
*
Use NSS for name->resolution in IPA installer
Petr Spacek
2016-06-29
1
-2
/
+41
*
Report missing certificate in external trust chain
Florence Blanc-Renaud
2016-06-23
1
-2
/
+3
*
replica install: use remote server API to create service entries
Jan Cholasta
2016-06-09
1
-19
/
+4
*
Move IP address resolution from ipaserver.install.installutils to ipapython.d...
Petr Spacek
2016-05-30
1
-21
/
+5
*
pylint: remove bare except
Martin Basti
2016-03-22
1
-2
/
+2
*
pylint: supress false positive no-member errors
Martin Basti
2016-03-02
1
-2
/
+7
*
Make PTR records check optional for IPA installation
Martin Basti
2016-02-29
1
-8
/
+9
*
Remove unused imports
Martin Basti
2015-12-23
1
-4
/
+1
*
replica install: add remote connection check over API
Jan Cholasta
2015-12-11
1
-12
/
+0
*
ipa-dns-install offer IP addresses from resolv.conf as default forwarders
Petr Spacek
2015-12-01
1
-0
/
+7
*
install: drop support for Dogtag 9
Jan Cholasta
2015-11-25
1
-4
/
+4
*
Install: Force service add during replica promotion
Martin Basti
2015-11-24
1
-1
/
+2
*
remove Kerberos authenticators when installing/uninstalling service instance
Martin Babinsky
2015-11-11
1
-0
/
+37
*
Remove dead code in ipaserver/install/installutils: read_ip_address()
Petr Spacek
2015-11-10
1
-14
/
+0
*
Add method to read changes from LDIF
Martin Basti
2015-10-15
1
-0
/
+40
*
Make offline LDIF modify more robust
Martin Basti
2015-10-15
1
-0
/
+98
*
Make checks for existing credentials reusable
Simo Sorce
2015-10-15
1
-0
/
+73
*
Implement replica promotion functionality
Simo Sorce
2015-10-15
1
-1
/
+28
*
Add ipa-custodia service
Simo Sorce
2015-10-15
1
-0
/
+8
*
Use six.moves.configparser instead of ConfigParser
Petr Viktorin
2015-10-07
1
-1
/
+1
*
Alias "unicode" to "str" under Python 3
Jan Cholasta
2015-09-17
1
-0
/
+4
*
Installer: do not modify /etc/hosts before user agreement
Martin Basti
2015-09-03
1
-13
/
+23
*
Use the print function
Petr Viktorin
2015-09-01
1
-39
/
+40
[next]