Bug 146874

Summary: no support for saned user authentication
Product: [Applications] kooka Reporter: Kjetil Borthen <borthen>
Component: generalAssignee: Jonathan Marten <jjm>
Status: ASSIGNED ---    
Severity: wishlist CC: jjm
Priority: NOR    
Version: 0.44   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Kjetil Borthen 2007-06-16 16:53:34 UTC
Version:           0.44 (using KDE 3.5.6, Kubuntu (feisty) 4:3.5.6-0ubuntu14)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.20-16-generic

Since SANE 1.0.4 user authentication using some basic encryption is included into saned. This encryption is supported by scanimage and XSane. Since saned have some lack of security, it would be nice if kooka supported this as well.
Comment 1 Jonathan Marten 2008-03-10 20:00:45 UTC
Sometimes Kooka can crash if authentication is required, see bug 81177.
Even if there is no crash, saned user authentication is a needed feature.
Comment 2 Jonathan Marten 2010-05-08 12:17:24 UTC
SVN commit 1124241 by marten:

Implement SANE authentication for network scanners.

CCBUG:146874


 M  +4 -4      deviceselector.cpp  
 M  +142 -61   kscandevice.cpp  
 M  +18 -2     kscandevice.h  
 M  +7 -1      scandevices.cpp  
 M  +50 -7     scanglobal.cpp  
 M  +14 -11    scanglobal.h  
 M  +1 -0      scantypes.dat  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1124241
Comment 3 Jonathan Marten 2010-05-08 12:20:46 UTC
Implemented in KDE4 port, if you can compile from source please try out this version with SANE authentication.  See http://techbase.kde.org/Projects/Kooka for SVN access and build instructions.