summaryrefslogtreecommitdiff
path: root/source3/utils/net_registry_util.c
Commit message (Collapse)AuthorAgeFilesLines
* s3: utils: Convert all uses of uint32/16/8 to _t.Richard Sharpe2015-05-071-1/+1
| | | | | | | | Signed-off-by: Richard Sharpe <rsharpe@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu May 7 04:53:39 CEST 2015 on sn-devel-104
* s3:net registry: fix output of dwords with sign bit setGregor Beck2012-06-261-1/+1
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* s3: Avoid leaking http_timestring in print_registry_keyVolker Lendecke2011-07-151-4/+12
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Jul 15 09:44:05 CEST 2011 on sn-devel-104
* registry: create and use shared libcli/registry/util_reg.h header.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* s3-registry: avoid using registry_value union.Günther Deschner2010-07-021-7/+23
| | | | | | Just pull and push data as is. Guenther
* s3:net [rpc] registry: be as user-friendly as possible wrt to the ↵Michael Adam2010-06-251-2/+9
| | | | | | | | | | | | | | | | | normalization change The registry has been changed to use '\' as a key delimiter instead of '/'. Originally, one could mix both characters in the specification of registry key for net [rpc] registry. Now this can not work any more, since '/' is generally treated as a valid character of a key name. Now, to be as user-friendly as possible, the net [rpc] registry code has been changed to still support '/' as a key name delimiter if no '\' character is found in the given registry path string. In that case, all '/' characters are converted to '\' characters before proceeding. If on the other hand, a '\' character is found in the path string, then no conversion is assumed, and it is hence assumed that the path is already in the correct form and '/' characters are supposed to be part of the key names.
* s3-registry: only include registry headers when really needed.Günther Deschner2010-05-181-0/+1
| | | | Guenther
* s3: use shared registry functions.Günther Deschner2010-04-271-1/+1
| | | | Guenther
* s3 net: i18n support for net registryKai Blin2009-08-071-12/+13
|
* Cope with changed signature of http_timestring().Jelmer Vernooij2008-10-111-1/+1
|
* net_registry: add raw output of value to print_registry_value().Michael Adam2008-05-151-11/+34
| | | | | Michael (This used to be commit 340a706422cbca45cc63fa94d36c88f6751f4f31)
* net (registry util): refactor printing of value without name out.Michael Adam2008-04-091-3/+8
| | | | | | | | This renames print_registry_value() to print_registry_value_with_name(). The new function is called print_registry_value(). Michael (This used to be commit 88c4851ad7240bc4f72a5ef92e21629e6a4c99c6)
* net: change split_hive_key() to properly allocate subkeynameMichael Adam2008-04-041-3/+8
| | | | | | | instead of returning a pointer into another string. Michael (This used to be commit 68d08ecf92be3444b759300237b2b7cf5238d022)
* net_registry: split utility function of common interest out into util module.Michael Adam2008-04-041-0/+110
Michael (This used to be commit 3bf890783fadd245c59280173627a6caca2dbefe)