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
Age
Commit message (
Expand
)
Author
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 code
autointerface
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
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-05
Added files for packaging mactelnet for debian/ubuntu
v0.1
Håkon Nessjøen
2010-10-04
Updated readme to reflect recent changes.
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-04
Security fixes, etc. strn* functions does not terminate strings if they excee...
Håkon Nessjøen
2010-10-04
Minior code cleanup
Håkon Nessjøen
2010-10-04
Send query MNDP packet before listening for MNDP packets
Omni Flux
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
Commented the rest of main()
Håkon Nessjøen
2010-10-02
Cleanup and comment main.c
Håkon Nessjøen
2010-10-02
Rewrote auth code. Also removed bug where password had to be 8 characters lon...
Håkon Nessjøen
2010-10-02
Add some missing data to the internal protocol headers
Håkon Nessjøen
2010-10-02
Drop double/old packets. No more random buggy terminal!
Håkon Nessjøen
2010-10-02
Updated README
Håkon Nessjøen
2010-10-02
Send more than 1 byte at the time if more exists in the buffer
Håkon Nessjøen
2010-10-01
Made the password parameter optional; You may now write your password in a pr...
Håkon Nessjøen
2010-10-01
Added install option to Makefile, and fixed a "typo"
Håkon Nessjøen
2010-10-01
Added keepalive functionality
Håkon Nessjøen
2010-10-01
Some code cleanup, and support for several sessions/instances on one interfac...
Håkon Nessjøen
2010-10-01
Header-cleanup and get terminal type from ENV
Håkon Nessjøen
2010-10-01
Added resize handler
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-30
Added a simple tool for listing local mikrotik routers by mac address
Håkon Nessjøen
2010-09-28
Comment cleanup
Håkon Nessjøen
2010-09-27
Minifixes
Håkon Nessjøen
2010-09-27
No need to re-invent a square version of the wheel... 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-27
Forgot to free memory
Håkon Nessjøen
2010-09-27
Started code for automatically defining src ip/mac for packets
Håkon Nessjøen
[next]