]> saetta.ns0.it Git - zakauthe/plugins/smbldap/commitdiff
Changes consequently to libzakauthe.
authorAndrea Zagli <azagli@libero.it>
Tue, 8 Sep 2015 13:47:30 +0000 (15:47 +0200)
committerAndrea Zagli <azagli@libero.it>
Tue, 8 Sep 2015 13:47:30 +0000 (15:47 +0200)
24 files changed:
.gitignore
autogen.sh
configure.ac
data/Makefile.am
data/libaute-smbldap/Makefile.am [deleted file]
data/libaute-smbldap/gui/Makefile.am [deleted file]
data/libaute-smbldap/gui/autesmbldap.gui [deleted file]
data/libzakauthesmbldap/Makefile.am [new file with mode: 0644]
data/libzakauthesmbldap/gui/Makefile.am [new file with mode: 0644]
data/libzakauthesmbldap/gui/zak_authe_smbldap.ui [new file with mode: 0644]
doc/Makefile.am
doc/libaute-smbldap/Makefile.am [deleted file]
doc/libaute-smbldap/examples/Makefile.am [deleted file]
doc/libaute-smbldap/examples/libaute-smbldap.conf [deleted file]
doc/libzakauthesmbldap/Makefile.am [new file with mode: 0644]
doc/libzakauthesmbldap/examples/Makefile.am [new file with mode: 0644]
doc/libzakauthesmbldap/examples/libzakauthesmbldap.conf [new file with mode: 0644]
src/Makefile.am
src/aute_smbldap.c
src/aute_smbldap.h
src/group.c
tests/Makefile.am
tests/test.c
tests/test_get_password.c

index 7315df947d5edbe015d20b99588f4d5e64731b49..0907eeda90125ea76c0794b55df81c16e036b35b 100644 (file)
@@ -27,6 +27,6 @@ missing
 config.h
 stamp-h1
 tests/test
-tools/aute-db-mkpwd
+tests/test_get_password
 *.tar.gz
 *.exe
index 625ce6d361ea342c2c2b2133ee9fa511bff13122..a26163640a667efc628f8745a32dd0f9757a98be 100755 (executable)
@@ -4,13 +4,13 @@
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
-PKG_NAME="libaute-smbldap"
+PKG_NAME="libzakauthesmbldap"
 
 (test -f $srcdir/configure.ac \
   && test -d $srcdir/src \
   && test -f $srcdir/src/aute_smbldap.c) || {
     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
-    echo " top-level libaute-smbldap directory"
+    echo " top-level libzakauthesmbldap directory"
     exit 1
 }
 
index e3dbdc2a6e7e43de9f51f17fbb24da57cc1d84dd..66729559eaf1b5193c3bc669585915503ad9fead 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([libaute-smbldap], [0.5.0], [azagli@libero.it])
+AC_INIT([libzakauthesmbldap], [0.5.0], [azagli@libero.it])
 AC_CONFIG_SRCDIR([src/aute_smbldap.c])
 AC_CONFIG_HEADER([config.h])
 
@@ -22,7 +22,7 @@ AC_PROG_LIBTOOL
 
 # Checks for libraries.
 PKG_CHECK_MODULES(LIBAUTESMBLDAP, [gtk+-3.0 >= 3.0.0
-                                   libaute >= 0.2.0])
+                                   libzakauthe >= 0.5.0])
 
 AC_SUBST(LIBAUTESMBLDAP_CFLAGS)
 AC_SUBST(LIBAUTESMBLDAP_LIBS)
@@ -67,10 +67,10 @@ AC_CONFIG_FILES([
   src/Makefile
   tests/Makefile
   data/Makefile
-  data/libaute-smbldap/Makefile
-  data/libaute-smbldap/gui/Makefile
+  data/libzakauthesmbldap/Makefile
+  data/libzakauthesmbldap/gui/Makefile
   doc/Makefile
-  doc/libaute-smbldap/Makefile
-  doc/libaute-smbldap/examples/Makefile
+  doc/libzakauthesmbldap/Makefile
+  doc/libzakauthesmbldap/examples/Makefile
 ])
 AC_OUTPUT
index 5909f74ef08ae0fc97a8796ae30cb87ea394bcda..74bbe46477439df2db618717dede5e21a2f30303 100644 (file)
@@ -1,3 +1,3 @@
-SUBDIRS = libaute-smbldap
+SUBDIRS = libzakauthesmbldap
 
