Open remram44 opened 12 years ago
Not far now! We're missing SEARCH_ON_USER
and some kind of locking to prevent cron
commands to run in parallel.
This needs a lot of real-life testing as all the new features were never tried.
I'm moving the SEARCH_ON_USER
thingie to next: issue #29.
The 'indexer' app shall provide the indexing and discovery operations, to be started from management commands (either debug tools to perform a specific task, or batch operations started from a cron task).
The indexer does basically three things:
In addition to scanning a specific IP range, the visiting user can be scanned for an open FTP server. This is useful if the subnet is much larger than the actual number of connected machines, if we assume that the FTP servers want to be indexed in the first place.
This duplicates #22.