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
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
2008-01-25
Remove hand-written rpccli_netlogon_dsr_getdcnameex[2].
Günther Deschner
1
-103
/
+0
2007-12-28
Remove static zeros
Volker Lendecke
1
-4
/
+6
2007-12-21
Kill fstring in getdcname & getanydcname return.
Günther Deschner
1
-6
/
+8
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23380: netr_getdcname returns WERROR not NTSTATUS.
Günther Deschner
1
-7
/
+7
2007-10-10
r23219: Two warnings
Volker Lendecke
1
-1
/
+2
2007-10-10
r23210: Very funny, we thought to use netr_GetDcName (e.g. in winbind) but we...
Günther Deschner
1
-23
/
+23
2007-10-10
r23127: Fill in some more netlogon dsgetdcname flavours (netr_DsRGetDCNameEx,
Günther Deschner
1
-61
/
+177
2007-10-10
r23091: Add rpccli_netlogon_sam_network_logon_ex, fix its parsing. This does not
Volker Lendecke
1
-0
/
+92
2007-10-10
r20970: Allow to define workstation for samlogon in rpcclient (for testing).
Günther Deschner
1
-1
/
+6
2007-10-10
r19161: Add NET_GETANYDCNAME (getdcname only gives the PDC while getanydcname
Günther Deschner
1
-0
/
+38
2007-10-10
r19143: getdcname on the NETLOGON pipe returns WERROR, not NTSTATUS.
Günther Deschner
1
-7
/
+7
2007-10-10
r18654: Rename "struct uuid" => "struct GUID" for consistency.
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r18188: merge 3.0-libndr branch
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r13639: Never overwrite the acct_flags in rpccli_netlogon_sam_network_logon().
Günther Deschner
1
-1
/
+0
2007-10-10
r13539: Add 128 bit creds processing client and server. Thanks to Andrew Bart...
Jeremy Allison
1
-1
/
+2
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-14
/
+14
2007-10-10
r12853: Fix segfault in "net rpc vampire|samdump" (Bugzilla #3390).
Günther Deschner
1
-4
/
+1
2007-10-10
r11853: Add Dsr_GetSiteName (handy for experimenting with GPOs).
Günther Deschner
1
-0
/
+41
2007-10-10
r11706: Implement dsr_getdcname client code. It's handy: It not only gives yo...
Volker Lendecke
1
-0
/
+123
2007-10-10
r11573: Adding Andrew Bartlett's patch to make machine account
Jeremy Allison
1
-8
/
+10
2007-10-10
r11492: Fix bug #3224 (I hope). Correctly use machine_account_name
Jeremy Allison
1
-2
/
+3
2007-10-10
r11338: Move knowledge of \\ needed into rpc_client/cli_netlogon
Jeremy Allison
1
-1
/
+3
2007-10-10
r11336: Start to get my control back :-). Volker, I think
Jeremy Allison
1
-2
/
+4
2007-10-10
r11320: Fix error handling for rpccli_netlogon_getdcname. Jeremy, the other f...
Volker Lendecke
1
-2
/
+2
2007-10-10
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
1
-5
/
+5
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-515
/
+345
2007-10-10
r10269: Server-side fix for creds change - revert jcmd's change.
Jeremy Allison
1
-1
/
+0
2007-10-10
r7415: * big change -- volker's new async winbindd from trunk
Gerald Carter
1
-20
/
+160
2007-10-10
r4561: This looks a lot larger than it is, this is to reduce the clutter on f...
Volker Lendecke
1
-10
/
+10
2007-10-10
r4286: Give back 8 byte lm_session_key in Netrsamlogon-reply.
Günther Deschner
1
-3
/
+9
2007-10-10
r1492: Rework our random number generation system.
Andrew Bartlett
1
-2
/
+2
[next]