summaryrefslogtreecommitdiff
path: root/examples/winexe
AgeCommit message (Expand)AuthorFilesLines
2025-04-18s3:libsmb: introduce smbsock_connect.hStefan Metzmacher1-0/+1
2025-04-18example/winexe: pass struct smb_transports through some more layersStefan Metzmacher1-6/+5
2025-04-18s3:libsmb: pass struct smb_transports to cli_full_connection_creds()Stefan Metzmacher1-2/+5
2024-11-13examples:winexe: Initialize Trustee.ptstrName at the right timePavel Filipenský1-1/+2
2024-07-18examples:winexe: Initialize integerAndreas Schneider1-1/+1
2024-07-18examples:winexe: Fully initialize EXPLICIT_ACCESSAndreas Schneider1-10/+14
2024-06-30winexe: Make sure specificError is initializedAndreas Schneider1-1/+1
2024-05-31examples:winexe: embed Samba version as exe timestampDouglas Bagnall1-7/+14
2024-05-31examples:winexe: reproducible builds with zero timestampDouglas Bagnall2-2/+16
2024-05-31examples:winexe: more efficient C array generation, no py2Douglas Bagnall1-18/+7
2024-04-29s3:libsmb: Pass memory context to cli_full_connection_creds()Andreas Schneider1-0/+2
2023-10-10libsmb: Pass "flags" through cli_close_send() and pylibsmbVolker Lendecke1-20/+17
2023-03-28examples: Fix code spellingAndreas Schneider1-1/+1
2022-12-16build: Convert winexe to use enabled= in wscriptAndrew Bartlett1-26/+34
2022-07-28examples/winexe: fix fetching return code of the remote commandYury Lunev1-1/+1
2021-12-02s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open_noauth_transp...Günther Deschner1-2/+12
2021-11-05s3-winexe: Fix winexe core dump (use-after-free)Günther Deschner1-4/+12
2021-06-20winexe: Some code cleanup and fixesAndreas Schneider1-3/+3
2021-06-20winexe: Use the new cmdline option parserAndreas Schneider2-109/+36
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider1-1/+2
2020-11-26winexe: Fix a possible null pointer derferenceAndreas Schneider1-9/+13
2020-11-03auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider1-2/+2
2020-08-19s3:libsmb: Remove signing_state from cli_full_connection_creds()Andreas Schneider1-3/+1
2020-08-19s3:libsmb: Introduce CLI_FULL_CONNECTION_IPCAndreas Schneider1-1/+1
2020-03-09winexe: add configure option to control whether to build it (default: auto)Günther Deschner1-1/+2
2020-03-09librpc: fix IDL for svcctl_ChangeServiceConfigWGünther Deschner1-0/+2
2019-07-05winexe: Add support for connecting to a host on an alternate portKarl Lenz1-3/+23
2019-07-05winexe: Fix translation of the winexesvc binaries to CKarl Lenz1-4/+26
2019-05-28winexe: Use C99 initializer for poptOption in winexe.cStefan Metzmacher1-34/+115
2018-12-13s3:libsmb: pass impersonation_level to cli_ntcreate_send()Stefan Metzmacher1-0/+3
2018-09-27PY3: fix "TabError: inconsistent use of tabs and spaces"Noel Power1-10/+10
2018-09-05examples: Fix mingw64 detectionVolker Lendecke1-0/+2
2018-08-28examples: Add winexe re-implemented on current Samba libsVolker Lendecke6-0/+2788