summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r4178: the level is mostly singed not unsignedStefan Metzmacher2007-10-101-1/+1
* r4177: add some more error codesStefan Metzmacher2007-10-102-1/+6
* r4176: I just remeber that I have already implement STR_CONFORMANTStefan Metzmacher2007-10-102-8/+3
* r4175: InitiateSystemShutdownEx IDL and torture testJelmer Vernooij2007-10-102-1/+38
* r4174: nicer debug outputStefan Metzmacher2007-10-101-1/+1
* r4173: - new t2open code, that can cope with "create with EAs". Many thanksAndrew Tridgell2007-10-1011-338/+301
* r4172: commit a DsReplicaSync() torture testStefan Metzmacher2007-10-101-0/+63
* r4171: an attempt at better IDL for DsReplicaSyncAndrew Tridgell2007-10-101-3/+4
* r4170: don't check array size for conformant arrays (they are checked separat...Andrew Tridgell2007-10-101-1/+2
* r4169: add descriptions about binding and unc strings to theStefan Metzmacher2007-10-101-1/+45
* r4168: Implement QueryValue in the serverJelmer Vernooij2007-10-103-1/+67
* r4167: Fix CreateKeyJelmer Vernooij2007-10-103-8/+32
* r4166: More small API fixes, keep registry structs as small as possible.Jelmer Vernooij2007-10-109-52/+13
* r4165: added a 100 element name cache to cope with some amount of seekingAndrew Tridgell2007-10-102-23/+50
* r4164: added a test that simulates a OS/2 file delete. This includes seek byAndrew Tridgell2007-10-101-0/+105
* r4163: 2nd attempt at fixing the OS/2 "del *" problemAndrew Tridgell2007-10-101-6/+0
* r4162: this should fix the delete/findnext problem from OS/2 clients. ThanksAndrew Tridgell2007-10-102-1/+7
* r4161: two more fixes for NT4 clients. Bugs found by kukks.Andrew Tridgell2007-10-101-2/+6
* r4160: fixed the file_type in ntcreatex reply on a named pipe. NT4 requires t...Andrew Tridgell2007-10-101-0/+1
* r4159: fixed error return for writebrawAndrew Tridgell2007-10-101-2/+1
* r4158: Fix IDL for InitiateShutdown and AbortShutdown and run both onlyJelmer Vernooij2007-10-102-13/+16
* r4157: QueryMultipleValues IDL and torture testJelmer Vernooij2007-10-102-2/+53
* r4156: GetKeySecurity() IDL and torture testJelmer Vernooij2007-10-102-10/+39
* r4155: More destinction between hives and predefined keysJelmer Vernooij2007-10-1010-74/+70
* r4154: Add definitions for HKEY_PERFORMANCE_TEXT and HKEY_PERFORMANCE_NLSTEXTJelmer Vernooij2007-10-106-19/+19
* r4151: added privilege attribute handling on samdb.Andrew Tridgell2007-10-105-5/+136
* r4150: - add fns for manipulating the privilege_mask in a security_tokenAndrew Tridgell2007-10-102-6/+33
* r4148: add a default set of privileges to the core builtin accounts in theAndrew Tridgell2007-10-101-1/+39
* r4147: converted from NT_USER_TOKEN to struct security_tokenAndrew Tridgell2007-10-1013-190/+225
* r4146: an attempted fix for a OS/2 rename problem found by kukks - seems OS/2Andrew Tridgell2007-10-101-2/+4