samba.git
13 years agos4:libcli:smb2 Rename pending_id to async_id and make 64-bit
Steven Danneman [Wed, 22 Sep 2010 20:23:49 +0000 (13:23 -0700)]
s4:libcli:smb2 Rename pending_id to async_id and make 64-bit

Match MS-SMB2 - 2.2.1.1   SMB2 Packet Header - ASYNC

13 years agoselftest: Remove unused --analyse argument.
Jelmer Vernooij [Thu, 23 Sep 2010 00:47:28 +0000 (17:47 -0700)]
selftest: Remove unused --analyse argument.

13 years agodsdb: Use short path for ldb_handlers.h, in case ldb is installed in the
Jelmer Vernooij [Thu, 23 Sep 2010 00:17:42 +0000 (17:17 -0700)]
dsdb: Use short path for ldb_handlers.h, in case ldb is installed in the
system.

13 years agoldb: Use waf as default build system.
Jelmer Vernooij [Thu, 23 Sep 2010 00:17:25 +0000 (17:17 -0700)]
ldb: Use waf as default build system.

13 years agoldb: Depend directly on replace, fixes the build on systems with
Jelmer Vernooij [Thu, 23 Sep 2010 00:15:38 +0000 (17:15 -0700)]
ldb: Depend directly on replace, fixes the build on systems with
tdb and tevent installed in the system.

13 years agos4-param: Fix more memory leaks, invalid memory context.
Jelmer Vernooij [Wed, 22 Sep 2010 23:44:17 +0000 (16:44 -0700)]
s4-param: Fix more memory leaks, invalid memory context.

13 years agos3-selftest: Fix test prefixes in subunit output.
Jelmer Vernooij [Wed, 22 Sep 2010 22:36:06 +0000 (15:36 -0700)]
s3-selftest: Fix test prefixes in subunit output.

13 years agos4-param: Check type when converting python object to lp_ctx, fix some
Jelmer Vernooij [Wed, 22 Sep 2010 22:35:36 +0000 (15:35 -0700)]
s4-param: Check type when converting python object to lp_ctx, fix some
memory leaks.

13 years agopygensec: Implement start_mech_by_name().
Jelmer Vernooij [Wed, 22 Sep 2010 20:57:07 +0000 (13:57 -0700)]
pygensec: Implement start_mech_by_name().

13 years agosubunithelper: Cope with errors outside of testsuites.
Jelmer Vernooij [Wed, 22 Sep 2010 20:05:55 +0000 (13:05 -0700)]
subunithelper: Cope with errors outside of testsuites.

13 years agondrdump: Move blackbox test to standard python namespace.
Jelmer Vernooij [Wed, 22 Sep 2010 19:52:29 +0000 (12:52 -0700)]
ndrdump: Move blackbox test to standard python namespace.

13 years agos4/selftest: Simplify running of python tests.
Jelmer Vernooij [Wed, 22 Sep 2010 18:39:53 +0000 (11:39 -0700)]
s4/selftest: Simplify running of python tests.

13 years agoselftest: Let tests add prefix to tests by themselve.
Jelmer Vernooij [Wed, 22 Sep 2010 18:30:34 +0000 (11:30 -0700)]
selftest: Let tests add prefix to tests by themselve.

13 years agos3: Use asprintf where appropriate
Volker Lendecke [Wed, 22 Sep 2010 12:10:03 +0000 (14:10 +0200)]
s3: Use asprintf where appropriate

13 years agos3: Fix pam_smbpass logging on FreeBSD
Volker Lendecke [Tue, 21 Sep 2010 19:16:31 +0000 (21:16 +0200)]
s3: Fix pam_smbpass logging on FreeBSD

13 years agos3-registry: fix some c++ build warnings.
Günther Deschner [Wed, 22 Sep 2010 19:40:42 +0000 (12:40 -0700)]
s3-registry: fix some c++ build warnings.

Guenther

13 years agoFix bug #7693 - smbd changing mode of files on rename
Jeremy Allison [Wed, 22 Sep 2010 19:26:13 +0000 (12:26 -0700)]
Fix bug #7693 - smbd changing mode of files on rename

When using "map archive", don't change the archive bit on
renames or writes with UNIX extensions turned on.

Jeremy.

13 years agos3-waf: fix the build.
Günther Deschner [Wed, 22 Sep 2010 18:28:45 +0000 (11:28 -0700)]
s3-waf: fix the build.

