summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* A utility for removing principals from a keytab.Rob Crittenden2009-12-045-0/+324
* Bump the installation version number to V2.0Rob Crittenden2009-12-031-1/+1
* Add minimal test for the cert pluginRob Crittenden2009-12-031-0/+104
* Set minimum of python-pyasn1 to 0.0.9a so we have support for the ASN.1 Any typeRob Crittenden2009-12-021-1/+5
* Add idnsUpdatePolicy into the dns plug-inMartin Nagy2009-12-021-1/+5
* Ask the user before overwriting /etc/named.confMartin Nagy2009-12-023-9/+13
* Remove unnecessary "error: " prefixesMartin Nagy2009-12-022-6/+6
* Remove ldap2.convert_attr_synonyms. Turns out python-ldap can replace it.Pavel Zuna2009-12-021-30/+1
* Add NotImplementedError type so CA plugins can return client-friendly errorsRob Crittenden2009-12-012-3/+18
* Add type argument to x509.load_certificate() so it can handle binary certsRob Crittenden2009-12-011-9/+12
* Better LDAP error handling in ipa-client-installRob Crittenden2009-12-011-9/+5
* Replace /etc/ipa/ipa.conf with /etc/ipa/default.confRob Crittenden2009-12-017-37/+24
* Add ipaUserGroup objectClass to default groups where missing.Pavel Zuna2009-12-011-0/+2
* Rename GeneralizedTime to AccessTime.Pavel Zuna2009-12-013-8/+8
* Add {user,host,sourcehost}Category to HBAC and make accessTime multivalue.Pavel Zuna2009-12-012-17/+108
* Add server option to ipa-join so the IPA server can be specified.Rob Crittenden2009-11-302-5/+9
* Use pyasn1-based PKCS#10 and X509v3 parsers instead of pyOpenSSL.Rob Crittenden2009-11-3011-32/+983
* Add option to have ipautil.run() not raise an exceptionRob Crittenden2009-11-306-17/+17
* Fix boolean attributes in DNS plugin.Pavel Zuna2009-11-301-3/+9
* Fix Bool parameter type. It was impossible to set it to FALSE.Pavel Zuna2009-11-302-3/+5
* Fix takes_options in automount plugin.Pavel Zuna2009-11-301-1/+1
* Print only one line of docstrings in command listings.Pavel Zuna2009-11-301-4/+3
* Add SELinux policy for CRL file publishing.Rob Crittenden2009-11-265-1/+59
* Point to correct location of self-signed CA and set pw on 389-DS cert dbRob Crittenden2009-11-252-3/+3
* Use correct attribute for hosts.Rob Crittenden2009-11-251-1/+1
* Fix two bugs: one in parsing the ACI and one in comparing two ACIsRob Crittenden2009-11-251-4/+4
* Integrate ipa-join and ipa-rmkeytab into the client install/uninstallRob Crittenden2009-11-251-110/+209
* Bash tab completion scriptRob Crittenden2009-11-252-0/+43
* Add code to handle stash files using keytab formatNalin Dahyabhai2009-11-241-3/+59
* Reading INT parameter class should respect radix prefixJohn Dennis2009-11-232-0/+56
* Require current versions of python-nss & python-lxmlJohn Dennis2009-11-232-2/+3
* along with stdout, stderr also log the initial commandJohn Dennis2009-11-231-2/+3
* If plugin fails to load log the tracebackJohn Dennis2009-11-231-1/+2
* Make NotImplementedError in rabase return the correct function nameJohn Dennis2009-11-191-4/+4
* add new error class for certificate operationsJohn Dennis2009-11-191-1/+28
* error strings in documentation were missing unicode specifierJohn Dennis2009-11-191-3/+3
* respect debug arg during server installJohn Dennis2009-11-191-0/+1
* Provide additional help to --help optionRob Crittenden2009-11-191-0/+7
* Gracefully handle a valid kerberos ticket for a deleted entry.Rob Crittenden2009-11-191-7/+10
* Clean up some return valuesRob Crittenden2009-11-191-12/+20
* Handle ipaEnabledFlag as bool (TRUE/FALSE) instead of string (enabled/disabled).Pavel Zuna2009-11-181-4/+4
* Remove 'ipaObject' objectClass from rolegroups and taskgroups.Pavel Zuna2009-11-182-4/+2
* 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-182-7/+64
* Fix SASL mappingsSimo Sorce2009-11-181-2/+2
* Add fail-safe so any kind of exception is handled in XML-RPC server.Rob Crittenden2009-11-181-0/+5
* Add support for setting/adding arbitrary attributesRob Crittenden2009-11-172-0/+106
* _convert_scalar() should throw an error if passed a tuple or listRob Crittenden2009-11-172-1/+19
* Fix typo in name of exceptionRob Crittenden2009-11-121-1/+1
* Use File parameter for CSR in cert_request command plugin.Pavel Zuna2009-11-061-29/+12