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
/
mactelnetd.c
Age
Commit message (
Expand
)
Author
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-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-02
Simplified the way parseControlPacket is looped/called
Håkon Nessjøen
2010-11-01
Removed dependency of libssl/crypto. Added L. Peter Deutsch's implementation ...
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