summaryrefslogtreecommitdiff
path: root/source3/utils/net_registry.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-21s3:registry: move prototypes from reg_init_basic.c to their own header.Michael Adam1-0/+1
2010-09-21s3:registry: move the reg_api prototypes to their own header.Michael Adam1-0/+1
2010-09-11s3:auth Remove NT_USER_TOKENAndrew Bartlett1-1/+1
2010-08-28s3: Remove the dependency of g_lock on procid_selfVolker Lendecke1-1/+1
2010-07-02s3-registry: avoid using registry_value union.Günther Deschner1-7/+33
2010-05-25s3:registry: move prototype registry_create_admin_token() to new header reg_u...Michael Adam1-0/+1
2010-05-18s3-registry: only include registry headers when really needed.Günther Deschner1-1/+1
2010-04-27s3: use shared registry functions.Günther Deschner1-1/+1
2010-03-12s3: Add "net registry increment"Volker Lendecke1-0/+105
2010-03-12s3: Fix some "net registry" usage messagesVolker Lendecke1-3/+3
2010-03-03s3:net: add a command "net registry setsd_sdd"Michael Adam1-0/+88
2010-03-03s3:net: fix some i18n messages in net_registry_getsd_internal().Michael Adam1-2/+3
2010-03-03s3:net: add i18n macro _() to one messageMichael Adam1-1/+1
2010-03-03s3:net: add new subcommand "net registry getsd_sddl" to print secdesc in sddl...Michael Adam1-0/+40
2010-03-03s3:net: refactor getting of secdesc out of net_registry_getsd()Michael Adam1-14/+42
2010-01-19s3 net: Fix compile warningsKai Blin1-20/+38
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