salt/salt
Erik Johnson 2a1834560d
Move ssh.key_is_encrypted to a utils module temporarily
This allows us to expose the needed functionality to Windows in the
meantime while we work to get salt/modules/ssh.py importing on Windows
for the Fluorine release.
2018-02-16 10:29:29 -05:00
..
acl [PY3] Add unicode_literals to acl, auth, and netapi modules 2018-01-05 10:31:11 -06:00
auth Use M2Crypto instead of Crypto if installed. 2018-01-25 20:28:43 +03:00
beacons Fix traceback in btmp/wtmp beacons 2018-01-25 09:17:13 -06:00
cache [PY3] Add unicode_literals to cache and cli modules 2018-01-13 21:08:51 -06:00
cli Revert "Separates key_dir from cache_dir, The key files (i.e. '.root_key', '.sudo_...') must not be shared with other masters." 2018-02-08 12:55:25 -07:00
client Revert "Separates key_dir from cache_dir, The key files (i.e. '.root_key', '.sudo_...') must not be shared with other masters." 2018-02-08 12:55:25 -07:00
cloud Removed the chained copy 2018-02-09 11:42:32 -05:00
config fix rootdir prepending on windows 2018-02-12 15:36:27 -07:00
daemons Revert "Separates key_dir from cache_dir, The key files (i.e. '.root_key', '.sudo_...') must not be shared with other masters." 2018-02-08 12:55:25 -07:00
defaults
engines Fix invalid Sphinx lexers in docs 2018-02-02 09:21:07 -06:00
executors [PY3] Add unicode_literals to config, executors 2018-01-07 14:48:45 -06:00
ext Merge branch '2017.7' into 'oxygen' 2018-01-11 16:00:08 -05:00
fileserver Decode all the things (on python2)! 2018-01-30 09:51:51 -06:00
grains Fix traceback in disks grains when /sys/block not available 2018-02-01 12:39:38 -06:00
log Missing format in the call to write. 2018-02-12 17:26:10 -05:00
modules Move ssh.key_is_encrypted to a utils module temporarily 2018-02-16 10:29:29 -05:00
netapi Distinguish between Authorization and Authentication errors 2018-01-23 17:05:22 -05:00
output Properly handle undecodable bytestrings in nested outputter 2018-02-12 22:35:45 -06:00
pillar Merge branch '2017.7' into 'oxygen' 2018-01-11 16:00:08 -05:00
proxy philips_hue: extend docs and fix status with id 2018-01-29 09:01:33 -05:00
queues [PY3] Add unicode_literals to spm, queues, and rosters 2017-12-28 15:30:27 -06:00
renderers [PY3] Add unicode_literals to renderers and returners 2017-12-15 00:17:26 -06:00
returners Use bytestrings for struct.pack/unpack 2018-01-27 17:34:16 -06:00
roster [PY3] Add unicode_literals to spm, queues, and rosters 2017-12-28 15:30:27 -06:00
runners Fix invalid Sphinx lexers in docs 2018-02-02 09:21:07 -06:00
sdb [PY3] Add unicode_literals to sdb and serializers 2017-12-28 13:18:00 -06:00
serializers [PY3] Add unicode_literals to sdb and serializers 2017-12-28 13:18:00 -06:00
spm Replace yaml usage with a helper to ensure unicode is handled properly 2018-01-03 14:14:21 -06:00
states Remove duplicated section in docstring and fix example 2018-02-09 11:40:22 -05:00
templates Merge branch '2016.11' into '2017.7' 2017-12-07 17:33:03 -05:00
thorium Replace json module usage with a helper to ensure unicode content is handled properly 2017-12-27 09:30:58 -06:00
tokens Add unicode_literals to tops, thorium, proxy, tokens 2017-12-14 21:56:49 -06:00
tops Replace yaml usage with a helper to ensure unicode is handled properly 2018-01-03 14:14:21 -06:00
transport Support comma separated minion list in TCP transport 2018-01-30 16:11:01 +03:00
utils Move ssh.key_is_encrypted to a utils module temporarily 2018-02-16 10:29:29 -05:00
wheel Replace yaml usage with a helper to ensure unicode is handled properly 2018-01-03 14:14:21 -06:00
__init__.py [PY3] Add print_function import to files with unicode_literals already added 2017-12-15 12:14:18 -06:00
_compat.py Roll back use of explicit unicode literals 2017-12-10 17:41:45 -06:00
crypt.py salt.crypt: Ensure message is encoded before signing 2018-01-30 09:26:14 -05:00
exceptions.py Move get_context to salt.utils.stringutils 2018-02-07 02:09:56 -06:00
fileclient.py Decode all the things (on python2)! 2018-01-30 09:51:51 -06:00
key.py Revert "Separates key_dir from cache_dir, The key files (i.e. '.root_key', '.sudo_...') must not be shared with other masters." 2018-02-08 12:55:25 -07:00
loader.py Optimization: don't allocate a new list to concatenate 2018-01-16 11:12:57 -06:00
master.py Use M2Crypto instead of Crypto if installed. 2018-01-25 20:28:43 +03:00
minion.py Decode all the things (on python2)! 2018-01-30 09:51:51 -06:00
payload.py [PY3] Add print_function import to files with unicode_literals already added 2017-12-15 12:14:18 -06:00
runner.py Revert "Separates key_dir from cache_dir, The key files (i.e. '.root_key', '.sudo_...') must not be shared with other masters." 2018-02-08 12:55:25 -07:00
scripts.py Workaroung python bug in traceback.format_exc() 2018-02-14 16:16:57 +03:00
state.py Use output unifier decorator 2018-01-16 18:04:28 +01:00
syspaths.py [PY3] Add print_function import to files with unicode_literals already added 2017-12-15 12:14:18 -06:00
template.py Replace json module usage with a helper to ensure unicode content is handled properly 2017-12-27 09:30:58 -06:00
textformat.py [PY3] Add print_function import to files with unicode_literals already added 2017-12-15 12:14:18 -06:00
version.py Change "locale" value in versions-report to use __salt_system_encoding__ 2018-02-02 09:24:33 -06:00