index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
rpc_client
/
cli_netlogon.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-09
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
1
-5
/
+5
2011-06-09
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
1
-7
/
+7
2011-04-13
s3-rpc_client: add and use rpc_client/rpc_client.h.
Günther Deschner
1
-0
/
+1
2011-02-06
s3: Fix some nonempty blank lines
Volker Lendecke
1
-1
/
+1
2011-02-04
s3-winbindd: let winbind try to use samlogon validation level 6. (bug #7945)
Günther Deschner
1
-4
/
+58
2011-01-24
s3-rpcclient: allow to define validation level for samlogon.
Günther Deschner
1
-1
/
+1
2011-01-13
s3-rpc_client: prefer dcerpc_netr_X functions.
Günther Deschner
1
-27
/
+65
2010-05-28
s3-rpc_client: move protos to init_netlogon.h
Günther Deschner
1
-0
/
+1
2010-05-18
s3-rpc_client: move protos to cli_netlogon.h
Günther Deschner
1
-0
/
+1
2010-02-23
s3:cli_netlogon: keep the the correct negotiate_flags on the cli->dc structure
Stefan Metzmacher
1
-2
/
+6
2010-01-10
s3: Remove some unused variables
Volker Lendecke
1
-7
/
+0
2009-11-26
s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...
Günther Deschner
1
-0
/
+1
2009-10-16
s3-netlogon: fix updating trust accout passwords with downlevel domains.
Günther Deschner
1
-2
/
+2
2009-10-13
s3: use enum netr_SchannelType all over the place.
Günther Deschner
1
-1
/
+1
2009-10-13
s3-netlogon: pass down account name to remote password set functions.
Günther Deschner
1
-1
/
+2
2009-10-06
s3-netlogon: setup NETLOGON credential chain in rpccli_netlogon_set_trust_pas...
Günther Deschner
1
-13
/
+14
2009-10-05
Revert "s3: Attempt to fix machine password change"
Volker Lendecke
1
-34
/
+17
2009-10-05
s3: Attempt to fix machine password change
Volker Lendecke
1
-17
/
+34
2009-06-25
s3-netlogon: remove remaining netlogon init functions.
Günther Deschner
1
-39
/
+39
2009-04-28
Do not panic unnecessarily
Volker Lendecke
1
-2
/
+4
2009-04-24
s3-netlogon: Start fixing rpccli_netlogon_setup_creds after auth merge.
Günther Deschner
1
-1
/
+2
2009-04-14
Make Samba3 use the new common libcli/auth code
Andrew Bartlett
1
-101
/
+54
2009-04-14
Rework Samba3 to use new libcli/auth code (partial)
Andrew Bartlett
1
-7
/
+8
2008-10-15
s3: fix samlogon client and server calls.
Günther Deschner
1
-10
/
+10
2008-09-21
netlogon: move password change code out to rpccli_netlogon_set_trust_password.
Günther Deschner
1
-0
/
+91
2008-07-30
rpc_client: Bug 5616 - fix session keys also in rpccli_netr_LogonSamLogonEx w...
Günther Deschner
1
-9
/
+6
2008-07-28
Attempt to fix bug 5616
Volker Lendecke
1
-9
/
+6
2008-07-21
Remove some unused code
Volker Lendecke
1
-91
/
+0
2008-07-21
Remove one reference to PI_NETLOGON
Volker Lendecke
1
-1
/
+2
2008-07-20
Allocate rpc_cli->dc in rpccli_netlogon_setup_creds()
Volker Lendecke
1
-6
/
+5
2008-04-20
Remove the pipe_idx variable from rpc_pipe_client
Volker Lendecke
1
-1
/
+1
2008-04-20
Add "desthost" to rpc_pipe_client
Volker Lendecke
1
-2
/
+2
2008-04-20
Refactoring: Make struct rpc_pipe_client its own talloc parent
Volker Lendecke
1
-2
/
+2
2008-04-02
Fix NETLOGON credential chain with Windows 2008 all over the place.
Günther Deschner
1
-0
/
+11
2008-03-27
Fix samlogon rpc client & server.
Günther Deschner
1
-6
/
+6
2008-03-27
Fix typo.
Günther Deschner
1
-2
/
+0
2008-02-27
Add my copyright.
Günther Deschner
1
-0
/
+1
2008-02-19
Fix some uninitialized data in new netlogon client.
Günther Deschner
1
-0
/
+9
2008-02-17
Remove unused marshalling for NET_AUTH3.
Günther Deschner
1
-52
/
+0
2008-02-17
Use rpccli_netr_LogonSamLogonEx in rpccli wrapping function.
Günther Deschner
1
-39
/
+57
2008-02-17
Finally let our samlogon routines call rpccli_netr_LogonSamLogon internally and
Günther Deschner
1
-140
/
+213
2008-02-16
Remove unused marshalling for NET_SRV_PWSET.
Günther Deschner
1
-48
/
+0
2008-02-16
Remove unused marshalling for NET_REQ_CHAL and NET_AUTH2.
Günther Deschner
1
-82
/
+2
2008-02-15
Replace DOM_CHAL with "struct netr_Credential" where we can right now.
Günther Deschner
1
-28
/
+24
2008-02-15
Remove unused marshalling for NET_SAM_SYNC.
Günther Deschner
1
-53
/
+0
2008-02-15
Remove unused marshalling for NET_SAM_DELTAS.
Günther Deschner
1
-52
/
+0
2008-02-13
Remove unused marshalling for NET_LOGON_CTRL and NET_LOGON_CTRL2.
Günther Deschner
1
-32
/
+0
2008-02-08
Remove unused marshalling for NET_DSR_GETDCNAME.
Günther Deschner
1
-136
/
+0
2008-02-07
Remove unused marshalling for NET_DSR_GESITENAME.
Günther Deschner
1
-42
/
+0
2008-02-07
Remove unused marshalling for NET_GETANYDCNAME and NET_GETANYDCNAME.
Günther Deschner
1
-78
/
+0
[next]