summaryrefslogtreecommitdiff
path: root/source3/utils/net_registry.c
Commit message (Expand)AuthorAgeFilesLines
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
* registry: create and use shared libcli/registry/util_reg.h header.Günther Deschner2011-03-301-0/+1
* s3-includes: no point in including all security headers globally.Günther Deschner2011-03-301-0/+1
* libcli/security: move display_sec headers to own header file and add toGünther Deschner2011-03-161-0/+1
* s3:net registry: ignore WERR_BADFILE when --force is given in deletekey[_recu...Michael Adam2011-01-301-1/+3
* s3:net registry: fix a debug message.Michael Adam2011-01-301-1/+1
* s3:net registry: fix a debug message.Michael Adam2011-01-301-1/+1
* s3: Add "net registry getvaluesraw"Volker Lendecke2010-11-021-0/+51
* s3:net: add subcommand net registry deletekey_recursiveMichael Adam2010-09-221-3/+28
* s3:registry: remove unneeded TALLOC_CTX argument from reg_deletekey_recursiveMichael Adam2010-09-221-1/+1
* s3-net: add command registry convertGregor Beck2010-09-221-0/+61
* s3-net: add command registry exportGregor Beck2010-09-221-0/+113
* s3-net: add command registry importGregor Beck2010-09-221-0/+203
* s3:registry: move prototypes from reg_init_basic.c to their own header.Michael Adam2010-09-211-0/+1
* s3:registry: move the reg_api prototypes to their own header.Michael Adam2010-09-211-0/+1
* s3:auth Remove NT_USER_TOKENAndrew Bartlett2010-09-111-1/+1
* s3: Remove the dependency of g_lock on procid_selfVolker Lendecke2010-08-281-1/+1
* s3-registry: avoid using registry_value union.Günther Deschner2010-07-021-7/+33
* s3:registry: move prototype registry_create_admin_token() to new header reg_u...Michael Adam2010-05-251-0/+1
* s3-registry: only include registry headers when really needed.Günther Deschner2010-05-181-1/+1
* s3: use shared registry functions.Günther Deschner2010-04-271-1/+1
* s3: Add "net registry increment"Volker Lendecke2010-03-121-0/+105
* s3: Fix some "net registry" usage messagesVolker Lendecke2010-03-121-3/+3
* 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