summaryrefslogtreecommitdiffstats
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
...
* r4102: more uint64 vs HYPER_T fixesStefan Metzmacher2007-10-104-14/+20
* r4100: fix drsuapi_DsReplicaObjMetaData2() idlStefan Metzmacher2007-10-101-16/+15
* r4098: catch null guid string so RPC-DRSUAPI works against my serverAndrew Tridgell2007-10-101-0/+4
* r4087: - add idl and torture tests for drsuapi_DsReplicaGetInfo()Stefan Metzmacher2007-10-101-3/+283
* r4086: - make dcerpc_ndr_request_table_send() the default and rename it to justStefan Metzmacher2007-10-102-46/+33
* r4081: use clearer namesStefan Metzmacher2007-10-102-3/+3
* r4078: use clearer namesStefan Metzmacher2007-10-101-3/+3
* r4075: implement RemoteTOD server functionStefan Metzmacher2007-10-101-4/+4
* r4072: - changed the names of some of the well known sids to be more consistentAndrew Tridgell2007-10-101-5/+48
* r4057: unknown5 represents the account policy "Users must logon to changeGünther Deschner2007-10-101-1/+1
* r4055: fixed more places to use type safe allocation macrosAndrew Tridgell2007-10-101-2/+2
* r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell2007-10-103-4/+4
* r4051: use talloc_array() instead of talloc() when allocating arrays in auto-...Andrew Tridgell2007-10-101-1/+1
* r4042: fix segfault on server schannel connectionsStefan Metzmacher2007-10-101-1/+4
* r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell2007-10-101-1/+1
* r4035: more effort on consistent naming of the access mask bits.Andrew Tridgell2007-10-101-18/+30
* r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell2007-10-102-5/+100
* r4003: run successful against a nt4 sp6 pdc with one nt4 sp6 trust and a w2k3...Stefan Metzmacher2007-10-101-4/+4
* r4001: fix segfault fix auth failedStefan Metzmacher2007-10-101-0/+1
* r3999: - reply with the same DsBindInfo blob as w2k3 in the server functionStefan Metzmacher2007-10-101-2/+37
* r3997: fix STR_CHARLEN pull caseStefan Metzmacher2007-10-101-21/+25
* r3996: add some commentsStefan Metzmacher2007-10-101-5/+5
* r3984: success full parse the repsFrom/repsTo LDAP fieldsStefan Metzmacher2007-10-102-28/+36
* r3978: added IDL and test code for lsa_LookupSids2() and lsa_LookupNames2()Andrew Tridgell2007-10-101-2/+51
* r3972: use GUID_* naming context and move GUID_* functions to one placeStefan Metzmacher2007-10-104-86/+146
* r3956: start to decode the repsFrom and repsTo fileds but not readyStefan Metzmacher2007-10-103-0/+48
* r3942: decode the 'replUpToDateVector' blobStefan Metzmacher2007-10-101-6/+63
* r3941: make sure we don't keep pounding on a ncacn_ip_tcp connection after it...Andrew Tridgell2007-10-101-0/+6
* r3939: - added "posix:fakeoplocks" option for testing with oplocks forced onAndrew Tridgell2007-10-101-1/+17
* r3927: add idl file for NDR encoded LDAP attributes used for the directory se...Stefan Metzmacher2007-10-102-1/+41
* r3922: Add yet another NETLOGON RPC. This is another varient of SamLogon,Andrew Bartlett2007-10-101-3/+12
* r3920: - it seem that we need to send a magic bind_guid in DsBind()Stefan Metzmacher2007-10-101-3/+37
* r3919: Add more info levels to the QueryTrustedDomainInfo structures, withAndrew Bartlett2007-10-101-6/+72
* r3917: A few more LSA RPCs found in my wanderings (for trusted domains, theseAndrew Bartlett2007-10-101-3/+14
* r3914: add idl, torture test and simple server for netr_DrsGetDCNameEx2()Stefan Metzmacher2007-10-101-1/+22
* r3908: We know that this field is a flag of some kind, and matches the output...Andrew Bartlett2007-10-101-1/+1
* r3907: * Rename lsa_Name to lsa_StringAndrew Bartlett2007-10-101-31/+60
* r3904: * Add new LSA calls to open trusted domainsAndrew Bartlett2007-10-102-10/+24
* r3896: Correct header files in rpc server templates plusJelmer Vernooij2007-10-102-0/+27
* r3891: Add rot (Running Object Table) interfaceJelmer Vernooij2007-10-102-1/+55
* r3885: Add security descriptor comparison to our RPC-SAMSYNC test. We nowAndrew Bartlett2007-10-103-12/+7
* r3881: Split up the LIBNDR_GEN subsystem into NDR_* and RPC_NDR_* subsystems.Jelmer Vernooij2007-10-101-136/+446
* r3869: in the NDR encoded replPropertyMetaData attribute in ADSStefan Metzmacher2007-10-101-1/+29
* r3861: - Put ndr and rpc client code in seperate filesJelmer Vernooij2007-10-103-4/+64
* r3838: use "security.NTACL" instead of "security.NTAcl" for the xattr name fo...Andrew Tridgell2007-10-101-1/+1
* r3837: added support for LsaLookupSids in the LSA rpc server. This allows the...Andrew Tridgell2007-10-101-7/+7
* r3833: NTACL is a better xattr name than DosAcl (tpot suggested this)Andrew Tridgell2007-10-101-7/+6
* r3832: added NT ACL query/set to the posix NTVFS backend. The default ACL isAndrew Tridgell2007-10-101-0/+23
* r3830: unified the query/set security descriptor code with the rest of theAndrew Tridgell2007-10-101-56/+0
* r3829: added a RAW-ACLS test suite that tests query/set of ACLs on a fileAndrew Tridgell2007-10-101-2/+21