Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-21 | s3-secdesc: use SEC_FLAG_SYSTEM_SECURITY instead of SEC_RIGHT_SYSTEM_SECURITY. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-04-21 | s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHT_MAXIMUM_ALLOWED. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-12-02 | Implement type multi_sz for "net registry setvalue" | Volker Lendecke | 1 | -0/+4 | |
2008-11-01 | Rename dos_errstr() to win_errstr() for consistency with Samba 4. | Jelmer Vernooij | 1 | -15/+15 | |
2008-06-10 | net: Rename functable3 to functable, get rid of old functables | Kai Blin | 1 | -2/+2 | |
(This used to be commit bb7c5fc4ec77db4073d3beccf12af12910b6bd07) | |||||
2008-06-10 | net: Make "net registry" use functable3 | Kai Blin | 1 | -16/+40 | |
(This used to be commit 47f7308e4ee7422a6d9c578c1073b0207969fbb2) | |||||
2008-05-15 | net registry: add a getvalueraw command to print the value in raw format. | Michael Adam | 1 | -0/+11 | |
Michael (This used to be commit b7e8a3f1caf54145d750209f2e14b5b54c61769b) | |||||
2008-05-15 | net registry: refactor core of net_registry_getvalue() out | Michael Adam | 1 | -3/+9 | |
into net_registry_getvalue_internal(), which takes a bool parameter "raw" controlling the output format. Michael (This used to be commit 889e19303e141e226898f837a637a2d591c75ad9) | |||||
2008-05-15 | net_registry: add raw output of value to print_registry_value(). | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit 340a706422cbca45cc63fa94d36c88f6751f4f31) | |||||
2008-05-10 | net: Remove globals | Kai Blin | 1 | -9/+16 | |
(This used to be commit 1e9319cf88b65a2a8d4f5099a1fe5297e405ed2e) | |||||
2008-04-13 | net registry: remove superfluous regdb_close(). | Michael Adam | 1 | -2/+0 | |
Michael (This used to be commit d4e74036d3b8c5de4ce130eab7fc775e3cb746d5) | |||||
2008-04-13 | registry: change registry_init_basic() to return WERROR instead of bool | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit 6a31e659cb371395dff0906786f3c6ef0cc2b3de) | |||||
2008-04-09 | net registry: add a getvalue subcommand that prints a single given value. | Michael Adam | 1 | -0/+41 | |
usage: "net registry getvalue <keyname> <valuename>" Michael (This used to be commit 77f049943e133986dc47d25fff2415def1cec32f) | |||||
2008-04-09 | net (registry util): refactor printing of value without name out. | Michael Adam | 1 | -1/+1 | |
This renames print_registry_value() to print_registry_value_with_name(). The new function is called print_registry_value(). Michael (This used to be commit 88c4851ad7240bc4f72a5ef92e21629e6a4c99c6) | |||||
2008-04-04 | net: change split_hive_key() to properly allocate subkeyname | Michael Adam | 1 | -1/+1 | |
instead of returning a pointer into another string. Michael (This used to be commit 68d08ecf92be3444b759300237b2b7cf5238d022) | |||||
2008-04-04 | net_registry: split utility function of common interest out into util module. | Michael Adam | 1 | -87/+1 | |
Michael (This used to be commit 3bf890783fadd245c59280173627a6caca2dbefe) | |||||
2008-03-29 | Fix a segfault (an uninitialized variable) | Volker Lendecke | 1 | -3/+3 | |
(This used to be commit 75eb30884a83266fd7331d8f1e3905a0245bb3d8) | |||||
2008-03-28 | net: add a "net registry" subcommand to locally access the registry. | Michael Adam | 1 | -0/+530 | |
The interface is like that of net rpc registry. Access is direct local access to the registry tdb through reg_api. Michael (This used to be commit 3250068eb980bd0489f814f702401cdc9c925a8d) |