summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r4102: more uint64 vs HYPER_T fixesStefan Metzmacher2007-10-104-14/+20
* r4101: ignore secondary session requests to cope with a OS/2 bug reported byAndrew Tridgell2007-10-101-2/+1
* r4100: fix drsuapi_DsReplicaObjMetaData2() idlStefan Metzmacher2007-10-101-16/+15
* r4099: Spelling fixes.Tim Potter2007-10-102-6/+6
* r4098: catch null guid string so RPC-DRSUAPI works against my serverAndrew Tridgell2007-10-101-0/+4
* r4097: add missing file from last commitStefan Metzmacher2007-10-101-0/+15
* r4096: move the samdb code to source/dsdb/Stefan Metzmacher2007-10-104-17/+2
* r4095: smbsrv_terminate_connection() doesn't exit() in single processor mode,...Andrew Tridgell2007-10-103-2/+11
* r4087: - add idl and torture tests for drsuapi_DsReplicaGetInfo()Stefan Metzmacher2007-10-103-9/+421
* r4086: - make dcerpc_ndr_request_table_send() the default and rename it to justStefan Metzmacher2007-10-105-65/+56
* r4085: print out dcerpc_fault's as namesStefan Metzmacher2007-10-101-1/+1
* r4084: add some more error codesStefan Metzmacher2007-10-102-0/+4
* r4082: support alter_context requestsStefan Metzmacher2007-10-102-0/+133
* r4081: use clearer namesStefan Metzmacher2007-10-103-5/+5
* r4080: missing file from the last commitStefan Metzmacher2007-10-101-1/+1
* r4079: implement the gensec_have_feature() correctly by askingStefan Metzmacher2007-10-106-32/+49
* r4078: use clearer namesStefan Metzmacher2007-10-101-3/+3
* r4077: don't add wrapping to empty blobsStefan Metzmacher2007-10-101-1/+5
* r4076: fix compiler warningStefan Metzmacher2007-10-101-1/+3
* r4075: implement RemoteTOD server functionStefan Metzmacher2007-10-103-6/+36
* r4074: make the RAW-ACLS test use the new lsa helper functions to determineAndrew Tridgell2007-10-102-17/+40
* r4073: - added a set of lsa helper routines to make lsa lookups that areAndrew Tridgell2007-10-107-2/+419
* r4072: - changed the names of some of the well known sids to be more consistentAndrew Tridgell2007-10-102-8/+51
* r4071: - ldap does allow adding additional attribute values with a modifyAndrew Tridgell2007-10-103-4/+12
* r4070: move some defines from asn_1.h to the places they belong toStefan Metzmacher2007-10-1012-41/+32