** README
   - translate document for en_US lang;

** lampiao
   - added some command to create an KEY of bacuri cipher
     - this key will be seted in lampiao database and be used for transfers
       with client and server;

** cmd.c
   - update the 'help' with new commands;
   - register function needs be encrypt the password;
   - create the 'changelog' command;
   - create the 'mkdir' command;
   - finish 'send' command; 
     put the '.' directory for root files;
   - create the 'recv' command;
     (e.g) recv directory   or   recv directory file;
   - organize login for the env $LAMPIAOSERV
     use: project@host (e.g. lampiao@sourceforge.net)
   - create the log registry for lampiao;


** client.c
   - fix protocol for 'mkdir', 'send' and 'recv';
   - create the 'recv' command; 
     (e.g) recv directory;   or   recv directory file;

** misk.c
   - get the new file and apply the 'diff' for developers can see what changes.
   - create the 'is_elf' function for we known what files are binary or not;


** web-lampiao.php
   - planning, any ideas? ;)
