summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4247: two more places that need the unlink hookAndrew Tridgell1-0/+5
2007-10-10r4246: some very brief notes to myself on solving the case insensitivityAndrew Tridgell1-0/+15
2007-10-10r4245: add a note about using a tdb to store xattr information, so you canAndrew Tridgell1-2/+8
2007-10-10r4244: add more calls to pvfs_xattr_unlink_hook() on file/dir create, to try ...Andrew Tridgell1-0/+4
2007-10-10r4243: a sniff from kukks showed that the ea_set interface in trans2 setfilei...Andrew Tridgell10-90/+101
2007-10-10r4242: added support for storing xattrs in a tdb. This allows all advanced NTAndrew Tridgell8-68/+425
2007-10-10r4232: added server support for multi-part SMBtrans requests, whileAndrew Tridgell3-87/+257
2007-10-10r4230: now that we set the FLAGS2_EXTENDED_ATTRIBUTES flag, we should markAndrew Tridgell1-1/+1
2007-10-10r4229: - added support for multi-part SMBtrans and SMBtrans2 requests in theAndrew Tridgell2-18/+106
2007-10-10r4228: make sure the caller knows the packet is in error when a signing error...Andrew Tridgell1-0/+1
2007-10-10r4227: index the privilege attribute to make lsa privilege calls efficientAndrew Tridgell1-0/+1
2007-10-10r4214: possibly fix the "no-EAs" bug from OS/2Andrew Tridgell1-7/+2
2007-10-10r4213: Store REG_SZ in UTF16, not the unix charset..Jelmer Vernooij4-30/+13
2007-10-10r4210: Add simple example of a registry hive LDIF fileJelmer Vernooij1-0/+43
2007-10-10r4209: Fix several smaller bugsJelmer Vernooij9-72/+181
2007-10-10r4207: remove "lookupname" and "lookupsid", and instead have a single "lookup...Andrew Tridgell1-41/+24
2007-10-10r4206: fixed a status code check in lsa_LookupNames2 that could cause a segvAndrew Tridgell1-3/+4
2007-10-10r4205: fixed the default acl mapping from posix permissions to use the mappedAndrew Tridgell1-33/+33
2007-10-10r4204: Arguments to reg_del_key more like the RPC for more efficient usageJelmer Vernooij9-198/+175
2007-10-10r4203: the bind_info blob isn't a const.Stefan Metzmacher2-26/+89
2007-10-10r4202: added smbclient commands "addprivileges" and "delprivileges" forAndrew Tridgell3-1/+153
2007-10-10r4201: Remove duplicate const.Tim Potter1-1/+1
2007-10-10r4200: Fix some more warnings.Tim Potter1-3/+3
2007-10-10r4199: - added server side code for lsa_RemoveAccountRights (sharing codeAndrew Tridgell1-18/+42
2007-10-10r4198: - added server side code for lsa_AddAccountRightsAndrew Tridgell1-5/+63
2007-10-10r4197: Remove silly extra const.Tim Potter2-2/+2
2007-10-10r4196: - added server side code for lsa_LookupPrivDisplayNameAndrew Tridgell2-28/+163
2007-10-10r4195: added IDL, test suite and server side code for lsa_LookupPrivValueAndrew Tridgell3-18/+60
2007-10-10r4194: added server side implementation of lsa_EnumPrivsAndrew Tridgell1-1/+34
2007-10-10r4193: added server side implementation of lsa_EnumAccountsWithUserRightAndrew Tridgell1-7/+48
2007-10-10r4192: added server side implementation of lsa_EnumAccountRightsAndrew Tridgell1-3/+47
2007-10-10r4183: expanded the RAW-MKDIR torture test to test creation of EA listsAndrew Tridgell1-11/+33
2007-10-10r4182: fixed trans2 mkdir, allowing mkdir with an initial EA listAndrew Tridgell3-2/+97
2007-10-10r4181: use int32 for levelStefan Metzmacher1-2/+2
2007-10-10r4180: use the same syntax as the other torture testsStefan Metzmacher1-5/+6
2007-10-10r4179: - nicer code layoutStefan Metzmacher1-20/+10
2007-10-10r4178: the level is mostly singed not unsignedStefan Metzmacher1-1/+1
2007-10-10r4177: add some more error codesStefan Metzmacher2-1/+6
2007-10-10r4176: I just remeber that I have already implement STR_CONFORMANTStefan Metzmacher2-8/+3
2007-10-10r4175: InitiateSystemShutdownEx IDL and torture testJelmer Vernooij2-1/+38
2007-10-10r4174: nicer debug outputStefan Metzmacher1-1/+1
2007-10-10r4173: - new t2open code, that can cope with "create with EAs". Many thanksAndrew Tridgell11-338/+301
2007-10-10r4172: commit a DsReplicaSync() torture testStefan Metzmacher1-0/+63
2007-10-10r4171: an attempt at better IDL for DsReplicaSyncAndrew Tridgell1-3/+4
2007-10-10r4170: don't check array size for conformant arrays (they are checked separat...Andrew Tridgell1-1/+2
2007-10-10r4169: add descriptions about binding and unc strings to theStefan Metzmacher1-1/+45
2007-10-10r4168: Implement QueryValue in the serverJelmer Vernooij3-1/+67
2007-10-10r4167: Fix CreateKeyJelmer Vernooij3-8/+32
2007-10-10r4166: More small API fixes, keep registry structs as small as possible.Jelmer Vernooij9-52/+13
2007-10-10r4165: added a 100 element name cache to cope with some amount of seekingAndrew Tridgell2-23/+50