index
:
MAC-Telnet.git
autointerface
gh-pages
mactelnet-osx
master
Open source MAC Telnet client and server for connecting to Microtik RouterOS routers and Linux machines via MAC address. (mirror of https://github.com/vyos/MAC-Telnet.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mactelnet.c
Age
Commit message (
Expand
)
Author
2011-08-11
New minior version
v0.3.2
Håkon Nessjøen
2011-08-10
Remove unused variables. Thanks to "Nelson A. de Oliveira" <naoliv@gmail.com>
Håkon Nessjøen
2011-05-01
Cleaned up description and synopsis of files
Håkon Nessjøen
2011-02-27
New minior version
v0.3
Håkon Nessjøen
2011-02-27
Code cleanup.
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-23
Bugfix in mactelnet. Raw mode did not successfully autodetect outgoing interf...
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
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
Janitor work
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-23
Cleaned up code and added -Wall to the compiler flags. Moved packet types ove...
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 code
autointerface
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
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
2010-11-01
Added support for connecting to your router via the router identity name. (us...
Håkon Nessjøen
2010-10-18
A lot of small fixes to mactelnetd
Håkon Nessjøen
2010-10-11
Renamed files, added license info and did some minior fixes.
Håkon Nessjøen
2010-10-11
First version of mac-telnet server daemon mactelnetd. Use with care until it ...
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-03
Code cleanup
Håkon Nessjøen
2010-10-03
Fix invalid counter sizes which would break connection after 65535 bytes of d...
Håkon Nessjøen
2010-10-03
Documentation changes
Håkon Nessjøen
2010-10-03
Changed how packet generation functions get access to the buffer, so they won...
Håkon Nessjøen
2010-10-02
Add some missing data to the internal protocol headers
Håkon Nessjøen
2010-10-01
Milestone 1: First fully functional (proof of concept) version.
Håkon Nessjøen
2010-09-30
Add a lot of comments to the code
Håkon Nessjøen
2010-09-28
Comment cleanup
Håkon Nessjøen
2010-09-27
Cleaned up src/dst mac/ip handling a bit. Now fully automates source ip/mac a...
Håkon Nessjøen
2010-09-26
GPL'd it
Håkon Nessjøen
2010-09-26
Working login, buggy terminal-data reception
root
2010-09-26
Files splitted
root