Guenther

13 years agos4-smbtorture: print out membership in RPC-SPOOLSS-ACCESS.
Günther Deschner [Wed, 22 Sep 2010 18:04:38 +0000 (11:04 -0700)]
s4-smbtorture: print out membership in RPC-SPOOLSS-ACCESS.

Guenther

13 years agolibreplace: fix endless strerror_r has been redefined warnings on AIX
Björn Jacke [Wed, 22 Sep 2010 18:16:47 +0000 (11:16 -0700)]
libreplace: fix endless strerror_r has been redefined warnings on AIX

13 years agos4-drs-test: Relax a check that may possibly fail
Kamen Mazdrashki [Wed, 22 Sep 2010 00:57:30 +0000 (03:57 +0300)]
s4-drs-test: Relax a check that may possibly fail

This check may fail due to automatic replication between DCs
during the test execution.
Ideally we should block automatic replications (somehow)
during this test. But until then, we need just to skip
this check, it is not *that* important anyway

13 years agos4-ldapcmp: Enable comparisons between LDBs too
Kamen Mazdrashki [Wed, 22 Sep 2010 00:24:01 +0000 (03:24 +0300)]
s4-ldapcmp: Enable comparisons between LDBs too

This will enable us to compare two LDBs or and LDB with running
AD server. Comparing LDB against running running server
may come into handy when one want to see if 'net vampire'
command does what it does the right way

13 years agos4-selftest: Move more tests to scripting/python, simplifies running of tests.
Jelmer Vernooij [Wed, 22 Sep 2010 05:54:10 +0000 (22:54 -0700)]
s4-selftest: Move more tests to scripting/python, simplifies running of tests.

13 years agoselftest: Fix run for systems without testtools installed.
Jelmer Vernooij [Wed, 22 Sep 2010 04:33:30 +0000 (21:33 -0700)]
selftest: Fix run for systems without testtools installed.

13 years agoselftest: Use idlist testing for python tests.
Jelmer Vernooij [Wed, 22 Sep 2010 03:58:23 +0000 (20:58 -0700)]
selftest: Use idlist testing for python tests.

13 years agoselftest: Support running individual tests using idlists, for testsuites that support...
Jelmer Vernooij [Wed, 22 Sep 2010 03:36:50 +0000 (20:36 -0700)]
selftest: Support running individual tests using idlists, for testsuites that support them.

13 years agos4-selftest: Use loadlist in a couple more places.
Jelmer Vernooij [Wed, 22 Sep 2010 03:23:41 +0000 (20:23 -0700)]
s4-selftest: Use loadlist in a couple more places.

13 years agotorture: Remove active_testname variable.
Jelmer Vernooij [Wed, 22 Sep 2010 03:16:40 +0000 (20:16 -0700)]
torture: Remove active_testname variable.

13 years agos4-test: Allow running individual tests for smbtorture tests.
Jelmer Vernooij [Wed, 22 Sep 2010 03:11:47 +0000 (20:11 -0700)]
s4-test: Allow running individual tests for smbtorture tests.

13 years agotorture: Fix running individual tests.
Jelmer Vernooij [Wed, 22 Sep 2010 03:11:43 +0000 (20:11 -0700)]
torture: Fix running individual tests.

13 years agoselftest: Fix generation of test id file.
Jelmer Vernooij [Wed, 22 Sep 2010 00:35:53 +0000 (17:35 -0700)]
selftest: Fix generation of test id file.

13 years agostrlist: Make test names unique.
Jelmer Vernooij [Wed, 22 Sep 2010 00:35:26 +0000 (17:35 -0700)]
strlist: Make test names unique.

13 years agos4-land: Print commands that are being run.
Jelmer Vernooij [Tue, 21 Sep 2010 23:46:12 +0000 (16:46 -0700)]
s4-land: Print commands that are being run.

13 years agopymessaging: Remove unused older python irpc bindings.
Jelmer Vernooij [Tue, 21 Sep 2010 23:08:46 +0000 (16:08 -0700)]
pymessaging: Remove unused older python irpc bindings.

13 years agos3:net: add subcommand net registry deletekey_recursive
Michael Adam [Wed, 22 Sep 2010 04:27:49 +0000 (06:27 +0200)]
s3:net: add subcommand net registry deletekey_recursive