-EXTRA_DIST = 
+EXTRA_DIST =
diff --git a/data/libaute-smbldap/Makefile.am b/data/libaute-smbldap/Makefile.am
deleted file mode 100644 (file)
index 13c2b3d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-SUBDIRS = gui
diff --git a/data/libaute-smbldap/gui/Makefile.am b/data/libaute-smbldap/gui/Makefile.am
deleted file mode 100644 (file)
index dcf83ac..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-guidir = $(datadir)/libaute-smbldap/gui
-
-gui_DATA = autesmbldap.gui
-
-EXTRA_DIST = $(gui_DATA)
diff --git a/data/libaute-smbldap/gui/autesmbldap.gui b/data/libaute-smbldap/gui/autesmbldap.gui
deleted file mode 100644 (file)
index a4fd050..0000000
+++ /dev/null
@@ -1,818 +0,0 @@
-<?xml version="1.0"?>
-<interface>
-  <requires lib="gtk+" version="2.16"/>
-  <!-- interface-naming-policy project-wide -->
-  <object class="GtkDialog" id="diag_main">
-    <property name="visible">True</property>
-    <property name="title" translatable="yes">Autenticazione</property>
-    <property name="modal">True</property>
-    <property name="window_position">center</property>
-    <property name="type_hint">dialog</property>
-    <child internal-child="vbox">
-      <object class="GtkVBox" id="dialog-vbox1">
-        <property name="visible">True</property>
-        <property name="orientation">vertical</property>
-        <child>
-          <object class="GtkTable" id="table1">
-            <property name="visible">True</property>
-            <property name="border_width">5</property>
-            <property name="n_rows">3</property>
-            <property name="n_columns">2</property>
-            <property name="column_spacing">5</property>
-            <property name="row_spacing">5</property>
-            <child>
-              <object class="GtkLabel" id="label1">
-                <property name="visible">True</property>
-                <property name="xalign">0</property>
-                <property name="label" translatable="yes">Utente</property>
-              </object>
-              <packing>
-                <property name="x_options">GTK_FILL</property>
-                <property name="y_options"></property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkLabel" id="label2">
-                <property name="visible">True</property>
-                <property name="xalign">0</property>
-                <property name="label" translatable="yes">Password</property>
-              </object>
-              <packing>
-                <property name="top_attach">1</property>
-                <property name="bottom_attach">2</property>
-                <property name="x_options">GTK_FILL</property>
-                <property name="y_options"></property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkEntry" id="txt_utente">
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="activates_default">True</property>
-              </object>
-              <packing>
-                <property name="left_attach">1</property>
-                <property name="right_attach">2</property>
-                <property name="y_options"></property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkEntry" id="txt_password">
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="visibility">False</property>
-                <property name="activates_default">True</property>
-              </object>
-              <packing>
-                <property name="left_attach">1</property>
-                <property name="right_attach">2</property>
-                <property name="top_attach">1</property>
-                <property name="bottom_attach">2</property>
-                <property name="y_options"></property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkExpander" id="exp_cambio">
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <child>
-                  <object class="GtkTable" id="table2">
-                    <property name="visible">True</property>
-                    <property name="border_width">5</property>
-                    <property name="n_rows">2</property>
-                    <property name="n_columns">2</property>
-                    <property name="column_spacing">5</property>
-                    <property name="row_spacing">5</property>
-                    <child>
-                      <object class="GtkLabel" id="label4">
-                        <property name="visible">True</property>
-                        <property name="xalign">0</property>
-                        <property name="label" translatable="yes">Nuova</property>
-                      </object>
-                      <packing>
-                        <property name="x_options">GTK_FILL</property>
-                        <property name="y_options"></property>
-                      </packing>
-                    </child>
-                    <child>
-                      <object class="GtkLabel" id="label5">
-                        <property name="visible">True</property>
-                        <property name="xalign">0</property>
-                        <property name="label" translatable="yes">Conferma</property>
-                      </object>
-                      <packing>
-                        <property name="top_attach">1</property>
-                        <property name="bottom_attach">2</property>
-                        <property name="x_options">GTK_FILL</property>
-                        <property name="y_options"></property>
-                      </packing>
-                    </child>
-                    <child>
-                      <object class="GtkEntry" id="txt_password_nuova">
-                        <property name="visible">True</property>
-                        <property name="can_focus">True</property>
-                        <property name="visibility">False</property>
-                        <property name="activates_default">True</property>
-                      </object>
-                      <packing>
-                        <property name="left_attach">1</property>
-                        <property name="right_attach">2</property>
-                        <property name="y_options"></property>
-                      </packing>
-                    </child>
-                    <child>
-                      <object class="GtkEntry" id="txt_password_conferma">
-                        <property name="visible">True</property>
-                        <property name="can_focus">True</property>
-                        <property name="visibility">False</property>
-                        <property name="activates_default">True</property>
-                      </object>
-                      <packing>
-                        <property name="left_attach">1</property>
-                        <property name="right_attach">2</property>
-                        <property name="top_attach">1</property>
-                        <property name="bottom_attach">2</property>
-                        <property name="y_options"></property>
-                      </packing>
-                    </child>
-                  </object>
-                </child>
-                <child type="label">
-                  <object class="GtkLabel" id="label3">
-                    <property name="visible">True</property>
-                    <property name="label" translatable="yes">_Cambia password</property>
-                    <property name="use_underline">True</property>
-                  </object>
-                </child>
-              </object>
-              <packing>
-                <property name="right_attach">2</property>
-                <property name="top_attach">2</property>
-                <property name="bottom_attach">3</property>
-                <property name="x_options">GTK_FILL</property>
-              </packing>
-            </child>
-          </object>
-          <packing>
-            <property name="position">2</property>
-          </packing>
-        </child>
-        <child internal-child="action_area">
-          <object class="GtkHButtonBox" id="dialog-action_area1">
-            <property name="visible">True</property>
-            <property name="layout_style">end</property>
-            <child>
-              <object class="GtkButton" id="cancelbutton1">
-                <property name="label">gtk-cancel</property>
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="can_default">True</property>
-                <property name="receives_default">False</property>
-                <property name="use_stock">True</property>
-              </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">False</property>
-                <property name="position">0</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkButton" id="okbutton1">
-                <property name="label">gtk-ok</property>
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="can_default">True</property>
-                <property name="has_default">True</property>
-                <property name="receives_default">False</property>
-                <property name="use_stock">True</property>
-              </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">False</property>
-                <property name="position">1</property>
-              </packing>
-            </child>
-          </object>
-          <packing>
-            <property name="expand">False</property>
-            <property name="pack_type">end</property>
-            <property name="position">0</property>
-          </packing>
-        </child>
-      </object>
-    </child>
-    <action-widgets>
-      <action-widget response="-6">cancelbutton1</action-widget>
-      <action-widget response="-5">okbutton1</action-widget>
-    </action-widgets>
-  </object>
-  <object class="GtkListStore" id="lstore_groups">
-    <columns>
-      <!-- column-name cn -->
-      <column type="gchararray"/>
-      <!-- column-name gid -->
-      <column type="guint"/>
-    </columns>
-  </object>
-  <object class="GtkListStore" id="lstore_users">
-    <columns>
-      <!-- column-name status -->
-      <column type="gchararray"/>
-      <!-- column-name cn -->
-      <column type="gchararray"/>
-      <!-- column-name display_name -->
-      <column type="gchararray"/>
-      <!-- column-name uid -->
-      <column type="guint"/>
-    </columns>
-  </object>
-  <object class="GtkWindow" id="w_users_list">
-    <child>
-      <object class="GtkVBox" id="vbx_users_list">
-        <property name="visible">True</property>
-        <property name="border_width">5</property>
-        <property name="orientation">vertical</property>
-        <property name="spacing">5</property>
-        <child>
-          <object class="GtkNotebook" id="notebook1">
-            <property name="visible">True</property>
-            <property name="can_focus">True</property>
-            <child>
-              <object class="GtkScrolledWindow" id="scrolledwindow1">
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="hscrollbar_policy">automatic</property>
-                <property name="vscrollbar_policy">automatic</property>
-                <property name="shadow_type">etched-in</property>
-                <child>
-                  <object class="GtkTreeView" id="treeview1">
-                    <property name="visible">True</property>
-                    <property name="can_focus">True</property>
-                    <property name="model">lstore_users</property>
-                    <property name="headers_clickable">False</property>
-                    <property name="search_column">0</property>
-                    <child>
-                      <object class="GtkTreeViewColumn" id="treeviewcolumn1">
-                        <property name="title">Status</property>
-                        <child>
-                          <object class="GtkCellRendererText" id="cellrenderertext1"/>
-                          <attributes>
-                            <attribute name="text">0</attribute>
-                          </attributes>
-                        </child>
-                      </object>
-                    </child>
-                    <child>
-                      <object class="GtkTreeViewColumn" id="treeviewcolumn3">
-                        <property name="title">CN</property>
-                        <child>
-                          <object class="GtkCellRendererText" id="cellrenderertext3"/>
-                          <attributes>
-                            <attribute name="text">1</attribute>
-                          </attributes>
-                        </child>
-                      </object>
-                    </child>
-                    <child>
-                      <object class="GtkTreeViewColumn" id="treeviewcolumn2">
-                        <property name="title">Name</property>
-                        <child>
-                          <object class="GtkCellRendererText" id="cellrenderertext2"/>
-                          <attributes>
-                            <attribute name="text">2</attribute>
-                          </attributes>
-                        </child>
-                      </object>
-                    </child>
-                    <child>
-                      <object class="GtkTreeViewColumn" id="treeviewcolumn5">
-                        <property name="title">UID</property>
-                        <child>
-                          <object class="GtkCellRendererSpin" id="cellrenderertext5">
-                            <property name="xalign">1</property>
-                          </object>
-                          <attributes>
-                            <attribute name="text">3</attribute>
-                          </attributes>
-                        </child>
-                      </object>
-                    </child>
-                  </object>
-                </child>
-              </object>
-            </child>
-            <child type="tab">
-              <object class="GtkLabel" id="label10">
-                <property name="visible">True</property>
-                <property name="label" translatable="yes">Users</property>
-              </object>
-              <packing>
-                <property name="tab_fill">False</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkScrolledWindow" id="scrolledwindow3">
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="hscrollbar_policy">automatic</property>
-                <property name="vscrollbar_policy">automatic</property>
-                <property name="shadow_type">etched-in</property>
-                <child>
-                  <object class="GtkTreeView" id="treeview2">
-                    <property name="visible">True</property>
-                    <property name="can_focus">True</property>
-                    <property name="model">lstore_groups</property>
-                    <child>
-                      <object class="GtkTreeViewColumn" id="treeviewcolumn4">
-                        <property name="title">CN</property>
-                        <child>
-                          <object class="GtkCellRendererText" id="cellrenderertext4"/>
-                          <attributes>
-                            <attribute name="text">0</attribute>
-                          </attributes>
-                        </child>
-                      </object>
-                    </child>
-                    <child>
-                      <object class="GtkTreeViewColumn" id="treeviewcolumn6">
-                        <property name="title">GID</property>
-                        <child>
-                          <object class="GtkCellRendererSpin" id="cellrendererspin1">
-                            <property name="xalign">1</property>
-                          </object>
-                          <attributes>
-                            <attribute name="text">1</attribute>
-                          </attributes>
-                        </child>
-                      </object>
-                    </child>
-                  </object>
-                </child>
-              </object>
-              <packing>
-                <property name="position">1</property>
-              </packing>
-            </child>
-            <child type="tab">
-              <object class="GtkLabel" id="label13">
-                <property name="visible">True</property>
-                <property name="label" translatable="yes">Groups</property>
-              </object>
-              <packing>
-                <property name="position">1</property>
-                <property name="tab_fill">False</property>
-              </packing>
-            </child>
-          </object>
-          <packing>
-            <property name="position">0</property>
-          </packing>
-        </child>
-        <child>
-          <object class="GtkHButtonBox" id="hbuttonbox1">
-            <property name="visible">True</property>
-            <property name="spacing">5</property>
-            <property name="layout_style">end</property>
-            <child>
-              <object class="GtkButton" id="button1">
-                <property name="label">gtk-new</property>
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="receives_default">True</property>
-                <property name="use_stock">True</property>
-              </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">False</property>
-                <property name="position">0</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkButton" id="button2">
-                <property name="label">gtk-edit</property>
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="receives_default">True</property>
-                <property name="use_stock">True</property>
-              </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">False</property>
-                <property name="position">1</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkButton" id="button3">
-                <property name="label">gtk-delete</property>
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="receives_default">True</property>
-                <property name="use_stock">True</property>
-              </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">False</property>
-                <property name="position">2</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkButton" id="button4">
-                <property name="label">gtk-find</property>
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="receives_default">True</property>
-                <property name="use_stock">True</property>
-              </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">False</property>
-                <property name="position">3</property>
-              </packing>
-            </child>
-          </object>
-          <packing>
-            <property name="expand">False</property>
-            <property name="position">1</property>
-          </packing>
-        </child>
-      </object>
-    </child>
-  </object>
-  <object class="GtkWindow" id="w_user">
-    <property name="title" translatable="yes">User</property>
-    <property name="modal">True</property>
-    <property name="window_position">center-on-parent</property>
-    <property name="default_width">300</property>
-    <property name="destroy_with_parent">True</property>
-    <child>
-      <object class="GtkVBox" id="vbox1">
-        <property name="visible">True</property>
-        <property name="border_width">5</property>
-        <property name="orientation">vertical</property>
-        <property name="spacing">5</property>
-        <child>
-          <object class="GtkTable" id="table3">
-            <property name="visible">True</property>
-            <property name="n_rows">7</property>
-            <property name="n_columns">2</property>
-            <property name="column_spacing">5</property>
-            <property name="row_spacing">5</property>
-            <child>
-              <object class="GtkLabel" id="label6">
-                <property name="visible">True</property>
-                <property name="xalign">0</property>
-                <property name="label" translatable="yes">CN</property>
-              </object>
-              <packing>
-                <property name="x_options">GTK_FILL</property>
-                <property name="y_options">GTK_FILL</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkLabel" id="label7">
-                <property name="visible">True</property>
-                <property name="xalign">0</property>
-                <property name="label" translatable="yes">Surname</property>
-              </object>
-              <packing>
-                <property name="top_attach">2</property>
-                <property name="bottom_attach">3</property>
-                <property name="x_options">GTK_FILL</property>
-                <property name="y_options">GTK_FILL</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkLabel" id="label8">
-                <property name="visible">True</property>
-                <property name="xalign">0</property>
-                <property name="label" translatable="yes">Name</property>
-              </object>
-              <packing>
-                <property name="top_attach">3</property>
-                <property name="bottom_attach">4</property>
-                <property name="x_options">GTK_FILL</property>
-                <property name="y_options">GTK_FILL</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkLabel" id="label9">
-                <property name="visible">True</property>
-                <property name="xalign">0</property>
-                <property name="label" translatable="yes">Enabled</property>
-              </object>
-              <packing>
-                <property name="top_attach">4</property>
-                <property name="bottom_attach">5</property>
-                <property name="x_options">GTK_FILL</property>
-                <property name="y_options">GTK_FILL</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkLabel" id="label11">
-                <property name="visible">True</property>
-                <property name="xalign">0</property>
-                <property name="label" translatable="yes">Password expiration</property>
-              </object>
-              <packing>
-                <property name="top_attach">5</property>
-                <property name="bottom_attach">6</property>
-                <property name="x_options">GTK_FILL</property>
-                <property name="y_options">GTK_FILL</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkLabel" id="label12">
-                <property name="visible">True</property>
-                <property name="xalign">0</property>
-                <property name="yalign">0</property>
-                <property name="label" translatable="yes">Description</property>
-              </object>
-              <packing>
-                <property name="top_attach">6</property>
-                <property name="bottom_attach">7</property>
-                <property name="x_options">GTK_FILL</property>
-                <property name="y_options">GTK_FILL</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkCheckButton" id="checkbutton1">
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="receives_default">False</property>
-                <property name="draw_indicator">True</property>
-              </object>
-              <packing>
-                <property name="left_attach">1</property>
-                <property name="right_attach">2</property>
-                <property name="top_attach">4</property>
-                <property name="bottom_attach">5</property>
-                <property name="y_options">GTK_FILL</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkEntry" id="entry1">
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="invisible_char">&#x25CF;</property>
-              </object>
-              <packing>
-                <property name="left_attach">1</property>
-                <property name="right_attach">2</property>
-                <property name="y_options">GTK_FILL</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkEntry" id="entry2">
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="invisible_char">&#x25CF;</property>
-              </object>
-              <packing>
-                <property name="left_attach">1</property>
-                <property name="right_attach">2</property>
-                <property name="top_attach">2</property>
-                <property name="bottom_attach">3</property>
-                <property name="y_options">GTK_FILL</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkEntry" id="entry3">
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="invisible_char">&#x25CF;</property>
-              </object>
-              <packing>
-                <property name="left_attach">1</property>
-                <property name="right_attach">2</property>
-                <property name="top_attach">3</property>
-                <property name="bottom_attach">4</property>
-                <property name="y_options">GTK_FILL</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkEntry" id="entry4">
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="max_length">19</property>
-                <property name="invisible_char">&#x25CF;</property>
-              </object>
-              <packing>
-                <property name="left_attach">1</property>
-                <property name="right_attach">2</property>
-                <property name="top_attach">5</property>
-                <property name="bottom_attach">6</property>
-                <property name="y_options">GTK_FILL</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkScrolledWindow" id="scrolledwindow2">
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="hscrollbar_policy">automatic</property>
-                <property name="vscrollbar_policy">automatic</property>
-                <property name="shadow_type">etched-in</property>
-                <child>
-                  <object class="GtkTextView" id="textview1">
-                    <property name="visible">True</property>
-                    <property name="can_focus">True</property>
-                  </object>
-                </child>
-              </object>
-              <packing>
-                <property name="left_attach">1</property>
-                <property name="right_attach">2</property>
-                <property name="top_attach">6</property>
-                <property name="bottom_attach">7</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkLabel" id="label16">
-                <property name="visible">True</property>
-                <property name="xalign">0</property>
-                <property name="label" translatable="yes">UID</property>
-              </object>
-              <packing>
-                <property name="top_attach">1</property>
-                <property name="bottom_attach">2</property>
-                <property name="x_options">GTK_FILL</property>
-                <property name="y_options">GTK_FILL</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkLabel" id="label19">
-                <property name="visible">True</property>
-                <property name="xalign">0</property>
-                <property name="label" translatable="yes">lbl_uid</property>
-              </object>
-              <packing>
-                <property name="left_attach">1</property>
-                <property name="right_attach">2</property>
-                <property name="top_attach">1</property>
-                <property name="bottom_attach">2</property>
-                <property name="y_options">GTK_FILL</property>
-              </packing>
-            </child>
-          </object>
-          <packing>
-            <property name="position">0</property>
-          </packing>
-        </child>
-        <child>
-          <object class="GtkHButtonBox" id="hbuttonbox2">
-            <property name="visible">True</property>
-            <property name="spacing">5</property>
-            <property name="layout_style">end</property>
-            <child>
-              <object class="GtkButton" id="button5">
-                <property name="label">gtk-cancel</property>
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="receives_default">True</property>
-                <property name="use_stock">True</property>
-              </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">False</property>
-                <property name="position">0</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkButton" id="button6">
-                <property name="label">gtk-save</property>
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="receives_default">True</property>
-                <property name="use_stock">True</property>
-              </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">False</property>
-                <property name="position">1</property>
-              </packing>
-            </child>
-          </object>
-          <packing>
-            <property name="expand">False</property>
-            <property name="position">1</property>
-          </packing>
-        </child>
-      </object>
-    </child>
-  </object>
-  <object class="GtkWindow" id="w_group">
-    <property name="title" translatable="yes">Group</property>
-    <property name="modal">True</property>
-    <property name="window_position">center-on-parent</property>
-    <property name="default_width">500</property>
-    <property name="destroy_with_parent">True</property>
-    <child>
-      <object class="GtkVBox" id="vbox2">
-        <property name="visible">True</property>
-        <property name="border_width">5</property>
-        <property name="orientation">vertical</property>
-        <property name="spacing">5</property>
-        <child>
-          <object class="GtkTable" id="table4">
-            <property name="visible">True</property>
-            <property name="n_rows">2</property>
-            <property name="n_columns">2</property>
-            <property name="column_spacing">5</property>
-            <property name="row_spacing">5</property>
-            <child>
-              <object class="GtkLabel" id="label15">
-                <property name="visible">True</property>
-                <property name="xalign">0</property>
-                <property name="label" translatable="yes">CN</property>
-              </object>
-              <packing>
-                <property name="x_options">GTK_FILL</property>
-                <property name="y_options">GTK_FILL</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkEntry" id="entry5">
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="invisible_char">&#x25CF;</property>
-              </object>
-              <packing>
-                <property name="left_attach">1</property>
-                <property name="right_attach">2</property>
-                <property name="y_options">GTK_FILL</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkLabel" id="label17">
-                <property name="visible">True</property>
-                <property name="xalign">0</property>
-                <property name="label" translatable="yes">GID</property>
-              </object>
-              <packing>
-                <property name="top_attach">1</property>
-                <property name="bottom_attach">2</property>
-                <property name="x_options">GTK_FILL</property>
-                <property name="y_options">GTK_FILL</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkLabel" id="label18">
-                <property name="visible">True</property>
-                <property name="xalign">0</property>
-                <property name="label" translatable="yes">lbl_gid</property>
-              </object>
-              <packing>
-                <property name="left_attach">1</property>
-                <property name="right_attach">2</property>
-                <property name="top_attach">1</property>
-                <property name="bottom_attach">2</property>
-                <property name="y_options">GTK_FILL</property>
-              </packing>
-            </child>
-          </object>
-          <packing>
-            <property name="position">0</property>
-          </packing>
-        </child>
-        <child>
-          <object class="GtkHButtonBox" id="hbuttonbox3">
-            <property name="visible">True</property>
-            <property name="spacing">5</property>
-            <property name="layout_style">end</property>
-            <child>
-              <object class="GtkButton" id="button7">
-                <property name="label">gtk-cancel</property>
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="receives_default">True</property>
-                <property name="use_stock">True</property>
-              </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">False</property>
-                <property name="position">0</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkButton" id="button8">
-                <property name="label">gtk-save</property>
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="receives_default">True</property>
-                <property name="use_stock">True</property>
-              </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">False</property>
-                <property name="position">1</property>
-              </packing>
-            </child>
-          </object>
-          <packing>
-            <property name="expand">False</property>
-            <property name="position">1</property>
-          </packing>
-        </child>
-      </object>
-    </child>
-  </object>
-</interface>
diff --git a/data/libzakauthesmbldap/Makefile.am b/data/libzakauthesmbldap/Makefile.am
new file mode 100644 (file)
index 0000000..13c2b3d
--- /dev/null
@@ -0,0 +1 @@
+SUBDIRS = gui
diff --git a/data/libzakauthesmbldap/gui/Makefile.am b/data/libzakauthesmbldap/gui/Makefile.am
new file mode 100644 (file)
index 0000000..685789c
--- /dev/null
@@ -0,0 +1,5 @@
+guidir = $(datadir)/$(PKGNAME)/gui
+
+gui_DATA = zak_authe_smbldap.ui
+
+EXTRA_DIST = $(gui_DATA)
diff --git a/data/libzakauthesmbldap/gui/zak_authe_smbldap.ui b/data/libzakauthesmbldap/gui/zak_authe_smbldap.ui
new file mode 100644 (file)
index 0000000..a4fd050
--- /dev/null
@@ -0,0 +1,818 @@
+<?xml version="1.0"?>
+<interface>
+  <requires lib="gtk+" version="2.16"/>
+  <!-- interface-naming-policy project-wide -->
+  <object class="GtkDialog" id="diag_main">
+    <property name="visible">True</property>
+    <property name="title" translatable="yes">Autenticazione</property>
+    <property name="modal">True</property>
+    <property name="window_position">center</property>
+    <property name="type_hint">dialog</property>
+    <child internal-child="vbox">
+      <object class="GtkVBox" id="dialog-vbox1">
+        <property name="visible">True</property>
+        <property name="orientation">vertical</property>
+        <child>
+          <object class="GtkTable" id="table1">
+            <property name="visible">True</property>
+            <property name="border_width">5</property>
+            <property name="n_rows">3</property>
+            <property name="n_columns">2</property>
+            <property name="column_spacing">5</property>
+            <property name="row_spacing">5</property>
+            <child>
+              <object class="GtkLabel" id="label1">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Utente</property>
+              </object>
+              <packing>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options"></property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label2">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Password</property>
+              </object>
+              <packing>
+                <property name="top_attach">1</property>
+                <property name="bottom_attach">2</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options"></property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkEntry" id="txt_utente">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="activates_default">True</property>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="y_options"></property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkEntry" id="txt_password">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="visibility">False</property>
+                <property name="activates_default">True</property>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="top_attach">1</property>
+                <property name="bottom_attach">2</property>
+                <property name="y_options"></property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkExpander" id="exp_cambio">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <child>
+                  <object class="GtkTable" id="table2">
+                    <property name="visible">True</property>
+                    <property name="border_width">5</property>
+                    <property name="n_rows">2</property>
+                    <property name="n_columns">2</property>
+                    <property name="column_spacing">5</property>
+                    <property name="row_spacing">5</property>
+                    <child>
+                      <object class="GtkLabel" id="label4">
+                        <property name="visible">True</property>
+                        <property name="xalign">0</property>
+                        <property name="label" translatable="yes">Nuova</property>
+                      </object>
+                      <packing>
+                        <property name="x_options">GTK_FILL</property>
+                        <property name="y_options"></property>
+                      </packing>
+                    </child>
+                    <child>
+                      <object class="GtkLabel" id="label5">
+                        <property name="visible">True</property>
+                        <property name="xalign">0</property>
+                        <property name="label" translatable="yes">Conferma</property>
+                      </object>
+                      <packing>
+                        <property name="top_attach">1</property>
+                        <property name="bottom_attach">2</property>
+                        <property name="x_options">GTK_FILL</property>
+                        <property name="y_options"></property>
+                      </packing>
+                    </child>
+                    <child>
+                      <object class="GtkEntry" id="txt_password_nuova">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="visibility">False</property>
+                        <property name="activates_default">True</property>
+                      </object>
+                      <packing>
+                        <property name="left_attach">1</property>
+                        <property name="right_attach">2</property>
+                        <property name="y_options"></property>
+                      </packing>
+                    </child>
+                    <child>
+                      <object class="GtkEntry" id="txt_password_conferma">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="visibility">False</property>
+                        <property name="activates_default">True</property>
+                      </object>
+                      <packing>
+                        <property name="left_attach">1</property>
+                        <property name="right_attach">2</property>
+                        <property name="top_attach">1</property>
+                        <property name="bottom_attach">2</property>
+                        <property name="y_options"></property>
+                      </packing>
+                    </child>
+                  </object>
+                </child>
+                <child type="label">
+                  <object class="GtkLabel" id="label3">
+                    <property name="visible">True</property>
+                    <property name="label" translatable="yes">_Cambia password</property>
+                    <property name="use_underline">True</property>
+                  </object>
+                </child>
+              </object>
+              <packing>
+                <property name="right_attach">2</property>
+                <property name="top_attach">2</property>
+                <property name="bottom_attach">3</property>
+                <property name="x_options">GTK_FILL</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="position">2</property>
+          </packing>
+        </child>
+        <child internal-child="action_area">
+          <object class="GtkHButtonBox" id="dialog-action_area1">
+            <property name="visible">True</property>
+            <property name="layout_style">end</property>
+            <child>
+              <object class="GtkButton" id="cancelbutton1">
+                <property name="label">gtk-cancel</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="can_default">True</property>
+                <property name="receives_default">False</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="okbutton1">
+                <property name="label">gtk-ok</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="can_default">True</property>
+                <property name="has_default">True</property>
+                <property name="receives_default">False</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">1</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="pack_type">end</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+      </object>
+    </child>
+    <action-widgets>
+      <action-widget response="-6">cancelbutton1</action-widget>
+      <action-widget response="-5">okbutton1</action-widget>
+    </action-widgets>
+  </object>
+  <object class="GtkListStore" id="lstore_groups">
+    <columns>
+      <!-- column-name cn -->
+      <column type="gchararray"/>
+      <!-- column-name gid -->
+      <column type="guint"/>
+    </columns>
+  </object>
+  <object class="GtkListStore" id="lstore_users">
+    <columns>
+      <!-- column-name status -->
+      <column type="gchararray"/>
+      <!-- column-name cn -->
+      <column type="gchararray"/>
+      <!-- column-name display_name -->
+      <column type="gchararray"/>
+      <!-- column-name uid -->
+      <column type="guint"/>
+    </columns>
+  </object>
+  <object class="GtkWindow" id="w_users_list">
+    <child>
+      <object class="GtkVBox" id="vbx_users_list">
+        <property name="visible">True</property>
+        <property name="border_width">5</property>
+        <property name="orientation">vertical</property>
+        <property name="spacing">5</property>
+        <child>
+          <object class="GtkNotebook" id="notebook1">
+            <property name="visible">True</property>
+            <property name="can_focus">True</property>
+            <child>
+              <object class="GtkScrolledWindow" id="scrolledwindow1">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="hscrollbar_policy">automatic</property>
+                <property name="vscrollbar_policy">automatic</property>
+                <property name="shadow_type">etched-in</property>
+                <child>
+                  <object class="GtkTreeView" id="treeview1">
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="model">lstore_users</property>
+                    <property name="headers_clickable">False</property>
+                    <property name="search_column">0</property>
+                    <child>
+                      <object class="GtkTreeViewColumn" id="treeviewcolumn1">
+                        <property name="title">Status</property>
+                        <child>
+                          <object class="GtkCellRendererText" id="cellrenderertext1"/>
+                          <attributes>
+                            <attribute name="text">0</attribute>
+                          </attributes>
+                        </child>
+                      </object>
+                    </child>
+                    <child>
+                      <object class="GtkTreeViewColumn" id="treeviewcolumn3">
+                        <property name="title">CN</property>
+                        <child>
+                          <object class="GtkCellRendererText" id="cellrenderertext3"/>
+                          <attributes>
+                            <attribute name="text">1</attribute>
+                          </attributes>
+                        </child>
+                      </object>
+                    </child>
+                    <child>
+                      <object class="GtkTreeViewColumn" id="treeviewcolumn2">
+                        <property name="title">Name</property>
+                        <child>
+                          <object class="GtkCellRendererText" id="cellrenderertext2"/>
+                          <attributes>
+                            <attribute name="text">2</attribute>
+                          </attributes>
+                        </child>
+                      </object>
+                    </child>
+                    <child>
+                      <object class="GtkTreeViewColumn" id="treeviewcolumn5">
+                        <property name="title">UID</property>
+                        <child>
+                          <object class="GtkCellRendererSpin" id="cellrenderertext5">
+                            <property name="xalign">1</property>
+                          </object>
+                          <attributes>
+                            <attribute name="text">3</attribute>
+                          </attributes>
+                        </child>
+                      </object>
+                    </child>
+                  </object>
+                </child>
+              </object>
+            </child>
+            <child type="tab">
+              <object class="GtkLabel" id="label10">
+                <property name="visible">True</property>
+                <property name="label" translatable="yes">Users</property>
+              </object>
+              <packing>
+                <property name="tab_fill">False</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkScrolledWindow" id="scrolledwindow3">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="hscrollbar_policy">automatic</property>
+                <property name="vscrollbar_policy">automatic</property>
+                <property name="shadow_type">etched-in</property>
+                <child>
+                  <object class="GtkTreeView" id="treeview2">
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="model">lstore_groups</property>
+                    <child>
+                      <object class="GtkTreeViewColumn" id="treeviewcolumn4">
+                        <property name="title">CN</property>
+                        <child>
+                          <object class="GtkCellRendererText" id="cellrenderertext4"/>
+                          <attributes>
+                            <attribute name="text">0</attribute>
+                          </attributes>
+                        </child>
+                      </object>
+                    </child>
+                    <child>
+                      <object class="GtkTreeViewColumn" id="treeviewcolumn6">
+                        <property name="title">GID</property>
+                        <child>
+                          <object class="GtkCellRendererSpin" id="cellrendererspin1">
+                            <property name="xalign">1</property>
+                          </object>
+                          <attributes>
+                            <attribute name="text">1</attribute>
+                          </attributes>
+                        </child>
+                      </object>
+                    </child>
+                  </object>
+                </child>
+              </object>
+              <packing>
+                <property name="position">1</property>
+              </packing>
+            </child>
+            <child type="tab">
+              <object class="GtkLabel" id="label13">
+                <property name="visible">True</property>
+                <property name="label" translatable="yes">Groups</property>
+              </object>
+              <packing>
+                <property name="position">1</property>
+                <property name="tab_fill">False</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkHButtonBox" id="hbuttonbox1">
+            <property name="visible">True</property>
+            <property name="spacing">5</property>
+            <property name="layout_style">end</property>
+            <child>
+              <object class="GtkButton" id="button1">
+                <property name="label">gtk-new</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button2">
+                <property name="label">gtk-edit</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">1</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button3">
+                <property name="label">gtk-delete</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">2</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button4">
+                <property name="label">gtk-find</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">3</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+      </object>
+    </child>
+  </object>
+  <object class="GtkWindow" id="w_user">
+    <property name="title" translatable="yes">User</property>
+    <property name="modal">True</property>
+    <property name="window_position">center-on-parent</property>
+    <property name="default_width">300</property>
+    <property name="destroy_with_parent">True</property>
+    <child>
+      <object class="GtkVBox" id="vbox1">
+        <property name="visible">True</property>
+        <property name="border_width">5</property>
+        <property name="orientation">vertical</property>
+        <property name="spacing">5</property>
+        <child>
+          <object class="GtkTable" id="table3">
+            <property name="visible">True</property>
+            <property name="n_rows">7</property>
+            <property name="n_columns">2</property>
+            <property name="column_spacing">5</property>
+            <property name="row_spacing">5</property>
+            <child>
+              <object class="GtkLabel" id="label6">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">CN</property>
+              </object>
+              <packing>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label7">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Surname</property>
+              </object>
+              <packing>
+                <property name="top_attach">2</property>
+                <property name="bottom_attach">3</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label8">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Name</property>
+              </object>
+              <packing>
+                <property name="top_attach">3</property>
+                <property name="bottom_attach">4</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label9">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Enabled</property>
+              </object>
+              <packing>
+                <property name="top_attach">4</property>
+                <property name="bottom_attach">5</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label11">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Password expiration</property>
+              </object>
+              <packing>
+                <property name="top_attach">5</property>
+                <property name="bottom_attach">6</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label12">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="yalign">0</property>
+                <property name="label" translatable="yes">Description</property>
+              </object>
+              <packing>
+                <property name="top_attach">6</property>
+                <property name="bottom_attach">7</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkCheckButton" id="checkbutton1">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">False</property>
+                <property name="draw_indicator">True</property>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="top_attach">4</property>
+                <property name="bottom_attach">5</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkEntry" id="entry1">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="invisible_char">&#x25CF;</property>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkEntry" id="entry2">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="invisible_char">&#x25CF;</property>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="top_attach">2</property>
+                <property name="bottom_attach">3</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkEntry" id="entry3">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="invisible_char">&#x25CF;</property>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="top_attach">3</property>
+                <property name="bottom_attach">4</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkEntry" id="entry4">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="max_length">19</property>
+                <property name="invisible_char">&#x25CF;</property>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="top_attach">5</property>
+                <property name="bottom_attach">6</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkScrolledWindow" id="scrolledwindow2">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="hscrollbar_policy">automatic</property>
+                <property name="vscrollbar_policy">automatic</property>
+                <property name="shadow_type">etched-in</property>
+                <child>
+                  <object class="GtkTextView" id="textview1">
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                  </object>
+                </child>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="top_attach">6</property>
+                <property name="bottom_attach">7</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label16">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">UID</property>
+              </object>
+              <packing>
+                <property name="top_attach">1</property>
+                <property name="bottom_attach">2</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label19">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">lbl_uid</property>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="top_attach">1</property>
+                <property name="bottom_attach">2</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkHButtonBox" id="hbuttonbox2">
+            <property name="visible">True</property>
+            <property name="spacing">5</property>
+            <property name="layout_style">end</property>
+            <child>
+              <object class="GtkButton" id="button5">
+                <property name="label">gtk-cancel</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button6">
+                <property name="label">gtk-save</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">1</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+      </object>
+    </child>
+  </object>
+  <object class="GtkWindow" id="w_group">
+    <property name="title" translatable="yes">Group</property>
+    <property name="modal">True</property>
+    <property name="window_position">center-on-parent</property>
+    <property name="default_width">500</property>
+    <property name="destroy_with_parent">True</property>
+    <child>
+      <object class="GtkVBox" id="vbox2">
+        <property name="visible">True</property>
+        <property name="border_width">5</property>
+        <property name="orientation">vertical</property>
+        <property name="spacing">5</property>
+        <child>
+          <object class="GtkTable" id="table4">
+            <property name="visible">True</property>
+            <property name="n_rows">2</property>
+            <property name="n_columns">2</property>
+            <property name="column_spacing">5</property>
+            <property name="row_spacing">5</property>
+            <child>
+              <object class="GtkLabel" id="label15">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">CN</property>
+              </object>
+              <packing>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkEntry" id="entry5">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="invisible_char">&#x25CF;</property>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label17">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">GID</property>
+              </object>
+              <packing>
+                <property name="top_attach">1</property>
+                <property name="bottom_attach">2</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label18">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">lbl_gid</property>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="top_attach">1</property>
+                <property name="bottom_attach">2</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkHButtonBox" id="hbuttonbox3">
+            <property name="visible">True</property>
+            <property name="spacing">5</property>
+            <property name="layout_style">end</property>
+            <child>
+              <object class="GtkButton" id="button7">
+                <property name="label">gtk-cancel</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button8">
+                <property name="label">gtk-save</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">1</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+      </object>
+    </child>
+  </object>
+</interface>
index 5909f74ef08ae0fc97a8796ae30cb87ea394bcda..74bbe46477439df2db618717dede5e21a2f30303 100644 (file)
@@ -1,3 +1,3 @@
-SUBDIRS = libaute-smbldap
+SUBDIRS = libzakauthesmbldap
 
