summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_netlogon.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-12Convert all uses of uint32/16/8 to _t in source3/rpc_client.Richard Sharpe1-2/+2
2015-03-12s3:cli_netlogon: cli_credentials_get_old_nt_hash() in rpccli_setup_netlogon_c...Stefan Metzmacher1-0/+3
2014-12-19s3:cli_netlogon: add rpccli_{create,setup}_netlogon_creds_with_creds() helper...Stefan Metzmacher1-0/+54
2014-10-08s3-winbindd: Attempt to connect to NETLOGON over NCACN_IP_TCP if we canAndrew Bartlett1-3/+5
2014-07-15s3-rpc_client: return info3 in rpccli_netlogon_password_logon().Günther Deschner1-46/+57
2014-02-07s3:rpc_client: optimize the netlogon_creds_cli.tdb for read-only accessMichael Adam1-1/+1
2014-02-07dbwrap: add a dbwrap_flags argument to db_open()Michael Adam1-1/+2
2014-01-22s3:rpc_client: use db_open() to open "netlogon_creds_cli.tdb"Stefan Metzmacher1-2/+36
2014-01-07s3:rpc_client: remove unused rpccli_netlogon_sam_network_logon()Stefan Metzmacher1-94/+0
2014-01-07s3:rpc_client: remove unused rpccli_netlogon_sam_logon()Stefan Metzmacher1-124/+0
2014-01-07s3:rpc_client: remove unused rpccli_netlogon_setup_creds()Stefan Metzmacher1-92/+0
2014-01-07s3:rpc_client: remove unused rpccli_netlogon_set_trust_password()Stefan Metzmacher1-51/+0
2014-01-07s3:rpc_client: add rpccli_netlogon_password_logon()Stefan Metzmacher1-0/+133
2014-01-07s3:rpc_client: add rpccli_netlogon_network_logon()Stefan Metzmacher1-0/+103
2014-01-07s3:rpc_client: remove unused rpccli_netlogon_sam_network_logon_ex()Stefan Metzmacher1-27/+0
2014-01-07s3:rpc_client: add rpccli_pre_open_netlogon_creds()Stefan Metzmacher1-0/+21
2014-01-07s3:rpc_client: add rpccli_{create,setup}_netlogon_creds()Stefan Metzmacher1-0/+105
2014-01-07s3:rpc_client: make use of the new netlogon_creds_cli_contextStefan Metzmacher1-331/+105
2013-08-10s3:rpc_client: try to use NETLOGON_NEG_SUPPORTS_AESStefan Metzmacher1-1/+2
2013-08-05libcli/auth: also set secure channel type in netlogon_creds_client_init().Günther Deschner1-0/+1
2012-12-15libcli/auth: rename netlogon_creds_decrypt_samlogon() to netlogon_creds_decry...Günther Deschner1-2/+4
2012-12-09s3-rpc_client: use netlogon_creds_aes_encrypt in interactive netlogon samlogon.Günther Deschner1-1/+4
2012-12-09s3-rpc_client: use netlogon_creds_arcfour_crypt() in init_netr_CryptPassword.Günther Deschner1-1/+1
2012-06-22s3: Give machine password changes 10 minutes of timeVolker Lendecke1-0/+13
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett1-5/+5
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-7/+7
2011-04-13s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner1-0/+1
2011-02-06s3: Fix some nonempty blank linesVolker Lendecke1-1/+1
2011-02-04s3-winbindd: let winbind try to use samlogon validation level 6. (bug #7945)Günther Deschner1-4/+58
2011-01-24s3-rpcclient: allow to define validation level for samlogon.Günther Deschner1-1/+1
2011-01-13s3-rpc_client: prefer dcerpc_netr_X functions.Günther Deschner1-27/+65
2010-05-28s3-rpc_client: move protos to init_netlogon.hGünther Deschner1-0/+1
2010-05-18s3-rpc_client: move protos to cli_netlogon.hGünther Deschner1-0/+1
2010-02-23s3:cli_netlogon: keep the the correct negotiate_flags on the cli->dc structureStefan Metzmacher1-2/+6
2010-01-10s3: Remove some unused variablesVolker Lendecke1-7/+0
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner1-0/+1
2009-10-16s3-netlogon: fix updating trust accout passwords with downlevel domains.Günther Deschner1-2/+2
2009-10-13s3: use enum netr_SchannelType all over the place.Günther Deschner1-1/+1
2009-10-13s3-netlogon: pass down account name to remote password set functions.Günther Deschner1-1/+2
2009-10-06s3-netlogon: setup NETLOGON credential chain in rpccli_netlogon_set_trust_pas...Günther Deschner1-13/+14
2009-10-05Revert "s3: Attempt to fix machine password change"Volker Lendecke1-34/+17
2009-10-05s3: Attempt to fix machine password changeVolker Lendecke1-17/+34
2009-06-25s3-netlogon: remove remaining netlogon init functions.Günther Deschner1-39/+39
2009-04-28Do not panic unnecessarilyVolker Lendecke1-2/+4
2009-04-24s3-netlogon: Start fixing rpccli_netlogon_setup_creds after auth merge.Günther Deschner1-1/+2
2009-04-14Make Samba3 use the new common libcli/auth codeAndrew Bartlett1-101/+54
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett1-7/+8
2008-10-15s3: fix samlogon client and server calls.Günther Deschner1-10/+10
2008-09-21netlogon: move password change code out to rpccli_netlogon_set_trust_password.Günther Deschner1-0/+91
2008-07-30rpc_client: Bug 5616 - fix session keys also in rpccli_netr_LogonSamLogonEx w...Günther Deschner1-9/+6