Commit Graph

96821 Commits

Author SHA1 Message Date
Nicole Thomas
a9daa92d73
Merge pull request #47621 from dwoz/win_runas
Runas any user even when shell is limited like winrm
2018-08-05 14:29:50 -04:00
Nicole Thomas
d51cbc689c
Merge pull request #48879 from mirceaulinic/napalm-formula
Adding an execution module providing helpers for the NAPALM formulas
2018-08-05 14:25:10 -04:00
Nicole Thomas
e73131a7a7
Merge pull request #48917 from rallytime/merge-develop
[develop] Merge forward from 2018.3 to develop
2018-08-05 10:36:57 -04:00
Nicole Thomas
a2a5876695
Merge pull request #47718 from dhs-rec/add_file_tidied
Add file.tidied similar to Puppet's tidy resource.
2018-08-05 10:25:21 -04:00
Nicole Thomas
22d85eec32
Merge pull request #48832 from twangboy/reg_dacl
Ability to set permissions in the Windows Registry
2018-08-05 10:24:39 -04:00
Mircea Ulinic
3e9ccdb397 Import from utils as private function, giving priority to Oxygen imports 2018-08-03 22:44:46 +01:00
Daniel Wallace
0e9bd633ed
fix pylint 2018-08-03 16:06:01 -05:00
Nicole Thomas
5b793fe7a7
Merge pull request #48905 from pengyao/syndic_zmq_filtering
Syndic support zmq_filtering
2018-08-03 17:02:25 -04:00
Nicole Thomas
76426af5d9
Merge pull request #48361 from terminalmage/return-codes
Improve retcode reporting in salt/salt-call CLI commands
2018-08-03 16:13:05 -04:00
Nicole Thomas
64fa32ae69
Merge pull request #48909 from mirceaulinic/napalm-commit-confirmed
Add napalm commit confirmed features
2018-08-03 15:46:42 -04:00
Daniel A. Wozniak
09c12532a3
Fix doc change conflicts 2018-08-03 12:41:40 -07:00
Daniel A. Wozniak
b6fce06d66
Update release notes with runas changes 2018-08-03 12:32:33 -07:00
Daniel A. Wozniak
25e7b041f1
Document runas password changes 2018-08-03 12:32:33 -07:00
Daniel A. Wozniak
29a7afdcd1
Clean up and comment things for clarity 2018-08-03 12:32:33 -07:00
Daniel A. Wozniak
5a765570ae
Fallback to un-priviledged runas 2018-08-03 12:32:32 -07:00
Daniel A. Wozniak
f0605cc3f3
Fix linter warnings 2018-08-03 12:32:32 -07:00
Daniel A. Wozniak
5f1f9f0088
Elevate current token 2018-08-03 12:32:32 -07:00
Daniel A. Wozniak
406efbed3c
Add __init__.py for platform module 2018-08-03 12:32:31 -07:00
Daniel A. Wozniak
711ee9799d
Fix psutil import 2018-08-03 12:32:31 -07:00
Daniel A. Wozniak
502fd24820
Move win module to platform namespace 2018-08-03 12:32:30 -07:00
Daniel A Wozniak
9e4c7c8844
Python 3 fixes 2018-08-03 12:32:30 -07:00
Daniel A. Wozniak
82523bc12f
Fix variable name 2018-08-03 12:32:30 -07:00
Daniel A. Wozniak
3aec4a2575
Remove unwanted log statements 2018-08-03 12:32:29 -07:00
Daniel A. Wozniak
e7bf068e72
Fix spelling 2018-08-03 12:32:29 -07:00
Daniel A. Wozniak
da95d252d5
Pep8 and linter 2018-08-03 12:32:29 -07:00
Daniel A. Wozniak
ff781617e7
Runas any user even when shell is limited
- Fix runas when running under powershell remoting
- Support for LOCAL SERVICE and NETWORK SERVICE system accounts.
- Runas can now use system accounts from salt-call.
  (SYSTEM, LOCAL SERVICE and NETWORK SERVICE)
