Age | Commit message (Expand) | Author |
2011-02-27 | Add foreground mode support for mactelnetd. | Håkon Nessjøen |
2011-02-27 | Code cleanup. | Håkon Nessjøen |
2011-02-27 | Missing two endianness checks/handling. Tested successfully with MIPS Malta 4... | Håkon Nessjøen |
2011-02-24 | Fixed textual typo | Håkon Nessjøen |
2011-02-24 | Enhance send_udp routine to actually check the incoming packet for ACK | Håkon Nessjøen |
2011-02-24 | Code cleanup | Håkon Nessjøen |
2011-02-24 | Fixed permissions of slave pts, so the connecting user has access to his own ... | Håkon Nessjøen |
2011-02-24 | Have faith in htons/ntohs functions being transparent on big endianed build e... | Håkon Nessjøen |
2011-02-24 | Bugfix of two bugs making raw mode unusable/unstable. | Håkon Nessjøen |
2011-02-23 | Added "fast mode" to macping. Also fixed the way the summary was printed out,... | Håkon Nessjøen |
2011-02-23 | Added endianness checks in udp.c, for raw packets | Håkon Nessjøen |
2011-02-23 | Bugfix in mactelnet. Raw mode did not successfully autodetect outgoing interf... | Håkon Nessjøen |
2011-02-21 | Fixed up Makefile a bit | Håkon Nessjøen |
2011-02-21 | Busted :P | Håkon Nessjøen |
2011-02-21 | Removed invalid text in help screen of mactelnet | Håkon Nessjøen |
2011-02-21 | Add endianness checking/conversion. | Håkon Nessjøen |
2011-02-21 | Added MT_PTYPE_PING/PONG support in mactelnetd and added a macping tool. For ... | Håkon Nessjøen |
2011-02-16 | Fix: Send IP address (if available) of machine also when sending mndp packets... | Håkon Nessjøen |
2011-02-16 | Rewrote MNDP parser, and added MNDP broadcast routines for mactelnetd. Thanks... | Håkon Nessjøen |
2011-02-16 | Forgot to remove some debugging | Håkon Nessjøen |
2011-02-16 | mactelnetd only listened on interfaces with an ip on it. Rewrote mactelnetd t... | Håkon Nessjøen |
2010-12-27 | Added support for broadcast packets in mactelnetd also. Fixed a bug where the... | Håkon Nessjøen |
2010-12-26 | Improved the keepalive-timer in mactelnet, and fixed a terminal reset bug if ... | Håkon Nessjøen |
2010-12-26 | Added code to check if it should answer mactelnet packets or not in mactelnetd. | Håkon Nessjøen |
2010-12-26 | Janitor work | Håkon Nessjøen |
2010-12-26 | Code cleanup, and made timeout-acking more correct | Håkon Nessjøen |
2010-12-25 | Official version 0.2 | Håkon Nessjøen |
2010-12-25 | Add support for dash-seperated mac addresses | Håkon Nessjøen |
2010-12-25 | Moved global protocol info to protocol header, where it belongs | Håkon Nessjøen |
2010-12-25 | Added simple DATA packet retransmission support. | Håkon Nessjøen |
2010-12-25 | Change naming convention on variable names as well | Håkon Nessjøen |
2010-12-24 | Changed naming convention on function names | Håkon Nessjøen |
2010-12-24 | Fixed a bug where the mndp port/socket was not closed after a parseMNDP call. | Håkon Nessjøen |
2010-12-23 | Cleaned up code and added -Wall to the compiler flags. Moved packet types ove... | Håkon Nessjøen |
2010-12-23 | Added u/wtmp logout code, and did some minior code cleanup. | Håkon Nessjøen |
2010-12-23 | Show mac address of client in syslog, and save correct mac address for wtmp. | Håkon Nessjøen |
2010-12-23 | Fix silly bug that made mactelnetd connections time out after only 65k bytes | Håkon Nessjøen |
2010-12-23 | Added syslog logging. Added daemonizing of application. Cleaned up login code... | Håkon Nessjøen |
2010-12-21 | Added "nologin" support. And cleaned up a little duplicated code. | Håkon Nessjøen |
2010-12-20 | Fix silly warning about ether_ntoa argument | Håkon Nessjøen |
2010-12-20 | Added wtmp/utmp support. Fixed setuid/setgid bug and error detection. Added m... | Håkon Nessjøen |
2010-12-19 | Code cleanup in mactelnet daemon | Håkon Nessjøen |
2010-11-28 | Added a little documentation in the source codeautointerface | Håkon Nessjøen |
2010-11-19 | Handle network devices without address information correctly. | Håkon Nessjøen |
2010-11-03 | Skip loopback interfaces. They seldom/never have a MAC address, and you proba... | Håkon Nessjøen |
2010-11-03 | Added missing file, documentation fixup, and minifixup in makefile | Håkon Nessjøen |
2010-11-03 | Started code for auto-detecting interface. Working proof of concept version. ... | Håkon Nessjøen |
2010-11-02 | Simplified the way parseControlPacket is looped/called | Håkon Nessjøen |
2010-11-01 | Minior fix: Move mac-address code downwards according to the order of argumen... | Håkon Nessjøen |
2010-11-01 | Removed dependency of libssl/crypto. Added L. Peter Deutsch's implementation ... | Håkon Nessjøen |