summaryrefslogtreecommitdiffstats
path: root/ipalib/config.py
Commit message (Expand)AuthorAgeFilesLines
* Add fips_mode variable to envTomas Krizek2017-02-211-0/+8
* Explicitly remove support of SSLv2/3Stanislav Laznicka2017-02-171-2/+25
* Raise errors.EnvironmentError if IPA_CONFDIR var is incorrectly usedPetr Vobornik2016-12-021-2/+8
* Use env var IPA_CONFDIR to get confdirChristian Heimes2016-12-021-1/+11
* Make api.env.nss_dir relative to api.env.confdirChristian Heimes2016-11-161-0/+3
* pylint: enable the import-error checkJan Cholasta2016-10-241-0/+2
* ipa: allow relative paths for config fileTomas Krizek2016-10-061-14/+1
* pylint: fix simplifiable-if-statement warningsJan Barta2016-09-221-6/+2
* env: Add 'server' variable to api.envDavid Kupka2016-06-281-0/+9
* Fix more bytes/unicode issuesPetr Viktorin2015-10-221-1/+1
* Remove uses of the `types` modulePetr Viktorin2015-10-071-2/+1
* Use six.moves.configparser instead of ConfigParserPetr Viktorin2015-10-071-1/+1
* Use six.moves.urllib instead of urllib/urllib2/urlparsePetr Viktorin2015-10-071-3/+3
* Replace StandardError with ExceptionRobert Kuska2015-09-301-2/+2
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+2
* Use Python3-compatible dict method namesPetr Viktorin2015-09-011-1/+1
* Use six.string_types instead of "basestring"Petr Viktorin2015-09-011-2/+4
* Use absolute importsPetr Viktorin2015-08-121-3/+3
* Test and docstring fixesPetr Viktorin2014-06-231-5/+1
* ipalib.config: Don't autoconvert values to floatPetr Viktorin2014-06-161-5/+0
* ipalib.config: Only convert basedn to DNPetr Viktorin2014-06-161-1/+1
* Switch client to JSON-RPCPetr Viktorin2013-11-261-4/+17
* Use DN objects instead of stringsJohn Dennis2012-08-121-1/+4
* Finalize plugin initialization on demand.Jan Cholasta2011-11-221-0/+4
* Let the framework be able to override the hostname.Rob Crittenden2011-06-231-4/+0
* Don't perform some API self-tests in production mode for performance reasonsRob Crittenden2011-01-281-0/+3
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Add Requires on ipa-client to ipa-admintools, ensure ipa client is configuredRob Crittenden2010-10-151-0/+2
* Fix unicode failures in Env tests and dn failures in XML-RPC testsRob Crittenden2010-02-261-8/+8
* Use unicode instead of str for environmental variables in Env.Pavel Zuna2010-02-191-2/+4
* Allow one-character Param namesRob Crittenden2010-02-121-2/+2
* Use the FQDN and not just the hostname internally.Rob Crittenden2009-10-161-2/+2
* Added Param 'include' and 'exclude' kwargs; added frontend.UsesParams base cl...Jason Gerard DeRose2009-05-191-1/+3
* Force xmlrpc tests to run with in_tree=True so config files in /etc/ipa/ don'...Jason Gerard DeRose2009-05-111-23/+60
* Finished small tweaks to get new ipaserver.xmlrpc() mod_python handler workingJason Gerard DeRose2009-02-031-1/+0
* Started work on a much simplified mod_python serverJason Gerard DeRose2009-02-031-2/+7
* Added ca_host, ca_port, and ca_ssl_port Env variables that Andrew requestedJason Gerard DeRose2009-02-031-0/+4
* A few docstring improvements in EnvJason Gerard DeRose2009-01-051-10/+20
* Added a bit to config.Env docstring about that variable names must pass check...Jason Gerard DeRose2009-01-021-0/+14
* Fixed Env._bootstrap() docstring typoJason Gerard DeRose2008-12-301-1/+1
* Env now supports float valuesJason Gerard DeRose2008-12-301-6/+15
* Added my name to Athors of config.pyJason Gerard DeRose2008-12-301-0/+1
* More docstring cleanup in ipalib.configJason Gerard DeRose2008-12-301-13/+37
* Docstring cleanup in the Env bootstraping methodsJason Gerard DeRose2008-12-301-37/+86
* Started moving some core classes and functions from plugable.py to new base.p...Jason Gerard DeRose2008-12-301-27/+54
* Renamed Env._merge_config() to Env._merge_from_file()Jason Gerard DeRose2008-12-291-3/+3
* Yet more small docstring cleanup in EnvJason Gerard DeRose2008-12-231-4/+5
* More docstring cleanup in Env and its methodsJason Gerard DeRose2008-12-231-9/+20
* Finished Env class docstring; more organizational cleanup in Env and its unit...Jason Gerard DeRose2008-12-231-60/+99
* Moved setting of run-time variables from Env.__init__() to Env._bootstrap()Jason Gerard DeRose2008-12-221-13/+19