to delete a key including subkeys

13 years agos3:registry: remove unneeded TALLOC_CTX argument from reg_deletekey_recursive
Michael Adam [Wed, 22 Sep 2010 04:21:38 +0000 (06:21 +0200)]
s3:registry: remove unneeded TALLOC_CTX argument from reg_deletekey_recursive

13 years agos3:tests: fix misplaced '...' for grep pattern in test_net_registry.sh
Michael Adam [Wed, 22 Sep 2010 04:00:00 +0000 (06:00 +0200)]
s3:tests: fix misplaced '...' for grep pattern in test_net_registry.sh

13 years agos3-net: add command rpc registry import
Gregor Beck [Mon, 20 Sep 2010 13:32:02 +0000 (15:32 +0200)]
s3-net: add command rpc registry import

Signed-off-by: Michael Adam <obnox@samba.org>
13 years agos3-net: add command rpc registry export
Gregor Beck [Mon, 20 Sep 2010 14:45:57 +0000 (16:45 +0200)]
s3-net: add command rpc registry export

Signed-off-by: Michael Adam <obnox@samba.org>
13 years agos3-net: add command registry convert
Gregor Beck [Mon, 20 Sep 2010 13:01:40 +0000 (15:01 +0200)]
s3-net: add command registry convert

Signed-off-by: Michael Adam <obnox@samba.org>
13 years agos3-net: add command registry export
Gregor Beck [Mon, 20 Sep 2010 13:01:01 +0000 (15:01 +0200)]
s3-net: add command registry export

Signed-off-by: Michael Adam <obnox@samba.org>
13 years agos3-net: add command registry import
Gregor Beck [Mon, 20 Sep 2010 12:54:30 +0000 (14:54 +0200)]
s3-net: add command registry import

Signed-off-by: Michael Adam <obnox@samba.org>
13 years agos3-net: let rpccli_winreg_Connect optionally return WERROR
Gregor Beck [Mon, 20 Sep 2010 13:24:03 +0000 (15:24 +0200)]
s3-net: let rpccli_winreg_Connect optionally return WERROR

Signed-off-by: Michael Adam <obnox@samba.org>
13 years agos3-registry: handle registration entries (.reg) files
Gregor Beck [Mon, 20 Sep 2010 12:46:25 +0000 (14:46 +0200)]
s3-registry: handle registration entries (.reg) files

Signed-off-by: Michael Adam <obnox@samba.org>
13 years agos3-lib: add srprs, primitives to build simple recursive parsers
Gregor Beck [Mon, 20 Sep 2010 12:37:07 +0000 (14:37 +0200)]
s3-lib: add srprs, primitives to build simple recursive parsers

Signed-off-by: Michael Adam <obnox@samba.org>
13 years agos3-lib: add cbuf, a talloced character buffer
Gregor Beck [Mon, 20 Sep 2010 12:33:21 +0000 (14:33 +0200)]
s3-lib: add cbuf, a talloced character buffer

Signed-off-by: Michael Adam <obnox@samba.org>
13 years agos3-docs: document net registry
Gregor Beck [Mon, 20 Sep 2010 12:24:00 +0000 (14:24 +0200)]
s3-docs: document net registry

Signed-off-by: Michael Adam <obnox@samba.org>
13 years agos3-lsa: Fix sid in DEBUG in_lsa_EnumAccountRights.
Günther Deschner [Wed, 22 Sep 2010 03:54:45 +0000 (20:54 -0700)]
s3-lsa: Fix sid in DEBUG in_lsa_EnumAccountRights.

Andrew, you removed the sid_copy buit forgot the sid, please check.

Guenther

13 years agotevent: include libreplace heade before tevent header
Björn Jacke [Wed, 22 Sep 2010 02:08:40 +0000 (19:08 -0700)]
tevent: include libreplace heade before tevent header

this is supposed to fix bug #7463. Thanks to Joachim Schmitz.

13 years agos3-libgpo: fix the build of scripts client side extension.
Günther Deschner [Tue, 21 Sep 2010 23:13:33 +0000 (16:13 -0700)]
s3-libgpo: fix the build of scripts client side extension.

Guenther

13 years agos3: Remove a global variable in bugfix for bug 7665
Volker Lendecke [Tue, 21 Sep 2010 22:41:23 +0000 (15:41 -0700)]
s3: Remove a global variable in bugfix for bug 7665

