summaryrefslogtreecommitdiff
path: root/source3/utils/net_registry.c
Commit message (Expand)AuthorAgeFilesLines
* utils: Use wrapper for string to integer conversionSwen Schillig2019-03-011-2/+14
* lib: Pass mem_ctx to state_path()Volker Lendecke2018-08-171-1/+1
* lib: Make g_lock_do use TDB_DATAVolker Lendecke2018-02-081-2/+3
* werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/utils/Günther Deschner2016-09-281-7/+7
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/utils/Günther Deschner2016-09-281-1/+1
* werror: replace WERR_BADFILE with WERR_FILE_NOT_FOUND in source3/utils/Günther Deschner2016-09-281-3/+3
* s3: utils: Convert all uses of uint32/16/8 to _t.Richard Sharpe2015-05-071-2/+2
* Fix the O3 developer buildVolker Lendecke2015-03-031-2/+2
* net_registry: don't leak state_path onto talloc tosDavid Disseldorp2014-11-031-5/+12
* s3:net registry import: implement dry-run with "--test"Michael Adam2012-06-261-0/+6
* s3:net registry import: add an assertMichael Adam2012-06-261-0/+2
* s3:net registry import: reduce indentationMichael Adam2012-06-261-7/+8
* s3:net registry import: fix the return code when transaction commit failsMichael Adam2012-06-261-1/+1
* s3:net registry import: improve regdb_open/close layeringMichael Adam2012-06-261-3/+4
* s3:net registry import: untangle nested function callsMichael Adam2012-06-261-3/+8
* s3:net registry import: reduce indentation and untangle assignment from checkMichael Adam2012-06-261-4/+9
* s3:net registry import: move precheck-and-import code to its own functionMichael Adam2012-06-261-9/+20
* s3:net registry: fix violation of coding conventionsGregor Beck2012-06-261-32/+35
* s3:net registry import: add option --precheckGregor Beck2012-06-261-5/+194
* s3:net registry import: check return values + codecleanupGregor Beck2012-06-261-16/+30
* s3:net registry: fix a copy and paste error in a help textMichael Adam2012-01-311-2/+2
* s3: Remove a bunch of calls to procid_self()Volker Lendecke2011-12-121-1/+1
* s3:net registry: fix segfault when net registry is called without subcommands...Michael Adam2011-10-141-0/+1
* s3:net: avoid unnecessary initialization of the registry.Gregor Beck2011-10-121-2/+7
* s3:net: add command registry checkGregor Beck2011-10-121-0/+57
* s3:utils/net_*registry: use c99 initializers which are supported by old gcc 2...Stefan Metzmacher2011-06-151-3/+5
* s3:net: registry export: close key after recursion returnsGregor Beck2011-05-301-1/+3
* s3:net registry: polish output of net registry enumerate[_recursive]Michael Adam2011-05-301-11/+15
* s3:net: registry: use recursive implementation for enumerateGregor Beck2011-05-301-63/+41
* s3:net: registry: add new command enumerate_recursiveGregor Beck2011-05-301-0/+107
* 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