summaryrefslogtreecommitdiffstats
path: root/tests/test_ipalib
Commit message (Expand)AuthorAgeFilesLines
* Drop support for CSV in the CLI clientPetr Viktorin2013-02-221-17/+0
* Remove csv_separator and csv_skipspace Param argumentsPetr Viktorin2013-02-221-31/+0
* Add client capabilities, enable messagesPetr Viktorin2013-02-213-1/+104
* Add ipalib.messagesPetr Viktorin2013-02-212-30/+102
* Add the version option to all CommandsPetr Viktorin2013-02-213-33/+45
* Raise ValidationError on invalid CSV values.Jan Cholasta2013-02-081-0/+4
* Switch %r specifiers to '%s' in Public errorsLynn Root2012-12-111-9/+9
* Add instructions support to PublicErrorAlexander Bokovoy2012-10-111-0/+17
* Improve StrEnum validation error messageMartin Kosek2012-10-011-2/+23
* Use DN objects instead of stringsJohn Dennis2012-08-123-1235/+1
* Improve output validationPetr Viktorin2012-06-251-2/+18
* Fail on unknown Command optionsPetr Viktorin2012-06-201-0/+5
* Decimal parameter conversion and normalizationMartin Kosek2012-06-171-1/+92
* Remove duplicate and unused utility codePetr Viktorin2012-05-091-11/+0
* Redo boolean value encoding.Jan Cholasta2012-05-091-1/+1
* text unit test should validate using installed mo fileJohn Dennis2012-04-101-87/+76
* Change parameters to use only default_from for dynamic default values.Jan Cholasta2012-03-281-33/+16
* Only split CSV in the client, quote instead of escapingPetr Viktorin2012-03-201-12/+12
* Replace float with DecimalMartin Kosek2012-01-201-23/+24
* Fix attempted write to attribute of read-only object.Jan Cholasta2012-01-021-1/+1
* Parse comma-separated lists of values in all parameter types. This can be ena...Jan Cholasta2011-11-301-60/+50
* Finalize plugin initialization on demand.Jan Cholasta2011-11-221-1/+2
* ticket 1600 - convert unittests to use DN objectsJohn Dennis2011-08-161-7/+7
* ticket 1569 - Test DN object non-latin Unicode supportJohn Dennis2011-08-161-0/+94
* ticket 1568 - DN objects should support the insert methodJohn Dennis2011-08-161-0/+9
* Fix message in test case for checking minimum valuesRob Crittenden2011-07-281-1/+1
* Make AVA, RDN & DN comparison case insensitive. No need for lowercase normali...John Dennis2011-07-271-37/+52
* Ticket 1485 - DN pairwise groupingJohn Dennis2011-07-211-68/+116
* Set a default minimum value for class Int, handle long values better.Rob Crittenden2011-07-191-3/+3
* Add ability to specify DNS reverse zone name by IP network address.Jan Cholasta2011-07-151-0/+27
* Let the framework be able to override the hostname.Rob Crittenden2011-06-231-1/+0
* Module for DN objects plus unit testJohn Dennis2011-06-221-0/+919
* Final i18n unit test fixes.Pavel Zuna2011-03-011-6/+6
* Fix i18n related failures in unit tests.Pavel Zuna2011-03-015-57/+29
* Remove deprecated i18n code from ipalib/request and all references to it.Pavel Zuna2011-03-011-161/+0
* Convert json strings to unicode when they are unmarshalled.Rob Crittenden2011-02-111-1/+1
* Fix test failures caused by the performance patch.Rob Crittenden2011-02-101-0/+2
* Fix failed tests. API for utcoffset changed and strings are more robust.Rob Crittenden2011-01-241-3/+4
* Add API version and have server reject incompatible clients.Rob Crittenden2011-01-142-8/+13
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-2017-85/+85
* Allow RDN changes from CLIJakub Hrozek2010-12-201-0/+28
* Add new parameter type IA5Str and use this to enforce the right charset.Rob Crittenden2010-12-071-0/+23
* Use context to decide which name to return on RequirementsErrorsRob Crittenden2010-10-282-11/+19
* Fix _merge_from_file testRob Crittenden2010-10-181-1/+1
* Add support for client failover to the ipa command-line.Rob Crittenden2010-08-161-1/+1
* Fix RPC tests. The method comes back as a unicode from xmlrpclib.Rob Crittenden2010-08-061-2/+2
* Skip the i18n test if the test language has not been builtRob Crittenden2010-08-061-0/+6
* Fix this test to work from source tree rootRob Crittenden2010-08-061-2/+2
* Drop our own PKCS#10 ASN.1 decoder and use the one from python-nssRob Crittenden2010-07-291-6/+6
* Add some basic tests for ipalib/x509Rob Crittenden2010-07-291-0/+139