Bug 32316

Summary: winexe - run cmds remotely on Windows
Product: New/proposed packages Reporter: Ivan Zakharyaschev <imz>
Component: Обычный репозиторийAssignee: Andrey Cherepanov <cas>
Status: NEW --- QA Contact: Andrey Cherepanov <cas>
Severity: enhancement    
Priority: P3 CC: sin, viy
Version: не указана   
Hardware: all   
OS: Linux   
URL: https://sourceforge.net/p/winexe/winexe-waf/ci/master/tree/

Description Ivan Zakharyaschev 2016-07-26 16:03:46 MSK
From the README at https://sourceforge.net/p/winexe/winexe-waf/ci/master/tree/

Building
========

Winexe makes use of Samba version 4.

Winexe can be built such that it is statically linked to Samba
libraries, resulting in an executable that is several megabytes in
size. The winexe binary is still dynamically linked to a number of
shared libraries such as libc.  

On some distributions winexe can be built such that it is linked to
Samba shared libraries, resulting in an executable less than 100
kilobytes in size.

* * *

As for waf (the build tool) -- https://packages.altlinux.org/en/Sisyphus/srpms/waf
Comment 1 Ivan Zakharyaschev 2016-07-26 16:06:12 MSK
See also https://sourceforge.net/p/winexe/activity?source=project_activity for info about building on recent Fedora...
Comment 2 Ivan Zakharyaschev 2016-07-27 13:33:19 MSK
The usage is documented in the screenshot at https://sourceforge.net/projects/winexe/ -- https://a.fsdn.com/con/app/proj/winexe/screenshots/winexe%20screenshot.png .
Comment 3 Ivan Zakharyaschev 2016-07-27 20:23:14 MSK
A similar functionality is provided by pywinrm (written in Python) -- https://bugzilla.altlinux.org/show_bug.cgi?id=32317 .