summaryrefslogtreecommitdiffstats
path: root/ipalib
Commit message (Expand)AuthorAgeFilesLines
* Do a lazy retrieval of the LDAP schema rather than at module load.Rob Crittenden2011-05-301-0/+2
* Include the word 'member' with autogenerated optional member labels.Rob Crittenden2011-05-271-1/+1
* Add option to limit the attributes allowed in an entry.Rob Crittenden2011-05-273-0/+39
* Fix migration to work between v2 servers and remove search/size limits.Rob Crittenden2011-05-261-6/+14
* automount UIAdam Young2011-05-262-4/+11
* A new flag to disable creation of UPGMartin Kosek2011-05-251-12/+41
* Fixed adder dialog title.Endi S. Dewata2011-05-241-11/+11
* Test for forwarded Kerberos credentials cache in wsgi code.Rob Crittenden2011-05-181-1/+13
* Read-only association facet.Endi S. Dewata2011-05-161-1/+1
* Customizable facet groups.Endi S. Dewata2011-05-162-0/+11
* Assume ipa help for plugins.Jan Cholasta2011-05-131-0/+6
* Limit passwd plugin to user containerMartin Kosek2011-05-121-1/+2
* Fix regressions introduced by pylint false positive fixes.Jan Cholasta2011-05-112-17/+17
* Typos in freeIPA messages and man pageYuri Chornoivan2011-05-105-7/+7
* Added facet container.Endi S. Dewata2011-05-051-1/+1
* Several improvements of the lint script.Jan Cholasta2011-05-051-0/+1
* pwpolicy-mod doesn't accept old attribute valuesMartin Kosek2011-04-291-8/+19
* Modify the default attributes shown in user-find to match the UI design.Rob Crittenden2011-04-222-2/+12
* Convert manager from userid to dn for storage and back for displaying.Rob Crittenden2011-04-221-0/+43
* Need force option in DNS zone adder dialogMartin Kosek2011-04-211-0/+2
* Fix uninitialized attributes.Jan Cholasta2011-04-213-0/+6
* Provide attributelevelrights for the aci components in permission_show.Rob Crittenden2011-04-211-1/+6
* Always ask members in LDAP*ReverseMember commands.Rob Crittenden2011-04-151-1/+1
* Entitlement registration.Endi S. Dewata2011-04-141-1/+21
* Sort entries returned by *-find by the primary key (if any).Rob Crittenden2011-04-131-0/+4
* Fix lint false positives.Jan Cholasta2011-04-137-10/+17
* Fix double definition of output_for_cli.Jan Cholasta2011-04-131-1/+0
* Entitlements.Endi S. Dewata2011-04-111-0/+2
* Improve DNS PTR record validationMartin Kosek2011-04-111-11/+30
* Password policy commands do not include cospriorityMartin Kosek2011-04-111-32/+24
* postalCode should be a string not an integer.Rob Crittenden2011-04-051-1/+1
* Change default gecos from uid to first and last name.Rob Crittenden2011-04-051-1/+1
* Fixed labels for sudo and hbac rulesAdam Young2011-03-312-2/+2
* Inconsistent error message for duplicate userMartin Kosek2011-03-291-1/+1
* Fix gidnumber option of user-add command.Pavel Zuna2011-03-291-14/+16
* Prevent stacktrace when DNS AAAA record is addedMartin Kosek2011-03-221-1/+1
* Removed nested role from UI.Endi S. Dewata2011-03-181-2/+1
* Fix style and grammatical issues in built-in command help.Rob Crittenden2011-03-0421-136/+163
* Better truncated messageAdam Young2011-03-031-1/+1
* Fix error in user plugin email normalizer for empty --setattr=email=.Pavel Zuna2011-03-031-1/+1
* typo in truncation messageAdam Young2011-03-031-1/+1
* Save changes before modifying association.Endi S. Dewata2011-03-021-3/+4
* Revert "Set hard limit on number of commands in batch request to 256."Adam Young2011-03-012-19/+0
* Use Sudo rather than SUDO as a label.Rob Crittenden2011-03-015-10/+10
* Final i18n unit test fixes.Pavel Zuna2011-03-011-2/+2
* Use pygettext to generate translatable strings from plugin files.Pavel Zuna2011-03-013-11/+6
* Fix translatable strings in ipalib plugins.Pavel Zuna2011-03-0122-40/+57
* Translate docstrings.Pavel Zuna2011-03-012-4/+8
* Fallback to default locale (en_US) if env. setting is corrupt.Pavel Zuna2011-03-011-1/+5
* Send Accept-Language header over XML-RPC and translate on server.Pavel Zuna2011-03-011-3/+30