summaryrefslogtreecommitdiffstats
path: root/ipaserver
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-092-92/+20
* fix error message to be i18n translator friendlyJohn Dennis2010-02-031-1/+2
* Be more careful when base64-decoding certificatesRob Crittenden2010-02-023-10/+6
* Remove (un)wrap_binary_data cruft from */ipautil.pyJohn Dennis2010-01-281-62/+0
* Update dogtag configuration to work after CVE-2009-3555 changesRob Crittenden2010-01-273-6/+18
* Fix schema loading in the ldap backend.Pavel Zuna2010-01-271-1/+4
* Enabled CRUDS in webUI using wehjit 0.2.0Jason Gerard DeRose2010-01-261-0/+1
* 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-206-27/+83
* Create pkiuser before calling pkicreate, pkicreate depends on the user existingJohn Dennis2010-01-201-1/+1
* Allow cospriority to be updated and fix description of priority orderingRob Crittenden2010-01-191-9/+13
* Improve modlist generation in ldap2. Some code cleanup as bonus.Pavel Zuna2010-01-111-65/+89
* Missed explicit reference to pki-ca, replace with self.service_nameRob Crittenden2010-01-111-2/+2
* Use the caIPAserviceCert profile for issuing service certs.Rob Crittenden2010-01-081-1/+1
* 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-162-5/+9
* Remove some left-over debugging statementsRob Crittenden2009-12-161-3/+0
* Make the IPA server host and its services "real" IPA entriesRob Crittenden2009-12-118-20/+134
* Take 2: Extensible return values and validation; steps toward a single output...Jason Gerard DeRose2009-12-102-1/+7
* rebase dogtag clean-up patchJohn Dennis2009-12-092-210/+1643
* 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
* Remove ldap2.convert_attr_synonyms. Turns out python-ldap can replace it.Pavel Zuna2009-12-021-30/+1
* Use pyasn1-based PKCS#10 and X509v3 parsers instead of pyOpenSSL.Rob Crittenden2009-11-301-5/+14
* 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
* Make NotImplementedError in rabase return the correct function nameJohn Dennis2009-11-191-4/+4
* Gracefully handle a valid kerberos ticket for a deleted entry.Rob Crittenden2009-11-191-7/+10
* Filter all NULL values in ldap2.add_entry. python-ldap doesn't like'em.Pavel Zuna2009-11-181-1/+1
* 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
* ipa-server-install now renders UI assetsJason Gerard DeRose2009-11-041-4/+5
* Use a new mechanism for delegating certificate issuance.Rob Crittenden2009-11-031-1/+1
* Add mod_python adapter and some UI tuningJason Gerard DeRose2009-10-273-17/+175
* Remove a bunch of unused imports, general cleanupRob Crittenden2009-10-251-13/+4
* First pass at enforcing certificates be requested from same hostRob Crittenden2009-10-212-2/+3
* Add can_add() and can_delete() GER helpersRob Crittenden2009-10-211-0/+37
* Fixed compatability break in rpcserver.pyJason Gerard DeRose2009-10-171-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
* Fixed 'import json' for simplejson compatabilityJason Gerard DeRose2009-10-161-1/+1
* parse_qs is in cgi on Python < 2.6, use that insteadRob Crittenden2009-10-161-1/+1