[Fingerforce-commits] r134 - in /packages/facerecognition: ./ faceauth-pam-kdmplugin/ faceauth-pam-kdmplugin/branches/ faceauth-pam-kdmplugin/tags/ faceauth-pam-kdmplugin/tarballs/ faceauth-pam-kdmplugin/trunk/ faceauth-pam/ faceauth-pam/branches/ faceauth-pam/packages/ faceauth-pam/tags/ faceauth-pam/tarballs/ faceauth-pam/trunk/ faceauth-pam/trunk/cmake/ faceauth-pam/trunk/cmake/modules/ faceauth-pam/trunk/data/ faceauth-pam/trunk/data/haarcascades/ faceauth-pam/trunk/data/ui/ faceauth-pam/trunk/data/ui/images/ faceauth-pam/trunk/data/ui/uifiles/ faceauth-pam/trunk/include/ faceauth-pam/trunk/src/
    dererk-guest at users.alioth.debian.org 
    dererk-guest at users.alioth.debian.org
       
    Sat Jan 16 18:32:29 UTC 2010
    
    
  
Author: dererk-guest
Date: Sat Jan 16 18:32:27 2010
New Revision: 134
URL: http://svn.debian.org/wsvn/fingerforce/?sc=1&rev=134
Log:
Adding face-authentication to section 'Incubation', FingerForce Project.
This software rests on OpenCV computing alhorithms to calculate and 
 digitalize pre-procesed video inputs.
Current version, either on Unstable or Testing, of OpenCV software breaks
 V4L support. 
In order for this software to work, the current SVN version of OpenCV must 
 to be used with no special parameters above from the regulars that the 
 current OpenCV pkg in the archive provides.
