summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for the 'no_create', 'no_update', and 'no_search' Param flagsJason Gerard DeRose2010-02-052-6/+114
* Set default log level in the *-manage utilities to ERROR and not NOTSETRob Crittenden2010-02-042-2/+2
* - pull in updated schema which adds the krbCanonicalName attributeNalin Dahyabhai2010-02-041-1/+15
* Fix condition bug in ipa-pwd-extop plugin. Variable used uninitialized.Pavel Zuna2010-02-041-7/+10
* Configure sssd and certmonger in ipa-client-installRob Crittenden2010-02-032-8/+99
* Fix sample IPA command example at end of installationRob Crittenden2010-02-031-1/+1
* fix error message to be i18n translator friendlyJohn Dennis2010-02-031-1/+2
* Bring ipa-server-install man page up-to-date, fix some syntax errorsRob Crittenden2010-02-031-20/+30
* Add permissions for named to communicate over ldapiRob Crittenden2010-02-031-1/+4
* Implement pwplicy_find to show all group password policiesRob Crittenden2010-02-031-0/+32
* Add flag to allow a cert to be re-issuedRob Crittenden2010-02-031-3/+7
* Only change the log level if it isn't already setRob Crittenden2010-02-031-4/+5
* Be more careful when base64-decoding certificatesRob Crittenden2010-02-024-16/+9
* Base64-encode binary values on the command-lineRob Crittenden2010-02-021-3/+17
* Remove group-specific password policy on group deletionRob Crittenden2010-01-291-0/+8
* Remove some configuration files we create upon un-installationRob Crittenden2010-01-282-1/+12
* Remove (un)wrap_binary_data cruft from */ipautil.pyJohn Dennis2010-01-282-124/+0
* Remove __public__ and __proxy__ hold-overs from Plugin classJason Gerard DeRose2010-01-286-227/+1
* 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
* Update spec to require python-wehjit >= 0.2.0Jason Gerard DeRose2010-01-271-1/+4
* Require that the hostname we are joining as is fully-qualifiedRob Crittenden2010-01-261-0/+6
* Remove duplicated codeRob Crittenden2010-01-261-6/+0
* Enabled CRUDS in webUI using wehjit 0.2.0Jason Gerard DeRose2010-01-266-199/+239
* Fixed xmlrpc_test.fuzzy_digits for Fedora12Jason Gerard DeRose2010-01-222-2/+2
* Set BIND to use ldapi and use fake mnameMartin Nagy2010-01-212-1/+4
* Move some functions from ipa-server-install into installutilsMartin Nagy2010-01-212-54/+54
* 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-214-8/+16
* Use the dns plug-in for addition of records during installationMartin Nagy2010-01-214-146/+82
* Move api finalization in ipa-server-install after writing default.confMartin Nagy2010-01-211-23/+22
* Fix merge issue, cut-and-paste errorRob Crittenden2010-01-211-2/+1
* Fix merge error, variable mis-named label instead of docRob Crittenden2010-01-211-1/+1
* User-defined certificate subjectsRob Crittenden2010-01-2011-46/+164
* Stop looking when removing entries from a keytab.Rob Crittenden2010-01-201-0/+5
* Fix plugin to work with new output validation, add new helpersRob Crittenden2010-01-201-34/+57
* Add DS migration plugin and password migration page.Pavel Zuna2010-01-2011-0/+637
* Add --enable-migration option in config plugin.Pavel Zuna2010-01-201-1/+14
* Add BIND pre-op for DS->IPA password migration to ipa-pwd-extop DS plugin.Pavel Zuna2010-01-203-15/+244
* Allow adding entries with pre-hashed passwords, but don't generate keys for t...root2010-01-201-8/+15
* Temporary fix for name collision of textui.print_entry.Pavel Zuna2010-01-202-3/+3
* Make DNS plugin support output validation and thus make it work again.Pavel Zuna2010-01-201-39/+86
* Create pkiuser before calling pkicreate, pkicreate depends on the user existingJohn Dennis2010-01-201-1/+1
* Correct some comment errorsRob Crittenden2010-01-191-2/+1
* pass DER flag to x509.get_serial_number()John Dennis2010-01-191-1/+1
* Allow cospriority to be updated and fix description of priority orderingRob Crittenden2010-01-192-16/+40
* Use 'l' instead of 'localityname' in host plugin.Pavel Zuna2010-01-141-2/+14
* Make host objects aware of their membership and that l==localityName.Pavel Zuna2010-01-141-0/+6
* Add default values for krb ticket policy attributes during installation.Pavel Zuna2010-01-132-0/+8
* Add Kerberos Ticket Policy management plugin.Pavel Zuna2010-01-132-27/+167