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
/
source4
/
rpc_server
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r4041: fix cut-n-paste typo
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4012: split out the lsa lookup single name logic into a separate function
Andrew Tridgell
1
-24
/
+34
2007-10-10
r4000: DATA_BLOB.data is uint8_t * not void * :-)
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r3999: - reply with the same DsBindInfo blob as w2k3 in the server function
Stefan Metzmacher
1
-4
/
+17
2007-10-10
r3994: - removed the unused reference count code in lsa server
Andrew Tridgell
1
-37
/
+39
2007-10-10
r3992: provide hooks for lsa to lookup sids allocated using the linear id->si...
Andrew Tridgell
1
-17
/
+43
2007-10-10
r3980: added server side support for lsa_LookupNames() and lsa_LookupNames2()
Andrew Tridgell
1
-36
/
+179
2007-10-10
r3979: added server side code for lsa_LookupSids2() and fixed authority_name
Andrew Tridgell
1
-33
/
+110
2007-10-10
r3977: fixed the lmPwdHash change in the rpc server (we were not fetching the
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3972: use GUID_* naming context and move GUID_* functions to one place
Stefan Metzmacher
2
-3
/
+3
2007-10-10
r3968: fix compiler warnings
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r3953: the lm verifier key in passwoed ChangePasswordUser3 is based on the nt
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3952: added validation of the lm and nt verifiers to our server side passwor...
Andrew Tridgell
1
-2
/
+41
2007-10-10
r3922: Add yet another NETLOGON RPC. This is another varient of SamLogon,
Andrew Bartlett
1
-3
/
+3
2007-10-10
r3920: - it seem that we need to send a magic bind_guid in DsBind()
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r3917: A few more LSA RPCs found in my wanderings (for trusted domains, these
Andrew Bartlett
1
-6
/
+6
2007-10-10
r3914: add idl, torture test and simple server for netr_DrsGetDCNameEx2()
Stefan Metzmacher
1
-4
/
+41
2007-10-10
r3907: * Rename lsa_Name to lsa_String
Andrew Bartlett
1
-17
/
+17
2007-10-10
r3904: * Add new LSA calls to open trusted domains
Andrew Bartlett
1
-2
/
+2
2007-10-10
r3898: Work towards local/server DCOM support, start working
Jelmer Vernooij
3
-1
/
+54
2007-10-10
r3896: Correct header files in rpc server templates plus
Jelmer Vernooij
1
-11
/
+73
2007-10-10
r3891: Add rot (Running Object Table) interface
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r3885: Add security descriptor comparison to our RPC-SAMSYNC test. We now
Andrew Bartlett
1
-2
/
+2
2007-10-10
r3881: Split up the LIBNDR_GEN subsystem into NDR_* and RPC_NDR_* subsystems.
Jelmer Vernooij
1
-13
/
+24
2007-10-10
r3837: added support for LsaLookupSids in the LSA rpc server. This allows the...
Andrew Tridgell
1
-2
/
+124
2007-10-10
r3810: create a LIB_SECURITY subsystem
Stefan Metzmacher
2
-2
/
+2
2007-10-10
r3809: fix compiler warning
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r3807: Cross-check the basic attributes for groups and aliases in RPC-SAMSYNC.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r3804: Add more comparison tests in RPC-SAMSYNC.
Andrew Bartlett
2
-8
/
+8
2007-10-10
r3790: use a registration function that is called from dcerpc_*_init functions
Jelmer Vernooij
2
-11
/
+9
2007-10-10
r3789: - fix error handling
Stefan Metzmacher
2
-21
/
+41
2007-10-10
r3788: give new accounts and groups a objectGUID
Stefan Metzmacher
1
-16
/
+27
2007-10-10
r3784: do a samdb lookup for the DsCrackNames server
Stefan Metzmacher
3
-16
/
+154
2007-10-10
r3783: - don't use make proto for ldb anymore
Stefan Metzmacher
7
-2
/
+9
2007-10-10
r3737: - Get rid of the register_subsystem() and register_backend() functions.
Jelmer Vernooij
4
-34
/
+2
2007-10-10
r3733: More build system fixes/features:
Jelmer Vernooij
2
-21
/
+12
2007-10-10
r3724: Rename a number of structures, for better consistance between SAMR and
Andrew Bartlett
2
-152
/
+152
2007-10-10
r3689: Large number of COM updates:
Jelmer Vernooij
3
-73
/
+5
2007-10-10
r3686: The results of some work on the NETLOGON pipe:
Andrew Bartlett
1
-4
/
+7
2007-10-10
r3667: Small COM fixes
Jelmer Vernooij
2
-7
/
+17
2007-10-10
r3630: More work on DCOM server side
Jelmer Vernooij
3
-11
/
+45
2007-10-10
r3629: A bit of work on the DCOM server architecture, small fixes
Jelmer Vernooij
5
-38
/
+94
2007-10-10
r3599: fixed a couple of memory errors in the rpc netlogon server
Andrew Tridgell
1
-2
/
+3
2007-10-10
r3586: Fix some of the issues with the module init functions.
Jelmer Vernooij
3
-6
/
+19
2007-10-10
r3513: Add (the infrastructure for) DCOM support. Contents:
Jelmer Vernooij
4
-16
/
+85
2007-10-10
r3509: - comment out a unused var
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r3507: - added deferred replies on sharing violation in pvfs open. The
Andrew Tridgell
2
-18
/
+7
2007-10-10
r3497: removed some include cruft, and split out librpc/gen_ndr/tables.h
Andrew Tridgell
2
-0
/
+2
2007-10-10
r3486: Add RemoteActivation server
Jelmer Vernooij
4
-2
/
+81
[next]