Bug 32316 - winexe - run cmds remotely on Windows
Summary: winexe - run cmds remotely on Windows
Status: NEW
Alias: None
Product: New/proposed packages
Classification: Development
Component: Обычный репозиторий (show other bugs)
Version: не указана
Hardware: all Linux
: P3 enhancement
Assignee: Andrey Cherepanov
QA Contact: Andrey Cherepanov
URL: https://sourceforge.net/p/winexe/wine...
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-26 16:03 MSK by Ivan Zakharyaschev
Modified: 2016-07-27 20:23 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 .