summaryrefslogtreecommitdiff
path: root/source3/utils/net_registry.c
AgeCommit message (Expand)AuthorFilesLines
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