profile/ivi/murphy.git
11 years agoDisabled binaries that required readline.
Krisztian Litkey [Mon, 19 Nov 2012 19:11:12 +0000 (21:11 +0200)]
Disabled binaries that required readline.

These will get enabled again once we have a readline replacement
in some shape.

11 years agocore-lua-decision: updated mdb lua bindings with "unsigned" support.
Ismo Puustinen [Mon, 19 Nov 2012 12:26:06 +0000 (14:26 +0200)]
core-lua-decision: updated mdb lua bindings with "unsigned" support.

11 years agoresource-dbus: added a system configuration file.
Ismo Puustinen [Mon, 19 Nov 2012 13:34:21 +0000 (15:34 +0200)]
resource-dbus: added a system configuration file.

The configuration file is not installed by default.

11 years agoresource-dbus: fix bugs.
Ismo Puustinen [Wed, 14 Nov 2012 14:33:24 +0000 (16:33 +0200)]
resource-dbus: fix bugs.

11 years agogenerated-files: update core-func-info.c
Janos Kovacs [Fri, 16 Nov 2012 17:33:22 +0000 (19:33 +0200)]
generated-files: update core-func-info.c

11 years agoresource-native plugin: get rid of unnamed structures
Janos Kovacs [Fri, 16 Nov 2012 17:28:34 +0000 (19:28 +0200)]
resource-native plugin: get rid of unnamed structures

To keep things symmetric, similar to murphy-db,  we got rid of
some unnamed unions in native-resource plugin.

11 years agomurphy-db: get rid of unnamed unions
Janos Kovacs [Fri, 16 Nov 2012 17:21:59 +0000 (19:21 +0200)]
murphy-db: get rid of unnamed unions

Older gcc versions do not support static member initialisation
of unnamed unions. Consequently many MQI macro fail to compile
with older gcc. This patch is to give a one letter identifier
('u' or 'v') to the unamed unions and fix the gazillion referense
to such union members.

11 years agogeneral: added missing license to a bunch of files.
Krisztian Litkey [Fri, 16 Nov 2012 11:26:59 +0000 (13:26 +0200)]
general: added missing license to a bunch of files.

11 years agoscripts: added exclusion-pattern support for enlicense.
Krisztian Litkey [Fri, 16 Nov 2012 11:24:29 +0000 (13:24 +0200)]
scripts: added exclusion-pattern support for enlicense.

11 years agodebug info updated.
Krisztian Litkey [Fri, 16 Nov 2012 09:43:38 +0000 (11:43 +0200)]
debug info updated.

11 years agoconsole: minor console command cleanup.
Krisztian Litkey [Fri, 16 Nov 2012 09:42:44 +0000 (11:42 +0200)]
console: minor console command cleanup.

11 years agocore: added support for raw and catch-all console command handlers.
Krisztian Litkey [Fri, 16 Nov 2012 09:22:18 +0000 (11:22 +0200)]
core: added support for raw and catch-all console command handlers.

Raw command handlers get their input in the original raw/untokenized
format only with the command group and command name separated from
the actual arguments.

Catch-all command handlers are fallback command handlers that get
invoked for all group commands without a matchink handler. IOW, if
a group has a catch-all handler the core console will never give an
error about unrecognized commands but rather invoke the catch-all
handler for these.

11 years agoMerge branch 'murphy-lua-bindings' of github.com:otcshare/policy-internal into murphy-lua
Krisztian Litkey [Wed, 14 Nov 2012 12:33:55 +0000 (14:33 +0200)]
Merge branch 'murphy-lua-bindings' of github.com:otcshare/policy-internal into murphy-lua

11 years agocommon/core: updated debug info.
Krisztian Litkey [Wed, 14 Nov 2012 12:33:36 +0000 (14:33 +0200)]
common/core: updated debug info.

11 years agodomain-control: less misleading startup message in test client.
Krisztian Litkey [Wed, 14 Nov 2012 12:32:42 +0000 (14:32 +0200)]
domain-control: less misleading startup message in test client.

11 years agogeneral: improve compiler SNR by removing a few unused variable warnings.
Krisztian Litkey [Wed, 14 Nov 2012 12:19:21 +0000 (14:19 +0200)]
general: improve compiler SNR by removing a few unused variable warnings.

