Re: [fprint] New subproject: fprint_demo

2007-11-18 Thread Vasily Khoruzhick
Me again :) I just published some source code for a GTK+ app written in C to demonstrate and test libfprint. It's quite basic right now, only supports verification against a previously enrolled image, but I do have more features planned. It will probably become quite useful for development

[fprint] kdesu patch

2007-11-18 Thread Vasily Khoruzhick
Hi, maybe kde + fprint users already noticed that kdesu doesn't work well with pam_fprint enabled? Here's quickfix in attachment. Hope it will be usefull ;) Note: it isn't very convenient, and behaves in way kdmkscreensaver behave: you should press enter when it asks your pass - popup will

Re: [fprint] Problems with pam_fprint

2007-11-22 Thread Vasily Khoruzhick
On 23 November 2007 01:38:50 João Miguel Roque wrote: Other thing is that the scan at least with the AES1610 doesn't have a good quality and maybe this is not only with the quality of the sensor, but also with the speed one must use when scaning the finger. If you scan too slow, it gives a

Re: [fprint] nx6325: no device found

2007-11-25 Thread Vasily Khoruzhick
On 25 November 2007 19:51:52 Johannes M. F. Duschl wrote: No need to boot a livecd. I have just booted a different kernel (2.6.22 gentoo-sources) with basically the same configuration and the device appears... I'm trying a different release of 2.6.23 now... Johannes I have no problems with

Re: [fprint] libfprint v0.0.5 released

2007-12-07 Thread Vasily Khoruzhick
On 8 December 2007 04:13:41 Wolfram Schlich wrote: Hey Daniel, I was too lazy to do that mkdir ... / wget ... / ebuild ... digest / emerge ... on every install, so I decided to add your ebuilds (and a new one for libfprint 0.0.5) to my testing overlay:

Re: [fprint] HP dv6640ew, Ubuntu, KDE (success report:)

2007-12-09 Thread Vasily Khoruzhick
On 9 December 2007 01:09:22 Flocchini wrote: Ok, found your patch at http://www.mail-archive.com/fprint@reactivated.net/msg00053.html but applying it with epatch command in kdesu ebuild results in errors (see log) http://nopaste.org/p/aXt8447Mz On Saturday 08 December 2007 15:49:33 Vasily

Re: [fprint] Outstanding issues

2007-12-22 Thread Vasily Khoruzhick
On 22 December 2007 17:04:57 Eddie Hung wrote: Hello all, I'm a recent convert to libfprint - after having tried pam_bioapi and pam_thinkfinger on my IBM Thinkpad, and I must say that, even at this early stage of libfprint, it seems to work a lot better than the other two solutions - and for

Re: [fprint] KDE integration, new PAM module

2008-01-31 Thread Vasily Khoruzhick
On Thursday 31 January 2008 17:09:12 you wrote: Also allow for username to be entered in case i have two usernames with the same print.. Could have it default to one and you can enter the second name if you need it? I'm going implement priorities for each user, and by default user with

Re: [fprint] KDE integration, new PAM module

2008-02-01 Thread Vasily Khoruzhick
On 1 February 2008 14:00:46 Davidlohr Bueso wrote: ACL (Access Control List) is a list of permissions attached to an object. These are used in everything from filesystems (like linux permissions) to web frameworks. The fingerprint approach is just an alternative to username/password

Re: [fprint] KDE integration, new PAM module

2008-02-01 Thread Vasily Khoruzhick
On 1 February 2008 14:37:08 Davidlohr Bueso wrote: Sorry don't quite understand, each fingerprint is unique, so how can tow or more users have the same fingerprint enrolled? Now I'm using Daniel's PAM module, and I have same finger print enrolled for my user and for root. Of course, if each

Re: [fprint] KDE integration, new PAM module

2008-02-01 Thread Vasily Khoruzhick
On 1 February 2008 14:49:14 Vishal Rao wrote: I think you should just reject the attempt if it matches multiple users and ask to retry. But what to do if I want to use fingerprint to gain root privileges? You can say that it's secure, but I don't keep confidential files on my laptop ;) For

Re: [fprint] KDE integration, new PAM module

2008-02-01 Thread Vasily Khoruzhick
On 1 February 2008 19:14:25 Vishal Rao wrote: On Feb 1, 2008 10:34 PM, Vasily Khoruzhick [EMAIL PROTECTED] wrote: I think if there's two accounts with same fingerprint enrolled, these accounts belong to one unique person, aren't they? Doh, of course, 2 accounts belonging to the same user

[fprint] git ebuilds

2008-02-15 Thread Vasily Khoruzhick
Here's git gentoo ebuilds for fprint projects. Maybe they will be usefull for somebody ;) # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EGIT_REPO_URI=git://projects.reactivated.net/~dsd/pam_fprint.git inherit git eutils

