summaryrefslogtreecommitdiffstats
path: root/tests/test_ipalib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add weekly periodic schedule to AccessTime param type.root2010-05-041-3/+2
* Add test cases for AccessTime param and fix some problems in AccessTimeRob Crittenden2010-05-031-0/+40
* Add gettext translation test using test language.John Dennis2010-04-161-0/+88
* XML-RPC signature changeJason Gerard DeRose2010-03-301-1/+1
* Finish deferred translation mechanismJason Gerard DeRose2010-03-161-11/+124
* localize doc stringsJohn Dennis2010-03-083-5/+6
* Fix unicode failures in Env tests and dn failures in XML-RPC testsRob Crittenden2010-02-261-19/+19
* Translatable Param.label, Param.docJason Gerard DeRose2010-02-241-3/+3
* Fix non XML-RPC testsJason Gerard DeRose2010-02-191-8/+13
* Add Object.label class attribute, enable in webUIJason Gerard DeRose2010-02-121-0/+19
* Allow one-character Param namesRob Crittenden2010-02-121-4/+0
* Command.output_params not contains params in Command.paramsJason Gerard DeRose2010-02-111-0/+27
* Add support for the 'no_create', 'no_update', and 'no_search' Param flagsJason Gerard DeRose2010-02-051-3/+5
* Remove __public__ and __proxy__ hold-overs from Plugin classJason Gerard DeRose2010-01-283-118/+0
* Fix backend.Executioner unit test.Pavel Zuna2010-01-131-6/+13
* Take 2: Extensible return values and validation; steps toward a single output...Jason Gerard DeRose2009-12-106-64/+553
* Reading INT parameter class should respect radix prefixJohn Dennis2009-11-231-0/+27
* _convert_scalar() should throw an error if passed a tuple or listRob Crittenden2009-11-171-1/+7
* Change Password param so (password, confirm_password) can be passed to _conve...Jason Gerard DeRose2009-10-181-0/+11
* Removed util.add_global_options() and frontend.ApplicationJason Gerard DeRose2009-10-141-37/+0
* Giant webui patch take 2Jason Gerard DeRose2009-10-131-0/+21
* Fix unit tests for plugins using baseldap classes.Pavel Zuna2009-10-053-143/+9