summaryrefslogtreecommitdiffstats
path: root/ipalib/parameters.py
Commit message (Expand)AuthorAgeFilesLines
* Allow sets for initialization of frozenset-typed Param keywordsPetr Viktorin2013-12-131-1/+1
* Add IntEnum parameter to ipalibNathaniel McCallum2013-10-091-24/+42
* Allow multiple types in Param type validationNathaniel McCallum2013-10-091-35/+18
* Add optional_create flagNathaniel McCallum2013-10-081-0/+2
* Don't special case the Password class in Param.__init__()Nathaniel McCallum2013-10-081-11/+6
* Document no_search in Param flagsNathaniel McCallum2013-10-071-1/+3
* Deprecate HBAC source hosts from CLIAna Krivokapic2013-04-121-0/+17
* Drop support for CSV in the CLI clientPetr Viktorin2013-02-221-60/+1
* Remove csv_separator and csv_skipspace Param argumentsPetr Viktorin2013-02-221-11/+3
* Raise ValidationError on invalid CSV values.Jan Cholasta2013-02-081-3/+10
* Pylint cleanup.Jan Cholasta2013-01-291-5/+3
* Switch %r specifiers to '%s' in Public errorsLynn Root2012-12-111-10/+6
* Improve StrEnum validation error messageMartin Kosek2012-10-011-5/+10
* Use OpenSSH-style public keys as the preferred format of SSH public keys.Jan Cholasta2012-09-061-2/+0
* Transfer long numbers over XMLRPCMartin Kosek2012-09-061-6/+6
* Fixed metadata serialization of Numbers and DNsPetr Vobornik2012-09-061-3/+4
* Internationalization for public errorsPetr Viktorin2012-09-031-1/+1
* Raise Base64DecodeError instead of ConversionError when base64 decoding fails...Jan Cholasta2012-08-141-3/+3
* Use DN objects instead of stringsJohn Dennis2012-08-121-1/+18
* Decimal parameter conversion and normalizationMartin Kosek2012-06-171-5/+49
* Change json serialization to serialize useful dataPetr Vobornik2012-06-071-1/+14
* Disallow setattr on no_update/no_create paramsPetr Viktorin2012-05-291-0/+3
* Remove duplicate and unused utility codePetr Viktorin2012-05-091-1/+0
* Redo boolean value encoding.Jan Cholasta2012-05-091-33/+0
* Document the 'nonempty' flagPetr Viktorin2012-04-131-0/+6
* Convert --setattr values for attributes marked no_updatePetr Viktorin2012-04-091-2/+4
* Allow multi-line CSV parametersPetr Viktorin2012-03-281-5/+6
* Change parameters to use only default_from for dynamic default values.Jan Cholasta2012-03-281-73/+6
* Only split CSV in the client, quote instead of escapingPetr Viktorin2012-03-201-11/+41
* Use a consistent parameter name in errors, defaulting to cli_name.Rob Crittenden2012-03-201-14/+21
* Enforce that required attributes can't be set to None in CRUD UpdatePetr Viktorin2012-03-121-4/+5
* Only apply validation rules when adding and updating.Rob Crittenden2012-02-291-1/+2
* Base64-decode unicode values in Bytes parameters.Jan Cholasta2012-02-131-2/+12
* Replace float with DecimalMartin Kosek2012-01-201-18/+69
* Improve CLI output for complex commandsMartin Kosek2012-01-121-0/+1
* Fix Parameter csv parsingMartin Kosek2012-01-121-4/+10
* Parse comma-separated lists of values in all parameter types. This can be ena...Jan Cholasta2011-11-301-44/+38
* Fix LDAP object parameter encodingMartin Kosek2011-11-151-0/+62
* Allow custom server backend encodingMartin Kosek2011-11-091-0/+29
* Require current password when using passwd to change your own password.Rob Crittenden2011-10-041-0/+1
* Add option to only prompt once for passwords, use in entitle_registerRob Crittenden2011-08-241-0/+4
* Revert use of 'can be at least' to 'must be at least' in minvalue validatorRob Crittenden2011-07-261-1/+1
* Don't check for leading/trailing spaces in a File parameterRob Crittenden2011-07-251-1/+2
* Set a default minimum value for class Int, handle long values better.Rob Crittenden2011-07-191-27/+34
* Improve long integer type validationMartin Kosek2011-07-181-0/+24
* Convert nsaccountlock to always work as bool towards Python codeAlexander Bokovoy2011-07-131-2/+2
* Fixed object_name and object_name_plural internationalizationEndi S. Dewata2011-07-121-1/+1
* Enforce class rules when query=True, continue to not run validators.Rob Crittenden2011-07-111-4/+19
* Convert Bool to TRUE/FALSE when working with LDAP backend https://fedorahoste...Alexander Bokovoy2011-06-271-2/+2
* Add backslash escape support for cvs readerJohn Dennis2011-06-221-1/+2