[fprint] pam_fprint improvements

2008-02-15 Thread Vasily Khoruzhick
Hi, here's my first pam_fprint improvements. With my patch you can enroll two or more fingers and use one of them to authenticate. Regards Vasily From 3877543fcef46e1dce9fcae89157871a6d144ca9 Mon Sep 17 00:00:00 2001 From: Vasily Khoruzhick [EMAIL PROTECTED] Date: Fri, 15 Feb 2008 15:48:50

Re: [fprint] pam_fprint improvements

2008-02-15 Thread Vasily Khoruzhick
On 15 February 2008 15:54:53 Vasily Khoruzhick wrote: Hi, here's my first pam_fprint improvements. With my patch you can enroll two or more fingers and use one of them to authenticate. Oops, I mean use all of them to authenticate :) Not only one

[fprint] pam_fprint improvements

2008-02-15 Thread Vasily Khoruzhick
Sorry, last patch introduced regression for devices that do not support identification. New one fixes that. Regards Vasily From 3877543fcef46e1dce9fcae89157871a6d144ca9 Mon Sep 17 00:00:00 2001 From: Vasily Khoruzhick [EMAIL PROTECTED] Date: Fri, 15 Feb 2008 15:48:50 +0200 Subject: [PATCH] Use

[fprint] pam_fprint identification support

2008-02-17 Thread Vasily Khoruzhick
supports identification for the moment. I'll create a patch for kdm next week. Regards Vasily From 152e55b9b0088bdf5701b9de1c308982ac49c2c2 Mon Sep 17 00:00:00 2001 From: Vasily Khoruzhick [EMAIL PROTECTED] Date: Sun, 17 Feb 2008 18:53:08 +0200 Subject: [PATCH] Added function to update storage path

Re: [fprint] Trouble storing and retrieving fprint data

2008-02-21 Thread Vasily Khoruzhick
On 22 February 2008 09:03:42 Philip Dinu wrote: fp_print_data_get_data(data, print); fprintf(fp, print); fp_print_data_get_data returns size_t - the size of serialized data. Look at http://www.reactivated.net/fprint/api/group__print__data.html#g3e3d0244d35990e2019a70dd2dc24de0 The value in

Re: [fprint] Need help

2008-02-24 Thread Vasily Khoruzhick
On 24 February 2008 16:40:00 sundar moorthy wrote: Hi My name is SundaraMoorthy. I am studying third year Engineering. I am doing project based on fingerprint biometrics in linux. I saw libfprint project..I have Atmel fingerchip.but i dont know how to use that in libfprint project . How

Re: [fprint] About pam_fprint identification

2008-02-29 Thread Vasily Khoruzhick
On Monday 25 February 2008 12:06:23 you wrote: I know, that's fine. Imagine a daemon that you can ask for identification of the finger. Anytime you may need a fingerprint, you just connect to it. Then it can enable the fingerprint identification procedure if it is not enabled yet. If your

Re: [fprint] pam_fprint improvements

2008-03-01 Thread Vasily Khoruzhick
On 1 March 2008 23:34:30 Daniel Drake wrote: Hi Vasily, Hi, Daniel Sorry for the delay in getting to this. Congratulations (and thanks) for being selected to work on fprint as your university project. I've interested in it too ;) Out of interest, do you have to do any writeup as well as

Re: [fprint] information about fprintlib

2008-03-22 Thread Vasily Khoruzhick
On 22 March 2008 07:31:37 Mayur Patel wrote: * can i use fprintlib with java ? * java warper is available for fprintlib (like BioApi gives) You can, but you have to create java bindings for libfprint ___ fprint mailing list

Re: [fprint] libusb 1.0 ebuild

2008-03-30 Thread Vasily Khoruzhick
On 29 March 2008 20:05:45 Daniel Drake wrote: Vasily has some ebuilds I believe. They probably need updating now that I shuffled the branches around. Current libfprint might not compile against very latest libusb head (this pattern will repeat while things remain volatile). I think I just

Re: [fprint] libusb 1.0 ebuild

2008-03-30 Thread Vasily Khoruzhick
On 30 March 2008 13:13:31 Daniel Drake wrote: Vasily Khoruzhick wrote: Here's latest git ebuilds for dev-libs/libusb-1.0, sys-auth/pam_fprint, media-libs/libfprint Would also be good to get one for fprint_demo.git so that it can get some more testing. fprint_demo now uses the asynchronous

[fprint] fprintd storage

2008-03-31 Thread Vasily Khoruzhick
Hi 2 all :) I need your opinion which API we need in fprintd storage. For now I'm implementing following: - list_users (available only for root) - list_enrolled_fingers_for_user (user can request only his/her prints, root can request any user prints) - enroll_finger_for_user (user can enroll