-EXTRA_DIST = 
+EXTRA_DIST =
diff --git a/doc/libaute-smbldap/Makefile.am b/doc/libaute-smbldap/Makefile.am
deleted file mode 100644 (file)
index aee2d7b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-SUBDIRS = examples
diff --git a/doc/libaute-smbldap/examples/Makefile.am b/doc/libaute-smbldap/examples/Makefile.am
deleted file mode 100644 (file)
index 97551eb..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-libautesmbldap_examplesdir = $(docdir)/examples
-
-libautesmbldap_examples_DATA = \
-                      libaute-smbldap.conf
-
-EXTRA_DIST = $(libautesmbldap_examples_DATA)
-             
diff --git a/doc/libaute-smbldap/examples/libaute-smbldap.conf b/doc/libaute-smbldap/examples/libaute-smbldap.conf
deleted file mode 100644 (file)
index e5b6c99..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-[AUTE]
-plugin=/usr/local/lib/libaute/plugins/libaute-smbldap
-host=ldap://10.0.0.102/
-base_dn=dc=nodomain
-users_ou=ou=Users
-groups_ou=ou=Groups
-user_field=uid
diff --git a/doc/libzakauthesmbldap/Makefile.am b/doc/libzakauthesmbldap/Makefile.am
new file mode 100644 (file)
index 0000000..aee2d7b
--- /dev/null
@@ -0,0 +1 @@
+SUBDIRS = examples
diff --git a/doc/libzakauthesmbldap/examples/Makefile.am b/doc/libzakauthesmbldap/examples/Makefile.am
new file mode 100644 (file)
index 0000000..c5749e9
--- /dev/null
@@ -0,0 +1,6 @@
+libzakauthesmbldap_examplesdir = $(docdir)/examples
+
+libzakauthesmbldap_examples_DATA = \
+                      libzakauthesmbldap.conf
+
+EXTRA_DIST = $(libzakauthesmbldap_examples_DATA)
diff --git a/doc/libzakauthesmbldap/examples/libzakauthesmbldap.conf b/doc/libzakauthesmbldap/examples/libzakauthesmbldap.conf
new file mode 100644 (file)
index 0000000..e5b6c99
--- /dev/null
@@ -0,0 +1,7 @@
+[AUTE]
+plugin=/usr/local/lib/libaute/plugins/libaute-smbldap
+host=ldap://10.0.0.102/
+base_dn=dc=nodomain
+users_ou=ou=Users
+groups_ou=ou=Groups
+user_field=uid
index 833be51fc5098f7f9afcf2e407bd3f95551021e6..3ea441e1c8d8e61033ce556c6a58ba68c93098a5 100644 (file)
@@ -1,4 +1,4 @@
-guidir = $(datadir)/libaute-smbldap/gui
+guidir = $(datadir)/$(PKGNAME)/gui
 
 AM_CPPFLAGS = $(LIBAUTESMBLDAP_CFLAGS) \
               $(LIBLDAP_CFLAGS) \
