summaryrefslogtreecommitdiff
path: root/source3/utils/net_registry.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-10s3:util:net_registry: registry_value_cmp() uses NUMERIC_CMP()Douglas Bagnall1-1/+1
2024-03-22lib: Remove timeval_set()Volker Lendecke1-1/+1
2022-09-20s3:g_lock: add callback function to g_lock_lock()Stefan Metzmacher1-1/+6
2022-09-19registry3: Move registry_value_cmp() to its only userVolker Lendecke1-0/+9
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2019-11-06net: Avoid the use of g_lock_do()Volker Lendecke1-71/+65
2019-06-30source3: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig1-2/+6
2019-03-01utils: Use wrapper for string to integer conversionSwen Schillig1-2/+14
2018-08-17lib: Pass mem_ctx to state_path()Volker Lendecke1-1/+1
2018-02-08lib: Make g_lock_do use TDB_DATAVolker Lendecke1-2/+3
2016-09-28werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/utils/Günther Deschner1-7/+7
2016-09-28werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/utils/Günther Deschner1-1/+1
2016-09-28werror: replace WERR_BADFILE with WERR_FILE_NOT_FOUND in source3/utils/Günther Deschner1-3/+3
2015-05-07s3: utils: Convert all uses of uint32/16/8 to _t.Richard Sharpe1-2/+2
2015-03-03Fix the O3 developer buildVolker Lendecke1-2/+2
2014-11-03net_registry: don't leak state_path onto talloc tosDavid Disseldorp1-5/+12
2012-06-26s3:net registry import: implement dry-run with "--test"Michael Adam1-0/+6
2012-06-26s3:net registry import: add an assertMichael Adam1-0/+2
2012-06-26s3:net registry import: reduce indentationMichael Adam1-7/+8
2012-06-26s3:net registry import: fix the return code when transaction commit failsMichael Adam1-1/+1
2012-06-26s3:net registry import: improve regdb_open/close layeringMichael Adam1-3/+4
2012-06-26s3:net registry import: untangle nested function callsMichael Adam1-3/+8
2012-06-26s3:net registry import: reduce indentation and untangle assignment from checkMichael Adam1-4/+9
2012-06-26s3:net registry import: move precheck-and-import code to its own functionMichael Adam1-9/+20
2012-06-26s3:net registry: fix violation of coding conventionsGregor Beck1-32/+35
2012-06-26s3:net registry import: add option --precheckGregor Beck1-5/+194
2012-06-26s3:net registry import: check return values + codecleanupGregor Beck1-16/+30
2012-01-31s3:net registry: fix a copy and paste error in a help textMichael Adam1-2/+2
2011-12-12s3: Remove a bunch of calls to procid_self()Volker Lendecke1-1/+1
2011-10-14s3:net registry: fix segfault when net registry is called without subcommands...Michael Adam1-0/+1
2011-10-12s3:net: avoid unnecessary initialization of the registry.Gregor Beck1-2/+7
2011-10-12s3:net: add command registry checkGregor Beck1-0/+57
2011-06-15s3:utils/net_*registry: use c99 initializers which are supported by old gcc 2...Stefan Metzmacher1-3/+5
2011-05-30s3:net: registry export: close key after recursion returnsGregor Beck1-1/+3
2011-05-30s3:net registry: polish output of net registry enumerate[_recursive]Michael Adam1-11/+15
2011-05-30s3:net: registry: use recursive implementation for enumerateGregor Beck1-63/+41
2011-05-30s3:net: registry: add new command enumerate_recursiveGregor Beck1-0/+107
2011-03-30s3-passdb: use passdb headers where needed.Günther Deschner1-0/+1
2011-03-30registry: create and use shared libcli/registry/util_reg.h header.Günther Deschner1-0/+1
2011-03-30s3-includes: no point in including all security headers globally.Günther Deschner1-0/+1
2011-03-16libcli/security: move display_sec headers to own header file and add toGünther Deschner1-0/+1
2011-01-30s3:net registry: ignore WERR_BADFILE when --force is given in deletekey[_recu...Michael Adam1-1/+3
2011-01-30s3:net registry: fix a debug message.Michael Adam1-1/+1
2011-01-30s3:net registry: fix a debug message.Michael Adam1-1/+1
2010-11-02s3: Add "net registry getvaluesraw"Volker Lendecke1-0/+51
2010-09-22s3:net: add subcommand net registry deletekey_recursiveMichael Adam1-3/+28
2010-09-22s3:registry: remove unneeded TALLOC_CTX argument from reg_deletekey_recursiveMichael Adam1-1/+1
2010-09-22s3-net: add command registry convertGregor Beck1-0/+61
2010-09-22s3-net: add command registry exportGregor Beck1-0/+113
2010-09-22s3-net: add command registry importGregor Beck1-0/+203