summaryrefslogtreecommitdiff
path: root/source3/rpc_client
Commit message (Expand)AuthorAgeFilesLines
* s3:cli_pipe: remove unused cli_rpc_pipe_open_generic_auth()Stefan Metzmacher2020-05-282-72/+0
* s3:cli_pipe: improve debug messages in cli_rpc_pipe_open_with_creds()Stefan Metzmacher2020-05-281-8/+8
* s3:cli_pipe: remove unused 'use_kerberos' from cli_rpc_pipe_open_generic_auth()Stefan Metzmacher2020-05-282-2/+0
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-081-3/+3
* s3:rpclient: simplify rpc_tstream_next_vector()Stefan Metzmacher2020-02-061-33/+3
* smbdes: convert E_old_pw_hash to use gnutlsIsaac Boukris2019-12-101-10/+56
* smbdes: convert E_P24() and SMBOWFencrypt to use gnutlsIsaac Boukris2019-12-101-1/+7
* mdssvc.idl: pass policy_handle as pointerRalph Boehme2019-10-091-6/+6
* s3: add mdscli Python bindingsRalph Boehme2019-10-091-0/+567
* s3:rpc_client: add a mdssvc client libraryRalph Boehme2019-10-095-0/+1778
* rpcclient: Move rpccli_try_samr_connects() to cmd_samr.cVolker Lendecke2019-10-032-26/+0
* rpc_client: Don't pass a NULL string to talloc_asprintfVolker Lendecke2019-10-021-7/+23
* s3/rpc_client: clang: Fix 'Value stored during initialization is never read'Noel Power2019-09-261-2/+2
* s3/rpc_client: clang: 'Value stored during its initialization is never read'Noel Power2019-09-261-2/+2
* s3/rpc_client: clang: Fix 'Value stored during initialization is never read'Noel Power2019-09-261-1/+1
* s3/rpc_client: clang: Fix 'Value stored during initialization is never read'Noel Power2019-09-261-2/+2
* s3-librpc: Remove unused init_netr_CryptPassword()Andrew Bartlett2019-08-213-80/+0
* s3:rpc_client: Use init_samr_CryptPassword in cli_samr rpc_clientAndreas Schneider2019-07-261-12/+47
* s3:rpc_client: Use encode_rc4_passwd_buffer() in init_samr_CryptPasswordEx()Andreas Schneider2019-07-261-32/+1
* s3:rpc_client: Use GnuTLS RC4 in init_samr_CryptPassword()Andreas Schneider2019-07-261-2/+21
* s3:rpc_client: Use samba_gnutls_arcfour_confounded_md5 in init_samr_CryptPass...Andreas Schneider2019-07-261-35/+15
* s3:rpc_client: Return NTSTATUS for init_samr_CryptPasswordEx()Andreas Schneider2019-07-262-11/+22
* s3:rpc_client: Return NTSTATUS for init_samr_CryptPassword()Andreas Schneider2019-07-262-7/+13
* s3:rpc_client: Use C99 inititializer in dcerpc_samr_chgpasswd_user()Andreas Schneider2019-06-271-9/+9
* libcli:auth: Return NTSTATUS for netlogon_creds_arcfour_crypt()Andreas Schneider2019-06-271-1/+7
* s3:rpc_client: Use GnuTLS MD5 for samrAndreas Schneider2019-05-211-9/+31
* s3 rpc_client: Fix Asan stack use after scopeGary Lockyer2019-05-101-6/+7
* spell "recursive"Douglas Bagnall2019-04-051-1/+1
* winbind: Generate and pass logon IDGary Lockyer2019-02-202-4/+10
* librpc idl: netlogon netr_identity_info logon_id to 64 bitGary Lockyer2019-02-201-8/+4
* s3-rpc_client: Advertise Windows 7 client infoJustin Stephenson2018-09-081-3/+4
* s3-spoolss: Make spoolss client os_major,os_minor and os_build configurable.Günther Deschner2018-09-083-16/+46
* Possible memory leak in map_info3_to_validationSwen Schillig2018-06-201-0/+1
* Possible memory leak in map_info6_to_validationSwen Schillig2018-06-161-0/+1
* libsmb: Give namequery.c its own headerVolker Lendecke2018-04-111-0/+1
* Revert "Use "localhost" to be ipv6 only friendly"Simo Sorce2018-03-191-1/+1
* Use "localhost" to be ipv6 only friendlySimo Sorce2018-03-191-1/+1
* s3:cli_lsarpc: use talloc_zero_array() in dcerpc_lsa_lookup_names_generic()Stefan Metzmacher2018-02-211-3/+5
* s3:cli_lsarpc: use talloc_zero_array() in dcerpc_lsa_lookup_sids_generic()Stefan Metzmacher2018-02-211-3/+6
* s3/rpc_client: add map_info6_to_validation()Stefan Metzmacher2018-02-102-0/+29
* s3/rpc_client: add copy_netr_SamInfo6() and map_validation_to_info6()Stefan Metzmacher2018-02-102-0/+153
* s3/rpc_client: add rpccli_netlogon_interactive_logon()Stefan Metzmacher2018-02-102-0/+127
* s3:rpc_client: pass down lsa_LookupNamesLevel to dcerpc_lsa_lookup_sids_gener...Stefan Metzmacher2018-02-102-1/+10
* s3:rpc_client: allow passing NetlogonNetwork[Transitive]Information to rpccli...Stefan Metzmacher2018-02-102-1/+13
* s3:rpc_client: allow Netlogon{Network,Interactive}TransitiveInformation in rp...Stefan Metzmacher2018-02-101-2/+4
* s3:rpc_client: Clenup copy_netr_SamInfo3() codeAndreas Schneider2018-01-152-36/+49
* s3/rpc_client: return validation from rpccli_netlogon functionsRalph Boehme2018-01-132-20/+15
* s3/rpc_client: add map_info3_to_validation()Ralph Boehme2018-01-132-0/+27
* s3/rpc_client: make map_validation_to_info3() public and move to util_netlogonRalph Boehme2018-01-133-77/+81
* s3/rpc_client: in map_validation_to_info3() make a deep copyRalph Boehme2018-01-131-4/+34