@@ -11,14 +11,14 @@ LIBS = $(LIBAUTESMBLDAP_LIBS) \
        $(LIBSSH_LIBS) \
        $(LIBCONFI_LIBS)
 
-libaute_pluginsdir = $(libdir)/libaute/plugins
-libaute_plugins_LTLIBRARIES = libaute-smbldap.la
+libzakauthe_pluginsdir = $(libdir)/libzakauthe/plugins
+libzakauthe_plugins_LTLIBRARIES = libzakauthesmbldap.la
 
-libaute_smbldap_la_SOURCES = aute_smbldap.c \
+libzakauthesmbldap_la_SOURCES = aute_smbldap.c \
                         aute_smbldap.h \
                         user.c \
                         user.h \
                         group.c \
                         group.h
 
-libaute_smbldap_la_LDFLAGS = -no-undefined
+libzakauthesmbldap_la_LDFLAGS = -no-undefined
index 7e9b634391065a1b992711373b8461d2541074d2..d8cfb9f2b5377bbc1c9ab022388bd4b1b21c6f60 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2013 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2015 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
 #ifdef HAVE_CONFIG_H
        #include "config.h"
 #endif
-  
+
 #ifdef G_OS_WIN32
 #include <windows.h>
 #endif
 
+#include <stdlib.h>
+
 #include <gtk/gtk.h>
 #include <ldap.h>
 #include <libssh/libssh.h>