Status: On testing.
Condition: Working with PAM module.
Security overall status: Currently Unknown.
Software development: Very active.
Last Commit: 2009-10-09 (YYYY-MM-DDD).
Added:
    packages/facerecognition/
    packages/facerecognition/faceauth-pam/
    packages/facerecognition/faceauth-pam-kdmplugin/
    packages/facerecognition/faceauth-pam-kdmplugin/branches/
    packages/facerecognition/faceauth-pam-kdmplugin/tags/
    packages/facerecognition/faceauth-pam-kdmplugin/tarballs/
    packages/facerecognition/faceauth-pam-kdmplugin/tarballs/kdm-plugin-pam-face-authentication-0.1.tar.gz   (with props)
    packages/facerecognition/faceauth-pam-kdmplugin/trunk/
    packages/facerecognition/faceauth-pam-kdmplugin/trunk/CMakeLists.txt
    packages/facerecognition/faceauth-pam-kdmplugin/trunk/kgreet_faceauthenticate.cpp
    packages/facerecognition/faceauth-pam-kdmplugin/trunk/kgreet_faceauthenticate.h
    packages/facerecognition/faceauth-pam/branches/
    packages/facerecognition/faceauth-pam/packages/
    packages/facerecognition/faceauth-pam/tags/
    packages/facerecognition/faceauth-pam/tarballs/
    packages/facerecognition/faceauth-pam/tarballs/pam-face-authentication-0.3.tar.gz   (with props)
    packages/facerecognition/faceauth-pam/trunk/
    packages/facerecognition/faceauth-pam/trunk/AUTHORS
    packages/facerecognition/faceauth-pam/trunk/CMakeLists.txt
    packages/facerecognition/faceauth-pam/trunk/COPYING
    packages/facerecognition/faceauth-pam/trunk/ChangeLog
    packages/facerecognition/faceauth-pam/trunk/LICENSE
    packages/facerecognition/faceauth-pam/trunk/README
    packages/facerecognition/faceauth-pam/trunk/cmake/
    packages/facerecognition/faceauth-pam/trunk/cmake/modules/
    packages/facerecognition/faceauth-pam/trunk/cmake/modules/FindOpenCV.cmake
    packages/facerecognition/faceauth-pam/trunk/cmake/modules/FindPAM.cmake
    packages/facerecognition/faceauth-pam/trunk/data/
    packages/facerecognition/faceauth-pam/trunk/data/haarcascades/
    packages/facerecognition/faceauth-pam/trunk/data/haarcascades/haarcascade.xml
    packages/facerecognition/faceauth-pam/trunk/data/haarcascades/haarcascade_eye.xml
    packages/facerecognition/faceauth-pam/trunk/data/haarcascades/haarcascade_eye_tree_eyeglasses.xml
    packages/facerecognition/faceauth-pam/trunk/data/haarcascades/haarcascade_nose.xml
    packages/facerecognition/faceauth-pam/trunk/data/ui/
    packages/facerecognition/faceauth-pam/trunk/data/ui/images/
    packages/facerecognition/faceauth-pam/trunk/data/ui/images/about.png   (with props)
    packages/facerecognition/faceauth-pam/trunk/data/ui/images/bkg.png   (with props)
    packages/facerecognition/faceauth-pam/trunk/data/ui/images/cnc.png   (with props)
    packages/facerecognition/faceauth-pam/trunk/data/ui/images/intro.png   (with props)
    packages/facerecognition/faceauth-pam/trunk/data/ui/images/magnifying-glass.jpg   (with props)
    packages/facerecognition/faceauth-pam/trunk/data/ui/images/message1.png   (with props)
    packages/facerecognition/faceauth-pam/trunk/data/ui/images/pfa-logo.png   (with props)
    packages/facerecognition/faceauth-pam/trunk/data/ui/images/record.png   (with props)
    packages/facerecognition/faceauth-pam/trunk/data/ui/images/webcam.png   (with props)
    packages/facerecognition/faceauth-pam/trunk/data/ui/uifiles/
    packages/facerecognition/faceauth-pam/trunk/data/ui/uifiles/aboutDialog.ui
    packages/facerecognition/faceauth-pam/trunk/data/ui/uifiles/faceAuth.ui
    packages/facerecognition/faceauth-pam/trunk/data/ui/uifiles/faceTrainer.ui
    packages/facerecognition/faceauth-pam/trunk/data/ui/uifiles/faceTrainerAdvSettings.ui
    packages/facerecognition/faceauth-pam/trunk/graphics.qrc
    packages/facerecognition/faceauth-pam/trunk/include/
    packages/facerecognition/faceauth-pam/trunk/include/aboutBox.h
    packages/facerecognition/faceauth-pam/trunk/include/detector.h
    packages/facerecognition/faceauth-pam/trunk/include/eyesDetector.h
    packages/facerecognition/faceauth-pam/trunk/include/faceDetector.h
    packages/facerecognition/faceauth-pam/trunk/include/faceTrainer.h
    packages/facerecognition/faceauth-pam/trunk/include/faceTrainerAdvSettings.h
    packages/facerecognition/faceauth-pam/trunk/include/opencvWebcam.h
    packages/facerecognition/faceauth-pam/trunk/include/opencvWebcamThread.h
    packages/facerecognition/faceauth-pam/trunk/include/pam_face_authentication.h
    packages/facerecognition/faceauth-pam/trunk/include/pam_face_defines.h
    packages/facerecognition/faceauth-pam/trunk/include/qtUtils.h
    packages/facerecognition/faceauth-pam/trunk/include/tracker.h
    packages/facerecognition/faceauth-pam/trunk/include/utils.h
    packages/facerecognition/faceauth-pam/trunk/include/verifier.h
    packages/facerecognition/faceauth-pam/trunk/include/webcamImagePaint.h
    packages/facerecognition/faceauth-pam/trunk/qt-facetrainer-desktop.sh   (with props)
    packages/facerecognition/faceauth-pam/trunk/src/
    packages/facerecognition/faceauth-pam/trunk/src/detector.cpp
    packages/facerecognition/faceauth-pam/trunk/src/eyesDetector.cpp
    packages/facerecognition/faceauth-pam/trunk/src/eyesDetectorBackup.cpp
    packages/facerecognition/faceauth-pam/trunk/src/faceDetector.cpp
    packages/facerecognition/faceauth-pam/trunk/src/main.cpp
    packages/facerecognition/faceauth-pam/trunk/src/opencvWebcam.cpp
    packages/facerecognition/faceauth-pam/trunk/src/opencvWebcamThread.cpp
    packages/facerecognition/faceauth-pam/trunk/src/pam_face_authentication.cpp
    packages/facerecognition/faceauth-pam/trunk/src/pca.cpp
    packages/facerecognition/faceauth-pam/trunk/src/qtUtils.cpp
    packages/facerecognition/faceauth-pam/trunk/src/test.cpp
    packages/facerecognition/faceauth-pam/trunk/src/tracker.cpp
    packages/facerecognition/faceauth-pam/trunk/src/utils.cpp
    packages/facerecognition/faceauth-pam/trunk/src/verifier.cpp
    packages/facerecognition/faceauth-pam/trunk/src/webcamImagePaint.cpp
    packages/facerecognition/faceauth-pam/trunk/src/xwindowFaceAuth.c