- Runas can launch processes on behalf of users without a password.
- Integration tests for win_runas module
2018-08-03 12:32:28 -07:00
rallytime
36f2905f30
Revert "Fixed Python 3 incompatibility in methods in nilrt_ip and debian_ip."
This reverts commit 6b1805afc6.
2018-08-03 15:08:55 -04:00
Nicole Thomas
8eeecce2e6
Merge branch 'develop' into reg_dacl 2018-08-03 15:00:28 -04:00
Nicole Thomas
dd14d0de59
Merge pull request #46167 from garethgreenaway/44739_remove_mixin_deprecations
[develop] Removing deprecation warnings from client/mixins.py
2018-08-03 14:59:21 -04:00
Mike Place
f6a566604e
Merge pull request #48908 from markuskramerIgitt/msi_version_3rd_is_build
Git commit in Windows internal version
2018-08-03 10:18:46 -06:00
Nicole Thomas
ad1627b1b3
Merge pull request #48912 from maxim-sermin/jboss7-2018.3.0-fix
make jboss7.py compatible with 2018.3.0 and later
2018-08-03 12:07:34 -04:00
Nicole Thomas
b656c5884a
Merge branch 'develop' into return-codes 2018-08-03 11:49:29 -04:00
Mike Place
a7feb0c35b
Merge pull request #48918 from rallytime/stale-config-update
Reduce the number of days an issue is stale by 10
2018-08-03 09:46:16 -06:00
Nicole Thomas
8c5b369be0
Merge pull request #48660 from garethgreenaway/jids_in_logs
[develop] Adding jids in master & minion logs
2018-08-03 11:22:56 -04:00
markuskramerIgitt
6367c65156
Exactly one space required around comparison 2018-08-03 16:57:35 +02:00
Daniel Wallace
006fcda4cb
add tests for file.tidied 2018-08-03 09:42:56 -05:00
Dirk Heinrichs
90572d5e64
Switch from globs to regexes. 2018-08-03 09:42:56 -05:00
Dirk Heinrichs
4a78afb103
Add file.tidied similar to Puppet's tidy resource. 2018-08-03 09:42:55 -05:00
Daniel Wallace
734f82c992
Merge pull request #48904 from KaiSforza/lintrehash
No rehashing in parallel
2018-08-03 09:28:47 -05:00
Nicole Thomas
2abf7c3909
Merge branch 'develop' into 44739_remove_mixin_deprecations 2018-08-03 10:25:40 -04:00
Daniel Wallace
ca0c9056fc
Merge branch 'develop' into lintrehash 2018-08-03 09:16:44 -05:00
rallytime
45fc2269cd
Reduce the number of days an issue is stale by 10 2018-08-03 09:30:57 -04:00
rallytime
a8b30fed9f
Merge branch '2018.3' into 'develop'
Conflicts:
  - salt/modules/nilrt_ip.py
  - salt/states/pip_state.py
  - tests/unit/modules/test_file.py
2018-08-03 09:27:20 -04:00
Nicole Thomas
1b1e05401e
Merge pull request #48911 from mirceaulinic/netbox-pillar-doc
Add netbox Pillar to autodoc
2018-08-03 08:18:16 -04:00
Nicole Thomas
cffb2824e3
Merge pull request #48913 from mirceaulinic/correct-docs
Correct doc refs in the napalm modules
2018-08-03 08:16:42 -04:00
Mircea Ulinic
f921c75e22 Remove the temp files after reading the contents 2018-08-03 11:51:30 +00:00
Mircea Ulinic
da04556210 Correct the net.confirm_commit function 2018-08-03 11:29:03 +00:00
Mircea Ulinic
91666a5775 Currect the commit_confirmed and commit_cancelled state functions 2018-08-03 11:23:44 +00:00
Mircea Ulinic
1601f47a01 Return the commit_id which can be used later in a different state using the __slots__ 2018-08-03 11:49:34 +01:00
Mircea Ulinic
e24652e94c Add commit_confirmed and commit_cancelled functions 2018-08-03 11:45:03 +01:00