summaryrefslogtreecommitdiff
path: root/source3/utils/net_registry.c
Commit message (Expand)AuthorAgeFilesLines
...
* s3:net: add a command "net registry setsd_sdd"Michael Adam2010-03-031-0/+88
* s3:net: fix some i18n messages in net_registry_getsd_internal().Michael Adam2010-03-031-2/+3
* s3:net: add i18n macro _() to one messageMichael Adam2010-03-031-1/+1
* s3:net: add new subcommand "net registry getsd_sddl" to print secdesc in sddl...Michael Adam2010-03-031-0/+40
* s3:net: refactor getting of secdesc out of net_registry_getsd()Michael Adam2010-03-031-14/+42
* s3 net: Fix compile warningsKai Blin2010-01-191-20/+38
* s3 net/i18n: Use only one spelling for "Usage:"Kai Blin2010-01-191-3/+3
* s3/net: split up some printable stings to ease i18nBjörn Jacke2010-01-181-14/+14
* s3 net: i18n support for net registryKai Blin2009-08-071-64/+67
* s3-secdesc: use SEC_FLAG_SYSTEM_SECURITY instead of SEC_RIGHT_SYSTEM_SECURITY.Günther Deschner2009-04-211-2/+2
* s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHT_MAXIMUM_ALLOWED.Günther Deschner2009-04-211-1/+1
* Implement type multi_sz for "net registry setvalue"Volker Lendecke2008-12-021-0/+4
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-011-15/+15
* net: Rename functable3 to functable, get rid of old functablesKai Blin2008-06-101-2/+2
* net: Make "net registry" use functable3Kai Blin2008-06-101-16/+40
* net registry: add a getvalueraw command to print the value in raw format.Michael Adam2008-05-151-0/+11
* net registry: refactor core of net_registry_getvalue() outMichael Adam2008-05-151-3/+9
* net_registry: add raw output of value to print_registry_value().Michael Adam2008-05-151-1/+1
* net: Remove globalsKai Blin2008-05-101-9/+16
* net registry: remove superfluous regdb_close().Michael Adam2008-04-131-2/+0
* registry: change registry_init_basic() to return WERROR instead of boolMichael Adam2008-04-131-1/+1
* net registry: add a getvalue subcommand that prints a single given value.Michael Adam2008-04-091-0/+41
* net (registry util): refactor printing of value without name out.Michael Adam2008-04-091-1/+1
* net: change split_hive_key() to properly allocate subkeynameMichael Adam2008-04-041-1/+1
* net_registry: split utility function of common interest out into util module.Michael Adam2008-04-041-87/+1
* Fix a segfault (an uninitialized variable)Volker Lendecke2008-03-291-3/+3
* net: add a "net registry" subcommand to locally access the registry.Michael Adam2008-03-281-0/+530