summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* Use newer API in ipalib/x509 and add missing import.Rob Crittenden2010-07-151-6/+1
* Add API to delete a service principal key, service-disable.Rob Crittenden2010-07-131-0/+16
* Handle errors raised by plugins more gracefully in mod_wsgi.Rob Crittenden2010-07-121-13/+17
* Add support for User-Private GroupsRob Crittenden2010-07-061-7/+30
* Replace a new instance of IPAdmin use in ipa-server-install.Pavel Zuna2010-04-271-8/+8
* Use the certificate subject base in IPA when requesting certs in certmonger.Rob Crittenden2010-04-231-0/+3
* Use ldap2 instead of legacy LDAP code from v1 in installer scripts.Pavel Zuna2010-04-191-13/+9
* Remove older MITM fixes to make compatible with dogtag 1.3.3Rob Crittenden2010-04-192-4/+4
* Retrieve the LDAP schema using kerberos credentials.Rob Crittenden2010-03-171-7/+38
* localize doc stringsJohn Dennis2010-03-083-6/+7
* Consolidate to single WSGI entry pointJason Gerard DeRose2010-03-011-7/+3
* Convert integer and boolean values to unicode, don't leave them as str.Pavel Zuna2010-02-171-2/+0
* Move the HTTP/S request code to a common libraryRob Crittenden2010-02-091-61/+4
* fix error message to be i18n translator friendlyJohn Dennis2010-02-031-1/+2
* Be more careful when base64-decoding certificatesRob Crittenden2010-02-021-1/+0
* Update dogtag configuration to work after CVE-2009-3555 changesRob Crittenden2010-01-271-2/+2
* Fix schema loading in the ldap backend.Pavel Zuna2010-01-271-1/+4
* User-defined certificate subjectsRob Crittenden2010-01-201-1/+28
* 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
* Use the caIPAserviceCert profile for issuing service certs.Rob Crittenden2010-01-081-1/+1
* Make hosts more like real services so we can issue certs for host principalsRob Crittenden2009-12-161-4/+7
* Take 2: Extensible return values and validation; steps toward a single output...Jason Gerard DeRose2009-12-101-0/+3
* rebase dogtag clean-up patchJohn Dennis2009-12-092-210/+1643
* 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
* 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
* 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-271-0/+5
* Remove a bunch of unused imports, general cleanupRob Crittenden2009-10-251-13/+4
* Add can_add() and can_delete() GER helpersRob Crittenden2009-10-211-0/+37
* Giant webui patch take 2Jason Gerard DeRose2009-10-131-1/+2
* Add option to not normalize a DN when adding/updating a record.Rob Crittenden2009-10-051-4/+6
* Fix aci plugin, enhance aci parsing capabilities, add user group supportRob Crittenden2009-09-281-1/+3
* Only initialize the API once in the installerRob Crittenden2009-09-282-11/+20
* Enrollment for a host in an IPA domainRob Crittenden2009-09-242-1/+161
* Use the same variable name in the response as the dogtag pluginRob Crittenden2009-09-241-1/+1
* Add external CA signing and abstract out the RA backendRob Crittenden2009-09-153-36/+253
* Raise more specific error when an Objectclass Violation occurs Fix the virtua...Rob Crittenden2009-09-141-0/+2
* Remove deprecated comment on plugin naming conventionsRob Crittenden2009-09-141-3/+0
* Make ldap2.add_entry proof to None values, because python-ldap hate'em.Pavel Zuna2009-09-081-0/+4
* Introduce a list of attributes for which only MOD_REPLACE operations are gene...Pavel Zuna2009-08-281-2/+10
* Enable ldapi connections in the management framework.Rob Crittenden2009-08-271-20/+11
* Clean up some problems discovered with pylint and pycheckerRob Crittenden2009-08-121-4/+0
* Fix bug in _get_syntax (it was always returning None).Pavel Zuna2009-08-031-15/+7
* Import explode_dn from ldap.functions for backward compatibility with older v...Pavel Zuna2009-07-081-2/+4
* Add class variable to indicate whether SSL is required or not.Rob Crittenden2009-07-071-2/+4
* Fix bug in ldap2.modify_password and make adding/removing members slightly mo...Pavel Zuna2009-07-071-4/+4