@@ -38,6 +40,7 @@
 
 static GtkBuilder *gtkbuilder;
 
+static gchar *guidir;
 static gchar *guifile;
 static gchar *formdir;
 
@@ -148,7 +151,7 @@ get_connection_parameters_from_confi (Confi *confi, gchar **user_field)
 #endif
 
 static GtkWindow
-*autesmbldap_get_gtkwidget_parent_gtkwindow (GtkWidget *widget)
+*zak_authe_smbldap_get_gtkwidget_parent_gtkwindow (GtkWidget *widget)
 {
        GtkWindow *w;
        GtkWidget *w_parent;
@@ -170,7 +173,7 @@ static GtkWindow
 }
 
 void
-autesmbldap_exec_ssh_command (const gchar *command)
+zak_authe_smbldap_exec_ssh_command (const gchar *command)
 {
        int rc;
        char buf[4096];
@@ -278,7 +281,7 @@ autesmbldap_exec_ssh_command (const gchar *command)
 }
 
 static void
-autesmbldap_disconnect_ssh ()
+zak_authe_smbldap_disconnect_ssh ()
 {
        if (channel != NULL)
                {
@@ -476,7 +479,7 @@ static gchar
                                        /* cambio la password */
                                        gchar *command = g_strdup_printf ("echo -e \"%s\\n\" | sudo -k -S echo -e \"%s\\\\n%s\\\\n\" | sudo /usr/sbin/smbldap-passwd \"%s\"", password, password_nuova, password_nuova, utente);
 
-                                       autesmbldap_exec_ssh_command (command);
+                                       zak_authe_smbldap_exec_ssh_command (command);
                                }
                }
 
