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
r4194: added server side implementation of lsa_EnumPrivs
Andrew Tridgell
1
-1
/
+34
2007-10-10
r4193: added server side implementation of lsa_EnumAccountsWithUserRight
Andrew Tridgell
1
-7
/
+48
2007-10-10
r4192: added server side implementation of lsa_EnumAccountRights
Andrew Tridgell
1
-3
/
+47
2007-10-10
r4168: Implement QueryValue in the server
Jelmer Vernooij
1
-1
/
+27
2007-10-10
r4166: More small API fixes, keep registry structs as small as possible.
Jelmer Vernooij
1
-6
/
+4
2007-10-10
r4161: two more fixes for NT4 clients. Bugs found by kukks.
Andrew Tridgell
1
-2
/
+6
2007-10-10
r4155: More destinction between hives and predefined keys
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r4154: Add definitions for HKEY_PERFORMANCE_TEXT and HKEY_PERFORMANCE_NLSTEXT
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r4132: - Bunch of rather large fixes in the registry
Jelmer Vernooij
2
-32
/
+29
2007-10-10
r4118: don't assume that "unsigned int" is the same type as uint32_t
Andrew Tridgell
1
-1
/
+2
2007-10-10
r4117: fixed EnumValue in winreg server
Andrew Tridgell
1
-7
/
+5
2007-10-10
r4106: Add full name of two more hives
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r4096: move the samdb code to source/dsdb/
Stefan Metzmacher
3
-1045
/
+0
2007-10-10
r4087: - add idl and torture tests for drsuapi_DsReplicaGetInfo()
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r4086: - make dcerpc_ndr_request_table_send() the default and rename it to just
Stefan Metzmacher
1
-17
/
+21
2007-10-10
r4082: support alter_context requests
Stefan Metzmacher
2
-0
/
+133
2007-10-10
r4081: use clearer names
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r4075: implement RemoteTOD server function
Stefan Metzmacher
1
-1
/
+31
2007-10-10
r4058: added a type safe version of smb_xmalloc()
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4055: fixed more places to use type safe allocation macros
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4052: fixed a bunch of code to use the type safe _p allocation macros
Andrew Tridgell
3
-10
/
+20
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
[next]