Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3:net registry: fix a copy and paste error in a help text | Michael Adam | 2012-01-31 | 1 | -2/+2 |
| | |||||
* | s3: Remove a bunch of calls to procid_self() | Volker Lendecke | 2011-12-12 | 1 | -1/+1 |
| | | | | All callers to messaging_[re]init only used procid_self() | ||||
* | s3:net registry: fix segfault when net registry is called without subcommands... | Michael Adam | 2011-10-14 | 1 | -0/+1 |
| | | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Oct 14 17:51:53 CEST 2011 on sn-devel-104 | ||||
* | s3:net: avoid unnecessary initialization of the registry. | Gregor Beck | 2011-10-12 | 1 | -2/+7 |
| | | | | | | | This allows for using help without having access to the registry and prevents update code to run if only a readonly check is to be performed. Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | s3:net: add command registry check | Gregor Beck | 2011-10-12 | 1 | -0/+57 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | s3:utils/net_*registry: use c99 initializers which are supported by old gcc ↵ | Stefan Metzmacher | 2011-06-15 | 1 | -3/+5 |
| | | | | | | | | | 2.95 compilers (bug #8226) metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jun 15 03:48:41 CEST 2011 on sn-devel-104 | ||||
* | s3:net: registry export: close key after recursion returns | Gregor Beck | 2011-05-30 | 1 | -1/+3 |
| | | | | | | | Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon May 30 18:53:28 CEST 2011 on sn-devel-104 | ||||
* | s3:net registry: polish output of net registry enumerate[_recursive] | Michael Adam | 2011-05-30 | 1 | -11/+15 |
| | | | | | so that net registry enumerate output is as before, and net registry enumerate_recursive is formatted more nicely | ||||
* | s3:net: registry: use recursive implementation for enumerate | Gregor Beck | 2011-05-30 | 1 | -63/+41 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | s3:net: registry: add new command enumerate_recursive | Gregor Beck | 2011-05-30 | 1 | -0/+107 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | s3-passdb: use passdb headers where needed. | Günther Deschner | 2011-03-30 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | registry: create and use shared libcli/registry/util_reg.h header. | Günther Deschner | 2011-03-30 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-includes: no point in including all security headers globally. | Günther Deschner | 2011-03-30 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | libcli/security: move display_sec headers to own header file and add to | Günther Deschner | 2011-03-16 | 1 | -0/+1 |
| | | | | | | security.h grouping header. Guenther | ||||
* | s3:net registry: ignore WERR_BADFILE when --force is given in ↵ | Michael Adam | 2011-01-30 | 1 | -1/+3 |
| | | | | | | | deletekey[_recursive] Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Sun Jan 30 14:53:13 CET 2011 on sn-devel-104 | ||||
* | s3:net registry: fix a debug message. | Michael Adam | 2011-01-30 | 1 | -1/+1 |
| | |||||
* | s3:net registry: fix a debug message. | Michael Adam | 2011-01-30 | 1 | -1/+1 |
| | |||||
* | s3: Add "net registry getvaluesraw" | Volker Lendecke | 2010-11-02 | 1 | -0/+51 |
| | | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Nov 2 15:42:22 UTC 2010 on sn-devel-104 | ||||
* | s3:net: add subcommand net registry deletekey_recursive | Michael Adam | 2010-09-22 | 1 | -3/+28 |
| | | | | to delete a key including subkeys | ||||
* | s3:registry: remove unneeded TALLOC_CTX argument from reg_deletekey_recursive | Michael Adam | 2010-09-22 | 1 | -1/+1 |
| | |||||
* | s3-net: add command registry convert | Gregor Beck | 2010-09-22 | 1 | -0/+61 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | s3-net: add command registry export | Gregor Beck | 2010-09-22 | 1 | -0/+113 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | s3-net: add command registry import | Gregor Beck | 2010-09-22 | 1 | -0/+203 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | s3:registry: move prototypes from reg_init_basic.c to their own header. | Michael Adam | 2010-09-21 | 1 | -0/+1 |
| | |||||
* | s3:registry: move the reg_api prototypes to their own header. | Michael Adam | 2010-09-21 | 1 | -0/+1 |
| | |||||
* | s3:auth Remove NT_USER_TOKEN | Andrew Bartlett | 2010-09-11 | 1 | -1/+1 |
| | | | | | | | | | The all UPPER case typedef is no longer the preferred Samba style and this makes it easier to see that this is the IDL-derivied structure Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | s3: Remove the dependency of g_lock on procid_self | Volker Lendecke | 2010-08-28 | 1 | -1/+1 |
| | | | | procid_self() references global vars, don't depend on them unnecessarily | ||||
* | s3-registry: avoid using registry_value union. | Günther Deschner | 2010-07-02 | 1 | -7/+33 |
| | | | | | | Just pull and push data as is. Guenther | ||||
* | s3:registry: move prototype registry_create_admin_token() to new header ↵ | Michael Adam | 2010-05-25 | 1 | -0/+1 |
| | | | | | | reg_util_token.h and use it only where necessary. | ||||
* | s3-registry: only include registry headers when really needed. | Günther Deschner | 2010-05-18 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3: use shared registry functions. | Günther Deschner | 2010-04-27 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3: Add "net registry increment" | Volker Lendecke | 2010-03-12 | 1 | -0/+105 |
| | | | | A convenience function to increment a DWORD value under a (cluster-wide) lock | ||||
* | s3: Fix some "net registry" usage messages | Volker Lendecke | 2010-03-12 | 1 | -3/+3 |
| | |||||
* | s3:net: add a command "net registry setsd_sdd" | Michael Adam | 2010-03-03 | 1 | -0/+88 |
| | | | | | | | This permits to set the security descriptor of a registry key from the unix command line. Michael | ||||
* | s3:net: fix some i18n messages in net_registry_getsd_internal(). | Michael Adam | 2010-03-03 | 1 | -2/+3 |
| | | | | Michael | ||||
* | s3:net: add i18n macro _() to one message | Michael Adam | 2010-03-03 | 1 | -1/+1 |
| | | | | Michael | ||||
* | s3:net: add new subcommand "net registry getsd_sddl" to print secdesc in ↵ | Michael Adam | 2010-03-03 | 1 | -0/+40 |
| | | | | | | sddl format Michael | ||||
* | s3:net: refactor getting of secdesc out of net_registry_getsd() | Michael Adam | 2010-03-03 | 1 | -14/+42 |
| | | | | | | | | | New net_registry_getsd_internal does the work(), net_registry_getsd() just prints the result. This in preparation to add support for other output formats than the currently used display_sec_desc(). Michael | ||||
* | s3 net: Fix compile warnings | Kai Blin | 2010-01-19 | 1 | -20/+38 |
| | |||||
* | s3 net/i18n: Use only one spelling for "Usage:" | Kai Blin | 2010-01-19 | 1 | -3/+3 |
| | |||||
* | s3/net: split up some printable stings to ease i18n | Björn Jacke | 2010-01-18 | 1 | -14/+14 |
| | | | | | | If we put strings like "Usage:" into separate _() macros and not the whole "Usage:..." string we can cover much more messages by only one single translation. The drawback is that the message in the sources looks less pretty. | ||||
* | s3 net: i18n support for net registry | Kai Blin | 2009-08-07 | 1 | -64/+67 |
| | |||||
* | s3-secdesc: use SEC_FLAG_SYSTEM_SECURITY instead of SEC_RIGHT_SYSTEM_SECURITY. | Günther Deschner | 2009-04-21 | 1 | -2/+2 |
| | | | | Guenther | ||||
* | s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHT_MAXIMUM_ALLOWED. | Günther Deschner | 2009-04-21 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | Implement type multi_sz for "net registry setvalue" | Volker Lendecke | 2008-12-02 | 1 | -0/+4 |
| | |||||
* | Rename dos_errstr() to win_errstr() for consistency with Samba 4. | Jelmer Vernooij | 2008-11-01 | 1 | -15/+15 |
| | |||||
* | net: Rename functable3 to functable, get rid of old functables | Kai Blin | 2008-06-10 | 1 | -2/+2 |
| | | | | (This used to be commit bb7c5fc4ec77db4073d3beccf12af12910b6bd07) | ||||
* | net: Make "net registry" use functable3 | Kai Blin | 2008-06-10 | 1 | -16/+40 |
| | | | | (This used to be commit 47f7308e4ee7422a6d9c578c1073b0207969fbb2) | ||||
* | net registry: add a getvalueraw command to print the value in raw format. | Michael Adam | 2008-05-15 | 1 | -0/+11 |
| | | | | | Michael (This used to be commit b7e8a3f1caf54145d750209f2e14b5b54c61769b) | ||||
* | net registry: refactor core of net_registry_getvalue() out | Michael Adam | 2008-05-15 | 1 | -3/+9 |
| | | | | | | | | into net_registry_getvalue_internal(), which takes a bool parameter "raw" controlling the output format. Michael (This used to be commit 889e19303e141e226898f837a637a2d591c75ad9) |