@@ -484,7 +487,7 @@ static gchar
 }
 
 static void
-autesmbldap_load_users_list ()
+zak_authe_smbldap_load_users_list ()
 {
        int retldap;
        LDAPMessage *result;
@@ -566,13 +569,13 @@ autesmbldap_load_users_list ()
                                        ber_free (ber, 0);
                                }
 
-                       entry = ldap_next_entry (ldap, entry);  
+                       entry = ldap_next_entry (ldap, entry);
                }
        ldap_msgfree (result);
 }
 
 static void
-autesmbldap_load_groups_list ()
+zak_authe_smbldap_load_groups_list ()
 {
        int retldap;
        LDAPMessage *result;
@@ -648,24 +651,24 @@ autesmbldap_load_groups_list ()
                                        ber_free (ber, 0);
                                }
 
-                       entry = ldap_next_entry (ldap, entry);  
+                       entry = ldap_next_entry (ldap, entry);
                }
 }
 
 static void
-autesmbldap_on_user_aggiornato (gpointer instance, gpointer user_data)
+zak_authe_smbldap_on_user_aggiornato (gpointer instance, gpointer user_data)
 {
-       autesmbldap_load_users_list ();
+       zak_authe_smbldap_load_users_list ();
 }
 
 static void
-autesmbldap_on_group_aggiornato (gpointer instance, gpointer user_data)
+zak_authe_smbldap_on_group_aggiornato (gpointer instance, gpointer user_data)
 {
-       autesmbldap_load_groups_list ();
+       zak_authe_smbldap_load_groups_list ();
 }
 
 static void