11 years agocore: get rid of ignored retval warning.
Krisztian Litkey [Wed, 14 Nov 2012 12:15:39 +0000 (14:15 +0200)]
core: get rid of ignored retval warning.

11 years agocommon: get rid of false positive of uninitialized variable warning.
Krisztian Litkey [Wed, 14 Nov 2012 12:14:51 +0000 (14:14 +0200)]
common: get rid of false positive of uninitialized variable warning.

11 years agolua-bindings: get rid of unused variable warning, better luaL_error usage.
Krisztian Litkey [Wed, 14 Nov 2012 11:42:14 +0000 (13:42 +0200)]
lua-bindings: get rid of unused variable warning, better luaL_error usage.

We now adhere to the Lua-wide idiom of using luaL_error with a
(technically pointless) return.

11 years agodomain-control: support for automatic reconnection.
Krisztian Litkey [Wed, 14 Nov 2012 11:34:55 +0000 (13:34 +0200)]
domain-control: support for automatic reconnection.

11 years agocommon: clear any potential superloop when destroying a mainloop.
Krisztian Litkey [Wed, 14 Nov 2012 08:29:48 +0000 (10:29 +0200)]
common: clear any potential superloop when destroying a mainloop.

11 years agodaemon: fix the update method of test element in config script to cope with nil
Janos Kovacs [Wed, 14 Nov 2012 01:36:49 +0000 (03:36 +0200)]
daemon: fix the update method of test element in config script to cope with nil

11 years agolua-decision: invoke the elements update method in resolver callbacks
Janos Kovacs [Wed, 14 Nov 2012 01:34:17 +0000 (03:34 +0200)]
lua-decision: invoke the elements update method in resolver callbacks

11 years agolua-decision: support for table dependencies
Janos Kovacs [Wed, 14 Nov 2012 01:31:19 +0000 (03:31 +0200)]
lua-decision: support for table dependencies

11 years agolua-utils: add mrp_lua_find_object()
Janos Kovacs [Wed, 14 Nov 2012 01:28:54 +0000 (03:28 +0200)]
lua-utils: add mrp_lua_find_object()

11 years agomurphy-db: fix mqi_data_type_str() to handle mqi_floating's correctly
Janos Kovacs [Wed, 14 Nov 2012 01:26:37 +0000 (03:26 +0200)]
murphy-db: fix mqi_data_type_str() to handle mqi_floating's correctly

11 years agocore,common: updated debug info.
Krisztian Litkey [Tue, 13 Nov 2012 16:56:27 +0000 (18:56 +0200)]
core,common: updated debug info.

11 years agodaemon: prepare targets before generating autoupdate target.
Krisztian Litkey [Tue, 13 Nov 2012 16:55:24 +0000 (18:55 +0200)]
daemon: prepare targets before generating autoupdate target.

11 years agoresolver: include targets with indirect depdndencies on facts in generated autoupdate...
Krisztian Litkey [Tue, 13 Nov 2012 16:53:48 +0000 (18:53 +0200)]
resolver: include targets with indirect depdndencies on facts in generated autoupdate targets.

11 years agoresolver: don't generate fuly NULL update scriptlets for precompiled targets.
Krisztian Litkey [Tue, 13 Nov 2012 16:51:58 +0000 (18:51 +0200)]
resolver: don't generate fuly NULL update scriptlets for precompiled targets.

11 years agolua-decision: resolver integration fixes.
Krisztian Litkey [Tue, 13 Nov 2012 16:49:03 +0000 (18:49 +0200)]
lua-decision: resolver integration fixes.

11 years agolua-bindings: handle plugin boolean arguments correctly.
Krisztian Litkey [Mon, 12 Nov 2012 17:26:22 +0000 (19:26 +0200)]
lua-bindings: handle plugin boolean arguments correctly.

11 years agodomain-controller: install header and pkg-config file.
Krisztian Litkey [Mon, 12 Nov 2012 17:25:38 +0000 (19:25 +0200)]
domain-controller: install header and pkg-config file.

11 years agodaemon: add a test element to lua config
Janos Kovacs [Tue, 13 Nov 2012 02:48:18 +0000 (04:48 +0200)]
daemon: add a test element to lua config

