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
/
include
/
rpc_netlogon.h
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r24158: SE_GROUP_RESOURCE in the other_sids list apparently means a
Gerald Carter
1
-1
/
+1
2007-10-10
r23808: Make us a bit more C++ friendly. Thanks to Constantine Vetoshev
Volker Lendecke
1
-3
/
+3
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
-1
/
+1
2007-10-10
r23210: Very funny, we thought to use netr_GetDcName (e.g. in winbind) but we...
Günther Deschner
1
-15
/
+15
2007-10-10
r23127: Fill in some more netlogon dsgetdcname flavours (netr_DsRGetDCNameEx,
Günther Deschner
1
-2
/
+95
2007-10-10
r22712: Inform the user when logging in via pam_winbind
Gerald Carter
1
-0
/
+1
2007-10-10
r19161: Add NET_GETANYDCNAME (getdcname only gives the PDC while getanydcname
Günther Deschner
1
-0
/
+18
2007-10-10
r19143: getdcname on the NETLOGON pipe returns WERROR, not NTSTATUS.
Günther Deschner
1
-1
/
+1
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
-12
/
+12
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-10
/
+0
2007-10-10
r14049: Found some more MSV1_0 bits and their behaviour;
Günther Deschner
1
-2
/
+14
2007-10-10
r13439: Fix NET_SAM_LOGON_EX.
Jeremy Allison
1
-1
/
+1
2007-10-10
r13433: Get ready to implement NET_SAM_LOGON_EX.
Jeremy Allison
1
-0
/
+26
2007-10-10
r13399: Get closer to passing RPC-SCHANNEL test.
Jeremy Allison
1
-0
/
+51
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-2
/
+11
2007-10-10
r12096: Change uint32_t to uint32. Jerry, please pick this change up for
Jeremy Allison
1
-1
/
+1
2007-10-10
r11853: Add Dsr_GetSiteName (handy for experimenting with GPOs).
Günther Deschner
1
-0
/
+15
2007-10-10
r11706: Implement dsr_getdcname client code. It's handy: It not only gives yo...
Volker Lendecke
1
-0
/
+34
2007-10-10
r11573: Adding Andrew Bartlett's patch to make machine account
Jeremy Allison
1
-0
/
+3
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-179
/
+106
2007-10-10
r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...
Gerald Carter
1
-1
/
+12
2007-10-10
r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...
Gerald Carter
1
-7
/
+7
2007-10-10
r4946: Our notion the other_sids in the info3 SamLogon struct was
Volker Lendecke
1
-2
/
+1
2007-10-10
r4287: Vampire SAM_DELTA_DOMAIN_INFO.
Günther Deschner
1
-5
/
+42
2007-10-10
r4286: Give back 8 byte lm_session_key in Netrsamlogon-reply.
Günther Deschner
1
-1
/
+3
2007-10-10
r1283: Fix typo
Volker Lendecke
1
-1
/
+1
2007-10-10
r991: Allow winbindd to use the domain trust account password
Gerald Carter
1
-7
/
+35
2004-04-02
Implement NETLOGON GetDCName client side. You can ask a DC for the name of
Volker Lendecke
1
-0
/
+20
2003-03-24
(merge from HEAD)
Andrew Bartlett
1
-1
/
+1
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-94
/
+99
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2001-12-12
decoded SAM_DELTA 0x0e and 0x12.
Jean-François Micouleau
1
-0
/
+59
2001-12-12
a ugly decoder for SAM_DELTA_DOM_INFO (0x0d)
Jean-François Micouleau
1
-3
/
+88
2001-09-30
Make header comment clearer, these are RIDs, not UIDs.
Andrew Bartlett
1
-2
/
+3
2001-09-22
These are RIDs not Unix UIDs so make this clear in the feild names.
Andrew Bartlett
1
-2
/
+2
2001-09-04
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
1
-8
/
+5
2001-08-28
Merge of SAM delta type constants and BDC replication types from TNG.
Tim Potter
1
-0
/
+282
2001-08-27
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
1
-12
/
+10
2001-05-24
Added structures for LOGON_CTRL rpc.
Tim Potter
1
-21
/
+55
2001-04-23
Fix "proc num out of range" error. Missing rpc call.
Jeremy Allison
1
-2
/
+17
2001-02-24
This patch (donated by Marc Jacobsen of HP) should make Sun and HP very happy...
Jeremy Allison
1
-14
/
+45
2000-10-10
a netlogon enum trust query doesn't have a function_code at end.
Jean-François Micouleau
1
-2
/
+0
2000-09-06
Fix for the SID history problem when using a Win2k domain controller
Jeremy Allison
1
-1
/
+4
2000-06-09
dynamic allocation of NET_USER_INFO_3 gids.
Luke Leighton
1
-2
/
+2
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-290
/
+34
1999-12-01
damn, that took a while. nt login password was being stored incorrectly
Luke Leighton
1
-2
/
+2
1999-11-16
attempting to get nt5 wksta to join domain.
Luke Leighton
1
-1
/
+1
[next]