summaryrefslogtreecommitdiff
path: root/oslo_utils/strutils.py
Commit message (Expand)AuthorAgeFilesLines
* fix strutils password regexstable/victoriaHervé Beraud2022-03-111-0/+2
* Fix regex used to mask passwordvictoria-em4.6.1Hervé Beraud2022-01-241-1/+14
* Verify the sanitize keys are lowered3.42.1Dougal Matthews2019-11-221-3/+3
* Fix invalid escapes in regular expression stringsRadomir Dopieralski2019-11-211-3/+3
* Make mask_dict_password case insensitive and add new patternsDougal Matthews2019-11-151-5/+12
* Make mask_password case insensitive, and add new patterns3.42.0Cédric Jeanneret2019-11-051-14/+15
* Merge "Mask encryption_key_id"Zuul2019-03-271-1/+2
|\
| * Mask encryption_key_idyenai2019-02-021-1/+2
* | Update hacking versionZhijunWei2019-02-131-2/+2
|/
* Support non-dict mappings in mask_dict_passwordBen Nemec2018-12-031-3/+4
* Remove extra copy.deepcopyJoshua Harlow2018-07-191-4/+1
* Merge "Handle non-string keys appropriately"3.36.4Zuul2018-07-181-5/+11
|\
| * Handle non-string keys appropriatelyJoshua Harlow2018-07-171-5/+11
* | Add private_key to the list of sanitized keys3.36.2Matthew Booth2018-05-111-1/+1
* | Merge "Add a mixed mode parser to string_to_bytes"3.35.0Zuul2018-01-131-2/+26
|\ \
| * | Add a mixed mode parser to string_to_bytesIan Wienand2017-09-131-2/+26
* | | Add missing information in docstring of validate_integerChangBo Guo(gcb)2017-12-181-0/+3
* | | Add method validate_integerbhagyashris2017-09-291-0/+29
|/ /
* | Use Sphinx 1.5 warning-is-error3.24.0Stephen Finucane2017-03-161-3/+3
* | Added the token 'encrypted_key' to mask_password listAmrith Kumar2016-12-221-1/+1
* | doc: Fix docstring of method bool_from_stringChangBo Guo(gcb)2016-09-301-5/+8
* | Add method is_valid_boolstrChangBo Guo(gcb)2016-09-291-0/+13
* | Add utils for validating and splitting quotesOmar Shykhkerimov2016-08-091-0/+18
* | Fix mask_dict_password for non string/dict type key in dictdharmendra2016-07-121-1/+2
|/
* Make mask_dict_password consistent with mask_passwordJohn L. Villalovos2016-06-221-8/+13
* Fix method split_path's docstring 'versionadded'ChangBo Guo(gcb)2016-05-311-1/+1
* Move method split_path into oslo.utilsChangBo Guo(gcb)2016-05-091-0/+50
* Add CHAPPASSWORD to list of sanitize keysEric Brown2016-03-031-1/+5
* Merge "Add missing versionchanged for configdrive"3.7.0Jenkins2016-02-241-0/+3
|\
| * Add missing versionchanged for configdriveEric Brown2016-02-201-0/+3
* | Add method check_string_lengthChangBo Guo(gcb)2016-02-231-0/+32
|/
* Merge "Add "configdrive" to the list of keys used by mask_password()"3.4.0Jenkins2016-01-091-1/+1
|\
| * Add "configdrive" to the list of keys used by mask_password()Lucas Alvares Gomes2016-01-051-1/+1
* | Add a mechanism to mask passwords in dictionariesAmrith Kumar2016-01-051-0/+73
|/
* add comment explaining why we don't want extra values passed to mask_passwordDoug Hellmann2015-11-231-0/+13
* Add a bandit target to tox.iniCyril Roelandt2015-11-201-2/+2
* Use versionadded and versionchanged in docVictor Stinner2015-10-171-1/+21
* Add 'secret' to sensitive keyslin-hua-cheng2015-10-121-1/+1
* If 'bool_from_string' provided a boolean just return itJoshua Harlow2015-09-161-0/+2
* Add 'token' to list of fields to be santized by mask_passwordpaul-carlton22015-09-081-1/+1
* Add a new string to the list of masked patternsAmrith Kumar2015-03-181-1/+2
* Improve performance of strutils.mask_password1.2.01.1.1Doug Hellmann2015-01-071-21/+27
* Move files out of the namespace packageDoug Hellmann2015-01-061-0/+260