Signed-off-by: Günther Deschner <gd@samba.org>
13 years agos4: Add script for landing a branch through a remote server, such as sn.
Jelmer Vernooij [Tue, 21 Sep 2010 22:54:34 +0000 (15:54 -0700)]
s4: Add script for landing a branch through a remote server, such as sn.

13 years agos4: Add convenience script for building and landing a tree in the
Jelmer Vernooij [Tue, 21 Sep 2010 21:18:21 +0000 (14:18 -0700)]
s4: Add convenience script for building and landing a tree in the
background, sending results by email.

13 years agopytalloc: Add default compare function.
Jelmer Vernooij [Tue, 21 Sep 2010 07:40:17 +0000 (00:40 -0700)]
pytalloc: Add default compare function.

13 years agos3: Remove a pointless if-statement
Volker Lendecke [Tue, 21 Sep 2010 18:08:19 +0000 (11:08 -0700)]
s3: Remove a pointless if-statement

13 years agos3: don't build krb5 locator plugin if we don't build winbind
Björn Jacke [Tue, 21 Sep 2010 17:52:46 +0000 (10:52 -0700)]
s3: don't build krb5 locator plugin if we don't build winbind

this fixes bug #7329

13 years agos4-ldap: Fixed a problem with NC's having a parentGUID attribute
Nadezhda Ivanova [Tue, 21 Sep 2010 16:10:54 +0000 (09:10 -0700)]
s4-ldap: Fixed a problem with NC's having a parentGUID attribute

NC's other than default NC had a parentGUID, due to an incorrect check of whether
the object has a parent. Fixed by checking object's instanceType instead.

13 years agos3-waf: remove reg_util_legacy from waf build as well.
Günther Deschner [Tue, 21 Sep 2010 08:23:43 +0000 (01:23 -0700)]
s3-waf: remove reg_util_legacy from waf build as well.

Guenther

13 years agos3-winbindd: another attempt to fix the non-ldap build.
Günther Deschner [Tue, 21 Sep 2010 07:18:27 +0000 (00:18 -0700)]
s3-winbindd: another attempt to fix the non-ldap build.

Guenther

13 years agos3:registry: move regio.h from include/ to registry/
Michael Adam [Tue, 21 Sep 2010 07:08:33 +0000 (09:08 +0200)]
s3:registry: move regio.h from include/ to registry/

13 years agos3:registry: move the reg_db.h from include/ to registry/
Michael Adam [Tue, 21 Sep 2010 06:53:49 +0000 (08:53 +0200)]
s3:registry: move the reg_db.h from include/ to registry/

13 years agos3:registry: move prototype from reg_init_smbconf.c to its own header.
Michael Adam [Tue, 21 Sep 2010 06:50:54 +0000 (08:50 +0200)]
s3:registry: move prototype from reg_init_smbconf.c to its own header.

13 years agos3:registry: move prototype from reg_init_full.c to its own header.
Michael Adam [Tue, 21 Sep 2010 06:45:06 +0000 (08:45 +0200)]
s3:registry: move prototype from reg_init_full.c to its own header.

13 years agos3:registry: move prototypes from reg_init_basic.c to their own header.
Michael Adam [Tue, 21 Sep 2010 06:37:14 +0000 (08:37 +0200)]
s3:registry: move prototypes from reg_init_basic.c to their own header.

13 years agos3:registry: move reg_api_regf prototypes to their own header file.
Michael Adam [Tue, 21 Sep 2010 06:23:20 +0000 (08:23 +0200)]
s3:registry: move reg_api_regf prototypes to their own header file.

These two calls are currently only used in the WINREG rpc server.
And this reqires linking in the regfio code.

13 years agos3:registry: move the reg_api prototypes to their own header.
Michael Adam [Tue, 21 Sep 2010 06:11:18 +0000 (08:11 +0200)]
s3:registry: move the reg_api prototypes to their own header.

13 years agos3:registry:reg_api: update (C)
Michael Adam [Tue, 21 Sep 2010 05:44:56 +0000 (07:44 +0200)]
s3:registry:reg_api: update (C)

13 years agopidl/python: Allow passing in UTF8 string objects as well as unicode
Jelmer Vernooij [Tue, 21 Sep 2010 05:18:45 +0000 (22:18 -0700)]
pidl/python: Allow passing in UTF8 string objects as well as unicode
objects for IDL strings.

