
smblansearch
Source (link to git-repo or to original if based on someone elses unmodified work):
It consists of:
sls_main - frontend for sls_scanner
sls_scanner - console smb-scanner
qsmbdownloader - simple smb-downloader, that supports resuming and recursive downloads.
0.1.3 - added size filtering
- sls_main sends workgroup name to sls_scanner now. This should fix bug with smblansearch and win32 domains.
0.1.2 - Only GUI changes in this version:
- added Russian traslation
- added About dialog and menu.
- If sls_main runs first time (and there's no configfile for it), it'll use default preset.
- added some useful features:
Status bar (used like some kind of progress bar during scanning)
Saving\Loading presets
- added icon and *.desktop file for sls_main
0.1.1 - Bugfix release, fixed bug that caused sigfault in sls_main
Please, leave your comments and bug-reports on this version here!
0.1b - Initial public release.
Ratings & Comments
6 Comments
Thanks for new version. Five minutes and i`ll upload it into archlinux repo.
It compiled without problems on debian sid, with option --with-Qt-dir=/usr/share/qt3 when configuring... That's the program I've been looking for for ages... great work
Thanks :) If you have any suggestions - mail me ;)
As you know, smblansearch's configure script uses some techniques to determine if there is correct qt installation in given system. But there is bug (i think so), and smblansearch is not thirst (but I don't remeber who is thirst). The crux of problem: if all OK, contents of bnv_qt_test_4.out file must be empty. Configure 'thinks' if it is empty so all OK. not empty - there is error. But Warning May be TOO! In my case it was "usr/local/lib/gcc/i686-pc-linux-gnu/4.1.0/../../../../i686-pc-linux-gnu/bin/ld: warning: libstdc++.so.5, needed by /usr/share/qt3/lib/libqt-mt.so, may conflict with libstdc++.so.6". Solution is to edit configure or remove this conflist between this libraries. That's all, falks!
Well, I'm using bnv_have_qt to determine if there any suitable qt-3 available :) I'm not familiar with automake\autoconf, so I'm afraid that I can't fix this bug by myself. Mail me if you have patch.
If configure script fails to find qt lib run it with --with-Qt-dir argument: ./configure --with-Qt-dir=$QTDIR