[fprint] [PATCH] Adapting libfprint to latest libusb-1.0 changes

2008-05-12 Thread Vasily Khoruzhick
Khoruzhick [EMAIL PROTECTED] Date: Tue, 13 May 2008 01:24:05 +0300 Subject: [PATCH] Adapting to latest libusb-1.0 changes Signed-off-by: Vasily Khoruzhick [EMAIL PROTECTED] --- libfprint/core.c| 12 +--- libfprint/drivers/uru4000.c |6 +- 2 files changed, 14

Re: [fprint] AES2810 development

2008-12-12 Thread Vasily Khoruzhick
On Friday 12 December 2008 13:11:38 Nikolay Vladimirov wrote: Hi, About a week ago I bought thinkpad r500 and it has AES2810. I looked around and as I understand it's not being worked on and it's not going to be. Since I have the hardware and I'm an embeded linux developer ( i know my way

[fprint] git repos are down?

2009-05-02 Thread Vasily Khoruzhick
Hi, it seems that git repos of libfprint/fprintd/libusb are down for ~month. Does anybody know what happened? Regards Vasily signature.asc Description: This is a digitally signed message part. ___ fprint mailing list fprint@reactivated.net

Re: [fprint] AES2501 and async interface to libfprint

2009-05-13 Thread Vasily Khoruzhick
On Wednesday 13 May 2009 09:30:43 Christian Schaubschlaeger wrote: Anyone? Can anyone confirm that the async interface works with the AES2501? Thanks Christian I definitely saw it working in latest git version. Regards Vasily signature.asc Description: This is a digitally signed message

[fprint] Updated ebuilds for libfprint-related stuff

2009-06-14 Thread Vasily Khoruzhick
Hi, here's ebuilds for libfprint and fprint_demo with updated repo path. libusb ebuild is now in portage, so, Wolfram, please, remove it from your overlay. pam_fprint ebuild is out of date, so it seems it should be removed too. Regards Vasily # Copyright 1999-2006 Gentoo Foundation #

Re: [fprint] AES2501 state confusion

2009-07-10 Thread Vasily Khoruzhick
On Friday 10 July 2009 16:13:08 Bastien Nocera wrote: Even better would be to get rid of strips_len and use g_slist_length instead everywhere (the list wouldn't be long enough as for this to matter, right?). AFAIR up to 100 items for slow swipe signature.asc Description: This is a digitally

Re: [fprint] Problem with libfprint on embedded system

2009-12-15 Thread Vasily Khoruzhick
В сообщении от 16 декабря 2009 06:34:33 автор Daniel Montero написал: Hi, no I haven't estimated the performance, I'm just trying to make my scanner work. Yes I have compiled and installed libusb but it seems like something's missing and I don't know what it is...

Re: [fprint] Recreate a .PGM image from a stored fingerprint

2010-04-28 Thread Vasily Khoruzhick
В сообщении от 28 апреля 2010 22:23:40 автор Pavel M. написал: Hello, Is there any way to recreate a .PGM image from a stored fingerprint with libfprint? Do I have to store both the fingerprint and the image if I want to show the scanned fingerprint image later in my application? Thanks

Re: [fprint] Writing driver for Egistec reader (1c7a:0801)

2011-02-06 Thread Vasily Khoruzhick
On Sunday 06 February 2011 18:31:27 Алексей Прокопчук wrote: I was able to repeat the protocol of data exchange fingerprint reader in a standalone application. Of course, I could not entirely parse the protocol, and I just copied all the actions performed by the driver under Windows. At the

Re: [fprint] terminate scanning

2011-02-26 Thread Vasily Khoruzhick
On Saturday 26 February 2011 18:30:24 Nicholas Shatokhin wrote: I'm using libfprint in my qt4 project. I'm starting scanning in parallel thread, so it's not freeze program. But how can I terminate scanning? When user closing app, I must finish thread, but I can't do this because scanning

Re: [fprint] configure.exe

2011-03-28 Thread Vasily Khoruzhick
On Monday 28 March 2011 19:42:59 Nicholas Shatokhin wrote: Hello. Can anybody build configure program for building libfprint on Windows on MinGW32? That's meaningless. Install msys and run ./configure script from bash. Regards Vasily ___ fprint

Re: [fprint] configure.exe

2011-03-28 Thread Vasily Khoruzhick
On Monday 28 March 2011 20:35:39 Nicholas Shatokhin wrote: What is msys? http://lmgtfy.com/?q=mingw+msysl=1 Please keep fprint ML in CC. Regards, Vasily ___ fprint mailing list fprint@reactivated.net