summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_conf.c
AgeCommit message (Collapse)AuthorFilesLines
2008-02-19Add a function libnet_conf_get_seqnum() to the libnet_conf API.Michael Adam1-0/+13
This is to provide a change sequence number to users, so that they can use it to detect change in the config and trigger a reload. Michael (This used to be commit a0b12f4d815fa92c8826954e6d73546c8a751583)
2008-02-15Rename registry_init_regdb() to registry_init_smbconf().Michael Adam1-1/+1
That's what it actually is. Michael (This used to be commit 9d3c27f55726dbdce41fcf71c8bc1a7829340268)
2008-01-21Add another check for talloc failure to libnet_confMichael Adam1-0/+4
Michael (This used to be commit 196e4ce8c5dd5aab518aaa7d170eb1fb5d66bcd1)
2008-01-21Fix formatting of multi_sz registry values.Michael Adam1-1/+5
Don't print only the last component. Michael (This used to be commit 654e96208ec847e32797cbd2442ef9e73c014567)
2008-01-21Use talloc_stackframe() for temporary contexts throughout libnet_conf.cMichael Adam1-4/+4
Michael (This used to be commit 4d734106b70b9b6029b537fe11f8b3c1aebd42cf)
2008-01-21Add a check for talloc failure. - Pointed out by Volker.Michael Adam1-0/+4
Michael (This used to be commit bdc49b07cc6de36c9319254a131858c9a7f9dd53)
2008-01-13Add a function libnet_conf_delete_global_parameter() to libnet_conf.cMichael Adam1-0/+21
Create the [global] section if it does not yet exist. Michael (This used to be commit 90fa2981c949e21f66a44d634ebe9d661819f0a3)
2008-01-13Add a function libnet_conf_get_global_parameter() to libnet_conf.cMichael Adam1-0/+25
It creates the [global] section if it does not yet exist. Michael (This used to be commit 627a29b690c30f1096a4746186089cd9a1c92407)
2008-01-13Move libnet_conf_set_global_parameter() inside libnet_conf.cMichael Adam1-30/+23
Also remove the "convenience function" section comment. The set_global_parameter function now has a right to exist in the api. Michael (This used to be commit fd99c1804ae04b7c2a2b0a605e83ba88fa362edb)
2008-01-13Add a comment header to libnet_conf_set_global_parameter().Michael Adam1-0/+6
Michael (This used to be commit c050b148d00c79571ef0e85c6e7c86d551ca6efd)
2008-01-13Add auto-adding of [global] to libnet_conf_set_global_parameter().Michael Adam1-1/+12
Michael (This used to be commit ad2497cfac90b2e91be6995931629453fd6ed5fa)
2008-01-13Remove auto-generation of missing share from libnet_conf_set_parameter().Michael Adam1-4/+2
Günther, I wanted to have this as atomic as possible. I will add this behaviour to libnet_conf_set_global_parameter() next with the justification that [global] should exist transparently. Michael (This used to be commit e2b34e9c028d712c7c8b22aade2c11d347ae176d)
2008-01-13Introduce a libnet_conf context created by libnet_conf_open().Michael Adam1-75/+136
The libnet_conf_ctx stores the information necessary to interoperate with the configuration. It is created by calling libnet_conf_open() and destroyed by calling libnet_conf_close(). The context is passed to all the libnet_conf functions. It currently stores the token to access the registry. Later, it could store more data, e.g. the server to connect to, credentials, and so on. For support of other backends than registry or support of remote configuration, only the open function will have to be changed. In net_conf, the calls to the actual net_conf functions is wrapped into a function that calls libnet_conf_open()/_close(). Thus an individual variant of net_conf_runfunction2() and functable2 is used to cope with functions being called by the wrapper with the additional libnet_conf_ctx argument. Michael (This used to be commit c2a9346faa26e79af5948197a1b322e545f0ed09)
2008-01-12Auto-add missing shares in libnet_conf_set_parameter().Günther Deschner1-2/+4
Michael, please have a look. Guenther (This used to be commit 9f4506e5e2828e0f23bc37586770995c3424b208)
2008-01-11Remove code accidentially submittet with last commit 83aed537c16f63.Michael Adam1-42/+0
This is ist still in preparation and will follow soon. Soory! Michael (This used to be commit 75acdb54a454ffda9d422fcafb573c8f5581d2e8)
2008-01-11Fix panic in "net conf": Fix logic in error condition.Michael Adam1-1/+43
Michael (This used to be commit 83aed537c16f632599484f60c5ccebc3ab713801)
2008-01-09Change registry_create_admin_token() to return NTSTATUS.Michael Adam1-5/+3
Michael (This used to be commit 9cd30fb25c42e79946b5140994d0bf2ef4c62f90)
2008-01-03Use different error code for libnet_conf initialization failure.Günther Deschner1-2/+1
Guenther (This used to be commit 65537eae842065a1dd68d8e532e61502b61e1dbe)
2008-01-03Make libnet_conf handle opening/initialization of the registry.Michael Adam1-0/+32
Open state is currently tracked by a global variable to avoid double initialization. Later, this can possibly be replaced by a conf-context created by an initialization function and passed around to the other api functions. Michael (This used to be commit 77713e776405800ac54c692a77cd4efd153042cb)
2008-01-03Add a comment header and do some slight reformatting.Michael Adam1-5/+7
Michael (This used to be commit 5d557e3f95b8d53114c25ba7fa3e564a50be9e05)
2008-01-03Rename libnet_smbconf_set_global_param() to libnet_conf_set_global_parameter().Michael Adam1-2/+2
Now all functions are converted to the consistent naming scheme. Michael (This used to be commit a559533c0c8a80f3f4078bbc2675de395359485f)
2008-01-03Rename libnet_smbconf_delparm() to libnet_conf_delete_parameter().Michael Adam1-2/+1
Michael (This used to be commit 073eeca51e46da6a687175aadbfdbb9e029532d6)
2008-01-03Rename libnet_smbconf_getparm() to libnet_conf_get_parameter().Michael Adam1-4/+4
Michael (This used to be commit d08556dbc7071933feaeec538f01ac8f6a637b1d)
2008-01-03Rename libnet_smbconf_setparm() to libnet_conf_set_parameter().Michael Adam1-4/+4
Michael (This used to be commit e00cb415d30b3e72ccfb7e5c366c95ec0f9c6247)
2008-01-03Rename libnet_smbconf_delshare() to libnet_conf_delete_share().Michael Adam1-1/+1
Michael (This used to be commit 2075baf551ca7fc6bcee6b93f63fd7fbf75f9a50)
2008-01-03Rename libnet_smbconf_getshare() to libnet_conf_get_share().Michael Adam1-7/+7
Michael (This used to be commit 1575612f1936312125e7778a9a4227e444ea36cf)
2008-01-03Rename libnet_smbconf_create_share() to libnet_conf_create_share().Michael Adam1-1/+1
Michael (This used to be commit 6bc4ee210855dbfbee9e86b59e90b08ecb3a9df9)
2008-01-03Rename libnet_smbconf_share_exists() to libnet_conf_share_exists().Michael Adam1-6/+6
Michael (This used to be commit 3258758e5c8dfc2c681e1285cb34aaacae697a55)
2008-01-03Rename libnet_smbconf_get_share_names() to libnet_conf_get_share_names().Michael Adam1-4/+4
Michael (This used to be commit 2e4beee66b3672c3259b312aca3d482598731119)
2008-01-03Rename libnet_smbconf_get_config() to libnet_conf_get_config().Michael Adam1-3/+3
Michael (This used to be commit e8f7c07699b5b93acd81b24bca908769f0b5e8d8)
2008-01-03Rename libnet_smbconf_drop() to libnet_conf_drop().Michael Adam1-1/+1
Michael (This used to be commit 42ae33a96228e916d7d530d844be6937a80d4fea)
2008-01-03Rename libnet_smbconf_reg_get_values() to libnet_conf_reg_get_values().Michael Adam1-7/+7
Now all internal helper functions are converted to the consistent naming scheme. Michael (This used to be commit c23e6636a886d93b98c9439ba081def0385f67ac)
2008-01-03Rename libnet_smbconf_format_registry_value() to ↵Michael Adam1-5/+5
libnet_conf_format_registry_value(). Michael (This used to be commit 3f9f35335127a673639fa30c88cdea6c79f04b92)
2008-01-03Rename libnet_smbconf_reg_set_value() to libnet_conf_reg_set_value().Michael Adam1-4/+4
Michael (This used to be commit 96b2923bc3c57700352869627c38609529d53cd2)
2008-01-03Rename libnet_smbconf_reg_create_service_key() to ↵Michael Adam1-4/+4
libnet_conf_reg_create_service_key(). Michael (This used to be commit cd1846943cbcc02ea9fa3b9237bd02e667a475db)
2008-01-03Rename libnet_smbconf_value_exists() to libnet_conf_value_exists().Michael Adam1-4/+4
Michael (This used to be commit 49f740797bb7fc5edacbd4c3e8b1eb1aab131ea4)
2008-01-03Rename libnet_smbconf_reg_open_basekey() to libnet_conf_reg_open_base_key().Michael Adam1-9/+8
Michael (This used to be commit c2ba52b2c34abc42b4ff7945715dc36e08a2f112)
2008-01-03Rename libnet_smbconf_reg_open_service_key() to ↵Michael Adam1-14/+14
libnet_conf_reg_open_service_key(). Michael (This used to be commit 4d86d2dd6f0a577e446ccb4b362b3cd80f819600)
2008-01-03Rename libnet_smbconf_reg_open_path() to libnet_conf_reg_open_path().Michael Adam1-9/+8
Michael (This used to be commit 9868364e2c7827ac7914bee711a65d4456a5e366)
2008-01-03Rename libnet_smbconf_add_string_to_array() to ↵Michael Adam1-18/+18
libnet_conf_add_string_to_array(). This is the start of making nomenclature more consistent (functions in libnet_conf.c should be called libnet_conf_*, not libnet_smbconf_* ... Michael (This used to be commit 0dd3967bfd88a4d90941e80134c549f5ade63ad0)
2008-01-03Rename libnet_smbconf_reg_setvalue_internal() to libnet_smbconf_reg_set_value().Michael Adam1-4/+4
Michael (This used to be commit 3fc3fee88afd9e8b6232afc140a07090b4215c23)
2008-01-03Fix a comment.Michael Adam1-1/+1
Michael (This used to be commit 2d0c7fe44f075205db1713ef2d69006f7192c490)
2008-01-03Rename libnet_smbconf_reg_createkey_internal to ↵Michael Adam1-2/+2
libnet_smbconf_reg_create_service_key. Michael (This used to be commit 08056a2c8160a44d27744467da467faea9ba0686)
2008-01-03Add libnet_conf API function libnet_smbconf_create_share().Michael Adam1-5/+26
And make libnet_smbconf_setparm() return error if the share does not already exist. Adapt net_conf_addshare to this new situation. Michael (This used to be commit de349bd26db3341815f6d8f6c18a5ca1fd664dca)
2008-01-03Remove unused vars.Günther Deschner1-2/+0
Guenther (This used to be commit ff3f0006d167a9bca85919bf6115d73413554909)
2008-01-03Don't leak: Use a temporary context for the admin token and free it.Michael Adam1-1/+9
Michael (This used to be commit 9d7502115e0f6cdfd27943d52f0de04447582b92)
2008-01-03Use libnet_smbconf_reg_open_path() in libnet_smbconf_drop().Michael Adam1-8/+2
Replaces creation of token and direct use of reg_open_path. Michael (This used to be commit 7e407e18be0761e7004acfbd2376c3a435922c25)
2008-01-03Abstract opening of registry path out of libnet_smbconf_reg_open_service_key().Michael Adam1-16/+41
Creates new function libnet_smbconf_reg_open_path(). Use libnet_smbconf_reg_open_path() directly in libnet_smbconf_reg_open_basekey(). Return error in libnet_smbconf_reg_open_service_key() when NULL servicename is given. Michael (This used to be commit 1e46b479638c54e8bd7ba939bc7aba18a27b5155)
2008-01-03Add debug output in error path.Michael Adam1-0/+1
Michael (This used to be commit a58ccbc6d70613f7572bc80621935d81f9e290e3)
2008-01-03Fix setting of error code in error path.Michael Adam1-0/+2
Michael (This used to be commit 8a7954a9ae13df527ccedb1004ee4f87d506ce5b)