11 years agolua-decision: fix elemen_install() to install correct dependencies
Janos Kovacs [Tue, 13 Nov 2012 02:44:54 +0000 (04:44 +0200)]
lua-decision: fix elemen_install() to install correct dependencies

11 years agolua-decision: add create field to mdb.table
Janos Kovacs [Tue, 13 Nov 2012 02:42:16 +0000 (04:42 +0200)]
lua-decision: add create field to mdb.table

11 years agoplugin-resource-native: replace printf's with mrp_debug
Janos Kovacs [Mon, 12 Nov 2012 21:24:31 +0000 (23:24 +0200)]
plugin-resource-native: replace printf's with mrp_debug

11 years agolua-decision: start to use MRP_LUA_[ENTER|LEAVE] and replace printf's mrp_debug
Janos Kovacs [Mon, 12 Nov 2012 21:02:47 +0000 (23:02 +0200)]
lua-decision: start to use MRP_LUA_[ENTER|LEAVE] and replace printf's mrp_debug

11 years agoresource-library: replace printf's with MRP_LUA_[ENTER|LEAVE] and mrp_log_info()
Janos Kovacs [Mon, 12 Nov 2012 19:10:12 +0000 (21:10 +0200)]
resource-library: replace printf's with MRP_LUA_[ENTER|LEAVE] and mrp_log_info()

11 years agolua-utils: add MRP_LUA_[ENTER|LEAVE] macros
Janos Kovacs [Mon, 12 Nov 2012 19:08:44 +0000 (21:08 +0200)]
lua-utils: add MRP_LUA_[ENTER|LEAVE] macros

11 years agolua-utils: fix an argument check what prevented tor run in load-plugin context
Janos Kovacs [Mon, 12 Nov 2012 17:23:36 +0000 (19:23 +0200)]
lua-utils: fix an argument check what prevented tor run in load-plugin context

11 years agobuild: re-building core-func-info.c
Janos Kovacs [Mon, 12 Nov 2012 14:42:52 +0000 (16:42 +0200)]
build: re-building core-func-info.c

11 years agoMerge branch 'murphy-lua-bindings' of https://github.com/otcshare/policy-internal...
Janos Kovacs [Mon, 12 Nov 2012 14:29:48 +0000 (16:29 +0200)]
Merge branch 'murphy-lua-bindings' of https://github.com/otcshare/policy-internal into murphy-lua-bindings

11 years agodaemon: lua configuration for application_classes, zones and resource classes
Janos Kovacs [Mon, 12 Nov 2012 14:26:06 +0000 (16:26 +0200)]
daemon: lua configuration for application_classes, zones and resource classes

11 years agoplugin-resource-native: replace hardwired config with lua based config
Janos Kovacs [Mon, 12 Nov 2012 14:22:29 +0000 (16:22 +0200)]
plugin-resource-native: replace hardwired config with lua based config

11 years agobuild: support for building lua configuration in resource library
Janos Kovacs [Mon, 12 Nov 2012 14:17:16 +0000 (16:17 +0200)]
build: support for building lua configuration in resource library

11 years agoresource: add lua configuration
Janos Kovacs [Mon, 12 Nov 2012 14:12:37 +0000 (16:12 +0200)]
resource: add lua configuration

11 years agolua-decision: fix a typo in mdb's table_setfield()
Janos Kovacs [Mon, 12 Nov 2012 14:00:15 +0000 (16:00 +0200)]
lua-decision: fix a typo in mdb's table_setfield()

11 years agolua-utils: fix mrp_lua_create_object() to handle correctly names
Janos Kovacs [Mon, 12 Nov 2012 13:57:51 +0000 (15:57 +0200)]
lua-utils: fix mrp_lua_create_object() to handle correctly names

11 years agocore: automatically start plugins loaded while starting plugins.
Krisztian Litkey [Mon, 12 Nov 2012 13:28:28 +0000 (15:28 +0200)]
core: automatically start plugins loaded while starting plugins.

When running with a Lua config script, all subsequent plugins are
loaded by the Lua plugin while this is executing the config script.
Normally the config script core references some Lua objects or
functions that are registered by these plugins. If we simply let
these plugins start normally the config script would fail as the
plugins would get a chance to extend Lua only after the Lua plugin
finished starting up and executing the script. For the time being
to work around this once we begin starting up plugins, we always
immediately start any newly loaded plugin.

