* Extra arguments to start.sh and improved requirements doc
Added possibly to pass extra arguments to twistd in start.sh (e.g. `env XARGS=--nodaemon ./start.sh`). Fixed list of the dependencies based on the issue micheloosterhof/cowrie#132 and added example of dependencies in practice for alpine:3.4.
* Fixes no moduli fail with key exchanges
Tries to fix issue micheloosterhof/cowrie#193
* Missing requirement and fixed logging
Very small change, POSIX sh doesn't understand == for string equality, bash does, but I'm assuming you went with sh for a reason. I updated it to use = instead.
* filesystem has a new field A_REALFILE, which can be set to point to a real
file within dl/ or honeyfs/ for use with cat or tar
* createfs.py update
* Added copyright texts & BSD license
* Command arguments are now parsed with shlex and passed to commands as a list
* new HoneyPotFilesystem methods: mkdir, realfile, update_realfile, is_dir
* New command: reboot
* Improved ls
* A local copy of env.commands is now kept for each session to allow dynamic
changes
* New commands module: dice - contains random commands assigned to newly
created files
* Improved tar - pretends to create real files now
* Something else I forgot
git-svn-id: https://kippo.googlecode.com/svn/trunk@34 951d7100-d841-11de-b865-b3884708a8e2