-autesmbldap_edit_user ()
+zak_authe_smbldap_edit_user ()
 {
        GtkTreeIter iter;
        gchar *cn;
@@ -694,7 +697,7 @@ autesmbldap_edit_user ()
                }
        else
                {
-                       dialog = gtk_message_dialog_new (autesmbldap_get_gtkwidget_parent_gtkwindow (w_users),
+                       dialog = gtk_message_dialog_new (zak_authe_smbldap_get_gtkwidget_parent_gtkwindow (w_users),
                                                                                         GTK_DIALOG_DESTROY_WITH_PARENT,
                                                                                         GTK_MESSAGE_WARNING,
                                                                                         GTK_BUTTONS_OK,
@@ -713,7 +716,7 @@ autesmbldap_edit_user ()
                                        User *u = user_new (gtkbuilder, guifile, ldap, cn, users_ou, base_dn);
 
                                        g_signal_connect (G_OBJECT (u), "aggiornato",
-                                                                         G_CALLBACK (autesmbldap_on_user_aggiornato), NULL);
+                                                                         G_CALLBACK (zak_authe_smbldap_on_user_aggiornato), NULL);
 
                                        w = user_get_widget (u);
                                }
@@ -722,13 +725,13 @@ autesmbldap_edit_user ()
                                        Group *u = group_new (gtkbuilder, guifile, ldap, cn, groups_ou, base_dn);
 
                                        g_signal_connect (G_OBJECT (u), "aggiornato",
-                                                                         G_CALLBACK (autesmbldap_on_group_aggiornato), NULL);
+                                                                         G_CALLBACK (zak_authe_smbldap_on_group_aggiornato), NULL);
 
                                        w = group_get_widget (u);
                                }
                        else
                                {
-                                       dialog = gtk_message_dialog_new (autesmbldap_get_gtkwidget_parent_gtkwindow (w_users),
+                                       dialog = gtk_message_dialog_new (zak_authe_smbldap_get_gtkwidget_parent_gtkwindow (w_users),
                                                                                                         GTK_DIALOG_DESTROY_WITH_PARENT,
                                                                                                         GTK_MESSAGE_WARNING,
                                                                                                         GTK_BUTTONS_OK,
@@ -736,12 +739,12 @@ autesmbldap_edit_user ()
                                        return;
                                }
 
-                       gtk_window_set_transient_for (GTK_WINDOW (w), autesmbldap_get_gtkwidget_parent_gtkwindow (w_users));
+                       gtk_window_set_transient_for (GTK_WINDOW (w), zak_authe_smbldap_get_gtkwidget_parent_gtkwindow (w_users));
                        gtk_widget_show (w);
                }
        else
                {
-                       GtkWidget *dialog = gtk_message_dialog_new (autesmbldap_get_gtkwidget_parent_gtkwindow (w_users),
+                       GtkWidget *dialog = gtk_message_dialog_new (zak_authe_smbldap_get_gtkwidget_parent_gtkwindow (w_users),
                                                                                         GTK_DIALOG_DESTROY_WITH_PARENT,
                                                                                         GTK_MESSAGE_WARNING,
                                                                                         GTK_BUTTONS_OK,
@@ -752,7 +755,7 @@ autesmbldap_edit_user ()
 }
 
 static void
-autesmbldap_on_btn_new_clicked (GtkButton *button,
+zak_authe_smbldap_on_btn_new_clicked (GtkButton *button,
                            gpointer user_data)
 {
        GtkWidget *dialog;
@@ -763,7 +766,7 @@ autesmbldap_on_btn_new_clicked (GtkButton *button,
                        User *u = user_new (gtkbuilder, guifile, ldap, "", users_ou, base_dn);
 
                        g_signal_connect (G_OBJECT (u), "aggiornato",
-                                                 G_CALLBACK (autesmbldap_on_user_aggiornato), NULL);
+                                                 G_CALLBACK (zak_authe_smbldap_on_user_aggiornato), NULL);
 
                        w = user_get_widget (u);
                }
@@ -772,13 +775,13 @@ autesmbldap_on_btn_new_clicked (GtkButton *button,
                        Group *u = group_new (gtkbuilder, guifile, ldap, "", groups_ou, base_dn);
 
                        g_signal_connect (G_OBJECT (u), "aggiornato",
-                                                 G_CALLBACK (autesmbldap_on_group_aggiornato), NULL);
+                                                 G_CALLBACK (zak_authe_smbldap_on_group_aggiornato), NULL);
 
                        w = group_get_widget (u);
                }
        else
                {
-                       dialog = gtk_message_dialog_new (autesmbldap_get_gtkwidget_parent_gtkwindow (w_users),
+                       dialog = gtk_message_dialog_new (zak_authe_smbldap_get_gtkwidget_parent_gtkwindow (w_users),
                                                                                         GTK_DIALOG_DESTROY_WITH_PARENT,
                                                                                         GTK_MESSAGE_WARNING,
                                                                                         GTK_BUTTONS_OK,
@@ -786,19 +789,19 @@ autesmbldap_on_btn_new_clicked (GtkButton *button,
                        return;
                }
 
-       gtk_window_set_transient_for (GTK_WINDOW (w), autesmbldap_get_gtkwidget_parent_gtkwindow (w_users));
+       gtk_window_set_transient_for (GTK_WINDOW (w), zak_authe_smbldap_get_gtkwidget_parent_gtkwindow (w_users));
        gtk_widget_show (w);
 }
-  
+
 static void
-autesmbldap_on_btn_edit_clicked (GtkButton *button,
+zak_authe_smbldap_on_btn_edit_clicked (GtkButton *button,
                            gpointer user_data)
 {
-       autesmbldap_edit_user ();
+       zak_authe_smbldap_edit_user ();
 }
-  
+
 static void
-autesmbldap_on_btn_delete_clicked (GtkButton *button,
+zak_authe_smbldap_on_btn_delete_clicked (GtkButton *button,
                            gpointer user_data)
 {
        GtkWidget *dialog;
@@ -819,7 +822,7 @@ autesmbldap_on_btn_delete_clicked (GtkButton *button,
                        lstore = lstore_users;
                        selection = sel_users;
                        str_type = g_strdup ("user");
-                       load_list = &autesmbldap_load_users_list;
+                       load_list = &zak_authe_smbldap_load_users_list;
                        col_cn = COL_USERS_CN;
                        command = g_strdup ("sudo /usr/sbin/smbldap-userdel -r ");
                }
@@ -828,13 +831,13 @@ autesmbldap_on_btn_delete_clicked (GtkButton *button,
                        lstore = lstore_groups;
                        selection = sel_groups;
                        str_type = g_strdup ("group");
-                       load_list = &autesmbldap_load_groups_list;
+                       load_list = &zak_authe_smbldap_load_groups_list;
                        col_cn = COL_GROUPS_CN;
                        command = g_strdup ("sudo /usr/sbin/smbldap-groupdel ");
                }
        else
                {
-                       dialog = gtk_message_dialog_new (autesmbldap_get_gtkwidget_parent_gtkwindow (w_users),
+                       dialog = gtk_message_dialog_new (zak_authe_smbldap_get_gtkwidget_parent_gtkwindow (w_users),
                                                                                         GTK_DIALOG_DESTROY_WITH_PARENT,
                                                                                         GTK_MESSAGE_WARNING,
                                                                                         GTK_BUTTONS_OK,
@@ -844,7 +847,7 @@ autesmbldap_on_btn_delete_clicked (GtkButton *button,
 
        if (gtk_tree_selection_get_selected (selection, NULL, &iter))
                {
-                       dialog = gtk_message_dialog_new (autesmbldap_get_gtkwidget_parent_gtkwindow (w_users),
+                       dialog = gtk_message_dialog_new (zak_authe_smbldap_get_gtkwidget_parent_gtkwindow (w_users),
                                                                                         GTK_DIALOG_DESTROY_WITH_PARENT,
                                                                                         GTK_MESSAGE_QUESTION,
                                                                                         GTK_BUTTONS_YES_NO,
@@ -857,7 +860,7 @@ autesmbldap_on_btn_delete_clicked (GtkButton *button,
                                                                                        col_cn, &cn,
                                                                                        -1);
 
-                                       autesmbldap_exec_ssh_command (g_strdup_printf ("%s%s", command, cn));
+                                       zak_authe_smbldap_exec_ssh_command (g_strdup_printf ("%s%s", command, cn));
 
                                        (*load_list) ();
                                }
@@ -865,7 +868,7 @@ autesmbldap_on_btn_delete_clicked (GtkButton *button,
                }
        else
                {
-                       dialog = gtk_message_dialog_new (autesmbldap_get_gtkwidget_parent_gtkwindow (w_users),
+                       dialog = gtk_message_dialog_new (zak_authe_smbldap_get_gtkwidget_parent_gtkwindow (w_users),
                                                                                         GTK_DIALOG_DESTROY_WITH_PARENT,
                                                                                         GTK_MESSAGE_WARNING,
                                                                                         GTK_BUTTONS_OK,
@@ -876,32 +879,32 @@ autesmbldap_on_btn_delete_clicked (GtkButton *button,
 }
 
 static void
-autesmbldap_on_trv_users_row_activated (GtkTreeView *tree_view,
+zak_authe_smbldap_on_trv_users_row_activated (GtkTreeView *tree_view,
                                              GtkTreePath *tree_path,
                                                                                         GtkTreeViewColumn *column,
                                                                                         gpointer user_data)
 {
-       autesmbldap_edit_user ();
+       zak_authe_smbldap_edit_user ();
 }
 
 static void
-autesmbldap_on_trv_groups_row_activated (GtkTreeView *tree_view,
+zak_authe_smbldap_on_trv_groups_row_activated (GtkTreeView *tree_view,
                                              GtkTreePath *tree_path,
                                                                                         GtkTreeViewColumn *column,
                                                                                         gpointer user_data)
 {
-       autesmbldap_edit_user ();
+       zak_authe_smbldap_edit_user ();
 }
 
 static void
-autesmbldap_on_btn_find_clicked (GtkButton *button,
+zak_authe_smbldap_on_btn_find_clicked (GtkButton *button,
                            gpointer user_data)
 {
 }
-  
+
 /* PUBLIC */
 gchar
-*autentica_get_password (GSList *parameters, gchar **password)
+*zak_authe_plg_get_password (GSList *parameters, gchar **password)
 {
        GError *error;
        gchar *ret = NULL;
@@ -911,8 +914,6 @@ gchar
        gtkbuilder = gtk_builder_new ();
 
 #ifdef G_OS_WIN32
-       gchar *guidir;
-
        gchar *moddir;
        gchar *p;
 
@@ -934,7 +935,7 @@ gchar
 
 #endif
 
-       guifile = g_build_filename (guidir, "autesmbldap.gui", NULL);
+       guifile = g_build_filename (guidir, "zak_authe_smbldap.ui", NULL);
        if (!gtk_builder_add_objects_from_file (gtkbuilder, guifile,
                                                g_strsplit ("diag_main", "|", -1),
                                                &error))
@@ -997,16 +998,16 @@ gchar
 }
 
 gchar
-*autentica (GSList *parameters)
+*zak_authe_plg_authe (GSList *parameters)
 {
-       return autentica_get_password (parameters, NULL);
+       return zak_authe_plg_get_password (parameters, NULL);
 }
 
 static void
-autesmbldap_on_vbx_users_list_destroy (GtkWidget *object,
+zak_authe_smbldap_on_vbx_users_list_destroy (GtkWidget *object,
                             gpointer user_data)
 {
-       autesmbldap_disconnect_ssh ();
+       zak_authe_smbldap_disconnect_ssh ();
 }
 
 /**
@@ -1015,7 +1016,7 @@ autesmbldap_on_vbx_users_list_destroy (GtkWidget *object,
  *
  */
 GtkWidget
-*get_management_gui (GSList *parameters)
+*zak_aute_plg_get_management_gui (GSList *parameters)
 {
        GError *error;
 
@@ -1028,10 +1029,10 @@ GtkWidget
 
        gchar *GUIDIR;
 
-       GUIDIR = g_build_filename (g_win32_get_package_installation_directory_of_module (NULL), "share", "libaute-db", "gu", NULL);
+       GUIDIR = g_build_filename (g_win32_get_package_installation_directory_of_module (NULL), "share", "libzakauthesmbldap", "gui", NULL);
 #endif
 
-       if (!gtk_builder_add_objects_from_file (gtkbuilder, g_build_filename (GUIDIR, "autesmbldap.gui", NULL),
+       if (!gtk_builder_add_objects_from_file (gtkbuilder, g_build_filename (GUIDIR, "zak_authe_smbldap.ui", NULL),
                                                g_strsplit ("lstore_users|lstore_groups|vbx_users_list", "|", -1),
                                                &error))
                {
@@ -1047,7 +1048,7 @@ GtkWidget
                }
 
        g_signal_connect (gtk_builder_get_object (gtkbuilder, "vbx_users_list"),
-                         "destroy", G_CALLBACK (autesmbldap_on_vbx_users_list_destroy), NULL);
+                         "destroy", G_CALLBACK (zak_authe_smbldap_on_vbx_users_list_destroy), NULL);
 
        notebook = GTK_WIDGET (gtk_builder_get_object (gtkbuilder, "notebook1"));
 
@@ -1060,21 +1061,21 @@ GtkWidget
        sel_groups = gtk_tree_view_get_selection (trv_groups);
 
        g_signal_connect (gtk_builder_get_object (gtkbuilder, "treeview1"),
-                         "row-activated", G_CALLBACK (autesmbldap_on_trv_users_row_activated), NULL);
+                         "row-activated", G_CALLBACK (zak_authe_smbldap_on_trv_users_row_activated), NULL);
        g_signal_connect (gtk_builder_get_object (gtkbuilder, "treeview2"),
-                         "row-activated", G_CALLBACK (autesmbldap_on_trv_groups_row_activated), NULL);
+                         "row-activated", G_CALLBACK (zak_authe_smbldap_on_trv_groups_row_activated), NULL);
 
        g_signal_connect (G_OBJECT (gtk_builder_get_object (gtkbuilder, "button1")), "clicked",
-                         G_CALLBACK (autesmbldap_on_btn_new_clicked), NULL);
+                         G_CALLBACK (zak_authe_smbldap_on_btn_new_clicked), NULL);
        g_signal_connect (G_OBJECT (gtk_builder_get_object (gtkbuilder, "button2")), "clicked",
-                         G_CALLBACK (autesmbldap_on_btn_edit_clicked), NULL);
+                         G_CALLBACK (zak_authe_smbldap_on_btn_edit_clicked), NULL);
        g_signal_connect (G_OBJECT (gtk_builder_get_object (gtkbuilder, "button3")), "clicked",
-                         G_CALLBACK (autesmbldap_on_btn_delete_clicked), NULL);
+                         G_CALLBACK (zak_authe_smbldap_on_btn_delete_clicked), NULL);
        g_signal_connect (G_OBJECT (gtk_builder_get_object (gtkbuilder, "button4")), "clicked",
-                         G_CALLBACK (autesmbldap_on_btn_find_clicked), NULL);
+                         G_CALLBACK (zak_authe_smbldap_on_btn_find_clicked), NULL);
 
-       autesmbldap_load_users_list ();
-       autesmbldap_load_groups_list ();
+       zak_authe_smbldap_load_users_list ();
+       zak_authe_smbldap_load_groups_list ();
 
        return w_users;
 }
index 3db7e60c137431f89222cf27eb5fb71d0eb7b5bd..2ed27a42fc90d7a923271bf7fe3292d7bb502288 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2010 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2015 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  *
  */
 
-#ifndef __AUTESMBLDAP_H__
-#define __AUTESMBLDAP_H__
+#ifndef __ZAKAUTHESMBLDAP_H__
+#define __ZAKAUTHESMBLDAP_H__
 
 G_BEGIN_DECLS
 
-void autesmbldap_exec_ssh_command (const gchar *command);
+void zak_authe_smbldap_exec_ssh_command (const gchar *command);
 
 G_END_DECLS
 
-#endif /* __AUTESMBLDAP_H__ */
+#endif /* __ZAKAUTHESMBLDAP_H__ */
index b7b57577c4f94f86f58a2e96c71b6165dc6364f0..808a8a118aeaa3330dfd5cceeac2cf9f8b43ab28 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2010 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2015 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -245,14 +245,14 @@ group_salva (Group *group)
 
        if (g_strcmp0 (priv->cn, "") == 0)
                {
-                       autesmbldap_exec_ssh_command (g_strdup_printf ("sudo /usr/sbin/smbldap-groupadd -a \"%s\"",
+                       zak_authe_smbldap_exec_ssh_command (g_strdup_printf ("sudo /usr/sbin/smbldap-groupadd -a \"%s\"",
                                                  gtk_entry_get_text (GTK_ENTRY (priv->txt_cn))));
                        priv->cn = g_strdup (gtk_entry_get_text (GTK_ENTRY (priv->txt_cn)));
                        group_carica (group);
                }
        else
                {
-                       autesmbldap_exec_ssh_command (g_strdup_printf ("sudo /usr/sbin/smbldap-groupmod -n \"%s\" \"%s\"",
+                       zak_authe_smbldap_exec_ssh_command (g_strdup_printf ("sudo /usr/sbin/smbldap-groupmod -n \"%s\" \"%s\"",
                                                  gtk_entry_get_text (GTK_ENTRY (priv->txt_cn)), priv->cn));
                }
 
index b77fae1db048653a722ecb4450e4f17f40d82a60..26a9569012e4edc8a7e189fed3b85a0cb4f974c2 100644 (file)
@@ -6,7 +6,7 @@ AM_CPPFLAGS = $(WARN_CFLAGS) \
 LIBS = $(GTK_LIBS) \
        $(LIBAUTESMBLDAP_LIBS)
 
-LDADD = ../src/libaute-smbldap.la
+LDADD = ../src/libzakauthesmbldap.la
 
 noinst_PROGRAMS = test \
                   test_get_password
index 530407557ffcc2e07e893f49ae537d41f7c8a25d..3ee66c58f4076ce7d773f1e63104c5c398067b87 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2013-2015 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 <gtk/gtk.h>
 
-#include <libaute.h>
+#include <libzakauthe.h>
 
 int
 main (int argc, char **argv)
 {
-       Aute *aute;
+       ZakAuthe *aute;
        GSList *params;
 
        gtk_init (&argc, &argv);
 
-       aute = aute_new ();
+       aute = zak_authe_new ();
 
        params = g_slist_append (params, argv[1]);
        params = g_slist_append (params, argv[2]);
@@ -37,9 +37,9 @@ main (int argc, char **argv)
        params = g_slist_append (params, argv[5]);
        params = g_slist_append (params, argv[6]);
 
-       aute_set_config (aute, params);
+       zak_authe_set_config (aute, params);
 
-       g_message ("User: %s\n", aute_autentica (aute));
+       g_message ("User: %s\n", zak_authe_authe (aute));
 
        return 0;
 }
index 7d90dfadf8a51c0124bcfb232b889598789a8b37..292c73da4918e7300b9d1fee2c65d2c965b19f86 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2013-2015 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 <gtk/gtk.h>
 
-#include <libaute.h>
+#include <libzakauthe.h>
 
 int
 main (int argc, char **argv)
 {
-       Aute *aute;
+       ZakAuthe *aute;
        GSList *params;
 
        gchar *user;
@@ -31,7 +31,7 @@ main (int argc, char **argv)
 
        gtk_init (&argc, &argv);
 
-       aute = aute_new ();
+       aute = zak_authe_new ();
 
        params = g_slist_append (params, argv[1]);
        params = g_slist_append (params, argv[2]);
@@ -40,10 +40,10 @@ main (int argc, char **argv)
        params = g_slist_append (params, argv[5]);
        params = g_slist_append (params, argv[6]);
 
-       aute_set_config (aute, params);
+       zak_authe_set_config (aute, params);
 
        password = NULL;
-       user = aute_autentica_get_password (aute, &password);
+       user = zak_authe_get_password (aute, &password);
        g_message ("User: %s - Password: %s\n", user, password);
 
        return 0;