index
:
freeipa.git
master
navigation
selenium
Unnamed repository; edit this file 'description' to name the repository.
Endi Dewata
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
install
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Do not create reverse zone by default
Jakub Hrozek
2010-12-02
3
-3
/
+6
*
Drop outdated install/tools/README and add QuickStart link to top README
Rob Crittenden
2010-12-02
1
-67
/
+0
*
Verify the --ip-address option when setting up DNS.
Rob Crittenden
2010-11-24
2
-1
/
+3
*
id ranges: change DNA configuration
Simo Sorce
2010-11-22
3
-11
/
+25
*
Use sys.exit to quit scripts
Jakub Hrozek
2010-11-22
5
-48
/
+27
*
Automatically disable pkinit when not supported
Simo Sorce
2010-11-19
1
-0
/
+4
*
Log interactive options in install scripts
Jakub Hrozek
2010-11-19
2
-0
/
+10
*
pkinit-replica: create certificates for replicas too
Simo Sorce
2010-11-18
2
-9
/
+90
*
Add support for configuring KDC certs for PKINIT
Simo Sorce
2010-11-18
1
-1
/
+35
*
Use Realm as certs subject base name
Simo Sorce
2010-11-18
5
-12
/
+14
*
Use a different user for dogtag DS instance
Rob Crittenden
2010-11-12
1
-1
/
+8
*
Remove some more mod_python references
Jakub Hrozek
2010-11-10
1
-1
/
+1
*
Fix NotFound exception in ipa-nis-manage.
Rob Crittenden
2010-11-09
1
-2
/
+4
*
Add some examples to ipa-replica-install.1
Rob Crittenden
2010-11-09
1
-18
/
+39
*
Log script options to logfile
Jakub Hrozek
2010-11-09
4
-23
/
+35
*
Remove ipa-fix-CVE-2008-3274, it isn't needed any more.
Rob Crittenden
2010-11-08
2
-534
/
+0
*
Remove reference to ipa_webgui
Jan Zeleny
2010-11-03
1
-1
/
+1
*
Include REPLICA_FILE in usage for ipa-replica-install
Rob Crittenden
2010-10-13
1
-1
/
+2
*
Detect if DNS is already configured in IPA, or if IPA is not yet installed.
Rob Crittenden
2010-10-08
1
-0
/
+5
*
install-script: Do not ask to remove DNS data
Simo Sorce
2010-10-07
1
-19
/
+3
*
Remove spurious error in server uninstaller about client uninstall failure.
Rob Crittenden
2010-09-24
1
-1
/
+2
*
Properly handle CertificateOperationErrors in replication prepration.
Rob Crittenden
2010-09-24
1
-2
/
+10
*
Add new DNS install argument for setting the zone mgr e-mail addr.
Rob Crittenden
2010-09-23
4
-4
/
+14
*
Add missing man pageas for ipa-dns-install and ipa-upgradeconfig.
Rob Crittenden
2010-09-20
2
-0
/
+81
*
Have ipactl start named after the KDC, otherwise it will fail.
Rob Crittenden
2010-09-16
1
-1
/
+1
*
Add --no-host-dns argument to ipa-replica-install
Rob Crittenden
2010-09-16
2
-13
/
+19
*
Fix certmonger errors when doing a client or server uninstall.
Rob Crittenden
2010-09-09
1
-2
/
+3
*
Make ipactl a lot smarter and have it manage named as well.
Rob Crittenden
2010-09-07
1
-26
/
+71
*
Enable compat plugin by default and configure netgroups
Rob Crittenden
2010-08-19
2
-3
/
+16
*
Correct CA options in ipa-server-install manpage
Rob Crittenden
2010-08-10
1
-3
/
+3
*
This patch removes the existing UI functionality, as a prep for adding the Ja...
Adam Young
2010-07-29
1
-14
/
+0
*
Fix ipa-compat-manage and ipa-nis-manage
Rob Crittenden
2010-07-15
2
-54
/
+100
*
Fall back to DM password if GSSAPI fails and make deleting more user-friendly
Rob Crittenden
2010-06-01
1
-8
/
+38
*
Query the remote server to see if this replica host already exists.
Rob Crittenden
2010-06-01
1
-13
/
+23
*
Add LDAP upgrade over ldapi support.
Rob Crittenden
2010-06-01
1
-17
/
+25
*
Create default HBAC rule allowing any user to access any host from any host
Rob Crittenden
2010-05-05
2
-2
/
+8
*
Make the installer/uninstaller more aware of its state
Rob Crittenden
2010-05-03
1
-8
/
+6
*
Fix a couple of syntax errors in the installer.
Rob Crittenden
2010-04-27
1
-2
/
+5
*
Replace a new instance of IPAdmin use in ipa-server-install.
Pavel Zuna
2010-04-27
1
-8
/
+11
*
Connect to the ldap during the uninstallation
Martin Nagy
2010-04-23
1
-8
/
+28
*
Fix installing IPA with an external CA
Rob Crittenden
2010-04-23
1
-4
/
+18
*
Use correct name for CA PKCS#12 file.
Rob Crittenden
2010-04-23
1
-2
/
+2
*
Use ldap2 instead of legacy LDAP code from v1 in installer scripts.
Pavel Zuna
2010-04-19
10
-135
/
+135
*
Remove incorrect option -U for --uninstall. -U is short for --unattended.
Rob Crittenden
2010-04-16
1
-1
/
+1
*
Use GSSAPI auth for the ipa-replica-manage list and del commands.
Rob Crittenden
2010-03-19
1
-4
/
+18
*
Better customize the message regarding the CA based on the install options.
Rob Crittenden
2010-03-19
1
-5
/
+10
*
Make CA PKCS#12 location arg for ipa-replica-prepare, default /root/cacert.p12
Rob Crittenden
2010-03-19
1
-3
/
+5
*
Initialize the api so imports work, trust all CAs included in the PKCS#12.
Rob Crittenden
2010-03-19
1
-1
/
+9
*
Retrieve the LDAP schema using kerberos credentials.
Rob Crittenden
2010-03-17
1
-0
/
+1
*
Proper use of set up vs setup (verb vs noun)
Rob Crittenden
2010-03-16
1
-3
/
+3
[prev]
[next]