summaryrefslogtreecommitdiffstats
path: root/ipaserver/install
Commit message (Expand)AuthorAgeFilesLines
* Automatically convert a v1-style ca_serialno to the v2 config style.Rob Crittenden2010-09-241-1/+13
* Properly handle CertificateOperationErrors in replication prepration.Rob Crittenden2010-09-241-0/+1
* Add new DNS install argument for setting the zone mgr e-mail addr.Rob Crittenden2010-09-231-4/+11
* Show all missing packages when setting up bind, not one at a time.Rob Crittenden2010-09-161-4/+8
* Enabling SUDO supportDmitri Pal2010-09-161-0/+2
* Fix certmonger errors when doing a client or server uninstall.Rob Crittenden2010-09-093-169/+14
* Have certmonger track the initial Apache and 389-ds server certs.Rob Crittenden2010-09-096-17/+227
* Make ldap2 class work as a client library as well.Rob Crittenden2010-09-071-1/+1
* Changes to fix compatibility with Fedora 14Rob Crittenden2010-08-312-4/+5
* Remove passwords when running commands including stdout and stderrRob Crittenden2010-08-311-12/+3
* Break out install into more steps, add -key_algorithm to pkisilentRob Crittenden2010-08-191-20/+9
* Enable compat plugin by default and configure netgroupsRob Crittenden2010-08-191-1/+9
* Drop our own PKCS#10 ASN.1 decoder and use the one from python-nssRob Crittenden2010-07-291-1/+1
* Add support for User-Private GroupsRob Crittenden2010-07-061-2/+32
* Fix indentation problem causing build breakageRob Crittenden2010-06-241-2/+2
* Replication version checking.Rob Crittenden2010-06-241-0/+4
* use NSS for SSL operationsJohn Dennis2010-06-152-48/+0
* Catch the condition where dogtag is already configured (no preop.pin)Rob Crittenden2010-06-011-0/+3
* Add LDAP upgrade over ldapi support.Rob Crittenden2010-06-013-14/+155
* Re-number some attributes to compress our usage to be contiguousRob Crittenden2010-05-271-2/+0
* Move the dogtag SELinux rules loading into the spec fileRob Crittenden2010-05-271-24/+0
* Include -clone_uri argument to pkisilent setting the clone URI.Rob Crittenden2010-05-271-0/+2
* Create default HBAC rule allowing any user to access any host from any hostRob Crittenden2010-05-051-2/+9
* Handle CSRs whether they have NEW in the header or notRob Crittenden2010-05-032-15/+5
* Make the installer/uninstaller more aware of its stateRob Crittenden2010-05-037-3/+45
* Set SO_REUSEADDR when determining socket availabilityRob Crittenden2010-05-031-0/+2
* Some more changes for DNS forwarders promptMartin Nagy2010-04-231-3/+3
* Add forgotten trailing dots in DNS recordsMartin Nagy2010-04-231-3/+3
* Delete old SRV records during uninstallationMartin Nagy2010-04-231-11/+68
* Fix installing IPA with an external CARob Crittenden2010-04-231-1/+1
* Use escapes in DNs instead of quoting.Rob Crittenden2010-04-192-1/+7
* Remove older MITM fixes to make compatible with dogtag 1.3.3Rob Crittenden2010-04-192-14/+4
* Fix ipa-dns-install. It was failing when DNS was reinstalling.Pavel Zuna2010-04-191-1/+10
* Configure the CRL URI in dogtag.Rob Crittenden2010-04-161-1/+4
* Don't let failure to trust the CA abort the server installation.Rob Crittenden2010-04-071-2/+5
* Use GSSAPI auth for the ipa-replica-manage list and del commands.Rob Crittenden2010-03-192-1/+21
* Provide mechanism in ipautil.run() to not log all arguments.Rob Crittenden2010-03-191-1/+10
* Make CA PKCS#12 location arg for ipa-replica-prepare, default /root/cacert.p12Rob Crittenden2010-03-191-0/+5
* Handle the case where the DS group exists but the user does notRob Crittenden2010-03-161-0/+9
* Don't assume local directory is valid or writable.Rob Crittenden2010-02-191-1/+6
* Make the DNS forwarders interactive input less confusingMartin Nagy2010-02-161-13/+17
* Get rid of ipapython.config in ipa-replica-prepareMartin Nagy2010-02-091-25/+27
* Move the HTTP/S request code to a common libraryRob Crittenden2010-02-091-31/+16
* Be more careful when base64-decoding certificatesRob Crittenden2010-02-022-9/+6
* Update dogtag configuration to work after CVE-2009-3555 changesRob Crittenden2010-01-272-4/+16
* Set BIND to use ldapi and use fake mnameMartin Nagy2010-01-211-0/+2
* Move some functions from ipa-server-install into installutilsMartin Nagy2010-01-211-0/+53
* Allow a custom file mode when setting up debuggingMartin Nagy2010-01-211-2/+2
* Only add an NTP SRV record if we really are setting up NTPMartin Nagy2010-01-211-3/+12
* Use the dns plug-in for addition of records during installationMartin Nagy2010-01-211-33/+82