summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_netlogon.c
Commit message (Expand)AuthorAgeFilesLines
* s3-librpc: Remove unused init_netr_CryptPassword()Andrew Bartlett2019-08-211-1/+0
* s3 rpc_client: Fix Asan stack use after scopeGary Lockyer2019-05-101-6/+7
* winbind: Generate and pass logon IDGary Lockyer2019-02-201-4/+7
* librpc idl: netlogon netr_identity_info logon_id to 64 bitGary Lockyer2019-02-201-8/+4
* s3/rpc_client: add rpccli_netlogon_interactive_logon()Stefan Metzmacher2018-02-101-0/+112
* s3:rpc_client: allow passing NetlogonNetwork[Transitive]Information to rpccli...Stefan Metzmacher2018-02-101-1/+12
* s3:rpc_client: allow Netlogon{Network,Interactive}TransitiveInformation in rp...Stefan Metzmacher2018-02-101-2/+4
* s3/rpc_client: return validation from rpccli_netlogon functionsRalph Boehme2018-01-131-17/+10
* s3/rpc_client: make map_validation_to_info3() public and move to util_netlogonRalph Boehme2018-01-131-77/+0
* s3/rpc_client: in map_validation_to_info3() make a deep copyRalph Boehme2018-01-131-4/+34
* 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-251-1/+2
* cli_netlogon: rpccli_connect_netlogonVolker Lendecke2017-09-251-0/+190
* cli_netlogon: Return flags from rpccli_setup_netlogon_creds_lockedVolker Lendecke2017-09-251-4/+9
* cli_netlogon: Factor out rpccli_setup_netlogon_creds_lockedVolker Lendecke2017-09-251-14/+30
* netlogon_creds_cli: Protect netlogon_creds_cli_auth by _lckVolker Lendecke2017-09-251-0/+13
* cli_netlogon: Remove an unnecessary if-conditionVolker Lendecke2017-09-251-4/+0
* cli_netlogon: Rename "netlogon_creds" to "creds_ctx"Volker Lendecke2017-09-251-35/+35
* cli_netlogon: Eliminate rpccli_setup_netlogon_creds_with_credsVolker Lendecke2017-09-161-41/+15
* cli_netlogon: Rename rpccli_create_netlogon_creds_with_credsVolker Lendecke2017-09-161-5/+6
* cli_netlogon: Make rpccli_setup_netlogon_creds staticVolker Lendecke2017-09-161-6/+7
* cli_netlogon: Make rpccli_create_netlogon_creds staticVolker Lendecke2017-09-161-8/+9
* cli_netlogon: Pass server_dns_domain through rpccli_create_netlogon_credsVolker Lendecke2017-09-161-1/+5
* netlogon_creds_cli: Pass "server_dns_domain" through netlogon_creds_cli_conte...Volker Lendecke2017-09-161-0/+1
* s3: rpc_client: Allocate struct db_context * off the local frame, as all othe...Jeremy Allison2017-07-261-1/+1
* libcli/auth: pass an array of nt_hashes to netlogon_creds_cli_auth*()Stefan Metzmacher2017-06-271-2/+13
* cli_netlogon: Add return parms to rpccli_netlogon_password_logonVolker Lendecke2017-03-071-4/+4
* cli_netlogon: Remove a fallback for flags=NULLVolker Lendecke2017-03-071-5/+0
* cli_netlogon: Remove a fallback for authoritative=NULLVolker Lendecke2017-03-071-4/+0
* Convert all uses of uint32/16/8 to _t in source3/rpc_client.Richard Sharpe2015-05-121-2/+2
* s3:cli_netlogon: cli_credentials_get_old_nt_hash() in rpccli_setup_netlogon_c...Stefan Metzmacher2015-03-121-0/+3
* s3:cli_netlogon: add rpccli_{create,setup}_netlogon_creds_with_creds() helper...Stefan Metzmacher2014-12-191-0/+54
* s3-winbindd: Attempt to connect to NETLOGON over NCACN_IP_TCP if we canAndrew Bartlett2014-10-081-3/+5
* s3-rpc_client: return info3 in rpccli_netlogon_password_logon().Günther Deschner2014-07-151-46/+57
* s3:rpc_client: optimize the netlogon_creds_cli.tdb for read-only accessMichael Adam2014-02-071-1/+1
* dbwrap: add a dbwrap_flags argument to db_open()Michael Adam2014-02-071-1/+2
* s3:rpc_client: use db_open() to open "netlogon_creds_cli.tdb"Stefan Metzmacher2014-01-221-2/+36
* s3:rpc_client: remove unused rpccli_netlogon_sam_network_logon()Stefan Metzmacher2014-01-071-94/+0
* s3:rpc_client: remove unused rpccli_netlogon_sam_logon()Stefan Metzmacher2014-01-071-124/+0
* s3:rpc_client: remove unused rpccli_netlogon_setup_creds()Stefan Metzmacher2014-01-071-92/+0
* s3:rpc_client: remove unused rpccli_netlogon_set_trust_password()Stefan Metzmacher2014-01-071-51/+0
* s3:rpc_client: add rpccli_netlogon_password_logon()Stefan Metzmacher2014-01-071-0/+133
* s3:rpc_client: add rpccli_netlogon_network_logon()Stefan Metzmacher2014-01-071-0/+103
* s3:rpc_client: remove unused rpccli_netlogon_sam_network_logon_ex()Stefan Metzmacher2014-01-071-27/+0
* s3:rpc_client: add rpccli_pre_open_netlogon_creds()Stefan Metzmacher2014-01-071-0/+21
* s3:rpc_client: add rpccli_{create,setup}_netlogon_creds()Stefan Metzmacher2014-01-071-0/+105
* s3:rpc_client: make use of the new netlogon_creds_cli_contextStefan Metzmacher2014-01-071-331/+105