Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r4195: added IDL, test suite and server side code for lsa_LookupPrivValue | Andrew Tridgell | 3 | -18/+60 |
2007-10-10 | r4194: added server side implementation of lsa_EnumPrivs | Andrew Tridgell | 1 | -1/+34 |
2007-10-10 | r4193: added server side implementation of lsa_EnumAccountsWithUserRight | Andrew Tridgell | 1 | -7/+48 |
2007-10-10 | r4192: added server side implementation of lsa_EnumAccountRights | Andrew Tridgell | 1 | -3/+47 |
2007-10-10 | r4183: expanded the RAW-MKDIR torture test to test creation of EA lists | Andrew Tridgell | 1 | -11/+33 |
2007-10-10 | r4182: fixed trans2 mkdir, allowing mkdir with an initial EA list | Andrew Tridgell | 3 | -2/+97 |
2007-10-10 | r4181: use int32 for level | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r4180: use the same syntax as the other torture tests | Stefan Metzmacher | 1 | -5/+6 |
2007-10-10 | r4179: - nicer code layout | Stefan Metzmacher | 1 | -20/+10 |
2007-10-10 | r4178: the level is mostly singed not unsigned | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4177: add some more error codes | Stefan Metzmacher | 2 | -1/+6 |
2007-10-10 | r4176: I just remeber that I have already implement STR_CONFORMANT | Stefan Metzmacher | 2 | -8/+3 |
2007-10-10 | r4175: InitiateSystemShutdownEx IDL and torture test | Jelmer Vernooij | 2 | -1/+38 |
2007-10-10 | r4174: nicer debug output | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4173: - new t2open code, that can cope with "create with EAs". Many thanks | Andrew Tridgell | 11 | -338/+301 |
2007-10-10 | r4172: commit a DsReplicaSync() torture test | Stefan Metzmacher | 1 | -0/+63 |
2007-10-10 | r4171: an attempt at better IDL for DsReplicaSync | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r4170: don't check array size for conformant arrays (they are checked separat... | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r4169: add descriptions about binding and unc strings to the | Stefan Metzmacher | 1 | -1/+45 |
2007-10-10 | r4168: Implement QueryValue in the server | Jelmer Vernooij | 3 | -1/+67 |
2007-10-10 | r4167: Fix CreateKey | Jelmer Vernooij | 3 | -8/+32 |
2007-10-10 | r4166: More small API fixes, keep registry structs as small as possible. | Jelmer Vernooij | 9 | -52/+13 |
2007-10-10 | r4165: added a 100 element name cache to cope with some amount of seeking | Andrew Tridgell | 2 | -23/+50 |
2007-10-10 | r4164: added a test that simulates a OS/2 file delete. This includes seek by | Andrew Tridgell | 1 | -0/+105 |
2007-10-10 | r4163: 2nd attempt at fixing the OS/2 "del *" problem | Andrew Tridgell | 1 | -6/+0 |
2007-10-10 | r4162: this should fix the delete/findnext problem from OS/2 clients. Thanks | Andrew Tridgell | 2 | -1/+7 |
2007-10-10 | r4161: two more fixes for NT4 clients. Bugs found by kukks. | Andrew Tridgell | 1 | -2/+6 |
2007-10-10 | r4160: fixed the file_type in ntcreatex reply on a named pipe. NT4 requires t... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4159: fixed error return for writebraw | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r4158: Fix IDL for InitiateShutdown and AbortShutdown and run both only | Jelmer Vernooij | 2 | -13/+16 |
2007-10-10 | r4157: QueryMultipleValues IDL and torture test | Jelmer Vernooij | 2 | -2/+53 |
2007-10-10 | r4156: GetKeySecurity() IDL and torture test | Jelmer Vernooij | 2 | -10/+39 |
2007-10-10 | r4155: More destinction between hives and predefined keys | Jelmer Vernooij | 10 | -74/+70 |
2007-10-10 | r4154: Add definitions for HKEY_PERFORMANCE_TEXT and HKEY_PERFORMANCE_NLSTEXT | Jelmer Vernooij | 6 | -19/+19 |
2007-10-10 | r4151: added privilege attribute handling on samdb. | Andrew Tridgell | 5 | -5/+136 |
2007-10-10 | r4150: - add fns for manipulating the privilege_mask in a security_token | Andrew Tridgell | 2 | -6/+33 |
2007-10-10 | r4148: add a default set of privileges to the core builtin accounts in the | Andrew Tridgell | 1 | -1/+39 |
2007-10-10 | r4147: converted from NT_USER_TOKEN to struct security_token | Andrew Tridgell | 13 | -190/+225 |
2007-10-10 | r4146: an attempted fix for a OS/2 rename problem found by kukks - seems OS/2 | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r4145: make sure we don't set the 32-bit error codes flag unless the client | Andrew Tridgell | 1 | -5/+9 |
2007-10-10 | r4142: Check result value of OpenHKU and OpenHKCR | Jelmer Vernooij | 1 | -0/+9 |
2007-10-10 | r4141: Fix crash bug in ldb backend | Jelmer Vernooij | 2 | -9/+9 |
2007-10-10 | r4140: Get rid of close_hive (replace it with talloc destructors). | Jelmer Vernooij | 3 | -22/+27 |
2007-10-10 | r4139: 2nd attempt at fixing the null ptr in size_is() problem. | Andrew Tridgell | 2 | -10/+8 |
2007-10-10 | r4138: initialise 'type' in RPC-WINREG EnumValue test | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4137: Make *_open_key take a registry_key instead of a hive (more efficient | Jelmer Vernooij | 6 | -35/+42 |
2007-10-10 | r4136: when we have a size or switch variable that is a pointer we need to ch... | Andrew Tridgell | 1 | -1/+25 |
2007-10-10 | r4135: improve a debug message | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4133: Cache results of subkey and value queries | Jelmer Vernooij | 1 | -26/+58 |
2007-10-10 | r4132: - Bunch of rather large fixes in the registry | Jelmer Vernooij | 21 | -417/+551 |