summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* r4151: added privilege attribute handling on samdb.Andrew Tridgell2004-12-115-5/+136
* r4150: - add fns for manipulating the privilege_mask in a security_tokenAndrew Tridgell2004-12-112-6/+33
* r4148: add a default set of privileges to the core builtin accounts in theAndrew Tridgell2004-12-111-1/+39
* r4147: converted from NT_USER_TOKEN to struct security_tokenAndrew Tridgell2004-12-1113-190/+225
* r4146: an attempted fix for a OS/2 rename problem found by kukks - seems OS/2Andrew Tridgell2004-12-111-2/+4
* r4145: make sure we don't set the 32-bit error codes flag unless the clientAndrew Tridgell2004-12-111-5/+9
* r4142: Check result value of OpenHKU and OpenHKCRJelmer Vernooij2004-12-101-0/+9
* r4141: Fix crash bug in ldb backendJelmer Vernooij2004-12-102-9/+9
* r4140: Get rid of close_hive (replace it with talloc destructors).Jelmer Vernooij2004-12-103-22/+27
* r4139: 2nd attempt at fixing the null ptr in size_is() problem.Andrew Tridgell2004-12-102-10/+8
* r4138: initialise 'type' in RPC-WINREG EnumValue testAndrew Tridgell2004-12-101-1/+1
* r4137: Make *_open_key take a registry_key instead of a hive (more efficient Jelmer Vernooij2004-12-106-35/+42
* r4136: when we have a size or switch variable that is a pointer we need to ch...Andrew Tridgell2004-12-101-1/+25
* r4135: improve a debug messageAndrew Tridgell2004-12-101-1/+1
* r4133: Cache results of subkey and value queriesJelmer Vernooij2004-12-101-26/+58
* r4132: - Bunch of rather large fixes in the registryJelmer Vernooij2004-12-1021-417/+551
* r4124: include locale.h to get LC_ALL in include/system/iconv.hAndrew Tridgell2004-12-103-2/+6
* r4123: set locale to C to ensure ascii string functions workAndrew Tridgell2004-12-102-0/+13
* r4118: don't assume that "unsigned int" is the same type as uint32_tAndrew Tridgell2004-12-091-1/+2
* r4117: fixed EnumValue in winreg serverAndrew Tridgell2004-12-091-7/+5
* r4116: fixed compilation of EnumValue code in winreg rpc backendAndrew Tridgell2004-12-091-17/+13
* r4115: check for gensec errors before calling memcpy on a set of credentials,Andrew Tridgell2004-12-091-0/+6
* r4114: added have_features bits to gensec schannel code. This fixes ourAndrew Tridgell2004-12-091-0/+4
* r4113: modified EnumValue in winreg to take advantage of the new pidl handlingAndrew Tridgell2004-12-092-49/+28
* r4112: when a pointer is NULL on the wire ensure it is null in the structureAndrew Tridgell2004-12-091-0/+1
* r4111: fixed winreg to use much simpler (and I believe correct) IDL for Query...Andrew Tridgell2004-12-092-21/+10
* r4110: fixed pidl to allow arrays to have size_is() and length_is() elementsAndrew Tridgell2004-12-093-65/+152
* r4109: fixed an uninitialised socket write found by kukksAndrew Tridgell2004-12-091-0/+1
* r4106: Add full name of two more hivesJelmer Vernooij2004-12-082-2/+6
* r4105: Fix IDL for QueryValue() and add a torture test for it.Jelmer Vernooij2004-12-082-12/+50
* r4102: more uint64 vs HYPER_T fixesStefan Metzmacher2004-12-084-14/+20
* r4101: ignore secondary session requests to cope with a OS/2 bug reported byAndrew Tridgell2004-12-081-2/+1
* r4100: fix drsuapi_DsReplicaObjMetaData2() idlStefan Metzmacher2004-12-081-16/+15
* r4099: Spelling fixes.Tim Potter2004-12-082-6/+6
* r4098: catch null guid string so RPC-DRSUAPI works against my serverAndrew Tridgell2004-12-081-0/+4
* r4097: add missing file from last commitStefan Metzmacher2004-12-081-0/+15
* r4096: move the samdb code to source/dsdb/Stefan Metzmacher2004-12-084-17/+2
* r4095: smbsrv_terminate_connection() doesn't exit() in single processor mode,...Andrew Tridgell2004-12-083-2/+11
* r4087: - add idl and torture tests for drsuapi_DsReplicaGetInfo()Stefan Metzmacher2004-12-073-9/+421
* r4086: - make dcerpc_ndr_request_table_send() the default and rename it to justStefan Metzmacher2004-12-075-65/+56
* r4085: print out dcerpc_fault's as namesStefan Metzmacher2004-12-071-1/+1
* r4084: add some more error codesStefan Metzmacher2004-12-072-0/+4
* r4082: support alter_context requestsStefan Metzmacher2004-12-062-0/+133
* r4081: use clearer namesStefan Metzmacher2004-12-063-5/+5
* r4080: missing file from the last commitStefan Metzmacher2004-12-061-1/+1
* r4079: implement the gensec_have_feature() correctly by asking Stefan Metzmacher2004-12-066-32/+49
* r4078: use clearer namesStefan Metzmacher2004-12-061-3/+3
* r4077: don't add wrapping to empty blobsStefan Metzmacher2004-12-061-1/+5
* r4076: fix compiler warningStefan Metzmacher2004-12-061-1/+3
* r4075: implement RemoteTOD server functionStefan Metzmacher2004-12-063-6/+36