summaryrefslogtreecommitdiff
path: root/source3/rpc_client
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3/rpc_client: move copy_netr_SamInfo3() to util_netlogonRalph Boehme2018-01-132-0/+43
* s3/rpc_client: fix overly long linesRalph Boehme2018-01-131-25/+27
* s3/cli_netlogon: remove SEC_CHAN_NULL fallback from rpccli_connect_netlogon()Ralph Boehme2017-11-291-30/+8
* s3:cli_netlogon: let rpccli_connect_netlogon() retry once after NT_STATUS_NET...Stefan Metzmacher2017-10-201-1/+3
* s3:cli_netlogon: make sure rpccli_connect_netlogon only returns NT_STATUS_OK ...Stefan Metzmacher2017-10-201-4/+7
* rpc_client: Fix wording in a DEBUG statementVolker Lendecke2017-10-191-1/+1
* netlogon_creds_cli: Pass "capabilities" up from creds_cli_checkVolker Lendecke2017-09-252-2/+4