summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r4164: added a test that simulates a OS/2 file delete. This includes seek byAndrew Tridgell1-0/+105
2007-10-10r4163: 2nd attempt at fixing the OS/2 "del *" problemAndrew Tridgell1-6/+0
2007-10-10r4162: this should fix the delete/findnext problem from OS/2 clients. ThanksAndrew Tridgell2-1/+7
2007-10-10r4161: two more fixes for NT4 clients. Bugs found by kukks.Andrew Tridgell1-2/+6
2007-10-10r4160: fixed the file_type in ntcreatex reply on a named pipe. NT4 requires t...Andrew Tridgell1-0/+1
2007-10-10r4159: fixed error return for writebrawAndrew Tridgell1-2/+1
2007-10-10r4158: Fix IDL for InitiateShutdown and AbortShutdown and run both onlyJelmer Vernooij2-13/+16
2007-10-10r4157: QueryMultipleValues IDL and torture testJelmer Vernooij2-2/+53
2007-10-10r4156: GetKeySecurity() IDL and torture testJelmer Vernooij2-10/+39
2007-10-10r4155: More destinction between hives and predefined keysJelmer Vernooij10-74/+70
2007-10-10r4154: Add definitions for HKEY_PERFORMANCE_TEXT and HKEY_PERFORMANCE_NLSTEXTJelmer Vernooij6-19/+19
2007-10-10r4151: added privilege attribute handling on samdb.Andrew Tridgell5-5/+136
2007-10-10r4150: - add fns for manipulating the privilege_mask in a security_tokenAndrew Tridgell2-6/+33
2007-10-10r4148: add a default set of privileges to the core builtin accounts in theAndrew Tridgell1-1/+39
2007-10-10r4147: converted from NT_USER_TOKEN to struct security_tokenAndrew Tridgell13-190/+225
2007-10-10r4146: an attempted fix for a OS/2 rename problem found by kukks - seems OS/2Andrew Tridgell1-2/+4
2007-10-10r4145: make sure we don't set the 32-bit error codes flag unless the clientAndrew Tridgell1-5/+9
2007-10-10r4142: Check result value of OpenHKU and OpenHKCRJelmer Vernooij1-0/+9
2007-10-10r4141: Fix crash bug in ldb backendJelmer Vernooij2-9/+9
2007-10-10r4140: Get rid of close_hive (replace it with talloc destructors).Jelmer Vernooij3-22/+27
2007-10-10r4139: 2nd attempt at fixing the null ptr in size_is() problem.Andrew Tridgell2-10/+8
2007-10-10r4138: initialise 'type' in RPC-WINREG EnumValue testAndrew Tridgell1-1/+1