summaryrefslogtreecommitdiff
path: root/source3/utils/net_registry.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-19s3 net/i18n: Use only one spelling for "Usage:"Kai Blin1-3/+3
2010-01-18s3/net: split up some printable stings to ease i18nBjörn Jacke1-14/+14
2009-08-07s3 net: i18n support for net registryKai Blin1-64/+67
2009-04-21s3-secdesc: use SEC_FLAG_SYSTEM_SECURITY instead of SEC_RIGHT_SYSTEM_SECURITY.Günther Deschner1-2/+2
2009-04-21s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHT_MAXIMUM_ALLOWED.Günther Deschner1-1/+1
2008-12-02Implement type multi_sz for "net registry setvalue"Volker Lendecke1-0/+4
2008-11-01Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij1-15/+15
2008-06-10net: Rename functable3 to functable, get rid of old functablesKai Blin1-2/+2
2008-06-10net: Make "net registry" use functable3Kai Blin1-16/+40
2008-05-15net registry: add a getvalueraw command to print the value in raw format.Michael Adam1-0/+11
2008-05-15net registry: refactor core of net_registry_getvalue() outMichael Adam1-3/+9
2008-05-15net_registry: add raw output of value to print_registry_value().Michael Adam1-1/+1
2008-05-10net: Remove globalsKai Blin1-9/+16
2008-04-13net registry: remove superfluous regdb_close().Michael Adam1-2/+0
2008-04-13registry: change registry_init_basic() to return WERROR instead of boolMichael Adam1-1/+1
2008-04-09net registry: add a getvalue subcommand that prints a single given value.Michael Adam1-0/+41
2008-04-09net (registry util): refactor printing of value without name out.Michael Adam1-1/+1
2008-04-04net: change split_hive_key() to properly allocate subkeynameMichael Adam1-1/+1
2008-04-04net_registry: split utility function of common interest out into util module.Michael Adam1-87/+1
2008-03-29Fix a segfault (an uninitialized variable)Volker Lendecke1-3/+3
2008-03-28net: add a "net registry" subcommand to locally access the registry.Michael Adam1-0/+530