Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3900: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r3899: fix compiler warnings | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r3898: Work towards local/server DCOM support, start working | Jelmer Vernooij | 13 | -26/+249 |
2007-10-10 | r3897: add a locking infrastructure | Simo Sorce | 6 | -18/+111 |
2007-10-10 | r3896: Correct header files in rpc server templates plus | Jelmer Vernooij | 4 | -12/+104 |
2007-10-10 | r3891: Add rot (Running Object Table) interface | Jelmer Vernooij | 8 | -3/+112 |
2007-10-10 | r3888: Just proving :-) to tridge that a Setfileinfo with a modified | Jeremy Allison | 1 | -2/+17 |
2007-10-10 | r3887: Much better understanding of delayed write time, and the interaction | Jeremy Allison | 1 | -4/+80 |
2007-10-10 | r3886: Trying to understand delayed file write update times. Added another | Jeremy Allison | 1 | -0/+97 |
2007-10-10 | r3885: Add security descriptor comparison to our RPC-SAMSYNC test. We now | Andrew Bartlett | 6 | -14/+76 |
2007-10-10 | r3881: Split up the LIBNDR_GEN subsystem into NDR_* and RPC_NDR_* subsystems. | Jelmer Vernooij | 14 | -178/+552 |
2007-10-10 | r3876: fix compiler warnings | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r3870: Delete wrappers for tdb_lockkeys() and tdb_unlockkeys(). | Tim Potter | 1 | -2/+0 |
2007-10-10 | r3869: in the NDR encoded replPropertyMetaData attribute in ADS | Stefan Metzmacher | 3 | -2/+32 |
2007-10-10 | r3861: - Put ndr and rpc client code in seperate files | Jelmer Vernooij | 9 | -35/+133 |
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 | 2 | -9/+131 |
2007-10-10 | r3836: - fixed the handling of NT_STATUS_BUFFER_TOO_SMALL in nttrans server | Andrew Tridgell | 3 | -1/+15 |
2007-10-10 | r3835: - added testing of setting an initial ACL on a file using NTTRANS create | Andrew Tridgell | 2 | -0/+108 |
2007-10-10 | r3834: - fixed XATTR_NTACL_NAME | Andrew Tridgell | 2 | -3/+3 |
2007-10-10 | r3833: NTACL is a better xattr name than DosAcl (tpot suggested this) | Andrew Tridgell | 4 | -17/+16 |
2007-10-10 | r3832: added NT ACL query/set to the posix NTVFS backend. The default ACL is | Andrew Tridgell | 11 | -5/+281 |
2007-10-10 | r3831: added nttrans server code for query/set security descriptor. This | Andrew Tridgell | 1 | -1/+106 |
2007-10-10 | r3830: unified the query/set security descriptor code with the rest of the | Andrew Tridgell | 9 | -97/+95 |
2007-10-10 | r3829: added a RAW-ACLS test suite that tests query/set of ACLs on a file | Andrew Tridgell | 8 | -31/+326 |
2007-10-10 | r3828: added testing of opening an existing file with EAs (the EAs are ignored) | Andrew Tridgell | 1 | -2/+22 |
2007-10-10 | r3827: fixed copyright notices to remove simo and lkcl who have no code left ... | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r3826: - added testing of ea lists in NTTRANS CREATE | Andrew Tridgell | 7 | -18/+180 |
2007-10-10 | r3821: added client side code and test code for NTTRANS_CREATE | Andrew Tridgell | 2 | -0/+309 |
2007-10-10 | r3810: create a LIB_SECURITY subsystem | Stefan Metzmacher | 24 | -234/+358 |
2007-10-10 | r3809: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r3808: Put these in the same order as the IDL, to make it easier to spot what... | Andrew Bartlett | 1 | -8/+8 |
2007-10-10 | r3807: Cross-check the basic attributes for groups and aliases in RPC-SAMSYNC. | Andrew Bartlett | 4 | -12/+118 |
2007-10-10 | r3806: added support to smb_server and pvfs for the NTTRANS Create call. This | Andrew Tridgell | 9 | -19/+170 |
2007-10-10 | r3805: Fix the LSA portions of the RPC-SAMSYNC test - I was not using the LSA | Andrew Bartlett | 2 | -3/+78 |
2007-10-10 | r3804: Add more comparison tests in RPC-SAMSYNC. | Andrew Bartlett | 7 | -68/+252 |
2007-10-10 | r3803: fixed detection of xattr support | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3801: added allocation size rounding. This is needed for ifstest. | Andrew Tridgell | 5 | -6/+23 |
2007-10-10 | r3800: - fixed delete-on-close behaviour for streams | Andrew Tridgell | 3 | -2/+34 |
2007-10-10 | r3799: - added the bit for FS_ATTR_NAMED_STREAMS support into qfsinfo filesys... | Andrew Tridgell | 6 | -4/+39 |
2007-10-10 | r3798: added support for alternate data streams in xattrs into pvfs. | Andrew Tridgell | 20 | -110/+736 |
2007-10-10 | r3793: add some streams tests that show how the :$DATA suffix is handled | Andrew Tridgell | 1 | -1/+23 |
2007-10-10 | r3792: improved the posix -> nt error mapping, so we get things like | Andrew Tridgell | 2 | -1/+14 |
2007-10-10 | r3791: fixed declaration of torture_rpc_login | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3790: use a registration function that is called from dcerpc_*_init functions | Jelmer Vernooij | 14 | -209/+167 |
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 | r3787: a function to generate a random GUID | Stefan Metzmacher | 1 | -0/+10 |
2007-10-10 | r3786: send a mechListMIC to make the current samba3 client happy | Stefan Metzmacher | 1 | -1/+9 |
2007-10-10 | r3785: this strings are not const | Stefan Metzmacher | 1 | -2/+2 |