summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r3909: Fix cross-reference test for trusted domains.Andrew Bartlett2007-10-101-4/+4
* 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-104-63/+125
* r3906: fix compiler warningsStefan Metzmacher2007-10-101-1/+1
* r3905: (oops, missing file: samsync.c)Andrew Bartlett2007-10-101-32/+207
* r3904: * Add new LSA calls to open trusted domainsAndrew Bartlett2007-10-105-20/+88
* r3903: better fix for -r 3902Stefan Metzmacher2007-10-101-2/+2
* r3902: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r3901: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r3900: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r3899: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r3898: Work towards local/server DCOM support, start workingJelmer Vernooij2007-10-1013-26/+249
* r3897: add a locking infrastructureSimo Sorce2007-10-106-18/+111
* r3896: Correct header files in rpc server templates plusJelmer Vernooij2007-10-104-12/+104
* r3891: Add rot (Running Object Table) interfaceJelmer Vernooij2007-10-108-3/+112
* r3888: Just proving :-) to tridge that a Setfileinfo with a modifiedJeremy Allison2007-10-101-2/+17
* r3887: Much better understanding of delayed write time, and the interactionJeremy Allison2007-10-101-4/+80
* r3886: Trying to understand delayed file write update times. Added anotherJeremy Allison2007-10-101-0/+97
* r3885: Add security descriptor comparison to our RPC-SAMSYNC test. We nowAndrew Bartlett2007-10-106-14/+76
* r3881: Split up the LIBNDR_GEN subsystem into NDR_* and RPC_NDR_* subsystems.Jelmer Vernooij2007-10-1014-178/+552
* r3876: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r3870: Delete wrappers for tdb_lockkeys() and tdb_unlockkeys().Tim Potter2007-10-101-2/+0
* r3869: in the NDR encoded replPropertyMetaData attribute in ADSStefan Metzmacher2007-10-103-2/+32
* r3861: - Put ndr and rpc client code in seperate filesJelmer Vernooij2007-10-109-35/+133
* 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-102-9/+131
* r3836: - fixed the handling of NT_STATUS_BUFFER_TOO_SMALL in nttrans serverAndrew Tridgell2007-10-103-1/+15
* r3835: - added testing of setting an initial ACL on a file using NTTRANS createAndrew Tridgell2007-10-102-0/+108
* r3834: - fixed XATTR_NTACL_NAMEAndrew Tridgell2007-10-102-3/+3
* r3833: NTACL is a better xattr name than DosAcl (tpot suggested this)Andrew Tridgell2007-10-104-17/+16
* r3832: added NT ACL query/set to the posix NTVFS backend. The default ACL isAndrew Tridgell2007-10-1011-5/+281
* r3831: added nttrans server code for query/set security descriptor. ThisAndrew Tridgell2007-10-101-1/+106
* r3830: unified the query/set security descriptor code with the rest of theAndrew Tridgell2007-10-109-97/+95
* r3829: added a RAW-ACLS test suite that tests query/set of ACLs on a fileAndrew Tridgell2007-10-108-31/+326
* r3828: added testing of opening an existing file with EAs (the EAs are ignored)Andrew Tridgell2007-10-101-2/+22
* r3827: fixed copyright notices to remove simo and lkcl who have no code left ...Andrew Tridgell2007-10-101-3/+2
* r3826: - added testing of ea lists in NTTRANS CREATEAndrew Tridgell2007-10-107-18/+180
* r3821: added client side code and test code for NTTRANS_CREATEAndrew Tridgell2007-10-102-0/+309
* r3810: create a LIB_SECURITY subsystemStefan Metzmacher2007-10-1024-234/+358
* r3809: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r3808: Put these in the same order as the IDL, to make it easier to spot what...Andrew Bartlett2007-10-101-8/+8
* r3807: Cross-check the basic attributes for groups and aliases in RPC-SAMSYNC.Andrew Bartlett2007-10-104-12/+118
* r3806: added support to smb_server and pvfs for the NTTRANS Create call. ThisAndrew Tridgell2007-10-109-19/+170
* r3805: Fix the LSA portions of the RPC-SAMSYNC test - I was not using the LSAAndrew Bartlett2007-10-102-3/+78
* r3804: Add more comparison tests in RPC-SAMSYNC.Andrew Bartlett2007-10-107-68/+252
* r3803: fixed detection of xattr supportAndrew Tridgell2007-10-101-0/+1
* r3801: added allocation size rounding. This is needed for ifstest.Andrew Tridgell2007-10-105-6/+23
* r3800: - fixed delete-on-close behaviour for streamsAndrew Tridgell2007-10-103-2/+34
* r3799: - added the bit for FS_ATTR_NAMED_STREAMS support into qfsinfo filesys...Andrew Tridgell2007-10-106-4/+39
* r3798: added support for alternate data streams in xattrs into pvfs.Andrew Tridgell2007-10-1020-110/+736