Displaying 4 results from an estimated 4 matches for "registry_value".
2013 Oct 30
1
samba-4.1.0 wont compile- help!
..."smbconf section.\n", key->key->name));
^
../source3/../lib/util/debug.h:181:20: note: in definition of macro 'DEBUG'
&& (dbgtext body) )
^
../source3/lib/smbconf/smbconf_reg.c:219:5: error: 'struct registry_value' has
no member named 'type'
val.type = REG_SZ;
^
In file included from ../source3/include/includes.h:382:0,
from ../source3/lib/smbconf/smbconf_reg.c:20:
../source3/lib/smbconf/smbconf_reg.c:229:24: error: 'struct registry_key' has
no member named '...
2006 Jun 05
2
[PATCH] Pet peave then->than
...- /* Can not contain more then one level */
+ /* Can not contain more than one level */
WERROR (*get_subkey_by_name) (TALLOC_CTX *, const struct registry_key *, const char *name, struct registry_key **);
WERROR (*get_value_by_index) (TALLOC_CTX *, const struct registry_key *, int idx, struct registry_value **);
- /* Can not contain more then one level */
+ /* Can not contain more than one level */
WERROR (*get_value_by_name) (TALLOC_CTX *, const struct registry_key *, const char *name, struct registry_value **);
/* Security control */
Index: source/lib/registry/TODO
==========================...
2012 Feb 09
1
samba4 build progress error for gpo_reg.c (explained)
Hello,
there is an error when building samba with current "samba-4.0.0alpha17"
shipped with the sogo/openchange source. The error message is shown below.
"‘struct registry_value’ has no member named
‘type’" is caused by gpo_reg.c
in "samba4/source3/libgpo/gpo_reg.c" ??? line:
174: ??????? reg_val.type = REG_SZ;...
192:??????? reg_val.type = REG_DWORD;
213:??????? if (reg_val->type != REG_SZ) {...
238:??????? if (reg_val-&g...
2002 Sep 26
0
Samba-3.0alpha20 released
...y,
-- The Samba Team
Changes in alpha20
- Rework the 'guest account gets RID 501' code again...
- Change to use NT-based session key negotiated for Win2k SPNEGO
- Support printer data registry keys other than the default
PrinterDriverData
- Moved internal printerdata to REGISTRY_VALUE object
- Corrected bug in dependentfiles list of DRIVER_INFO_3
- fixed logic bug in blocking locks code
- Updated registry api code to work with new printer data key
support
- Added vfstest tool
- round lock timeouts in lockingX upwards to multiples of 1 second
- Fixed bugs in Printer Chan...