summaryrefslogtreecommitdiff
path: root/mactelnet.c
AgeCommit message (Collapse)Author
2010-11-03Started code for auto-detecting interface. Working proof of concept version. ↵Håkon Nessjøen
Raw socket version not updated yet.
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 ↵Håkon Nessjøen
arguments. So problems with the ifname will be reported before problems with the mac address/identity name.
2010-11-01Removed dependency of libssl/crypto. Added L. Peter Deutsch's implementation ↵Håkon Nessjøen
of MD5 instead.
2010-11-01Added support for connecting to your router via the router identity name. ↵Håkon Nessjøen
(using MNDP)
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
has been tested enough. Not for production use. To be cleaned up a lot.
2010-10-04* Added support for using broadcast messages, instead of using raw socket to ↵Håkon Nessjøen
send data. * Started using getopts to handle command line arguments. * Cleaned up some debug stuff.
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-02Add some missing data to the internal protocol headersHå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-28Comment 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-26GPL'd itHåkon Nessjøen
2010-09-26Working login, buggy terminal-data receptionroot
2010-09-26Files splittedroot