Note that this can easily trigger bugs related to non-reentrant code
on the plugin loading and startup code pathes, so keep your eyes
open...
(except the basic Lua plugin) are loaded by the

11 years agolua-decision: add .single_value field to select as shorthand for [1][1] indexing
Janos Kovacs [Fri, 9 Nov 2012 21:49:00 +0000 (23:49 +0200)]
lua-decision: add .single_value field to select as shorthand for [1][1] indexing

11 years agocommon, core: updated debug infos.
Krisztian Litkey [Fri, 9 Nov 2012 17:28:13 +0000 (19:28 +0200)]
common, core: updated debug infos.

11 years agoresolver: include alloca directly.
Krisztian Litkey [Fri, 9 Nov 2012 17:25:56 +0000 (19:25 +0200)]
resolver: include alloca directly.

11 years agoconsole: best-effort std{out,err} redirection during console commands.
Krisztian Litkey [Fri, 9 Nov 2012 17:25:10 +0000 (19:25 +0200)]
console: best-effort std{out,err} redirection during console commands.

11 years agoresource: add db transactions for resurce acquistitions and releases
Janos Kovacs [Fri, 9 Nov 2012 16:41:39 +0000 (18:41 +0200)]
resource: add db transactions for resurce acquistitions and releases

11 years agoresource: add Makefile for local builds requests
Janos Kovacs [Fri, 9 Nov 2012 16:38:58 +0000 (18:38 +0200)]
resource: add Makefile for local builds requests

11 years agoMerge branch 'murphy-lua-bindings' of https://github.com/otcshare/policy-internal...
Janos Kovacs [Thu, 8 Nov 2012 23:38:53 +0000 (01:38 +0200)]
Merge branch 'murphy-lua-bindings' of https://github.com/otcshare/policy-internal into murphy-lua-bindings

11 years agolua-decision: complete select object
Janos Kovacs [Thu, 8 Nov 2012 23:35:06 +0000 (01:35 +0200)]
lua-decision: complete select object

11 years agolua-utils: add MRP_LUA_OVERRIDE_GETLENGTH macro
Janos Kovacs [Thu, 8 Nov 2012 23:22:13 +0000 (01:22 +0200)]
lua-utils: add MRP_LUA_OVERRIDE_GETLENGTH macro

11 years agomurphy-db: fix comment typo
Janos Kovacs [Thu, 8 Nov 2012 23:18:41 +0000 (01:18 +0200)]
murphy-db: fix comment typo

11 years agocore: updated debug info.
Krisztian Litkey [Thu, 8 Nov 2012 13:39:26 +0000 (15:39 +0200)]
core: updated debug info.

11 years agoresolver: test config changes.
Krisztian Litkey [Thu, 8 Nov 2012 13:38:59 +0000 (15:38 +0200)]
resolver: test config changes.

11 years agodaemon: termporary kludge for testing: force autoupdate on.
Krisztian Litkey [Thu, 8 Nov 2012 13:38:08 +0000 (15:38 +0200)]
daemon: termporary kludge for testing: force autoupdate on.

11 years agoresolver: added support for automatically generating autoupdate targets.
Krisztian Litkey [Thu, 8 Nov 2012 13:36:55 +0000 (15:36 +0200)]
resolver: added support for automatically generating autoupdate targets.

11 years agobuild-sys: failed to enabled features with missing dependencies.
Krisztian Litkey [Thu, 8 Nov 2012 11:00:39 +0000 (13:00 +0200)]
build-sys: failed to enabled features with missing dependencies.

11 years agoresolver: test input changes.
Krisztian Litkey [Thu, 8 Nov 2012 09:44:48 +0000 (11:44 +0200)]
resolver: test input changes.

11 years agodaemon: test config changes.
Krisztian Litkey [Thu, 8 Nov 2012 09:44:13 +0000 (11:44 +0200)]
daemon: test config changes.

11 years agoplugin-lua: added initial resolver Lua scriptlet support.
Krisztian Litkey [Thu, 8 Nov 2012 09:43:10 +0000 (11:43 +0200)]
plugin-lua: added initial resolver Lua scriptlet support.

11 years agolua-bindings: pull in Lua base lib during init.
Krisztian Litkey [Thu, 8 Nov 2012 09:04:40 +0000 (11:04 +0200)]
lua-bindings: pull in Lua base lib during init.

