summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_netlogon.c
Commit message (Expand)AuthorAgeFilesLines
* libcli/auth: rename netlogon_creds_decrypt_samlogon() to netlogon_creds_decry...Günther Deschner2012-12-151-2/+4
* s3-rpc_client: use netlogon_creds_aes_encrypt in interactive netlogon samlogon.Günther Deschner2012-12-091-1/+4
* s3-rpc_client: use netlogon_creds_arcfour_crypt() in init_netr_CryptPassword.Günther Deschner2012-12-091-1/+1
* s3: Give machine password changes 10 minutes of timeVolker Lendecke2012-06-221-0/+13
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-5/+5
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-7/+7
* s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner2011-04-131-0/+1
* s3: Fix some nonempty blank linesVolker Lendecke2011-02-061-1/+1
* s3-winbindd: let winbind try to use samlogon validation level 6. (bug #7945)Günther Deschner2011-02-041-4/+58
* s3-rpcclient: allow to define validation level for samlogon.Günther Deschner2011-01-241-1/+1
* s3-rpc_client: prefer dcerpc_netr_X functions.Günther Deschner2011-01-131-27/+65
* s3-rpc_client: move protos to init_netlogon.hGünther Deschner2010-05-281-0/+1
* s3-rpc_client: move protos to cli_netlogon.hGünther Deschner2010-05-181-0/+1
* s3:cli_netlogon: keep the the correct negotiate_flags on the cli->dc structureStefan Metzmacher2010-02-231-2/+6
* s3: Remove some unused variablesVolker Lendecke2010-01-101-7/+0
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-261-0/+1
* s3-netlogon: fix updating trust accout passwords with downlevel domains.Günther Deschner2009-10-161-2/+2
* s3: use enum netr_SchannelType all over the place.Günther Deschner2009-10-131-1/+1
* s3-netlogon: pass down account name to remote password set functions.Günther Deschner2009-10-131-1/+2
* s3-netlogon: setup NETLOGON credential chain in rpccli_netlogon_set_trust_pas...Günther Deschner2009-10-061-13/+14
* Revert "s3: Attempt to fix machine password change"Volker Lendecke2009-10-051-34/+17
* s3: Attempt to fix machine password changeVolker Lendecke2009-10-051-17/+34
* s3-netlogon: remove remaining netlogon init functions.Günther Deschner2009-06-251-39/+39
* Do not panic unnecessarilyVolker Lendecke2009-04-281-2/+4
* s3-netlogon: Start fixing rpccli_netlogon_setup_creds after auth merge.Günther Deschner2009-04-241-1/+2
* Make Samba3 use the new common libcli/auth codeAndrew Bartlett2009-04-141-101/+54
* Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-141-7/+8
* s3: fix samlogon client and server calls.Günther Deschner2008-10-151-10/+10
* netlogon: move password change code out to rpccli_netlogon_set_trust_password.Günther Deschner2008-09-211-0/+91
* rpc_client: Bug 5616 - fix session keys also in rpccli_netr_LogonSamLogonEx w...Günther Deschner2008-07-301-9/+6
* Attempt to fix bug 5616Volker Lendecke2008-07-281-9/+6
* Remove some unused codeVolker Lendecke2008-07-211-91/+0
* Remove one reference to PI_NETLOGONVolker Lendecke2008-07-211-1/+2
* Allocate rpc_cli->dc in rpccli_netlogon_setup_creds()Volker Lendecke2008-07-201-6/+5
* Remove the pipe_idx variable from rpc_pipe_clientVolker Lendecke2008-04-201-1/+1
* Add "desthost" to rpc_pipe_clientVolker Lendecke2008-04-201-2/+2
* Refactoring: Make struct rpc_pipe_client its own talloc parentVolker Lendecke2008-04-201-2/+2
* Fix NETLOGON credential chain with Windows 2008 all over the place.Günther Deschner2008-04-021-0/+11
* Fix samlogon rpc client & server.Günther Deschner2008-03-271-6/+6
* Fix typo.Günther Deschner2008-03-271-2/+0
* Add my copyright.Günther Deschner2008-02-271-0/+1
* Fix some uninitialized data in new netlogon client.Günther Deschner2008-02-191-0/+9
* Remove unused marshalling for NET_AUTH3.Günther Deschner2008-02-171-52/+0
* Use rpccli_netr_LogonSamLogonEx in rpccli wrapping function.Günther Deschner2008-02-171-39/+57
* Finally let our samlogon routines call rpccli_netr_LogonSamLogon internally andGünther Deschner2008-02-171-140/+213
* Remove unused marshalling for NET_SRV_PWSET.Günther Deschner2008-02-161-48/+0
* Remove unused marshalling for NET_REQ_CHAL and NET_AUTH2.Günther Deschner2008-02-161-82/+2
* Replace DOM_CHAL with "struct netr_Credential" where we can right now.Günther Deschner2008-02-151-28/+24
* Remove unused marshalling for NET_SAM_SYNC.Günther Deschner2008-02-151-53/+0
* Remove unused marshalling for NET_SAM_DELTAS.Günther Deschner2008-02-151-52/+0