The login_oath package contains bsdauth providers to validate OATH one-
time passwords via oath-toolkit (liboath). Currently only TOTP (time-based)
passwords are supported. Two separate modules allow for either OTP-only
or a combination of OTP+password.
The OATH Toolkit makes it easy to build one-time password authentication
systems. This package contains a shared library and a command line tool
for generating and validating OTPs.
Supported technologies include the event-based HOTP algorithm (RFC 4226)
and the time-based TOTP algorithm (draft-mraihi-totp-timebased-07).
OATH stands for Open AuTHentication, which is the organization that
specify the algorithms.
U9fs is a program that serves Unix files to Plan 9 machines using the 9P
protocol. Its standard input and output are connected to a network
connection, typically TCP on an Ethernet. It assumes Plan 9 uids match
Unix login names, and changes to the corresponding Unix effective uid
when processing requests. Characters in file and directory names
unacceptable to Plan 9 are translated into a three-character sequence:
followed by two hexadecimal digits. U9fs serves both 9P1 (the 9P
protocol as used by the second and third editions of Plan 9) and 9P2000.
from Stanley Lieber (MAINTAINER), with some tweaks by me.
ok sthen@
The mm-common is part of the GNOME C++ bindings effort.
It provides the build infrastructure and utilities shared among the
GNOME C++ binding libraries. It is only a required dependency for
building the C++ bindings from the gnome.org version control repository.
An installation of mm-common is not required for building tarball
releases, unless configured to use maintainer-mode.
ok jasper@
Net::Frame is a fork of Net::Packet. The goal here was to greatly
simplify the use of the frame crafting framework. Net::Packet does many
things undercover, and it was difficult to document all the thingies.
[...]
from Gleydson Soares (MAINTAINER)
ok sthen@
This module is yet another class builder. This one adds parameter
checking in new constructor, that is to check for attributes existence,
and definedness.
from Gleydson Soares (MAINTAINER)
ok sthen@