Signed-off-by: Andrew Tridgell <tridge@samba.org>
13 years agos3:services_db: convert get_common_service_dispname() to talloc
Michael Adam [Tue, 21 Sep 2010 05:40:36 +0000 (07:40 +0200)]
s3:services_db: convert get_common_service_dispname() to talloc

13 years agos3:registry: regfio fix the build
Michael Adam [Tue, 21 Sep 2010 05:40:13 +0000 (07:40 +0200)]
s3:registry: regfio fix the build

13 years agorpc_talloc: Update test now that we create fewer references.
Jelmer Vernooij [Tue, 21 Sep 2010 05:23:15 +0000 (22:23 -0700)]
rpc_talloc: Update test now that we create fewer references.

13 years agopytestrpc: Be more verbose.
Jelmer Vernooij [Tue, 21 Sep 2010 04:04:04 +0000 (21:04 -0700)]
pytestrpc: Be more verbose.

13 years agos4-pild-python: Fix assignments - even though we reference the mem_ctx
Jelmer Vernooij [Tue, 21 Sep 2010 04:02:16 +0000 (21:02 -0700)]
s4-pild-python: Fix assignments - even though we reference the mem_ctx
of an object we still use the actual ptr.

13 years agotestrpc: Convert from a single unit test to a simple test script, be
Jelmer Vernooij [Tue, 21 Sep 2010 03:19:16 +0000 (20:19 -0700)]
testrpc: Convert from a single unit test to a simple test script, be
more verbose.

13 years agopidl: Fix segfault when accessing unicode objects.
Jelmer Vernooij [Tue, 21 Sep 2010 03:02:21 +0000 (20:02 -0700)]
pidl: Fix segfault when accessing unicode objects.

13 years agos4-pidl-python: use correct talloc pointer when allocating subobjects.
Jelmer Vernooij [Tue, 21 Sep 2010 02:54:24 +0000 (19:54 -0700)]
s4-pidl-python: use correct talloc pointer when allocating subobjects.

13 years agos3:registry: remove now (finally) obsolete reg_util_registry.{c,h}
Michael Adam [Tue, 21 Sep 2010 04:51:38 +0000 (06:51 +0200)]
s3:registry: remove now (finally) obsolete reg_util_registry.{c,h}

13 years agos3:services_db: does not need legacy registry code any more.
Michael Adam [Tue, 21 Sep 2010 04:49:40 +0000 (06:49 +0200)]
s3:services_db: does not need legacy registry code any more.

13 years agos3:services_db: rewrite svcctl_init_keys() to use reg_api calls instead of legacy
Michael Adam [Tue, 21 Sep 2010 04:48:19 +0000 (06:48 +0200)]
s3:services_db: rewrite svcctl_init_keys() to use reg_api calls instead of legacy

13 years agos3:services_db: extract core of svcctl_set_secdesc to _internal version
Michael Adam [Tue, 21 Sep 2010 01:11:43 +0000 (03:11 +0200)]
s3:services_db: extract core of svcctl_set_secdesc to _internal version

The internal version operates on an already opened key.

13 years agos3:services_db: create the "Security" subkey if it does not exist in svcctl_set_secdesc()
Michael Adam [Tue, 21 Sep 2010 01:00:29 +0000 (03:00 +0200)]
s3:services_db: create the "Security" subkey if it does not exist in svcctl_set_secdesc()

Windows behaves like this. - Tests will follow.

13 years agos3:services_db: remove bogus comments
Michael Adam [Mon, 20 Sep 2010 09:24:36 +0000 (11:24 +0200)]
s3:services_db: remove bogus comments

(from copy and paste probably...)

13 years agos3:services_db: remove unused legacy function svcctl_fetch_regvalues().
Michael Adam [Mon, 20 Sep 2010 09:20:37 +0000 (11:20 +0200)]
s3:services_db: remove unused legacy function svcctl_fetch_regvalues().

13 years agos3:rpc_server:ntsvcs: registry is not directly used an more.
Michael Adam [Mon, 20 Sep 2010 09:18:33 +0000 (11:18 +0200)]
s3:rpc_server:ntsvcs: registry is not directly used an more.

