summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-04Security fixes, etc. strn* functions does not terminate strings if they ↵Håkon Nessjøen
exceed the length parameter.
2010-10-04Minior code cleanupHåkon Nessjøen
2010-10-04Send query MNDP packet before listening for MNDP packetsOmni Flux
2010-10-03Code cleanupHåkon Nessjøen
2010-10-03Fix invalid counter sizes which would break connection after 65535 bytes of ↵Håkon Nessjøen
data in one direction
2010-10-03Documentation changesHåkon Nessjøen
2010-10-03Changed how packet generation functions get access to the buffer, so they ↵Håkon Nessjøen
won't let you overflow the buffer, and they will keep track of the packet size "internally".
2010-10-02Commented the rest of main()Håkon Nessjøen
2010-10-02Cleanup and comment main.cHåkon Nessjøen
2010-10-02Rewrote auth code. Also removed bug where password had to be 8 characters ↵Håkon Nessjøen
long. And where md5sum could not have a character of value 0 in it.
2010-10-02Add some missing data to the internal protocol headersHåkon Nessjøen
2010-10-02Drop double/old packets. No more random buggy terminal!Håkon Nessjøen
2010-10-02Updated READMEHåkon Nessjøen
2010-10-02Send more than 1 byte at the time if more exists in the bufferHåkon Nessjøen
2010-10-01Made the password parameter optional; You may now write your password in a ↵Håkon Nessjøen
prompt instead of polluting your history with passwords.
2010-10-01Added install option to Makefile, and fixed a "typo"Håkon Nessjøen
2010-10-01Added keepalive functionalityHåkon Nessjøen
2010-10-01Some code cleanup, and support for several sessions/instances on one ↵Håkon Nessjøen
interface. (random source port)
2010-10-01Header-cleanup and get terminal type from ENVHåkon Nessjøen
2010-10-01Added resize handlerHåkon Nessjøen
2010-10-01Milestone 1: First fully functional (proof of concept) version.Håkon Nessjøen
2010-09-30Add a lot of comments to the codeHåkon Nessjøen
2010-09-30Added a simple tool for listing local mikrotik routers by mac addressHåkon Nessjøen
2010-09-28Comment cleanupHåkon Nessjøen
2010-09-27MinifixesHåkon Nessjøen
2010-09-27No need to re-invent a square version of the wheel... cleanupHåkon Nessjøen
2010-09-27Cleaned up src/dst mac/ip handling a bit. Now fully automates source ip/mac ↵Håkon Nessjøen
addresses according to ethernet device chosen.
2010-09-27Forgot to free memoryHåkon Nessjøen
2010-09-27Started code for automatically defining src ip/mac for packetsHåkon Nessjøen
2010-09-26Cleanup, and correctly handle connection closingHåkon Nessjøen
2010-09-26Command line control of mac, user and pass... main() should be rewritten, ↵Håkon Nessjøen
and should autodetect src mac/ip address, or let you specify
2010-09-26GPL'd itHåkon Nessjøen
2010-09-26Working login, buggy terminal-data receptionroot
2010-09-26Files splittedroot
2010-09-26Connection working, auth received, control packets parsed. TODO: ↵root
Cleanup/filesplit and create login + terminal code.
2010-09-25Last versionroot
2010-09-25Done splitting filesroot
2010-09-25Done splitting filesroot
2010-09-25cleanup2root
2010-09-25cleanuproot
2010-09-25renameroot
2010-09-25First working version: main2.croot
2010-09-25First importroot