summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r4281: fixed an ldb indexing bug in ldb found by volker.Andrew Tridgell2007-10-103-8/+19
* r4280: added server side support for lsa_AddPrivilegesToAccount() and lsa_Rem...Andrew Tridgell2007-10-101-119/+203
* r4279: added IDL and test code for lsa_AddPrivilegesToAccount() and lsa_Remov...Andrew Tridgell2007-10-102-6/+83
* r4278: - added server support for lsa_EnumPrivsAccount()Andrew Tridgell2007-10-101-6/+52
* r4277: - added server support for lsa_EnumAccounts()Andrew Tridgell2007-10-102-17/+83
* r4276: added server side support for lsa_OpenAccount()Andrew Tridgell2007-10-101-2/+73
* r4275: improve the share type infoAndrew Tridgell2007-10-101-0/+6
* r4274: make the prototype RAP netshareenum call return something a bit more s...Andrew Tridgell2007-10-101-11/+12
* r4269: expanded the note about what you need on linux for xattr supportAndrew Tridgell2007-10-101-4/+17
* r4267: fixed the charset code to use the builtin_functions.Andrew Tridgell2007-10-101-12/+20
* r4264: fix acl handling on systems without xattr supportAndrew Tridgell2007-10-101-11/+15
* r4263: added support for the trans2 RAW_SEARCH_EA_LIST informationAndrew Tridgell2007-10-1010-15/+283
* r4262: a sniff from kukks showed that the FILE_ATTRIBUTE_NORMAL handling inAndrew Tridgell2007-10-103-12/+1
* r4261: added the RAW_FILEINFO_EA_LIST trans2 qfileinfo and qpathinfoAndrew Tridgell2007-10-107-50/+310
* r4247: two more places that need the unlink hookAndrew Tridgell2007-10-101-0/+5
* r4246: some very brief notes to myself on solving the case insensitivityAndrew Tridgell2007-10-101-0/+15
* r4245: add a note about using a tdb to store xattr information, so you canAndrew Tridgell2007-10-101-2/+8
* r4244: add more calls to pvfs_xattr_unlink_hook() on file/dir create, to try ...Andrew Tridgell2007-10-101-0/+4
* r4243: a sniff from kukks showed that the ea_set interface in trans2 setfilei...Andrew Tridgell2007-10-1010-90/+101
* r4242: added support for storing xattrs in a tdb. This allows all advanced NTAndrew Tridgell2007-10-108-68/+425
* r4232: added server support for multi-part SMBtrans requests, whileAndrew Tridgell2007-10-103-87/+257
* r4230: now that we set the FLAGS2_EXTENDED_ATTRIBUTES flag, we should markAndrew Tridgell2007-10-101-1/+1
* r4229: - added support for multi-part SMBtrans and SMBtrans2 requests in theAndrew Tridgell2007-10-102-18/+106
* r4228: make sure the caller knows the packet is in error when a signing error...Andrew Tridgell2007-10-101-0/+1
* r4227: index the privilege attribute to make lsa privilege calls efficientAndrew Tridgell2007-10-101-0/+1
* r4214: possibly fix the "no-EAs" bug from OS/2Andrew Tridgell2007-10-101-7/+2
* r4213: Store REG_SZ in UTF16, not the unix charset..Jelmer Vernooij2007-10-104-30/+13
* r4210: Add simple example of a registry hive LDIF fileJelmer Vernooij2007-10-101-0/+43
* r4209: Fix several smaller bugsJelmer Vernooij2007-10-109-72/+181
* r4207: remove "lookupname" and "lookupsid", and instead have a single "lookup...Andrew Tridgell2007-10-101-41/+24
* r4206: fixed a status code check in lsa_LookupNames2 that could cause a segvAndrew Tridgell2007-10-101-3/+4
* r4205: fixed the default acl mapping from posix permissions to use the mappedAndrew Tridgell2007-10-101-33/+33
* r4204: Arguments to reg_del_key more like the RPC for more efficient usageJelmer Vernooij2007-10-109-198/+175
* r4203: the bind_info blob isn't a const.Stefan Metzmacher2007-10-102-26/+89
* r4202: added smbclient commands "addprivileges" and "delprivileges" forAndrew Tridgell2007-10-103-1/+153
* r4201: Remove duplicate const.Tim Potter2007-10-101-1/+1
* r4200: Fix some more warnings.Tim Potter2007-10-101-3/+3
* r4199: - added server side code for lsa_RemoveAccountRights (sharing codeAndrew Tridgell2007-10-101-18/+42
* r4198: - added server side code for lsa_AddAccountRightsAndrew Tridgell2007-10-101-5/+63
* r4197: Remove silly extra const.Tim Potter2007-10-102-2/+2
* r4196: - added server side code for lsa_LookupPrivDisplayNameAndrew Tridgell2007-10-102-28/+163
* r4195: added IDL, test suite and server side code for lsa_LookupPrivValueAndrew Tridgell2007-10-103-18/+60
* r4194: added server side implementation of lsa_EnumPrivsAndrew Tridgell2007-10-101-1/+34
* r4193: added server side implementation of lsa_EnumAccountsWithUserRightAndrew Tridgell2007-10-101-7/+48
* r4192: added server side implementation of lsa_EnumAccountRightsAndrew Tridgell2007-10-101-3/+47
* r4183: expanded the RAW-MKDIR torture test to test creation of EA listsAndrew Tridgell2007-10-101-11/+33
* r4182: fixed trans2 mkdir, allowing mkdir with an initial EA listAndrew Tridgell2007-10-103-2/+97
* r4181: use int32 for levelStefan Metzmacher2007-10-101-2/+2
* r4180: use the same syntax as the other torture testsStefan Metzmacher2007-10-101-5/+6
* r4179: - nicer code layoutStefan Metzmacher2007-10-101-20/+10