Bombela - 2008-11-28

Bug are in function crypt_pass in "ns_utils.c"

The len variable are define as unsigned, it must be size_t.
On 64bit system unsigned are 4 bytes width, size_t are 8 bytes width.

After this simple modification, this plugin work very well on my fresh ubuntu (8.10).

++