summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-18.pot file should exist in distcleanHåkon Nessjøen
2012-07-17New version 0.4.0.v0.4.0Håkon Nessjøen
2012-07-17Updated internationalization, sped up code by using fputs instead of ↵Håkon Nessjøen
fprintf. Updated readme. Bumped version.
2012-07-17Added -U flag for dropping privileges in raw mode in mactelnet. Manually ↵Håkon Nessjøen
merged from Ali Onur Uyar's commit 8720817a0b in his MAC-Telnet repo at github (aouyar)
2012-05-20Fixed missing translation in i18n template. Bugfixed Makefile a bit.Håkon Nessjøen
2012-05-20Added -l option to mactelnet, so you don't have to know about the mndp tool ↵Håkon Nessjøen
to find it.
2012-02-28Add comment about \r\n in i18nHåkon Nessjøen
2012-02-28Update po templateHåkon Nessjøen
2012-02-28Cleaned up i18nHåkon Nessjøen
2012-02-28Added i18n supportHåkon Nessjøen
2012-02-11Bugfix. Don't die on interfaces without address.Håkon Nessjøen
2011-11-21Fix Makefile to include LDFLAGS and LIBSv0.3.4Håkon Nessjøen
2011-11-21Removed librt as mandatory library. Only needed for kfreebsd.Håkon Nessjøen
2011-11-13Added support for reloading list of interfaces/addresses on HUP signal, and ↵Håkon Nessjøen
fixed notification to connections of TERM signal.
2011-11-13Fix bug in interface enumeratorHåkon Nessjøen
2011-11-13Code "speedup".Håkon Nessjøen
2011-11-13Added comment to remind myself not from writing "non-root" version of ↵Håkon Nessjøen
macping any more times
2011-11-13Simplified checking of mac address (code cleanup)Håkon Nessjøen
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 ↵Håkon Nessjøen
tested with FreeBSD.
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
misc fixes from Boian Bonev
2011-11-04move trypassword inside the connection state; generate enckey only once per ↵Boian Bonev
session
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
fix uptime byte order, by bbonev
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 ↵Håkon Nessjøen
4Kc qemu emulator (big endianed)
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
pts. Now applications like screen also works.
2011-02-24Have faith in htons/ntohs functions being transparent on big endianed build ↵Håkon Nessjøen
environments.
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 ↵Håkon Nessjøen
out, to imitate standard ping utility.
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 ↵Håkon Nessjøen
interface.