11 years agocore/scripting: safer interpreter registration.
Krisztian Litkey [Thu, 8 Nov 2012 08:47:22 +0000 (10:47 +0200)]
core/scripting: safer interpreter registration.

11 years agocore/scripting: don't require interpreter-provided scriptlet cleanup.
Krisztian Litkey [Thu, 8 Nov 2012 08:46:22 +0000 (10:46 +0200)]
core/scripting: don't require interpreter-provided scriptlet cleanup.

11 years agocore: updated debug info.
Krisztian Litkey [Wed, 7 Nov 2012 20:51:19 +0000 (22:51 +0200)]
core: updated debug info.

11 years agocore: linker-script updated.
Krisztian Litkey [Wed, 7 Nov 2012 20:51:01 +0000 (22:51 +0200)]
core: linker-script updated.

11 years agoresolver: test input changes for lua testing.
Krisztian Litkey [Wed, 7 Nov 2012 20:49:21 +0000 (22:49 +0200)]
resolver: test input changes for lua testing.

11 years agodaemon: lua-related test config updates.
Krisztian Litkey [Wed, 7 Nov 2012 20:48:11 +0000 (22:48 +0200)]
daemon: lua-related test config updates.

11 years agodaemon: ruleset creation/parsing vs. plugin loading/starting ordering fixes.
Krisztian Litkey [Wed, 7 Nov 2012 20:45:39 +0000 (22:45 +0200)]
daemon: ruleset creation/parsing vs. plugin loading/starting ordering fixes.

11 years agolua-decision: added basic resolver target generation.
Krisztian Litkey [Wed, 7 Nov 2012 20:42:27 +0000 (22:42 +0200)]
lua-decision: added basic resolver target generation.

11 years agoresolver: support for plain resolver context creation, prepared target fixes.
Krisztian Litkey [Wed, 7 Nov 2012 20:33:41 +0000 (22:33 +0200)]
resolver: support for plain resolver context creation, prepared target fixes.

Resolver context creation and input parsing can now be done in
two phases. This is especially useful if one needs to have both
programmatically created (pre-prepared) targets and static targets
from a resolver input file.

This commits also fixes a few bugs related to handling preprepared
targets.

11 years agolua-bindings: initialize lua-utils and lua-decision.
Krisztian Litkey [Wed, 7 Nov 2012 20:30:26 +0000 (22:30 +0200)]
lua-bindings: initialize lua-utils and lua-decision.

11 years agoplugins/lua: added lua interpreter skeleton.
Krisztian Litkey [Wed, 7 Nov 2012 16:59:03 +0000 (18:59 +0200)]
plugins/lua: added lua interpreter skeleton.

11 years agobuild-sys: fix incorrect build dependencies/linkage.
Krisztian Litkey [Wed, 7 Nov 2012 16:57:25 +0000 (18:57 +0200)]
build-sys: fix incorrect build dependencies/linkage.

11 years agoresolver: allow scriptlet type to be specified.
Krisztian Litkey [Wed, 7 Nov 2012 16:53:22 +0000 (18:53 +0200)]
resolver: allow scriptlet type to be specified.

11 years agocore/scripting: fix interpreter registration to not depend on resolver.
Krisztian Litkey [Wed, 7 Nov 2012 16:19:27 +0000 (18:19 +0200)]
core/scripting: fix interpreter registration to not depend on resolver.

11 years agolua-bindings: added support for evaluating Lua from the console.
Krisztian Litkey [Tue, 6 Nov 2012 20:32:07 +0000 (22:32 +0200)]
lua-bindings: added support for evaluating Lua from the console.

You can now evaluate Lua code snippets or Lua files from the console.
Please note that currently you need to fully quote Lua code you enter
via the console to protect it from the console input tokenizer. This
limitation will be lifted once we have implemented support for non-
pre-tokenized console commands.

Also note that all output produced by Lua code is currently going to
the standard output of the murphy daemon and not to the console where
you entered the Lua snippet. Consider this a bug which should be fixed.
Fixing this is a bit harder that it was with the old ohm-time console
implementation. In all its crudeness (whenever 'grabbed') the old ohm
console was simply dup2ing stdout to the socket fd of the console
connection during the execution of console commands. With our current
console things this is not so easy: we have mrp_console_printf to print
to the console which is not fd-based but is using glibc's custom stream
handler support...

