From c775530e992161f0289c90a09c165fc62ec0af50 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Sun, 1 Apr 2007 23:37:36 +0000 Subject: [PATCH] Updated the Changelog --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index e9ad93f..9bb9243 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,13 +8,13 @@ - Device's manufacturer properties verification. pam_usb now verifies device informations (vendor, product, serial number, UUID) in the authentication process. -- Configuration is now handled in a central place, the pusb.conf +- Configuration is now handled in a central place, the pamusb.conf configuration file. This XML file contains configuration entries for users, devices and services. -- pusb_hotplug (formely usbhotplug) make use of DBUS signals (sent by HAL) +- pamusb-agent (formely usbhotplug) make use of DBUS signals (sent by HAL) instead of kernel hotplugging. Also, its configuration has been merged - into the pusb.conf configuration file. -- A new tool named pusb_check has been added. It can perform authentication + into the pamusb.conf configuration file. +- A new tool named pamusb-check has been added. It can perform authentication the way the PAM module does. It can be useful for testing and scripting purposes.