Displaying 2 results from an estimated 2 matches for "subkeynam".
Did you mean:
subkeyname
1998 Nov 10
0
unix registry command
...keys and values etc
- reggetsec keyname
shows the permissions (access control list) on a file. a list of SIDs and
their permissions is shown. use the "lookupsids S-x-x-x..." command to
find out the pretty-looking name, i will fix this in later versions.
- regcreatekey parentkeyname subkeyname
creates a key with _default_ permissions. cannot specify key permissions
at the moment.
- regcreateval parentkeyname valuename [1|3|4] value.
1=UNICODE string;
3=hex data (value is of format 0095a439 or 00,15,39,28,ba,ff etc)
4=DWORD (value is of format 0xNNNN or NNNN)
that's all, for n...
2013 Oct 30
1
samba-4.1.0 wont compile- help!
..._OK(werr) && (action != REG_CREATED_NEW_KEY)) {
^
../source3/lib/smbconf/smbconf_reg.c: In function 'smbconf_reg_set_value':
../source3/lib/smbconf/smbconf_reg.c:199:28: error: 'struct registry_key' has
no member named 'key'
subkeyname = strrchr_m(key->key->name, '\\');
^
In file included from ../source3/include/includes.h:382:0,
from ../source3/lib/smbconf/smbconf_reg.c:20:
../source3/lib/smbconf/smbconf_reg.c:202:31: error: 'struct registry_key' has
no member...