summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-28Added a little documentation in the source codeautointerfaceHåkon Nessjøen
2010-11-19Handle network devices without address information correctly.Håkon Nessjøen
2010-11-03Skip loopback interfaces. They seldom/never have a MAC address, and you proba...Håkon Nessjøen
2010-11-03Added missing file, documentation fixup, and minifixup in makefileHåkon Nessjøen
2010-11-03Started code for auto-detecting interface. Working proof of concept version. ...Håkon Nessjøen
2010-11-02Simplified the way parseControlPacket is looped/calledHåkon Nessjøen
2010-11-01Minior fix: Move mac-address code downwards according to the order of argumen...Håkon Nessjøen
2010-11-01Removed dependency of libssl/crypto. Added L. Peter Deutsch's implementation ...Håkon Nessjøen
2010-11-01Added support for connecting to your router via the router identity name. (us...Håkon Nessjøen
2010-10-18A lot of small fixes to mactelnetdHåkon Nessjøen
2010-10-11Renamed files, added license info and did some minior fixes.Håkon Nessjøen
2010-10-11First version of mac-telnet server daemon mactelnetd. Use with care until it ...Håkon Nessjøen
2010-10-05Added files for packaging mactelnet for debian/ubuntuv0.1Håkon Nessjøen
2010-10-04Updated readme to reflect recent changes.Håkon Nessjøen
2010-10-04* Added support for using broadcast messages, instead of using raw socket to ...Håkon Nessjøen
2010-10-04Security fixes, etc. strn* functions does not terminate strings if they excee...Håkon Nessjøen
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 d...Håkon Nessjøen
2010-10-03Documentation changesHåkon Nessjøen
2010-10-03Changed how packet generation functions get access to the buffer, so they won...Håkon Nessjøen
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 lon...Håkon Nessjøen
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 pr...Håkon Nessjøen
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 interfac...Håkon Nessjøen
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 a...Håkon Nessjøen
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, and...Håkon Nessjøen
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: Cleanup/file...root