1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-07 23:19:02 +00:00

Update library descriptions (mostly to add expanded names to acronym protocols), also added description and/or author fields to libraries which didn't have them

This commit is contained in:
fyodor
2012-03-08 21:39:42 +00:00
parent 479b92ae0b
commit 9dc6efdb51
10 changed files with 17 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
---
-- Minimalistic DHCP6 implementation supporting basic DHCP6 Solicit requests
-- The library is structured around the following classes:
-- Minimalistic DHCP6 (Dynamic Host Configuration Protocol for IPv6)
-- implementation supporting basic DHCP6 Solicit requests The library
-- is structured around the following classes:
-- * DHCP6.Option - DHCP6 options encoders (for requests) and decoders
-- (for responses)
-- * DHCP6.Request - DHCP6 request encoder and decoder

View File

@@ -1,5 +1,6 @@
---
-- EAP library supporting a limited subset of features.
-- EAP (Extensible Authentication Protocol) library supporting a
-- limited subset of features.
--
-- The library was designed and tested against hostapd v0.6.10
-- The EAP protocol names are the ones specified in:

View File

@@ -1,5 +1,5 @@
---
-- A minimalistic Asterisk IAX2 implementation.
-- A minimalistic Asterisk IAX2 (Inter-Asterisk eXchange v2) VoIP protocol implementation.
-- The library implements the minimum needed to perform brute force password guessing.
--
-- @author "Patrik Karlsson <patrik@cqure.net>"

View File

@@ -1,5 +1,5 @@
---
-- A minimalistic ndmp library
-- A minimalistic NDMP (Network Data Management Protocol) library
--
-- @author Patrik Karlsson <patrik@cqure.net>
--

View File

@@ -1,4 +1,5 @@
--- A minimalistic PPPoE library, implementing basic support for PPPoE
--- A minimalistic PPPoE (Point-to-point protocol over Ethernet)
-- library, implementing basic support for PPPoE
-- Discovery and Configuration requests. The PPPoE protocol is ethernet based
-- and hence does not use any IPs or port numbers.
--

View File

@@ -1,5 +1,6 @@
--- A minimalistic Redis (in-memory key-value data store) library.
--
-- @author "Patrik Karlsson <patrik@cqure.net>"
module(... or "redis", package.seeall)

View File

@@ -1,6 +1,7 @@
---
-- A minimalist RSYNC library
-- A minimalist RSYNC (remote file sync) library
--
-- @author "Patrik Karlsson <patrik@cqure.net>"
module(... or "rsync",package.seeall)

View File

@@ -1,5 +1,5 @@
---
-- A smallish SOCKS version 5 implementation
-- A smallish SOCKS version 5 proxy protocol implementation
--
-- @author "Patrik Karlsson <patrik@cqure.net>"
--

View File

@@ -6,6 +6,7 @@
-- ssl-cert script in an effort to allow certs to be cached and shared among
-- other scripts.
--
-- @author "Patrik Karlsson <patrik@cqure.net>"
module(... or "sslcert", package.seeall)

View File

@@ -1,5 +1,5 @@
---
-- Implementation of the XDMCP X-Windows protocol based on:
-- Implementation of the XDMCP (X Display Manager Control Protocol) based on:
-- x http://www.xfree86.org/current/xdmcp.pdf
--
-- @author "Patrik Karlsson <patrik@cqure.net>"