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
/
librpc
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r4003: run successful against a nt4 sp6 pdc with one nt4 sp6 trust and a w2k3...
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r4001: fix segfault fix auth failed
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r3999: - reply with the same DsBindInfo blob as w2k3 in the server function
Stefan Metzmacher
1
-2
/
+37
2007-10-10
r3997: fix STR_CHARLEN pull case
Stefan Metzmacher
1
-21
/
+25
2007-10-10
r3996: add some comments
Stefan Metzmacher
1
-5
/
+5
2007-10-10
r3984: success full parse the repsFrom/repsTo LDAP fields
Stefan Metzmacher
2
-28
/
+36
2007-10-10
r3978: added IDL and test code for lsa_LookupSids2() and lsa_LookupNames2()
Andrew Tridgell
1
-2
/
+51
2007-10-10
r3972: use GUID_* naming context and move GUID_* functions to one place
Stefan Metzmacher
4
-86
/
+146
2007-10-10
r3956: start to decode the repsFrom and repsTo fileds but not ready
Stefan Metzmacher
3
-0
/
+48
2007-10-10
r3942: decode the 'replUpToDateVector' blob
Stefan Metzmacher
1
-6
/
+63
2007-10-10
r3941: make sure we don't keep pounding on a ncacn_ip_tcp connection after it...
Andrew Tridgell
1
-0
/
+6
2007-10-10
r3939: - added "posix:fakeoplocks" option for testing with oplocks forced on
Andrew Tridgell
1
-1
/
+17
2007-10-10
r3927: add idl file for NDR encoded LDAP attributes used for the directory se...
Stefan Metzmacher
2
-1
/
+41
2007-10-10
r3922: Add yet another NETLOGON RPC. This is another varient of SamLogon,
Andrew Bartlett
1
-3
/
+12
2007-10-10
r3920: - it seem that we need to send a magic bind_guid in DsBind()
Stefan Metzmacher
1
-3
/
+37
2007-10-10
r3919: Add more info levels to the QueryTrustedDomainInfo structures, with
Andrew Bartlett
1
-6
/
+72
2007-10-10
r3917: A few more LSA RPCs found in my wanderings (for trusted domains, these
Andrew Bartlett
1
-3
/
+14
2007-10-10
r3914: add idl, torture test and simple server for netr_DrsGetDCNameEx2()
Stefan Metzmacher
1
-1
/
+22
2007-10-10
r3908: We know that this field is a flag of some kind, and matches the output...
Andrew Bartlett
1
-1
/
+1
2007-10-10
r3907: * Rename lsa_Name to lsa_String
Andrew Bartlett
1
-31
/
+60
2007-10-10
r3904: * Add new LSA calls to open trusted domains
Andrew Bartlett
2
-10
/
+24
2007-10-10
r3896: Correct header files in rpc server templates plus
Jelmer Vernooij
2
-0
/
+27
2007-10-10
r3891: Add rot (Running Object Table) interface
Jelmer Vernooij
2
-1
/
+55
2007-10-10
r3885: Add security descriptor comparison to our RPC-SAMSYNC test. We now
Andrew Bartlett
3
-12
/
+7
2007-10-10
r3881: Split up the LIBNDR_GEN subsystem into NDR_* and RPC_NDR_* subsystems.
Jelmer Vernooij
1
-136
/
+446
2007-10-10
r3869: in the NDR encoded replPropertyMetaData attribute in ADS
Stefan Metzmacher
1
-1
/
+29
2007-10-10
r3861: - Put ndr and rpc client code in seperate files
Jelmer Vernooij
3
-4
/
+64
2007-10-10
r3838: use "security.NTACL" instead of "security.NTAcl" for the xattr name fo...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3837: added support for LsaLookupSids in the LSA rpc server. This allows the...
Andrew Tridgell
1
-7
/
+7
2007-10-10
r3833: NTACL is a better xattr name than DosAcl (tpot suggested this)
Andrew Tridgell
1
-7
/
+6
2007-10-10
r3832: added NT ACL query/set to the posix NTVFS backend. The default ACL is
Andrew Tridgell
1
-0
/
+23
2007-10-10
r3830: unified the query/set security descriptor code with the rest of the
Andrew Tridgell
1
-56
/
+0
2007-10-10
r3829: added a RAW-ACLS test suite that tests query/set of ACLs on a file
Andrew Tridgell
1
-2
/
+21
2007-10-10
r3810: create a LIB_SECURITY subsystem
Stefan Metzmacher
9
-116
/
+133
2007-10-10
r3807: Cross-check the basic attributes for groups and aliases in RPC-SAMSYNC.
Andrew Bartlett
2
-5
/
+6
2007-10-10
r3806: added support to smb_server and pvfs for the NTTRANS Create call. This
Andrew Tridgell
1
-0
/
+2
2007-10-10
r3804: Add more comparison tests in RPC-SAMSYNC.
Andrew Bartlett
2
-17
/
+15
2007-10-10
r3798: added support for alternate data streams in xattrs into pvfs.
Andrew Tridgell
1
-2
/
+6
2007-10-10
r3792: improved the posix -> nt error mapping, so we get things like
Andrew Tridgell
1
-1
/
+2
2007-10-10
r3790: use a registration function that is called from dcerpc_*_init functions
Jelmer Vernooij
4
-27
/
+84
2007-10-10
r3787: a function to generate a random GUID
Stefan Metzmacher
1
-0
/
+10
2007-10-10
r3785: this strings are not const
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r3747: - added some of the infrastructure needed for streams support in pvfs
Andrew Tridgell
1
-0
/
+19
2007-10-10
r3740: Convert more files to .mk, fix the build
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r3737: - Get rid of the register_subsystem() and register_backend() functions.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r3734: Fix some incorrect dependencies
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r3733: More build system fixes/features:
Jelmer Vernooij
2
-8
/
+1
2007-10-10
r3724: Rename a number of structures, for better consistance between SAMR and
Andrew Bartlett
2
-106
/
+106
2007-10-10
r3716: Improvements in the RPC-SAMSYNC tests:
Andrew Bartlett
1
-9
/
+33
2007-10-10
r3689: Large number of COM updates:
Jelmer Vernooij
1
-18
/
+13
[next]