summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* 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
* r4145: make sure we don't set the 32-bit error codes flag unless the clientAndrew Tridgell2007-10-101-5/+9
* r4142: Check result value of OpenHKU and OpenHKCRJelmer Vernooij2007-10-101-0/+9
* r4141: Fix crash bug in ldb backendJelmer Vernooij2007-10-102-9/+9
* r4140: Get rid of close_hive (replace it with talloc destructors).Jelmer Vernooij2007-10-103-22/+27
* r4139: 2nd attempt at fixing the null ptr in size_is() problem.Andrew Tridgell2007-10-102-10/+8
* r4138: initialise 'type' in RPC-WINREG EnumValue testAndrew Tridgell2007-10-101-1/+1
* r4137: Make *_open_key take a registry_key instead of a hive (more efficientJelmer Vernooij2007-10-106-35/+42
* r4136: when we have a size or switch variable that is a pointer we need to ch...Andrew Tridgell2007-10-101-1/+25
* r4135: improve a debug messageAndrew Tridgell2007-10-101-1/+1
* r4133: Cache results of subkey and value queriesJelmer Vernooij2007-10-101-26/+58
* r4132: - Bunch of rather large fixes in the registryJelmer Vernooij2007-10-1021-417/+551
* r4124: include locale.h to get LC_ALL in include/system/iconv.hAndrew Tridgell2007-10-103-2/+6
* r4123: set locale to C to ensure ascii string functions workAndrew Tridgell2007-10-102-0/+13
* r4118: don't assume that "unsigned int" is the same type as uint32_tAndrew Tridgell2007-10-101-1/+2
* r4117: fixed EnumValue in winreg serverAndrew Tridgell2007-10-101-7/+5
* r4116: fixed compilation of EnumValue code in winreg rpc backendAndrew Tridgell2007-10-101-17/+13
* r4115: check for gensec errors before calling memcpy on a set of credentials,Andrew Tridgell2007-10-101-0/+6
* r4114: added have_features bits to gensec schannel code. This fixes ourAndrew Tridgell2007-10-101-0/+4
* r4113: modified EnumValue in winreg to take advantage of the new pidl handlingAndrew Tridgell2007-10-102-49/+28
* r4112: when a pointer is NULL on the wire ensure it is null in the structureAndrew Tridgell2007-10-101-0/+1
* r4111: fixed winreg to use much simpler (and I believe correct) IDL for Query...Andrew Tridgell2007-10-102-21/+10
* r4110: fixed pidl to allow arrays to have size_is() and length_is() elementsAndrew Tridgell2007-10-103-65/+152
* r4109: fixed an uninitialised socket write found by kukksAndrew Tridgell2007-10-101-0/+1
* r4106: Add full name of two more hivesJelmer Vernooij2007-10-102-2/+6
* r4105: Fix IDL for QueryValue() and add a torture test for it.Jelmer Vernooij2007-10-102-12/+50