Small improvements in nc app; fixed memleak in zjab; encryption part of zjab was...
commitae6066f84f5c5e8ae602ac5881dc89a091a30f2c
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Wed, 16 Sep 2009 17:22:19 +0000 (16 19:22 +0200)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Wed, 16 Sep 2009 17:22:19 +0000 (16 19:22 +0200)
tree4acba7af3af4e293a016bfde8f941df88a5739c2
parent49e19c8841fd5d8fff83ee727319060f0f97091e
Small improvements in nc app; fixed memleak in zjab; encryption part of zjab was moved into separated file
- utils.c; fixed bug in command exec - when TTY was changed and process is closed, previous TTY is not
useable again (frozen), same with netexec; added command top for process's cpu usage; fixed wrong
heap address of usermem mm; fixed problem with TCP/UDP client's port - server don't accept same client's
port more times; fixed wrong character in numerical part of keyboard in czech layout; libc's scanf use
putchar () instead of putch () now; fixed libc's strdup () and strndup () - missing null character
apps/zjab/utils.c [new file with mode: 0644]
apps/zjab/utils.h [new file with mode: 0644]