s3:libsmb: allow store_cldap_reply() to work with a ipv6 response
[samba.git] / source3 / rpcclient /
12 days ago Andreas Schneiders3:libsmb: Pass memory context to cli_full_connection_c...
2024-04-09 Andreas Schneiders3:rpc_client: Implement createtrustdomex3 command
2024-04-09 Andreas Schneiders3:rpc_client: Implement createtrustdomex2 command
2023-11-21 Andreas Schneiders3:rpcclient: Use dcerpc_lsa_open_policy_fallback(...
2023-11-21 Andreas Schneiders3:rpcclient: Remove trailing white spaces from cmd_lsa...
2023-11-20 Günther Deschners3-rpcclient: add winreg_enumval command
2023-10-13 Joseph Suttons3:rpcclient: Do not pass uninitialized pointer to...
2023-08-23 Pavel Kalugins3:rpcclient: Use lpcfg_set_cmdline()
2023-07-21 Ralph BoehmeCVE-2023-34968: mdssvc: introduce an allocating wrapper...
2023-07-21 Ralph BoehmeCVE-2023-34968: rpcclient: remove response blob allocation
2023-03-31 Andrew Bartlettlibrpc/ndr: Unimplement DRSUAPI_COMPRESSION_TYPE_XPRESS...
2022-10-25 Andreas Schneiders3:rpcclient: Pass salt down to init_samr_CryptPassword...
2022-10-14 Noel Powers3/rpcclient: Duplicate string returned from poptGetArg
2022-07-28 Andreas Schneiders3:rpcclient: Implement cmd chpasswd4
2022-07-28 Andreas Schneiders3:rpcclient: Implement setuserinfo2 level 31
2022-07-28 Andreas Schneiders3:rpcclient: Encrypt the password buffers only if...
2022-07-18 Andreas Schneiders3:rpcclient: Goto done in cmd_samr_setuserinfo_int()
2022-03-07 Pavel Filipenskýs3:rpcclient: Fix crash in rpcclient
2022-03-06 Pavel Filipenskýs3:rpcclient: Fix trailing whitespace in cmd_dfs.c
2022-01-10 Volker Lendeckerpcclient: Fix ncacn_ip_tcp:<ip-address>
2021-12-02 Andreas Schneiders3:rpc_client: Add remote name and socket to cli_rpc_pi...
2021-12-02 Günther Deschners3:rpc_client: Pass remote name and socket to cli_rpc_p...
2021-12-02 Günther Deschners3:rpc_client: Pass remote name and socket to cli_rpc_p...
2021-12-02 Andreas Schneiders3:rpcclient: Remove trailing white spaces in rpcclient.c
2021-11-09 Stefan MetzmacherCVE-2020-25717: s3:rpcclient: start with authoritative = 1
2021-09-10 Ralph Boehmerpcclient: don't ignore unknown options
2021-08-24 Volker Lendeckerpcclient: Add unixinfo commands
2021-08-06 Volker Lendeckerpcclient: Align integer types
2021-05-25 Pavel Filipenskýs3:rpcclient: Document command of witness protocol
2021-05-20 Andreas Schneiders3:rpcclient: Migrate rpcclient to new cmdline option...
2021-05-20 Andreas Schneiders3:rpcclient: Pass cli_credentials to process_cmd()
2021-05-20 Andreas Schneiders3:rpcclient: Pass cli_credentials to do_cmd()
2021-05-07 Günther DeschnerFix gcc11 compiler issue "-Werror=maybe-uninitialized"
2021-04-28 Andreas Schneiderauth:creds: Add obtained arg to cli_credentials_set_ker...
2021-03-19 Volker Lendeckerpcclient: Enable ncalrpc: transport
2021-03-19 Volker Lendeckerpcclient: Remove pipe_default_auth globals
2021-03-16 Volker Lendeckerpcclient: Factor out cmd_set_auth()
2021-03-16 Volker Lendeckerpcclient: Convert binding-related commands to RPC_RTYP...
2021-03-16 Volker Lendeckerpcclient: Add RPC_RTYPE_BINDING
2021-03-16 Volker Lendeckerpcclient: Simplify do_cmd
2021-03-16 Volker Lendeckerpcclient: Avoid a few implicit NULL assignments
2021-03-16 Volker Lendeckelib: Remove init_names()
2021-03-09 Volker Lendeckerpcclient: talloc_stackframe() panics on failure
2021-02-01 Andreas Schneiders3:rpcclient: Add missing break in switch statement
2020-11-03 Andreas Schneiderauth:creds: Rename CRED_USE_KERBEROS values
2020-10-29 Andrew Walkers3:rpcclient fix NULL - deref caused by misuse of chgpa...
2020-10-17 Björn Jackeprinting: move archi_table declarations into nt_printing.h
2020-08-28 Matthew DeVores3: safe_string: do not include string_wrappers.h
2020-08-19 Andreas Schneiders3:rpcclient: Remove obsolete force encryption from...
2020-08-19 Andreas Schneiders3:libsmb: Remove signing_state from cli_full_connectio...
2020-08-19 Andreas Schneiders3:libsmb: Introduce CLI_FULL_CONNECTION_IPC
2020-08-03 Ralph Boehmelib: relicense smb_strtoul(l) under LGPLv3
2020-05-28 Stefan Metzmachers3:rpcclient: avoid using auth related CLI_FULL_CONNECT...
2020-05-28 Stefan Metzmachers3:rpcclient: Use get_cmdline_auth_info_creds()
2020-05-28 Andreas Schneiders3:rpcclient: Rename creds to trust_creds
2020-05-28 Stefan Metzmachers3:rpcclient: make use of get_cmdline_auth_info_creds...
2020-05-14 Volker Lendeckerpcclient: Make netfileenum cmd print the path names
2020-05-14 Volker Lendeckerpcclient: Use struct initializers in cmd_srvsvc_net_fi...
2020-05-08 Gary LockyerFix clang 9 missing-field-initializer warnings
2020-03-11 Christof Schmittrpcclient: Ask for minimal permissions for SID and...
2020-01-09 Günther Deschners3-rpcclient: add clusapi_resume_node command.
2020-01-08 Günther Deschners3-rpcclient: add clusapi_pause_node command.
2020-01-08 Günther Deschners3-rpcclient: give slightly better descriptions to...
2020-01-08 Günther Deschnerlibrpc: pidlify spoolss_EnumPerMachineConnections
2020-01-08 Günther Deschners3-rpcclient: add delpermachineconnection command
2020-01-08 Günther Deschners3-rpcclient: add addpermachineconnection command
2020-01-08 Günther Deschners3-rpcclient: add enumpermachineconnections command
2020-01-08 Günther Deschners3-rpcclient: properly check and initialize buffers...
2020-01-08 Günther Deschners3-rpcclient: add cmd_spoolss_get_core_printer_drivers
2019-12-10 Isaac Boukrissession: convert sess_crypt_blob to use gnutls
2019-10-09 Ralph Boehmemdssvc.idl: pass policy_handle as pointer
2019-10-03 Volker Lendeckerpcclient: Remove unused global domain sid
2019-10-03 Volker Lendeckerpcclient: Remove domain sid check
2019-10-03 Volker Lendeckerpcclient: Make cmd_samr.c independent of global domain_sid
2019-10-03 Volker Lendeckerpcclient: Fix a comment
2019-10-03 Volker Lendeckerpcclient: Move rpccli_try_samr_connects() to cmd_samr.c
2019-10-03 Volker Lendeckerpcclient: Remove rpcclient_cli_state
2019-10-03 Volker Lendeckerpclient: Remove cmd_test
2019-09-20 Günther Deschners3-rpcclient: add logongetdomaininfo command
2019-09-01 Mathieu ParentSpelling fixes s/Unsuported/Unsupported/
2019-08-22 Swen Schilligrpcclient: free popt context when done
2019-08-08 Ralph Boehmerpcclient: add some simple commands for Spotlight RPC
2019-08-08 Ralph Boehmerpcclient: domain_sid is only needed for SAMR
2019-07-26 Andreas Schneiders3:rpcclient: Use a stackframe for temporary memory
2019-07-26 Andreas Schneiders3:rpc_client: Return NTSTATUS for init_samr_CryptPassw...
2019-07-26 Andreas Schneiders3:rpc_client: Return NTSTATUS for init_samr_CryptPassw...
2019-06-30 Swen Schilligsource3: Update all consumers of strtoul_err(), strtoul...
2019-06-04 Noel Powers3/rpcclient: cppcheck: Fix shiftTooManyBitsSigned...
2019-05-10 Noel Powers3/rpcclient: Fix bad (and illegal) func cast
2019-03-01 Swen Schilligrpcclient: Use wrapper for string to integer conversion
2019-02-20 Gary Lockyerwinbind: Generate and pass logon ID
2019-01-28 Andreas Schneiders3:rpcclient: Use C99 initializer for cmd_set in cmd_sh...
2019-01-28 Andreas Schneiders3:rpcclient: Use C99 initializer for cmd_set in cmd_ep...
2019-01-28 Andreas Schneiders3:rpcclient: Use C99 initializer for cmd_set in cmd_test
2019-01-28 Andreas Schneiders3:rpcclient: Use C99 initializer for cmd_set in cmd_ev...
2019-01-28 Andreas Schneiders3:rpcclient: Use C99 initializer for cmd_set in cmd_wi...
2019-01-28 Andreas Schneiders3:rpcclient: Use C99 initializer for cmd_set in rpcclient
2019-01-28 Andreas Schneiders3:rpcclient: Use C99 initializer for cmd_set in cmd_lsarpc
2019-01-28 Andreas Schneiders3:rpcclient: Use C99 initializer for cmd_set in cmd_samr
2019-01-28 Andreas Schneiders3:rpcclient: Use C99 initializer for cmd_set in cmd_cl...
next