index
:
freeipa.git
become-ipa-4-0-4
cstopology
datetime-ui
doc
framework
ipa-1-0
ipa-1-1
ipa-1-2
ipa-2-0
ipa-2-1
ipa-2-2
keytab-4419
keytab-4419-2
master
menu
otp-usability
otptests
patternfly
plugin-apibrowser
readme
review
sync-token
test_realmdomains
trustdomains-3-3
views_ui
webui-cleanup
Unnamed repository; edit this file 'description' to name the repository.
Petr Vobornik
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipalib
/
config.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix multiple uninstallation of server
Christian Heimes
2018-02-15
1
-0
/
+10
*
Fix pylint warnings inconsistent-return-statements
Christian Heimes
2017-12-18
1
-4
/
+6
*
Use namespace-aware meta importer for ipaplatform
Christian Heimes
2017-11-15
1
-10
/
+3
*
pylint: make unsupported-assignment-operation check local
Stanislav Laznicka
2017-09-08
1
-0
/
+2
*
config: provide defaults for `xmlrpc_uri`, `ldap_uri` and `basedn`
Jan Cholasta
2017-07-04
1
-0
/
+14
*
pylint_plugins: add forbidden import checker
Jan Cholasta
2017-03-10
1
-0
/
+2
*
Env __setitem__: replace assert with exception
Tomas Krizek
2017-03-01
1
-1
/
+2
*
Remove NSSConnection from the Python RPC module
Stanislav Laznicka
2017-03-01
1
-0
/
+11
*
Add fips_mode variable to env
Tomas Krizek
2017-02-21
1
-0
/
+8
*
Explicitly remove support of SSLv2/3
Stanislav Laznicka
2017-02-17
1
-2
/
+25
*
Raise errors.EnvironmentError if IPA_CONFDIR var is incorrectly used
Petr Vobornik
2016-12-02
1
-2
/
+8
*
Use env var IPA_CONFDIR to get confdir
Christian Heimes
2016-12-02
1
-1
/
+11
*
Make api.env.nss_dir relative to api.env.confdir
Christian Heimes
2016-11-16
1
-0
/
+3
*
pylint: enable the import-error check
Jan Cholasta
2016-10-24
1
-0
/
+2
*
ipa: allow relative paths for config file
Tomas Krizek
2016-10-06
1
-14
/
+1
*
pylint: fix simplifiable-if-statement warnings
Jan Barta
2016-09-22
1
-6
/
+2
*
env: Add 'server' variable to api.env
David Kupka
2016-06-28
1
-0
/
+9
*
Fix more bytes/unicode issues
Petr Viktorin
2015-10-22
1
-1
/
+1
*
Remove uses of the `types` module
Petr Viktorin
2015-10-07
1
-2
/
+1
*
Use six.moves.configparser instead of ConfigParser
Petr Viktorin
2015-10-07
1
-1
/
+1
*
Use six.moves.urllib instead of urllib/urllib2/urlparse
Petr Viktorin
2015-10-07
1
-3
/
+3
*
Replace StandardError with Exception
Robert Kuska
2015-09-30
1
-2
/
+2
*
Alias "unicode" to "str" under Python 3
Jan Cholasta
2015-09-17
1
-0
/
+2
*
Use Python3-compatible dict method names
Petr Viktorin
2015-09-01
1
-1
/
+1
*
Use six.string_types instead of "basestring"
Petr Viktorin
2015-09-01
1
-2
/
+4
*
Use absolute imports
Petr Viktorin
2015-08-12
1
-3
/
+3
*
Test and docstring fixes
Petr Viktorin
2014-06-23
1
-5
/
+1
*
ipalib.config: Don't autoconvert values to float
Petr Viktorin
2014-06-16
1
-5
/
+0
*
ipalib.config: Only convert basedn to DN
Petr Viktorin
2014-06-16
1
-1
/
+1
*
Switch client to JSON-RPC
Petr Viktorin
2013-11-26
1
-4
/
+17
*
Use DN objects instead of strings
John Dennis
2012-08-12
1
-1
/
+4
*
Finalize plugin initialization on demand.
Jan Cholasta
2011-11-22
1
-0
/
+4
*
Let the framework be able to override the hostname.
Rob Crittenden
2011-06-23
1
-4
/
+0
*
Don't perform some API self-tests in production mode for performance reasons
Rob Crittenden
2011-01-28
1
-0
/
+3
*
Change FreeIPA license to GPLv3+
Jakub Hrozek
2010-12-20
1
-5
/
+5
*
Add Requires on ipa-client to ipa-admintools, ensure ipa client is configured
Rob Crittenden
2010-10-15
1
-0
/
+2
*
Fix unicode failures in Env tests and dn failures in XML-RPC tests
Rob Crittenden
2010-02-26
1
-8
/
+8
*
Use unicode instead of str for environmental variables in Env.
Pavel Zuna
2010-02-19
1
-2
/
+4
*
Allow one-character Param names
Rob Crittenden
2010-02-12
1
-2
/
+2
*
Use the FQDN and not just the hostname internally.
Rob Crittenden
2009-10-16
1
-2
/
+2
*
Added Param 'include' and 'exclude' kwargs; added frontend.UsesParams base cl...
Jason Gerard DeRose
2009-05-19
1
-1
/
+3
*
Force xmlrpc tests to run with in_tree=True so config files in /etc/ipa/ don'...
Jason Gerard DeRose
2009-05-11
1
-23
/
+60
*
Finished small tweaks to get new ipaserver.xmlrpc() mod_python handler working
Jason Gerard DeRose
2009-02-03
1
-1
/
+0
*
Started work on a much simplified mod_python server
Jason Gerard DeRose
2009-02-03
1
-2
/
+7
*
Added ca_host, ca_port, and ca_ssl_port Env variables that Andrew requested
Jason Gerard DeRose
2009-02-03
1
-0
/
+4
*
A few docstring improvements in Env
Jason Gerard DeRose
2009-01-05
1
-10
/
+20
*
Added a bit to config.Env docstring about that variable names must pass check...
Jason Gerard DeRose
2009-01-02
1
-0
/
+14
*
Fixed Env._bootstrap() docstring typo
Jason Gerard DeRose
2008-12-30
1
-1
/
+1
*
Env now supports float values
Jason Gerard DeRose
2008-12-30
1
-6
/
+15
*
Added my name to Athors of config.py
Jason Gerard DeRose
2008-12-30
1
-0
/
+1
[next]