index
:
freeipa.git
30gatepo
4-2-trust-fixes
ad-work
adwork
dns-records
gssapi-delegate
hbactest
hbactester
ipa-2-1
ipautil-refactor
kdc-fixes
master
my-master
network-fixes
oneway-trust
platform
platform-master
systemd-ipa-2-1
systemd-master
test-patches-2-1
testing
testotp
ticket-1259
ticket-1368
ticket-1369
ticket-1369-lite
ticket-1373
ticket-1476
ticket-1549
ticket-hbac-test
trusts-master
views
FreeIPA project
Alexander Bokovoy
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipa-server
/
ipa-install
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't ask the user again if he wants to replace bind configuration files if h...
Martin Nagy
2008-05-14
1
-10
/
+1
*
Display information on how to uninstall a partially installed server.
Rob Crittenden
2008-05-09
1
-4
/
+10
*
Detect existing DS instances and prompt for removal during replica install.
Rob Crittenden
2008-05-08
1
-0
/
+32
*
Add missing colon to function definition that broke the build
Rob Crittenden
2008-05-08
1
-1
/
+1
*
Add a version API to the server so it knows what version it is.
Rob Crittenden
2008-05-08
4
-14
/
+15
*
Don't prompt for confirmation of DM password when installing a replica.
Rob Crittenden
2008-05-08
1
-2
/
+7
*
Make sure recent ldapmodify tool (as in F9) do not complain by splitting the
Simo Sorce
2008-04-25
1
-0
/
+5
*
Don't allow a replica to prepare a replica for itself.
Rob Crittenden
2008-04-23
1
-0
/
+3
*
Use the same kpasswd.keytab on all replicas.
Rob Crittenden
2008-04-09
2
-1
/
+5
*
Add _ntp SRV record
Simo Sorce
2008-04-07
1
-0
/
+2
*
Create /etc/ipa/ipa.conf earlier in the installation process.
Rob Crittenden
2008-04-03
1
-8
/
+8
*
No need to use a regular expression to find the replication host
Rob Crittenden
2008-03-31
1
-3
/
+1
*
Call client uninstall from server uninstall so that uninstall reverses also
Simo Sorce
2008-03-31
1
-0
/
+15
*
Put replica info file into /var/lib/ipa instead of the current directory
Rob Crittenden
2008-03-28
1
-2
/
+2
*
Move sysrestore to ipa-python so it can be used by client scripts too.
Simo Sorce
2008-03-27
1
-12
/
+14
*
Put the replica hostname back together properly
Rob Crittenden
2008-03-27
1
-2
/
+3
*
Make the memberof task a public function.
Rob Crittenden
2008-03-27
3
-5
/
+13
*
Make Install and Uninstall have different log files
Simo Sorce
2008-03-24
1
-2
/
+5
*
Fix file permissions on ca.crt when it is installed.
Rob Crittenden
2008-03-26
1
-0
/
+1
*
Start ntpd after FDS so that the ntp user can be found.
Rob Crittenden
2008-03-24
1
-2
/
+2
*
Remove ACI that was causing RDN changes to fail
Rob Crittenden
2008-03-10
1
-1
/
+0
*
Add ability to initialize a replication agreement
Rob Crittenden
2008-03-07
1
-9
/
+49
*
Verify that the hostname is correct in /etc/hosts
Rob Crittenden
2008-03-06
1
-3
/
+2
*
KDC is Key Distribution Center, not Kerberos Domain Controller
Rob Crittenden
2008-03-04
1
-1
/
+1
*
Fix build breakage.
Rob Crittenden
2008-03-03
1
-1
/
+1
*
Close all fds when running another program. This fixes the SELinux AVCs.
Rob Crittenden
2008-03-03
1
-1
/
+2
*
Add small script to start/stop all of the services that IPA requires in the
Rob Crittenden
2008-02-28
2
-0
/
+58
*
Make sure all entries are generated by us according to IPA
Simo Sorce
2008-02-28
2
-9
/
+1
*
Fixed the way we call ipa-client-install from ipa-replica-install.
Nathan Kinder
2008-02-28
1
-1
/
+1
*
We do not require the Master password anymore, fix code and error message
Simo Sorce
2008-02-25
1
-4
/
+3
*
Fix unattended install
Simo Sorce
2008-02-25
1
-20
/
+23
*
Make sure KrbPrincipalName is unique server-wide
Rob Crittenden
2008-02-21
1
-0
/
+35
*
Make sure KrbPrincipalName is unique server-wide
Simo Sorce
2008-02-21
1
-0
/
+1
*
Add some additional error handling
Rob Crittenden
2008-02-20
1
-4
/
+7
*
Let users write their own password, should fix 433707
Simo Sorce
2008-02-21
1
-0
/
+1
*
Start ntpd first unless we do not want it.
Simo Sorce
2008-02-20
4
-10
/
+26
*
Run ipa-client-install after server install bits
Simo Sorce
2008-02-20
2
-9
/
+24
*
Warn if a user tries to install a replica on the wrong target machine
Rob Crittenden
2008-02-19
1
-0
/
+12
*
Add some error handling for LDAP connection issues
Rob Crittenden
2008-02-19
1
-3
/
+23
*
Verify current domain with user during installation
Rob Crittenden
2008-02-15
3
-15
/
+66
*
Display the path to the PKCS#12 password file at the end of installation
Rob Crittenden
2008-02-19
1
-0
/
+1
*
Don't create a backup of the PKCS#12 cert on replicas
Rob Crittenden
2008-02-14
1
-2
/
+2
*
Gracefully handle sys.exit() in python 2.4
Rob Crittenden
2008-02-11
1
-0
/
+2
*
Missed a place to translate the realm name into an instance name
Rob Crittenden
2008-02-08
1
-1
/
+3
*
Set the license uniformly to GPLv2 only.
Rob Crittenden
2008-02-04
4
-4
/
+4
*
Fix broken attempt to return 0 on success, 1 on failure
Rob Crittenden
2008-02-06
1
-2
/
+2
*
Return 1 on error, 0 on success
Rob Crittenden
2008-02-05
1
-0
/
+2
*
Use file to store the current CA serial number
Rob Crittenden
2008-02-05
3
-27
/
+104
*
Missed closing quote
Rob Crittenden
2008-01-29
1
-1
/
+1
*
Remove reference to radius that wasn't used and was causing program to fail.
Rob Crittenden
2008-01-29
1
-1
/
+1
[next]