[This mail would be too long, it was shortened to contain the URLs only.]
Added: packages/facerecognition/faceauth-pam-kdmplugin/tarballs/kdm-plugin-pam-face-authentication-0.1.tar.gz
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam-kdmplugin/tarballs/kdm-plugin-pam-face-authentication-0.1.tar.gz?rev=134&op=file
Added: packages/facerecognition/faceauth-pam-kdmplugin/trunk/CMakeLists.txt
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam-kdmplugin/trunk/CMakeLists.txt?rev=134&op=file
Added: packages/facerecognition/faceauth-pam-kdmplugin/trunk/kgreet_faceauthenticate.cpp
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam-kdmplugin/trunk/kgreet_faceauthenticate.cpp?rev=134&op=file
Added: packages/facerecognition/faceauth-pam-kdmplugin/trunk/kgreet_faceauthenticate.h
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam-kdmplugin/trunk/kgreet_faceauthenticate.h?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/tarballs/pam-face-authentication-0.3.tar.gz
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/tarballs/pam-face-authentication-0.3.tar.gz?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/AUTHORS
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/AUTHORS?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/CMakeLists.txt
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/CMakeLists.txt?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/COPYING
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/COPYING?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/ChangeLog
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/ChangeLog?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/LICENSE
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/LICENSE?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/README
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/README?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/cmake/modules/FindOpenCV.cmake
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/cmake/modules/FindOpenCV.cmake?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/cmake/modules/FindPAM.cmake
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/cmake/modules/FindPAM.cmake?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/data/haarcascades/haarcascade.xml
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/data/haarcascades/haarcascade.xml?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/data/haarcascades/haarcascade_eye.xml
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/data/haarcascades/haarcascade_eye.xml?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/data/haarcascades/haarcascade_eye_tree_eyeglasses.xml
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/data/haarcascades/haarcascade_eye_tree_eyeglasses.xml?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/data/haarcascades/haarcascade_nose.xml
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/data/haarcascades/haarcascade_nose.xml?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/data/ui/images/about.png
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/data/ui/images/about.png?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/data/ui/images/bkg.png
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/data/ui/images/bkg.png?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/data/ui/images/cnc.png
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/data/ui/images/cnc.png?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/data/ui/images/intro.png
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/data/ui/images/intro.png?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/data/ui/images/magnifying-glass.jpg
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/data/ui/images/magnifying-glass.jpg?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/data/ui/images/message1.png
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/data/ui/images/message1.png?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/data/ui/images/pfa-logo.png
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/data/ui/images/pfa-logo.png?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/data/ui/images/record.png
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/data/ui/images/record.png?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/data/ui/images/webcam.png
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/data/ui/images/webcam.png?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/data/ui/uifiles/aboutDialog.ui
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/data/ui/uifiles/aboutDialog.ui?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/data/ui/uifiles/faceAuth.ui
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/data/ui/uifiles/faceAuth.ui?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/data/ui/uifiles/faceTrainer.ui
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/data/ui/uifiles/faceTrainer.ui?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/data/ui/uifiles/faceTrainerAdvSettings.ui
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/data/ui/uifiles/faceTrainerAdvSettings.ui?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/graphics.qrc
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/graphics.qrc?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/include/aboutBox.h
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/include/aboutBox.h?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/include/detector.h
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/include/detector.h?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/include/eyesDetector.h
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/include/eyesDetector.h?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/include/faceDetector.h
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/include/faceDetector.h?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/include/faceTrainer.h
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/include/faceTrainer.h?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/include/faceTrainerAdvSettings.h
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/include/faceTrainerAdvSettings.h?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/include/opencvWebcam.h
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/include/opencvWebcam.h?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/include/opencvWebcamThread.h
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/include/opencvWebcamThread.h?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/include/pam_face_authentication.h
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/include/pam_face_authentication.h?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/include/pam_face_defines.h
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/include/pam_face_defines.h?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/include/qtUtils.h
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/include/qtUtils.h?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/include/tracker.h
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/include/tracker.h?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/include/utils.h
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/include/utils.h?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/include/verifier.h
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/include/verifier.h?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/include/webcamImagePaint.h
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/include/webcamImagePaint.h?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/qt-facetrainer-desktop.sh
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/qt-facetrainer-desktop.sh?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/src/detector.cpp
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/src/detector.cpp?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/src/eyesDetector.cpp
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/src/eyesDetector.cpp?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/src/eyesDetectorBackup.cpp
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/src/eyesDetectorBackup.cpp?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/src/faceDetector.cpp
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/src/faceDetector.cpp?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/src/main.cpp
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/src/main.cpp?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/src/opencvWebcam.cpp
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/src/opencvWebcam.cpp?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/src/opencvWebcamThread.cpp
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/src/opencvWebcamThread.cpp?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/src/pam_face_authentication.cpp
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/src/pam_face_authentication.cpp?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/src/pca.cpp
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/src/pca.cpp?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/src/qtUtils.cpp
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/src/qtUtils.cpp?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/src/test.cpp
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/src/test.cpp?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/src/tracker.cpp
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/src/tracker.cpp?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/src/utils.cpp
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/src/utils.cpp?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/src/verifier.cpp
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/src/verifier.cpp?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/src/webcamImagePaint.cpp
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/src/webcamImagePaint.cpp?rev=134&op=file
Added: packages/facerecognition/faceauth-pam/trunk/src/xwindowFaceAuth.c
URL: http://svn.debian.org/wsvn/fingerforce/packages/facerecognition/faceauth-pam/trunk/src/xwindowFaceAuth.c?rev=134&op=file
    
    
More information about the Fingerforce-commits
mailing list