11 years agocore: warn only once about lack of signature check.
Krisztian Litkey [Tue, 6 Nov 2012 11:53:15 +0000 (13:53 +0200)]
core: warn only once about lack of signature check.

11 years agoWiP-core: murphy lua bindings prototype for basic daemon configuration.
Krisztian Litkey [Fri, 2 Nov 2012 16:38:34 +0000 (18:38 +0200)]
WiP-core: murphy lua bindings prototype for basic daemon configuration.

This prototype provides equivalent functionality to the built-in
configuration language of the daemon. IOW, it provides functions
for

  - testing the existence of plugins
  - loading plugin instances with optional parameters
  - basic info, error, warning message logging

This proto currently does not use or depend on the common lua-utils
or lua-decision 'convenience libraries'. However it can be easily
moved on top of those if needed. This would probably make sense if
we start adding bindings to more complex bits of functionality
(such as the mainloop, transports, events, etc).

11 years agobuild-sys: don't claim to support that old Lua.
Krisztian Litkey [Fri, 2 Nov 2012 16:32:07 +0000 (18:32 +0200)]
build-sys: don't claim to support that old Lua.

11 years agolua-decision: add select_install() to print dependencies
Janos Kovacs [Mon, 29 Oct 2012 23:10:21 +0000 (01:10 +0200)]
lua-decision: add select_install() to print dependencies

11 years agobuild: do not link murphyd agains the resource library if --with-resources=no
Janos Kovacs [Mon, 29 Oct 2012 23:08:58 +0000 (01:08 +0200)]
build: do not link murphyd agains the resource library if --with-resources=no

11 years agolua-decision: first prototype of the 'element' object
Janos Kovacs [Mon, 29 Oct 2012 22:06:33 +0000 (00:06 +0200)]
lua-decision: first prototype of the 'element' object

11 years agobuild: conditional build of resource management (--with-resources)
Janos Kovacs [Fri, 26 Oct 2012 13:24:54 +0000 (16:24 +0300)]
build: conditional build of resource management (--with-resources)

11 years agobuilding: build support for lua-decision library
Janos Kovacs [Fri, 26 Oct 2012 04:12:55 +0000 (07:12 +0300)]
building: build support for lua-decision library

11 years agolua-decision: initial sources
Janos Kovacs [Fri, 26 Oct 2012 04:11:41 +0000 (07:11 +0300)]
lua-decision: initial sources

11 years agolua-utils: add local Makefile to compile locally, ie. not in the src dir
Janos Kovacs [Fri, 26 Oct 2012 04:01:44 +0000 (07:01 +0300)]
lua-utils: add local Makefile to compile locally, ie. not in the src dir

11 years agolua-utils: fix funcbridge.c
Janos Kovacs [Fri, 26 Oct 2012 03:49:03 +0000 (06:49 +0300)]
lua-utils: fix funcbridge.c

- to avoid namespace clash use builtin.method instead of builtin
- mrp_create_funcbridge_class() do not leave garbage on the stack

11 years agolua-utils: fix mrp_lua_push_strarray()
Janos Kovacs [Thu, 25 Oct 2012 00:08:29 +0000 (03:08 +0300)]
lua-utils: fix mrp_lua_push_strarray()

11 years agolua-library: add MRP_LUA_OVERRIDE_STRINGIFY
Janos Kovacs [Thu, 25 Oct 2012 00:03:55 +0000 (03:03 +0300)]
lua-library: add MRP_LUA_OVERRIDE_STRINGIFY

11 years agolua-utils: fix MRP_LUA_CLASS_DEF to work with multiple constructors
Janos Kovacs [Wed, 24 Oct 2012 19:35:27 +0000 (22:35 +0300)]
lua-utils: fix MRP_LUA_CLASS_DEF to work with multiple constructors

11 years agobuilding: make the lua-utils library
Janos Kovacs [Tue, 23 Oct 2012 01:05:15 +0000 (04:05 +0300)]
building: make the lua-utils library

11 years agoscripting: add sources of LUA scripting support library
Janos Kovacs [Tue, 23 Oct 2012 01:02:19 +0000 (04:02 +0300)]
scripting: add sources of LUA scripting support library