summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins
Commit message (Expand)AuthorAgeFilesLines
* python-ldap fails gloriously if the search time limit is 0. Don't allow it.Rob Crittenden2011-01-141-0/+2
* Fix output of failed managedby hosts, allow a host to manage itself.Rob Crittenden2011-01-111-3/+9
* Enable low-level LDAP debugging.Rob Crittenden2011-01-111-1/+4
* Don't use Class of Service for account activation, use attribute.Rob Crittenden2011-01-041-47/+4
* Remove common entries when deleting a master.Simo Sorce2010-12-211-3/+4
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-208-40/+40
* Fix search filter generator in ldap2 for NOT operator.Pavel Zuna2010-12-081-0/+6
* Add new parameter type IA5Str and use this to enforce the right charset.Rob Crittenden2010-12-071-0/+2
* Ensure list of attrs to retrieve is unique, optimize getting indirect membersRob Crittenden2010-12-061-3/+9
* Use Realm as certs subject base nameSimo Sorce2010-11-181-2/+3
* Fix NotFound exception in ipa-nis-manage.Rob Crittenden2010-11-091-1/+1
* Populate indirect members when showing a group object.Rob Crittenden2010-10-281-0/+71
* Allow RDN changes for users, groups, rolegroups and taskgroups.Rob Crittenden2010-10-281-0/+2
* find_entries paramAdam Young2010-10-251-3/+1
* Add fail-safe defaults to time and size limits in ldap2 searches.Pavel Zuna2010-10-221-5/+11
* Disallow RDN change and single-value bypass using setattr/addattr.Pavel Zuna2010-10-181-13/+31
* Use consistent, specific nickname for the IPA CA certificate.Rob Crittenden2010-10-011-1/+2
* Handle an empty base_dn and no cn=ipaconfig in the ldap2 backend, fix migration.Rob Crittenden2010-09-281-3/+11
* Handle search_ext() returning ldap.SUCCESSRob Crittenden2010-09-281-0/+2
* Add some tests for using the ldap2 Backend.Rob Crittenden2010-09-241-1/+1
* Allow the schema to be set once an ldap connection is locked.Rob Crittenden2010-09-091-1/+3
* Make ldap2 class work as a client library as well.Rob Crittenden2010-09-071-36/+48
* Use global time and size limit values when searching.Rob Crittenden2010-08-191-5/+17
* Fix reference to _handle_errors() in remove_principal_key()Rob Crittenden2010-08-101-1/+1
* Drop our own PKCS#10 ASN.1 decoder and use the one from python-nssRob Crittenden2010-07-291-17/+11
* 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