summaryrefslogtreecommitdiffstats
path: root/ipaserver/install
Commit message (Expand)AuthorAgeFilesLines
* 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
* User-defined certificate subjectsRob Crittenden2010-01-205-26/+55
* Create pkiuser before calling pkicreate, pkicreate depends on the user existingJohn Dennis2010-01-201-1/+1
* Missed explicit reference to pki-ca, replace with self.service_nameRob Crittenden2010-01-111-2/+2
* Change the service name to reflect changes in pki-ca (now pki-cad).Rob Crittenden2010-01-071-3/+3
* Added Fuzzy docstrings; make-test now runs doctests in tests/*; fixed 'exista...Jason Gerard DeRose2009-12-181-1/+1
* Make hosts more like real services so we can issue certs for host principalsRob Crittenden2009-12-161-1/+2
* Make the IPA server host and its services "real" IPA entriesRob Crittenden2009-12-118-20/+134
* Bump the installation version number to V2.0Rob Crittenden2009-12-031-1/+1
* Ask the user before overwriting /etc/named.confMartin Nagy2009-12-021-1/+9
* Add option to have ipautil.run() not raise an exceptionRob Crittenden2009-11-305-14/+14
* Add SELinux policy for CRL file publishing.Rob Crittenden2009-11-261-0/+26
* Point to correct location of self-signed CA and set pw on 389-DS cert dbRob Crittenden2009-11-251-1/+1
* Add code to handle stash files using keytab formatNalin Dahyabhai2009-11-241-3/+59
* Cache installer questions for the 2-step process of an externally-signed CARob Crittenden2009-11-181-1/+2
* Fix SASL mappingsSimo Sorce2009-11-181-2/+2
* Add a sleep() prior to calling tasks to ensure postop writes are doneRob Crittenden2009-10-161-0/+3
* Be more forgiving when trying to replace older DS schema.Rob Crittenden2009-10-161-4/+8
* Loosen the ACI for the KDC to allow adds/deletesRob Crittenden2009-10-051-3/+1
* Robustness fix for updater, in case updates['updates'] is not set yet.Rob Crittenden2009-10-051-1/+1
* Let the updater delete entries and add small test harnessRob Crittenden2009-10-051-6/+49
* Enrollment for a host in an IPA domainRob Crittenden2009-09-241-0/+4
* Add external CA signing and abstract out the RA backendRob Crittenden2009-09-154-156/+399
* Add A and PTR records of ourselves during installationMartin Nagy2009-09-021-3/+16
* Use DNS forwarders in /etc/named.confMartin Nagy2009-09-021-1/+12
* Add the CA constraint to the self-signed CA we generateRob Crittenden2009-08-271-8/+19
* Add option to the installer for uid/gid starting numbers.Rob Crittenden2009-08-271-2/+5
* Enable ldapi connections in the management framework.Rob Crittenden2009-08-271-0/+4
* Generate CRLs and make them available from the IPA web serverRob Crittenden2009-08-261-0/+46
* Clean up additional issues discovered with pylint and pycheckerRob Crittenden2009-08-201-1/+1
* Clean up some problems discovered with pylint and pycheckerRob Crittenden2009-08-128-43/+26
* Fixed whitespace indentation error in certs.pyJason Gerard DeRose2009-07-271-34/+34
* Identify CAs to trust from an imported PKCS#12 fileRob Crittenden2009-07-272-14/+45
* Fix deprecation warning for the sha library on Python 2.6Rob Crittenden2009-07-231-2/+8
* No need to trust NSS built-in CA's, more specific regex for finding CA nicknameRob Crittenden2009-07-231-4/+16
* Make --setup-dns work on replica installationMartin Nagy2009-07-221-4/+34
* Add a reverse zone with server's PTR recordMartin Nagy2009-07-221-5/+17
* Allow replicas of an IPA server using an internal dogtag server as the CARob Crittenden2009-07-154-93/+201
* Basic changes to get a default principal for DNSSimo Sorce2009-07-102-1/+61
* Use LDAP instead of flat file for zone storageMartin Nagy2009-06-024-19/+16
* Move the __ldap_mod function to the Service classMartin Nagy2009-06-023-65/+47
* Use the csv module instead of my own hackish lexer.Rob Crittenden2009-05-191-34/+30