13 years agos3:rpc_server:ntsvcs: use svcctl_lookup_dispname instead of legacy svcctl in _PNP_Get...
Michael Adam [Mon, 20 Sep 2010 09:17:38 +0000 (11:17 +0200)]
s3:rpc_server:ntsvcs: use svcctl_lookup_dispname instead of legacy svcctl in _PNP_GetDeviceRegProp

13 years agos3:rpc_server: registry is not direclty used in the svcctl server any more
Michael Adam [Mon, 20 Sep 2010 08:57:53 +0000 (10:57 +0200)]
s3:rpc_server: registry is not direclty used in the svcctl server any more

13 years agos3:srv_ntsvcs_nt: make fill_svc_config() use svcctl_get_string_value()
Michael Adam [Mon, 20 Sep 2010 08:30:30 +0000 (10:30 +0200)]
s3:srv_ntsvcs_nt: make fill_svc_config() use svcctl_get_string_value()

instead of using legacy svcctl_fetch_regvalues()

13 years agos3:services_db: publish svcctl_get_string_value()
Michael Adam [Mon, 20 Sep 2010 08:27:56 +0000 (10:27 +0200)]
s3:services_db: publish svcctl_get_string_value()

13 years agos3:services_db: factor out common code of lookup_dispname and lookup_description
Michael Adam [Mon, 20 Sep 2010 06:06:30 +0000 (08:06 +0200)]
s3:services_db: factor out common code of lookup_dispname and lookup_description

into a new function svcctl_get_string_value()

13 years agos3:services_db: change svcctl_lookup_description() to use reg_api functions
Michael Adam [Mon, 20 Sep 2010 04:19:57 +0000 (06:19 +0200)]
s3:services_db: change svcctl_lookup_description() to use reg_api functions

13 years agos3:services_db: rewrite svcctl_lookup_description() to use a tmp talloc ctx
Michael Adam [Mon, 20 Sep 2010 04:03:58 +0000 (06:03 +0200)]
s3:services_db: rewrite svcctl_lookup_description() to use a tmp talloc ctx

Also remove a possible memory by tallocing the result string
also in a default case, where a string constant was returned before.

13 years agos3:services_db: change svcctl_lookup_dispname() to use reg_api functions
Michael Adam [Mon, 20 Sep 2010 06:11:07 +0000 (08:11 +0200)]
s3:services_db: change svcctl_lookup_dispname() to use reg_api functions

13 years agos3:services_db: make svcctl_lookup_dispname() use a temp talloc ctx
Michael Adam [Mon, 20 Sep 2010 02:58:27 +0000 (04:58 +0200)]
s3:services_db: make svcctl_lookup_dispname() use a temp talloc ctx

13 years agos3:services_db: change svcctl_get_secdesc() to use reg_api functions
Michael Adam [Mon, 20 Sep 2010 02:41:59 +0000 (04:41 +0200)]
s3:services_db: change svcctl_get_secdesc() to use reg_api functions

13 years agos3:services_db: use temp talloc ctx in svcctl_get_secdesc()
Michael Adam [Mon, 20 Sep 2010 02:12:42 +0000 (04:12 +0200)]
s3:services_db: use temp talloc ctx in svcctl_get_secdesc()

13 years agos3:services_db: remove the TALLOC_CTX argument from svcctl_set_secdesc
Michael Adam [Mon, 20 Sep 2010 01:38:45 +0000 (03:38 +0200)]
s3:services_db: remove the TALLOC_CTX argument from svcctl_set_secdesc

13 years agos3:services_db: fix a debug message
Michael Adam [Mon, 20 Sep 2010 01:36:23 +0000 (03:36 +0200)]
s3:services_db: fix a debug message

13 years agos3:services_db: rewrite svcctl_set_secdesc to use tmp talloc ctx
Michael Adam [Mon, 20 Sep 2010 01:34:49 +0000 (03:34 +0200)]
s3:services_db: rewrite svcctl_set_secdesc to use tmp talloc ctx

and add a common exit point

13 years agos3:services_db: rewrite svcctl_set_secdesc() using reg_api calls instead of legacy
Michael Adam [Mon, 20 Sep 2010 00:43:33 +0000 (02:43 +0200)]
s3:services_db: rewrite svcctl_set_secdesc() using reg_api calls instead of legacy

13 years agos3:services_db: untanlge assignments from check in read_init_file().
Michael Adam [Sun, 19 Sep 2010 22:46:59 +0000 (00:46 +0200)]
s3:services_db: untanlge assignments from check in read_init_file().