1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/source3
Volker Lendecke ffa1c040c6 examples: Add winexe re-implemented on current Samba libs
winexe from https://sourceforge.net/projects/winexe/ is a project
based on Samba libraries from 2012. According to the winexe git
repository the last Samba commit winexe was updated to is 47bbf9886f
from November 6, 2012. As winexe uses unpublished Samba internal
libraries, it broke over time.

This is a port of the winexe functionality to more modern Samba
versions. It still uses internal APIs, but it being part of the tree
means that it is much easier to keep up to date.

The Windows service files were taken literally from the original
winexe from the sourceforge git. Andrzej Hajda chose GPLv3 only and
not GPLv3+. As GPL evolves very slowly, this should not be a practical
problem for quite some time.

To build it under Linux, you need mingw binaries on your build
system. Under Debian stretch, the package names are gcc-mingw-w64 and
friends.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Aug 28 02:03:07 CEST 2018 on sn-devel-144
2018-08-28 02:03:07 +02:00
..
auth auth: For NTLM and KDC authentication, log the authentication duration 2018-06-25 08:32:14 +02:00
build PEP8: fix W391: blank line at end of file 2018-08-24 07:49:31 +02:00
client s3:client: Avoid a possible fd leak in do_get() 2018-08-11 01:49:16 +02:00
exports
groupdb lib: Pass mem_ctx to state_path() 2018-08-17 11:30:11 +02:00
include smbd: Remove unused KOPLOCK flags 2018-08-25 03:23:05 +02:00
intl lib: Pass mem_ctx to lock_path() 2018-08-17 11:30:10 +02:00
lib dbwrap: Clarify db_open_watched API 2018-08-17 21:29:15 +02:00
libads libads: Simplify parse_spn() 2018-08-22 03:59:51 +02:00
libgpo/gpext libgpo: Fix CID 1438462 Error handling issues (CHECKED_RETURN) 2018-08-22 00:58:41 +02:00
libnet s3:libads: Add net ads leave keep-account option 2018-07-30 07:34:11 +02:00
librpc smbd: Remove "share_mode_entry->lease" 2018-07-27 01:42:31 +02:00
libsmb libsmb: Expose protocol-agnostic cli_writeall_send/recv 2018-08-27 23:09:15 +02:00
locale pam_winbind: initial Turkish translation 2017-11-15 13:52:05 +01:00
locking dbwrap: Clarify db_open_watched API 2018-08-17 21:29:15 +02:00
modules s3: VFS: vfs_full_audit: Ensure smb_fname_str_do_log() only returns absolute pathnames. 2018-08-27 20:23:55 +02:00
nmbd lib: Pass mem_ctx to cache_path() 2018-08-17 14:28:51 +02:00
param smb.conf: add dns_zone_scavenging 2018-07-12 04:31:51 +02:00
passdb lib: Pass mem_ctx to cache_path() 2018-08-17 14:28:51 +02:00
printing lib: Pass mem_ctx to cache_path() 2018-08-17 14:28:51 +02:00
profile lib: Pass mem_ctx to cache_path() 2018-08-17 14:28:51 +02:00
registry lib: Pass mem_ctx to state_path() 2018-08-17 11:30:11 +02:00
rpc_client Possible memory leak in map_info3_to_validation 2018-06-20 21:05:40 +02:00
rpc_server lib: Pass mem_ctx to lock_path() 2018-08-17 11:30:10 +02:00
rpcclient cmd_drsuapi: add dswriteaccountspn command 2018-05-12 02:09:28 +02:00
script PEP8: fix E401: multiple imports on one line 2018-08-24 07:49:30 +02:00
selftest PEP8: fix E401: multiple imports on one line 2018-08-24 07:49:30 +02:00
services srcctl3: Improve debug messages 2018-01-16 02:43:03 +01:00
smbd smbd: Remove unused KOPLOCK flags 2018-08-25 03:23:05 +02:00
torture PEP8: fix W391: blank line at end of file 2018-08-24 07:49:31 +02:00
utils lib: Pass mem_ctx to cache_path() 2018-08-17 14:28:51 +02:00
web
winbindd lib: Pass mem_ctx to state_path() 2018-08-17 11:30:11 +02:00
.clang_complete
.dmallocrc
.indent.pro
Doxyfile
mainpage.dox
smbadduser.in
wscript s3:modules: add vfs_not_implemented module 2018-07-25 17:49:07 +02:00
wscript_build examples: Add winexe re-implemented on current Samba libs 2018-08-28 02:03:07 +02:00
wscript_configure_system_ncurses