]> saetta.ns0.it Git - bcity/be/commitdiff
First build.
authorAndrea Zagli <azagli@libero.it>
Wed, 17 Feb 2016 08:40:47 +0000 (09:40 +0100)
committerAndrea Zagli <azagli@libero.it>
Wed, 17 Feb 2016 08:40:47 +0000 (09:40 +0100)
.gitignore
autogen.sh [new file with mode: 0755]
configure.ac
data/bcity_be/images/Makefile.am
doc/bcity_be/examples/bcity_be.conf
src/commons.h
src/main.c

index 1cc121c461d3a955ee419b546426e089f177bc02..deacc5a441e99df3d9ba962894aa603d20551815 100644 (file)
@@ -1,6 +1,6 @@
 *.o
 *~
-src/cancelleria
+src/bcity_be
 src/resources.rc
 COPYING
 INSTALL
@@ -30,8 +30,8 @@ src/Makefile.in
 stamp-h1
 .anjuta*
 *.exe
-cancelleria*tar*
-cancelleria*.7z
+bcity_be*tar*
+bcity_be*.7z
 *.odt#
 *.backup
 *.bak
diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..83f5de2
--- /dev/null
@@ -0,0 +1,44 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+test -n "$srcdir" || srcdir=`dirname "$0"`
+test -n "$srcdir" || srcdir=.
+
+olddir=`pwd`
+
+cd $srcdir
+
+(test -f configure.ac) || {
+        echo "*** ERROR: Directory "\`$srcdir\'" does not look like the top-level project directory ***"
+        exit 1
+}
+
+PKG_NAME=`autoconf --trace 'AC_INIT:$1' configure.ac`
+
+if [ "$#" = 0 -a "x$NOCONFIGURE" = "x" ]; then
+        echo "*** WARNING: I am going to run \`configure' with no arguments." >&2
+        echo "*** If you wish to pass any to it, please specify them on the" >&2
+        echo "*** \`$0\' command line." >&2
+        echo "" >&2
+fi
+
+set -x
+aclocal --install || exit 1
+glib-gettextize --force --copy || exit 1
+#gtkdocize --copy || exit 1
+intltoolize --force --copy --automake || exit 1
+autoreconf --verbose --force --install -Wno-portability || exit 1
+
+cd $olddir
+if [ "$NOCONFIGURE" = "" ]; then
+        $srcdir/configure "$@" || exit 1
+
+        if [ "$1" = "--help" ]; then
+                       exit 0
+               else
+            echo "Now type \`make\' to compile $PKG_NAME" || exit 1
+        fi
+else
+        echo "Skipping configure process."
+fi
+
+{ set +x; } 2>/dev/null
index 0c017ddd5e7fc7ee3d077a2bfe4be3cd62c861f3..a53d4f8e252afc80f4e2c5b620e4bfc6af8a2dc8 100644 (file)
@@ -24,23 +24,23 @@ AC_CONFIG_MACRO_DIR([m4])
 AC_PROG_CC
 
 # Checks for libraries.
-PKG_CHECK_MODULES(CANCELLERIA, [gtk+-3.0 >= 3.0
-                                libgdaex >= 0.5.0
-                                libgdaexgrid
-                                libzakutils
-                                libsoup-2.4
-                                libsolipa >= 0.5.0
-                                libzakaudit >= 0.5.0
-                                libautoz >= 0.0.5
-                                libaute >= 0.2.0
-                                libzakgtkdecoder
-                                libzakgtkdecodergdaexqe
-                                libzakform
-                                libzakformgtk
-                                libzakformgtkdecoder
-                                libzakformgdaex
-                                libterritorio
-                                liborganigramma])
+PKG_CHECK_MODULES(BCITYBE, [gtk+-3.0 >= 3.0
+                            libgdaex >= 0.5.0
+                            libgdaexgrid
+                            libzakutils
+                            libsoup-2.4
+                            libsolipa >= 0.5.0
+                            libzakaudit >= 0.5.0
+                            libzakautho >= 0.0.5
+                            libzakauthe >= 0.2.0
+                            libzakgtkdecoder
+                            libzakgtkdecodergdaexqe
+                            libzakform
+                            libzakformgtk
+                            libzakformgtkdecoder
+                            libzakformgdaex
+                            libterritorio
+                            liborganigramma])
 
 AC_SUBST(BCITYBE_CFLAGS)
 AC_SUBST(BCITYBE_LIBS)
index 91ccaae75f88e7145993d9f0f68f166d2847c381..84b346d140e8aff413be18e86150fa5cb939c1a5 100644 (file)
@@ -1,13 +1,13 @@
 imagesdir = $(datadir)/$(PACKAGE)/images
 
 images_DATA = \
-              cancelleria.ico
+              bcity_be.ico
 
 EXTRA_DIST = \
-             cancelleria.svg \
-             cancelleria16.png \
-             cancelleria32.png \
-             cancelleria48.png \
-             cancelleria64.png \
-             cancelleria128.png \
-             cancelleria256.png
+             bcity_be.svg \
+             bcity_be16.png \
+             bcity_be32.png \
+             bcity_be48.png \
+             bcity_be64.png \
+             bcity_be128.png \
+             bcity_be256.png
index 329f614a5b753687aa1e4f628358d41d678a4d40..25c143a9e719571306d6b81265ad0dfaf05178de 100644 (file)
@@ -1,29 +1,29 @@
 [DB_TERRITORIO]
 cnc_string=PostgreSQL://postgres:postgres@HOST=localhost;PORT=5432;DB_NAME=territorio
 
-[AUTOZ_TERRITORIO]
+[ZAKAUTHO_TERRITORIO]
 cnc_string=PostgreSQL://postgres:postgres@HOST=localhost;PORT=5432;DB_NAME=autoz
 
 [DB_ORGANIGRAMMA]
 cnc_string=PostgreSQL://postgres:postgres@HOST=localhost;PORT=5432;DB_NAME=organigramma
 
-[AUTOZ_ORGANIGRAMMA]
+[ZAKAUTHO_ORGANIGRAMMA]
 cnc_string=PostgreSQL://postgres:postgres@HOST=localhost;PORT=5432;DB_NAME=autoz
 
-[AUTE]
-plugin=/usr/local/lib/libaute/plugins/libaute-db
+[ZAKAUTHE]
+plugin=/usr/local/lib/libaute/plugins/libzakauthedb
 cnc_string=PostgreSQL://postgres:postgres@HOST=localhost;DB_NAME=autedb
 
-[AUTOZ]
+[ZAKAUTHO]
 cnc_string=PostgreSQL://postgres:postgres@HOST=localhost;DB_NAME=autoz
 role_name_prefix=
 resource_name_prefix=
 
-[AUDIT]
+[ZAKAUDIT]
 cnc_string=PostgreSQL://postgres:postgres@HOST=localhost;DB_NAME=cancelleria;SCHEMA=zakaudit
 
 [DB]
-cnc_string=PostgreSQL://postgres:postgres@HOST=localhost;DB_NAME=cancelleria
+cnc_string=PostgreSQL://postgres:postgres@HOST=localhost;DB_NAME=bcity
 
 [MAIL]
 smtp=smtp://smtp.localhost/
index 87e6b0698200308f678c3671d17636a8ff8a6ed4..eac2e7c5bc9f6b2b7db1036a9d3df18bb1473194 100644 (file)
@@ -29,8 +29,8 @@
 #include <libsoup/soup.h>
 
 #include <libgdaex/libgdaex.h>
-#include <libautoz/autoz.h>
-#include <libautoz/role_interface.h>
+#include <libzakautho/autoz.h>
+#include <libzakautho/role_interface.h>
 #include <libsolipa/libsolipa.h>
 
 #include <libterritorio/commons.h>
@@ -55,8 +55,8 @@ typedef struct
                gchar *utente;
                gchar *password;
 
-               Autoz *autoz;
-               AutozIRole *role_utente;
+               ZakAutho *autoz;
+               ZakAuthoIRole *role_utente;
 
                Solipa *solipa;
 
@@ -71,7 +71,7 @@ typedef struct
                gchar *visure_from_password;
 
                SoupSession *soup_session;
-       } BcityBECommons;
+       } BCityBECommons;
 
 
 #endif /* __BCITYBE_COMMONS_H__ */
index e36100430fc647ef05bc6ae9e650d1a96343e400..225418ef2859576e67e84c3b27cd03ac7c9392b5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Andrea Zagli <a.zagli@comune.scandicci.fi.it>
+ * Copyright (C) 2016 Andrea Zagli <azagli@libero.it>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
 
 #include <glib/gstdio.h>
 
-#include <libaute.h>
+#include <libzakauthe.h>
 #include <libzakaudit.h>
 
 #include <libzakutils/libzakutils.h>
 
 #include "commons.h"
-#include "articoli.h"
-#include "categoriearticolo.h"
-#include "fornitori.h"
-#include "lstiva.h"
-#include "ordini.h"
-#include "tipiquantita.h"
-#include "tipirecapito.h"
-#include "uffici.h"
 
-static CancelleriaCommons *commons;
+static BCityBECommons *commons;
 
 GKeyFile *config;
 
@@ -61,8 +53,8 @@ GdkPixbuf *pxb_icon;
 static gboolean
 main_gestione_permessi ()
 {
-       if (!autoz_is_allowed (commons->autoz, commons->role_utente, autoz_get_resource_from_id (commons->autoz, "cancelleria_rw"), FALSE)
-           && !autoz_is_allowed (commons->autoz, commons->role_utente, autoz_get_resource_from_id (commons->autoz, "cancelleria_ro"), FALSE))
+       if (!zak_autho_is_allowed (commons->autoz, commons->role_utente, zak_autho_get_resource_from_id (commons->autoz, "cancelleria_rw"), FALSE)
+           && !zak_autho_is_allowed (commons->autoz, commons->role_utente, zak_autho_get_resource_from_id (commons->autoz, "cancelleria_ro"), FALSE))
                {
                        solipa_message_dialog (w,
                                               GTK_MESSAGE_WARNING,
@@ -81,11 +73,11 @@ main_on_before_execute (gpointer instance, gpointer gda_stmt, gpointer user_data
 
        if (gda_statement_get_statement_type (stmt) == GDA_SQL_STATEMENT_UPDATE)
                {
-                       zak_audit_action_from_gdastatement (audit, ZAK_AUDIT_ACTION_BEFORE_UPDATE, commons->utente, "cancelleria", stmt);
+                       zak_audit_action_from_gdastatement (audit, ZAK_AUDIT_ACTION_BEFORE_UPDATE, commons->utente, "bcity", stmt);
                }
        else if (gda_statement_get_statement_type (stmt) == GDA_SQL_STATEMENT_DELETE)
                {
-                       zak_audit_action_from_gdastatement (audit, ZAK_AUDIT_ACTION_DELETE, commons->utente, "cancelleria", stmt);
+                       zak_audit_action_from_gdastatement (audit, ZAK_AUDIT_ACTION_DELETE, commons->utente, "bcity", stmt);
                }
 }
 
@@ -96,11 +88,11 @@ main_on_after_execute (gpointer instance, gpointer gda_stmt, gpointer user_data)
 
        if (gda_statement_get_statement_type (stmt) == GDA_SQL_STATEMENT_INSERT)
                {
-                       zak_audit_action_from_gdastatement (audit, ZAK_AUDIT_ACTION_INSERT, commons->utente, "cancelleria", stmt);
+                       zak_audit_action_from_gdastatement (audit, ZAK_AUDIT_ACTION_INSERT, commons->utente, "bcity", stmt);
                }
        else if (gda_statement_get_statement_type (stmt) == GDA_SQL_STATEMENT_UPDATE)
                {
-                       zak_audit_action_from_gdastatement (audit, ZAK_AUDIT_ACTION_AFTER_UPDATE, commons->utente, "cancelleria", stmt);
+                       zak_audit_action_from_gdastatement (audit, ZAK_AUDIT_ACTION_AFTER_UPDATE, commons->utente, "bcity", stmt);
                }
 }
 
@@ -123,109 +115,31 @@ main_set_vbx_body_child (GObject *cur_obj, GtkWidget *child)
        gtk_box_pack_start (GTK_BOX (vbx_body), vbx_body_child, TRUE, TRUE, 0);
 }
 
-G_MODULE_EXPORT void
-on_mnu_tabelle_lst_iva_activate (GtkMenuItem *menuitem,
-                            gpointer user_data)
-{
-       GtkWidget *vbx;
+/* G_MODULE_EXPORT void */
+/* on_mnu_tabelle_lst_iva_activate (GtkMenuItem *menuitem, */
+/*                             gpointer user_data) */
+/* { */
+/*     GtkWidget *vbx; */
 
-       LstIva *a = lst_iva_new (commons, FALSE);
+/*     LstIva *a = lst_iva_new (commons, FALSE); */
 
-       vbx = lst_iva_get_widget (a);
+/*     vbx = lst_iva_get_widget (a); */
 
-       main_set_vbx_body_child (G_OBJECT (a), vbx);
-}
+/*     main_set_vbx_body_child (G_OBJECT (a), vbx); */
+/* } */
 
-G_MODULE_EXPORT void
-on_mnu_tabelle_tipi_recapito_activate (GtkMenuItem *menuitem,
-                            gpointer user_data)
-{
-       GtkWidget *vbx;
+/* G_MODULE_EXPORT void */
+/* on_mnu_view_ordini_activate (GtkMenuItem *menuitem, */
+/*                             gpointer user_data) */
+/* { */
+/*     GtkWidget *vbx; */
 
-       TipiRecapito *a = tipi_recapito_new (commons, FALSE);
+/*     Ordini *a = ordini_new (commons, FALSE); */
 
-       vbx = tipi_recapito_get_widget (a);
+/*     vbx = ordini_get_widget (a); */
 
-       main_set_vbx_body_child (G_OBJECT (a), vbx);
-}
-
-G_MODULE_EXPORT void
-on_mnu_tabelle_fornitori_activate (GtkMenuItem *menuitem,
-                            gpointer user_data)
-{
-       GtkWidget *vbx;
-
-       Fornitori *a = fornitori_new (commons, FALSE);
-
-       vbx = fornitori_get_widget (a);
-
-       main_set_vbx_body_child (G_OBJECT (a), vbx);
-}
-
-G_MODULE_EXPORT void
-on_mnu_tabelle_categorie_articolo_activate (GtkMenuItem *menuitem,
-                            gpointer user_data)
-{
-       GtkWidget *vbx;
-
-       CategorieArticolo *a = categorie_articolo_new (commons, FALSE);
-
-       vbx = categorie_articolo_get_widget (a);
-
-       main_set_vbx_body_child (G_OBJECT (a), vbx);
-}
-
-G_MODULE_EXPORT void
-on_mnu_tabelle_articoli_activate (GtkMenuItem *menuitem,
-                            gpointer user_data)
-{
-       GtkWidget *vbx;
-
-       Articoli *a = articoli_new (commons, FALSE);
-
-       vbx = articoli_get_widget (a);
-
-       main_set_vbx_body_child (G_OBJECT (a), vbx);
-}
-
-G_MODULE_EXPORT void
-on_mnu_tabelle_tipi_quantita_activate (GtkMenuItem *menuitem,
-                            gpointer user_data)
-{
-       GtkWidget *vbx;
-
-       TipiQuantita *a = tipi_quantita_new (commons, FALSE);
-
-       vbx = tipi_quantita_get_widget (a);
-
-       main_set_vbx_body_child (G_OBJECT (a), vbx);
-}
-
-G_MODULE_EXPORT void
-on_mnu_tabelle_uffici_activate (GtkMenuItem *menuitem,
-                            gpointer user_data)
-{
-       GtkWidget *vbx;
-
-       Uffici *a = uffici_new (commons, FALSE);
-
-       vbx = uffici_get_widget (a);
-
-       main_set_vbx_body_child (G_OBJECT (a), vbx);
-}
-
-G_MODULE_EXPORT void
-on_mnu_view_ordini_activate (GtkMenuItem *menuitem,
-                            gpointer user_data)
-{
-       GtkWidget *vbx;
-
-       Ordini *a = ordini_new (commons, FALSE);
-
-       vbx = ordini_get_widget (a);
-
-       main_set_vbx_body_child (G_OBJECT (a), vbx);
-}
+/*     main_set_vbx_body_child (G_OBJECT (a), vbx); */
+/* } */
 
 G_MODULE_EXPORT void
 on_mnu_help_about_activate (GtkMenuItem *menuitem,
@@ -270,7 +184,7 @@ main (int argc, char *argv[])
 
        gchar *password;
 
-       Aute *aute;
+       ZakAuthe *aute;
        gchar **aute_params;
        gsize n_aute_params;
        GSList *sl_aute_params;
@@ -297,9 +211,8 @@ main (int argc, char *argv[])
 
        gda_init ();
 
-
        /* inizializzazione commons */
-       commons = (CancelleriaCommons *)g_new0 (CancelleriaCommons, 1);
+       commons = (BCityBECommons *)g_new0 (BCityBECommons, 1);
 
        commons->password = NULL;
 
@@ -328,7 +241,7 @@ main (int argc, char *argv[])
 
        /* leggo i parametri per l'autenticazione */
        error = NULL;
-       aute_params = g_key_file_get_keys (config, "AUTE", &n_aute_params, &error);
+       aute_params = g_key_file_get_keys (config, "ZAKAUTHE", &n_aute_params, &error);
        if (aute_params == NULL)
                {
                        g_error ("Impossibile leggere la configurazione per il sistema di autenticazione.");
@@ -339,19 +252,19 @@ main (int argc, char *argv[])
        for (i = 0; i < n_aute_params; i++)
                {
                        error = NULL;
-                       sl_aute_params = g_slist_append (sl_aute_params, g_key_file_get_string (config, "AUTE", aute_params[i], &error));
+                       sl_aute_params = g_slist_append (sl_aute_params, g_key_file_get_string (config, "ZAKAUTHE", aute_params[i], &error));
                }
 
        g_strfreev (aute_params);
 
        /* autenticazione */
-       aute = aute_new ();
-       aute_set_config (aute, sl_aute_params);
+       aute = zak_authe_new ();
+       zak_authe_set_config (aute, sl_aute_params);
 
        password = NULL;
        while (TRUE)
                {
-                       commons->utente = aute_autentica_get_password (aute, &password);
+                       commons->utente = zak_authe_get_password (aute, &password);
 
                        if (commons->utente == NULL)
                                {
@@ -374,12 +287,12 @@ main (int argc, char *argv[])
 
        g_object_unref (aute);
 
-       /* leggo i parametri per libautoz */
+       /* leggo i parametri per libzakautho */
        error = NULL;
-       cnc_string = g_key_file_get_value (config, "AUTOZ", "cnc_string", &error);
+       cnc_string = g_key_file_get_value (config, "ZAKAUTHO", "cnc_string", &error);
        if (cnc_string == NULL || error != NULL)
                {
-                       g_warning ("Impossibile leggere la stringa di connessione per libautoz dal file di configurazione: %s.",
+                       g_warning ("Impossibile leggere la stringa di connessione per libzakautho dal file di configurazione: %s.",
                                   error != NULL && error->message != NULL ? error->message : "nessun dettaglio");
                        return 0;
                }
@@ -388,39 +301,39 @@ main (int argc, char *argv[])
        gdacon = gda_connection_open_from_string (NULL, cnc_string, NULL, 0, &error);
        if (gdacon == NULL || error != NULL)
                {
-                       g_warning ("Impossibile creare la connessione al db per libautoz: %s.",
+                       g_warning ("Impossibile creare la connessione al db per libzakautho: %s.",
                                   error != NULL && error->message != NULL ? error->message : "nessun dettaglio");
                        return 0;
                }
 
-       commons->autoz = autoz_new ();
+       commons->autoz = zak_autho_new ();
        if (commons->autoz == NULL)
                {
-                       g_warning ("Impossibile creare l'oggetto per libautoz.");
+                       g_warning ("Impossibile creare l'oggetto per libzakautho.");
                        return 0;
                }
-       if (!autoz_load_from_db (commons->autoz, gdacon, NULL, TRUE))
+       if (!zak_autho_load_from_db (commons->autoz, gdacon, NULL, TRUE))
                {
-                       g_warning ("Impossibile caricare la configurazione per libautoz dal db.");
+                       g_warning ("Impossibile caricare la configurazione per libzakautho dal db.");
                        return 0;
                }
 
-       commons->role_utente = autoz_get_role_from_id (commons->autoz, commons->utente);
+       commons->role_utente = zak_autho_get_role_from_id (commons->autoz, commons->utente);
        if (commons->role_utente == NULL)
                {
-                       g_warning ("Utente «%s» non trovato nella configurazione di libautoz.", commons->utente);
+                       g_warning ("Utente «%s» non trovato nella configurazione di libzakautho.", commons->utente);
                        return 0;
                }
 
-       autoz_set_role_name_prefix (commons->autoz, g_key_file_get_value (config, "AUTOZ", "role_name_prefix", NULL));
-       autoz_set_resource_name_prefix (commons->autoz, g_key_file_get_value (config, "AUTOZ", "resource_name_prefix", NULL));
+       zak_autho_set_role_name_prefix (commons->autoz, g_key_file_get_value (config, "ZAKAUTHO", "role_name_prefix", NULL));
+       zak_autho_set_resource_name_prefix (commons->autoz, g_key_file_get_value (config, "ZAKAUTHO", "resource_name_prefix", NULL));
 
        /* leggo i parametri per libzakaudit */
        error = NULL;
-       cnc_string = g_key_file_get_value (config, "AUDIT", "cnc_string", &error);
+       cnc_string = g_key_file_get_value (config, "ZAKAUDIT", "cnc_string", &error);
        if (cnc_string == NULL)
                {
-                       g_warning ("Impossibile leggere la stringa di connessione per libaudit dal file di configurazione: %s.\n",
+                       g_warning ("Impossibile leggere la stringa di connessione per libzakaudit dal file di configurazione: %s.\n",
                                   error != NULL && error->message != NULL ? error->message : "nessun dettaglio");
                        return 0;
                }
@@ -428,7 +341,7 @@ main (int argc, char *argv[])
        audit = zak_audit_new_from_string (cnc_string);
        if (audit == NULL)
                {
-                       g_warning ("Errore nella creazione dell'oggetto per libaudit.\n");
+                       g_warning ("Errore nella creazione dell'oggetto per libzakaudit.\n");
                        return 0;
                }
 
@@ -496,7 +409,7 @@ main (int argc, char *argv[])
 
 #endif
 
-       commons->guifile = g_build_filename (commons->guidir, "cancelleria.ui", NULL);
+       commons->guifile = g_build_filename (commons->guidir, "bcity_be.ui", NULL);
        commons->territorio_commons->guifile = g_build_filename (commons->territorio_commons->guidir, "territorio.gui", NULL);
        commons->organigramma_commons->guifile = g_build_filename (commons->organigramma_commons->guidir, "organigramma.gui", NULL);
 
@@ -560,7 +473,7 @@ main (int argc, char *argv[])
 
        /* leggo i parametri a riga di comando di libgdaex */
        error = NULL;
-       context = g_option_context_new ("Cancelleria");
+       context = g_option_context_new ("BCityBE");
        g_option_context_add_group (context, gdaex_get_option_group (commons->gdaex));
        if (!g_option_context_parse (context, &argc, &argv, &error))
                {
@@ -589,10 +502,10 @@ main (int argc, char *argv[])
 
        /* leggo i parametri per libautoz di territorio */
        error = NULL;
-       cnc_string = g_key_file_get_value (config, "AUTOZ_TERRITORIO", "cnc_string", &error);
+       cnc_string = g_key_file_get_value (config, "ZAKAUTHO_TERRITORIO", "cnc_string", &error);
        if (cnc_string == NULL || error != NULL)
                {
-                       g_error ("Impossibile leggere la stringa di connessione per libautoz dal file di configurazione: %s.",
+                       g_error ("Impossibile leggere la stringa di connessione per libzakautho dal file di configurazione: %s.",
                                 error != NULL && error->message != NULL ? error->message : "nessun dettaglio");
                        return 0;
                }
@@ -601,24 +514,24 @@ main (int argc, char *argv[])
        gdacon = gda_connection_open_from_string (NULL, cnc_string, NULL, 0, &error);
        if (gdacon == NULL || error != NULL)
                {
-                       g_error ("Impossibile creare la connessione al db per libautoz di territorio: %s.",
+                       g_error ("Impossibile creare la connessione al db per libzakautho di territorio: %s.",
                                   error != NULL && error->message != NULL ? error->message : "nessun dettaglio");
                        return 0;
                }
 
-       commons->territorio_commons->autoz = autoz_new ();
+       commons->territorio_commons->autoz = zak_autho_new ();
        if (commons->territorio_commons->autoz == NULL)
                {
-                       g_warning ("Impossibile creare l'oggetto per libautoz.");
+                       g_warning ("Impossibile creare l'oggetto per libzakautho.");
                        return 0;
                }
-       if (!autoz_load_from_db (commons->territorio_commons->autoz, gdacon, NULL, TRUE))
+       if (!zak_autho_load_from_db (commons->territorio_commons->autoz, gdacon, NULL, TRUE))
                {
-                       g_warning ("Impossibile caricare la configurazione per libautoz dal db.");
+                       g_warning ("Impossibile caricare la configurazione per libzakautho dal db.");
                        return 0;
                }
 
-       commons->territorio_commons->role_utente = autoz_get_role_from_id (commons->territorio_commons->autoz, commons->territorio_commons->utente);
+       commons->territorio_commons->role_utente = zak_autho_get_role_from_id (commons->territorio_commons->autoz, commons->territorio_commons->utente);
        if (commons->territorio_commons->role_utente == NULL)
                {
                        g_warning ("Utente «%s» non trovato nella configurazione di libautoz.", commons->territorio_commons->utente);
@@ -648,10 +561,10 @@ main (int argc, char *argv[])
 
        /* leggo i parametri per libautoz di organigramma */
        error = NULL;
-       cnc_string = g_key_file_get_value (config, "AUTOZ_ORGANIGRAMMA", "cnc_string", &error);
+       cnc_string = g_key_file_get_value (config, "ZAKAUTHO_ORGANIGRAMMA", "cnc_string", &error);
        if (cnc_string == NULL)
                {
-                       g_warning ("Impossibile leggere la stringa di connessione per libautoz dal file di configurazione: %s.\n", error != NULL && error->message != NULL ? error->message : "nessun dettaglio");
+                       g_warning ("Impossibile leggere la stringa di connessione per libzakautho dal file di configurazione: %s.\n", error != NULL && error->message != NULL ? error->message : "nessun dettaglio");
                        return 0;
                }
 
@@ -659,26 +572,26 @@ main (int argc, char *argv[])
        gdacon = gda_connection_open_from_string (NULL, cnc_string, NULL, 0, &error);
        if (gdacon == NULL)
                {
-                       g_warning ("Impossibile creare la connessione al db per libautoz di organigramma: %s.\n", error != NULL && error->message != NULL ? error->message : "nessun dettaglio");
+                       g_warning ("Impossibile creare la connessione al db per libzakautho di organigramma: %s.\n", error != NULL && error->message != NULL ? error->message : "nessun dettaglio");
                        return 0;
                }
 
-       commons->organigramma_commons->autoz = autoz_new ();
+       commons->organigramma_commons->autoz = zak_autho_new ();
        if (commons->organigramma_commons->autoz == NULL)
                {
-                       g_warning ("Impossibile creare l'oggetto per libautoz.");
+                       g_warning ("Impossibile creare l'oggetto per libzakautho.");
                        return 0;
                }
-       if (!autoz_load_from_db (commons->organigramma_commons->autoz, gdacon, NULL, TRUE))
+       if (!zak_autho_load_from_db (commons->organigramma_commons->autoz, gdacon, NULL, TRUE))
                {
-                       g_warning ("Impossibile caricare la configurazione per libautoz dal db.");
+                       g_warning ("Impossibile caricare la configurazione per libzakautho dal db.");
                        return 0;
                }
 
-       commons->organigramma_commons->role_utente = autoz_get_role_from_id (commons->organigramma_commons->autoz, commons->organigramma_commons->utente);
+       commons->organigramma_commons->role_utente = zak_autho_get_role_from_id (commons->organigramma_commons->autoz, commons->organigramma_commons->utente);
        if (commons->organigramma_commons->role_utente == NULL)
                {
-                       g_warning ("Utente \"%s\" non trovato nell configurazione di libautoz.", commons->organigramma_commons->utente);
+                       g_warning ("Utente \"%s\" non trovato nella configurazione di libzakautho.", commons->organigramma_commons->utente);
                        return 0;
                }
 
@@ -784,7 +697,7 @@ main (int argc, char *argv[])
                                {
                                        filename_full = g_build_filename (tmp_dir_path, filename, NULL);
                                        if (!g_file_test (filename_full, G_FILE_TEST_IS_DIR)
-                                           && g_strncasecmp (filename, "cancelleria-", 7) == 0)
+                                           && g_strncasecmp (filename, "bcitybe-", 7) == 0)
                                                {
                                                        g_unlink (g_build_filename (tmp_dir_path, filename, NULL));
                                                }