summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-12New version. 0.3.3. Moved versioning into config.hv0.3.3Håkon Nessjøen
2011-11-12Rewrote the interface handling. Added full support for kFreeBSD, have not tes...Håkon Nessjøen
2011-11-08CleanupHåkon Nessjøen
2011-11-08Clean up and bugfix endianess handlingHåkon Nessjøen
2011-11-03Merge pull request #3 from bbonev/masterHåkon Nessjøen
2011-11-04move trypassword inside the connection state; generate enckey only once per s...Boian Bonev
2011-11-03handle signals in foreground mode as wellBoian Bonev
2011-11-03tell the new shell that its a login oneBoian Bonev
2011-11-02Buffer overflow prevention.Håkon Nessjøen
2011-11-02Quiet mode and no terminal setup when not talking to a ttyHåkon Nessjøen
2011-10-31Merge pull request #2 from bbonev/masterHåkon Nessjøen
2011-10-28use unified byte order conversion for uptimeBoian Bonev
2011-08-11New minior versionv0.3.2Håkon Nessjøen
2011-08-11Cleanup in Makefile and docs according to tips from Nelson A. de OliveiraHåkon Nessjøen
2011-08-10Remove unused variables. Thanks to "Nelson A. de Oliveira" <naoliv@gmail.com>Håkon Nessjøen
2011-05-01Add important information to manual pagesHåkon Nessjøen
2011-05-01Cleaned up description and synopsis of filesHåkon Nessjøen
2011-05-01Added manual pages and added license text to all .h and .c files.Håkon Nessjøen
2011-02-27New minior versionv0.3Håkon Nessjøen
2011-02-27Removed .deb specific files and updated makefile/readmeHåkon Nessjøen
2011-02-27Add foreground mode support for mactelnetd.Håkon Nessjøen
2011-02-27Code cleanup.Håkon Nessjøen
2011-02-27Missing two endianness checks/handling. Tested successfully with MIPS Malta 4...Håkon Nessjøen
2011-02-24Fixed textual typoHåkon Nessjøen
2011-02-24Enhance send_udp routine to actually check the incoming packet for ACKHåkon Nessjøen
2011-02-24Code cleanupHåkon Nessjøen
2011-02-24Fixed permissions of slave pts, so the connecting user has access to his own ...Håkon Nessjøen
2011-02-24Have faith in htons/ntohs functions being transparent on big endianed build e...Håkon Nessjøen
2011-02-24Bugfix of two bugs making raw mode unusable/unstable.Håkon Nessjøen
2011-02-23Added "fast mode" to macping. Also fixed the way the summary was printed out,...Håkon Nessjøen
2011-02-23Added endianness checks in udp.c, for raw packetsHåkon Nessjøen
2011-02-23Bugfix in mactelnet. Raw mode did not successfully autodetect outgoing interf...Håkon Nessjøen
2011-02-21Fixed up Makefile a bitHåkon Nessjøen
2011-02-21Busted :PHåkon Nessjøen
2011-02-21Removed invalid text in help screen of mactelnetHåkon Nessjøen
2011-02-21Add endianness checking/conversion.Håkon Nessjøen
2011-02-21Added MT_PTYPE_PING/PONG support in mactelnetd and added a macping tool. For ...Håkon Nessjøen
2011-02-16Fix: Send IP address (if available) of machine also when sending mndp packets...Håkon Nessjøen
2011-02-16Rewrote MNDP parser, and added MNDP broadcast routines for mactelnetd. Thanks...Håkon Nessjøen
2011-02-16Forgot to remove some debuggingHåkon Nessjøen
2011-02-16mactelnetd only listened on interfaces with an ip on it. Rewrote mactelnetd t...Håkon Nessjøen
2010-12-27Added support for broadcast packets in mactelnetd also. Fixed a bug where the...Håkon Nessjøen
2010-12-26Improved the keepalive-timer in mactelnet, and fixed a terminal reset bug if ...Håkon Nessjøen
2010-12-26Added code to check if it should answer mactelnet packets or not in mactelnetd.Håkon Nessjøen
2010-12-26Janitor workHåkon Nessjøen
2010-12-26Code cleanup, and made timeout-acking more correctHåkon Nessjøen
2010-12-25Official version 0.2Håkon Nessjøen
2010-12-25Add support for dash-seperated mac addressesHåkon Nessjøen
2010-12-25Moved global protocol info to protocol header, where it belongsHåkon Nessjøen
2010-12-25Added simple DATA packet retransmission support.Håkon Nessjøen